fix: 修复 table 列不对齐问题
This commit is contained in:
parent
a41f463a65
commit
00ff42ada9
@ -360,10 +360,17 @@
|
|||||||
.layui-table-body {
|
.layui-table-body {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
margin-right: -1px;
|
|
||||||
margin-bottom: -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 {
|
.layui-table-body .layui-none {
|
||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
padding: 30px 15px;
|
padding: 30px 15px;
|
||||||
|
Loading…
Reference in New Issue
Block a user