fix: 修复 table 组件 column 配置 width 属性不生效

This commit is contained in:
就眠儀式 2022-04-18 21:54:27 +08:00
parent 3b6c2bd973
commit 4274a280de

View File

@ -11,8 +11,7 @@
}
.layui-table tr {
transition: all 0.3s;
-webkit-transition: all 0.3s;
display: flex;
}
.layui-table th {
@ -57,6 +56,7 @@
position: relative;
padding: 9px 15px;
min-height: 20px;
height: 40px;
line-height: 20px;
font-size: 14px;
}
@ -355,14 +355,6 @@
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;