CN-1040: adminiastration底下各table的customization功能更新

This commit is contained in:
刘洪洪
2023-05-25 18:31:26 +08:00
parent f8db51ea6a
commit 0b0501db4a
6 changed files with 190 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
.pop-custom {
padding: 0 12px 12px 12px;
padding: 12px;
border: 1px solid #EBEEF5;
position: absolute;
top: 55px;
@@ -103,3 +103,54 @@
border-radius: 2px 0px 0px 2px;
}
}
.list {
list-style: none;
padding-inline-start: 0 !important;
max-height: 358px !important;
overflow: auto;
margin: 0 0;
.drag-move {
transition: transform 0.3s;
}
.list-item:last-child {
margin-bottom: 6px;
}
.list-item {
width: 100%;
color: #575757;
margin-bottom: 0;
height: 24px;
line-height: 24px;
text-align: left;
font-weight: 400;
font-size: 12px;
.icon-drag {
cursor: move;
margin-left: 6px;
margin-right: 3px;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
background-color: #38ACD2;
border-color: #38ACD2;
border-radius: 2px;
}
.el-checkbox__input .el-checkbox__inner {
background-color: #F2F7F9;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 2px;
}
.el-checkbox__input.is-checked + .el-checkbox__label, .el-checkbox__input + .el-checkbox__label {
font-size: 12px;
color: #575757;
font-weight: 400;
}
}
}