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 @@ - - - - + + 内容稿件标题 + + + + + + + + 所属项目 + + + + 序号 + + 审核状态 + + + + + + 发布日期 + + @@ -43,7 +74,7 @@ diff --git a/src/views/creative-generation-workshop/manuscript/manuscript-list/components/manuscript-table/index.vue b/src/views/creative-generation-workshop/manuscript/manuscript-list/components/manuscript-table/index.vue index 81dea68..c49dfa8 100644 --- a/src/views/creative-generation-workshop/manuscript/manuscript-list/components/manuscript-table/index.vue +++ b/src/views/creative-generation-workshop/manuscript/manuscript-list/components/manuscript-table/index.vue @@ -11,7 +11,7 @@ @sorter-change="handleSorterChange" > - + 内容稿件列表 + 分享内容稿件 - + 上传内容稿件 @@ -112,4 +113,6 @@ onMounted(() => { provide('update', getData); - +
内容稿件列表