@jecloud/func
Version:
JECloud 功能库
53 lines (52 loc) • 1.06 kB
text/less
.je-tree-func{
padding:0 5px;
&&-search{
padding:0;
border-right: 1px solid #f0f2f5;
.je-tree-search-wrapper{
padding:0 12px 4px 12px;
}
.je-tree-tbar{
height:56px;
padding: 0 12px;
}
.je-tree-bbar{
padding:10px 0;
.je-switch{
width:80px;
height:24px;
border:1px solid @primary-color;
background:none;
.ant-switch-inner{
color:@primary-color;
}
.ant-switch-handle{
left: 6px;;
&::before{
background-color: @primary-color;
}
}
&.ant-switch-checked{
background:@primary-color;
.ant-switch-inner{
color:#fff;
}
.ant-switch-handle{
left:calc(100% - 24px);
&::before{
background-color: #fff;
}
}
}
}
}
.vxe-table{
.vxe-body--column{
padding-left: 6px;
.vxe-cell{
padding-right:6px;
}
}
}
}
}