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 @@ - -