@@ -347,7 +366,7 @@ onMounted(async () => {
:bordered="false"
>
- 清空
+ 恢复默认
@@ -377,11 +396,11 @@ onMounted(async () => {
:class="{ fix: item.fix }"
class="cursor-move draggable-item"
>
-
+
{{ item.name }}
{
@@ -417,6 +436,7 @@ onMounted(async () => {
}
&-bar {
+ background-color: #e8e8e8;
width: 100%;
margin-top: 20px;
}
@@ -430,7 +450,9 @@ onMounted(async () => {
font-weight: bold;
position: relative;
color: #333333;
-
+ font-size: 14px;
+ background: #f8f8f8;
+
&:before {
background-color: #1980ff;
content: "";
@@ -482,7 +504,7 @@ onMounted(async () => {
color: #333;
display: flex;
align-items: center;
- border-bottom: 1px solid #E8E8E8;
+ border-bottom: 1px solid #e8e8e8;
}
.disable-check {
@@ -504,5 +526,30 @@ onMounted(async () => {
::v-deep(.n-scrollbar) {
border-top: none !important;
}
+::v-deep(.checkAll .n-checkbox.n-checkbox--indeterminate .n-checkbox-box) {
+ background: none;
+ border: none;
+}
+::v-deep(.checkAll .n-checkbox-box__border) {
+ border: 1px solid #e8e8e8 !important;
+}
+::v-deep(.checkAll .n-checkbox-icon) {
+ border: 3px solid #fff;
+ background: #1980ff;
+}
+::v-deep(.checkAll .n-checkbox-icon svg) {
+ display: none !important;
+}
+::v-deep(.n-card > .n-card-header .n-card-header__main) {
+ font-weight: lighter !important;
+ font-size: 14px;
+ color: #666666;
+}
+::v-deep(.n-button--info-type) {
+ background: #507afd !important;
+}
+::v-deep(.n-button--default-type){
+ border: 1px solid #cad2dd !important;
+}