修复表格宽度不适应问题

develop
就眠仪式 2020-10-25 13:43:04 +08:00
parent f3ca77b913
commit 449656b8f1
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@
background-color: #5FB878 !important;
}
.layui-table-view .layui-table{
width: 100%;
}
.layui-table tr {
height: 34px !important;
line-height: 34px !important;