解决 Table Limit 无效的问题

develop
就眠仪式 2020-08-12 14:39:22 +08:00
parent c3bfcbad63
commit 111e93b3c4
1 changed files with 5 additions and 5 deletions

View File

@ -27,11 +27,6 @@
background-color: #5FB878 !important;
}
.layui-laypage-limits,
.layui-laypage-skip {
display: none !important;
}
.layui-table tr {
height: 34px !important;
line-height: 34px !important;
@ -45,6 +40,11 @@
font-size: 13px !important;
}
.layui-table-page .layui-laypage input {
width: 40px;
height: 26.5px!important;
}
.layui-table-box button {
font-size: 15px !important;
}