diff --git a/src/views/final/comp/CustomTabelModal.vue b/src/views/final/comp/CustomTabelModal.vue index 830dd49..4cbbcdc 100644 --- a/src/views/final/comp/CustomTabelModal.vue +++ b/src/views/final/comp/CustomTabelModal.vue @@ -340,7 +340,7 @@ function removeHandler(id: string, type: "fix" | "unfix") {
@@ -483,6 +483,7 @@ function removeHandler(id: string, type: "fix" | "unfix") { position: relative; color: #333333; font-size: 14px; + background: #F8F8F8; &:before { background-color: #1980ff; @@ -562,6 +563,7 @@ function removeHandler(id: string, type: "fix" | "unfix") { ::v-deep(.n-card > .n-card-header .n-card-header__main) { font-weight: lighter !important; font-size: 14px; + color: #666666; } ::v-deep(.n-scrollbar) { border-top: none !important; diff --git a/src/views/task/aside/ListItem.vue b/src/views/task/aside/ListItem.vue index c154f0e..e41a4c2 100644 --- a/src/views/task/aside/ListItem.vue +++ b/src/views/task/aside/ListItem.vue @@ -27,7 +27,7 @@ const svgName = computed(() => {