2020-04-04 09:54:48 +00:00
|
|
|
.layui-table-view{
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table th{
|
|
|
|
|
background-color: whitesmoke;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table-tool{
|
|
|
|
|
background-color: whitesmoke;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table-tool .layui-inline[lay-event] {
|
|
|
|
|
width: 32px!important;
|
|
|
|
|
height: 32px!important;
|
|
|
|
|
line-height: 20px!important;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-inline i{
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table-tool-panel{
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
border-radius: 4px!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em{
|
|
|
|
|
border-radius: 50px;
|
|
|
|
|
background-color: #5FB878;
|
|
|
|
|
}
|
|
|
|
|
.layui-table-cell{
|
|
|
|
|
height: 34px;
|
|
|
|
|
line-height: 34px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-table-page{
|
|
|
|
|
height: 45px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
padding-top: 9px;
|
|
|
|
|
}
|
|
|
|
|
|
2020-06-26 10:12:35 +00:00
|
|
|
.layui-laypage-skip input{
|
|
|
|
|
|
|
|
|
|
height: 26px!important;
|
|
|
|
|
line-height: 26px!important;
|
2020-04-04 09:54:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-laypage-limits{
|
|
|
|
|
position: absolute!important;
|
|
|
|
|
right: 10px!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-laypage-limits select{
|
|
|
|
|
height: 20px!important;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
color: dimgray;
|
|
|
|
|
}
|