NEZ-1869 perf : 系统备份页面调整

This commit is contained in:
likexuan
2022-05-31 16:54:00 +08:00
parent 410ed2185c
commit ee3640387c

View File

@@ -164,4 +164,17 @@
.el-table--border th:first-child .cell {
padding-left: 20px !important;
}
.el-checkbox-button__inner{
background-color:$--background-color-empty;
}
.el-checkbox-button.is-checked .el-checkbox-button__inner {
color: #fff;
background-color: #FA901C;
border-color: #FA901C;
-webkit-box-shadow: -1px 0 0 0 #fcbc77;
box-shadow: -1px 0 0 0 #fcbc77;
}
.nz-icon-delete:before{
color: $--color-text-regular;
}
}