修复表格宽度不适应问题
parent
f3ca77b913
commit
449656b8f1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue