fix: 修复 table 列不对齐问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user