From 52a696c133744fb38e51613dcee83f48574f2d56 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 25 Jul 2025 17:15:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=86=85=E5=AE=B9=E7=A8=BF=E4=BB=B6?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=AD=9B=E9=80=89=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/components/button.scss | 8 ++- .../manuscript/manuscript-check/index.vue | 4 +- .../components/filter-block/index.vue | 67 ++++++++++++++++--- .../components/manuscript-table/index.vue | 2 +- .../manuscript/manuscript-list/constants.ts | 4 ++ .../manuscript/manuscript-list/index.vue | 7 +- 6 files changed, 75 insertions(+), 17 deletions(-) diff --git a/src/styles/components/button.scss b/src/styles/components/button.scss index b5fb0c3..eb2c9cf 100644 --- a/src/styles/components/button.scss +++ b/src/styles/components/button.scss @@ -21,15 +21,17 @@ .arco-btn-primary { background-color: $color-primary !important; - border: none !important; + border-color: transparent !important; color: #fff !important; &.arco-btn-disabled { color: #fff !important; + border-color: transparent !important; background-color: $color-primary-3 !important; } &:not(.arco-btn-disabled) { &:hover { color: #fff !important; + border-color: transparent !important; background-color: $color-primary-5 !important; } } @@ -134,14 +136,16 @@ .arco-btn-text { background-color: transparent !important; - border: none !important; + border-color: transparent !important; color: $color-primary !important; &.arco-btn-disabled { color: $color-primary-2 !important; + border-color: transparent !important; } &:not(.arco-btn-disabled) { &:hover { color: $color-primary-5 !important; + border-color: transparent !important; } } diff --git a/src/views/creative-generation-workshop/manuscript/manuscript-check/index.vue b/src/views/creative-generation-workshop/manuscript/manuscript-check/index.vue index 9d8f036..7910a93 100644 --- a/src/views/creative-generation-workshop/manuscript/manuscript-check/index.vue +++ b/src/views/creative-generation-workshop/manuscript/manuscript-check/index.vue @@ -112,4 +112,6 @@ onMounted(() => { provide('update', getData); - + \ No newline at end of file diff --git a/src/views/creative-generation-workshop/manuscript/manuscript-list/components/filter-block/index.vue b/src/views/creative-generation-workshop/manuscript/manuscript-list/components/filter-block/index.vue index 4a884e2..1aa957f 100644 --- a/src/views/creative-generation-workshop/manuscript/manuscript-list/components/filter-block/index.vue +++ b/src/views/creative-generation-workshop/manuscript/manuscript-list/components/filter-block/index.vue @@ -1,18 +1,32 @@ - -