更新前端
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
/** 兼容 layui 2.7.0 升级 table cell 单元格边距的调整 */
|
||||
.layui-table-view .layui-table td, .layui-table-view .layui-table th {
|
||||
padding: 5px 0px;
|
||||
}
|
||||
|
||||
.layui-table-cell {
|
||||
height: 34px;
|
||||
line-height: 34px;
|
||||
@@ -24,13 +29,10 @@
|
||||
|
||||
.layui-table .layui-laypage .layui-laypage-curr .layui-laypage-em {
|
||||
border-radius: 50px !important;
|
||||
border-radius: 4px!important;
|
||||
background-color: #5FB878 !important;
|
||||
}
|
||||
|
||||
.layui-table-view .layui-table{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.layui-table tr {
|
||||
height: 34px;
|
||||
line-height: 34px;
|
||||
@@ -53,6 +55,14 @@
|
||||
font-size: 15px !important;
|
||||
}
|
||||
|
||||
.layui-table-cell .pear-btn {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.layui-table-cell .pear-btn:last-child {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.layui-table-page {
|
||||
height: 45px !important;
|
||||
padding-top: 10px !important;
|
||||
@@ -68,6 +78,12 @@
|
||||
.layui-table-view .layui-table[lay-skin=line] {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.layui-table-init .layui-icon{
|
||||
font-size: 40px !important;
|
||||
margin: -15px 0 0 -15px;
|
||||
}
|
||||
|
||||
.layui-table-body::-webkit-scrollbar {
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
|
||||
Reference in New Issue
Block a user