解决 Table Limit 无效的问题
parent
c3bfcbad63
commit
111e93b3c4
|
|
@ -27,11 +27,6 @@
|
||||||
background-color: #5FB878 !important;
|
background-color: #5FB878 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-laypage-limits,
|
|
||||||
.layui-laypage-skip {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layui-table tr {
|
.layui-table tr {
|
||||||
height: 34px !important;
|
height: 34px !important;
|
||||||
line-height: 34px !important;
|
line-height: 34px !important;
|
||||||
|
|
@ -45,6 +40,11 @@
|
||||||
font-size: 13px !important;
|
font-size: 13px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layui-table-page .layui-laypage input {
|
||||||
|
width: 40px;
|
||||||
|
height: 26.5px!important;
|
||||||
|
}
|
||||||
|
|
||||||
.layui-table-box button {
|
.layui-table-box button {
|
||||||
font-size: 15px !important;
|
font-size: 15px !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue