分页问题
parent
bbeac0dd1a
commit
012bd07107
|
|
@ -48,16 +48,15 @@
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
.layui-laypage-skip input{
|
||||||
|
|
||||||
|
height: 26px!important;
|
||||||
|
line-height: 26px!important;
|
||||||
|
}
|
||||||
.layui-table-cell {
|
.layui-table-cell {
|
||||||
padding-top: 1px !important;
|
padding-top: 1px !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,8 +41,10 @@
|
||||||
padding-top: 9px;
|
padding-top: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-laypage-skip{
|
.layui-laypage-skip input{
|
||||||
display: none!important;
|
|
||||||
|
height: 26px!important;
|
||||||
|
line-height: 26px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layui-laypage-limits{
|
.layui-laypage-limits{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue