fix: 修复 table 列不对齐问题

This commit is contained in:
就眠儀式 2022-04-13 09:26:13 +08:00
parent a41f463a65
commit 00ff42ada9

View File

@ -360,10 +360,17 @@
.layui-table-body {
position: relative;
overflow: auto;
margin-right: -1px;
margin-bottom: -1px;
}
.layui-table-header tr th:last-child {
border-right: none;
}
.layui-table-body tr td:last-child {
border-right: none;
}
.layui-table-body .layui-none {
line-height: 26px;
padding: 30px 15px;