From 851a6218de563b96b47aea6ad2c8c86cdb7eac2b Mon Sep 17 00:00:00 2001 From: chenxf Date: Wed, 6 May 2026 14:24:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=9C=E8=89=B2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/global.scss | 6 ++-- src/components/PaperSwiper.vue | 2 +- src/styles/abnormal-handle.scss | 4 +-- src/styles/easy-component.scss | 8 ++--- src/styles/element-variables.scss | 2 +- src/styles/variables.scss | 29 ++++++++++++++----- src/views/404.vue | 6 ++-- .../abnormal/agriculture/inclusion/List.vue | 4 +-- .../abnormal/agriculture/remove/List.vue | 4 +-- src/views/abnormal/company/inclusion/List.vue | 4 +-- src/views/abnormal/company/remove/List.vue | 4 +-- src/views/abnormal/company/repairInfo.vue | 8 ++--- src/views/abnormal/individual/mark/List.vue | 4 +-- .../abnormal/individual/recover/List.vue | 4 +-- .../bBulkDeactivation/batchDeactivation.vue | 12 ++++---- .../batchDeactivationAccept.vue | 12 ++++---- .../batchDeactivationApprove.vue | 12 ++++---- .../batchDeactivationExamine.vue | 12 ++++---- .../batchForcedLogoutAccept.vue | 12 ++++---- .../batchRevokeForceNoticeDup/handle.vue | 2 +- src/views/cancel/List.vue | 6 ++-- src/views/cancel/batchTFraud/batchFraudCX.vue | 6 ++-- .../cancel/batchTFraud/batchTFraudAccept.vue | 10 +++---- .../cancel/easyTFraud/revokeEntryList.vue | 4 +-- src/views/cancel/fraudCheckList.vue | 2 +- .../cancel/removeTFraud/removeTFraudList.vue | 4 +-- src/views/cancel/statistics.vue | 4 +-- src/views/comprehensive/abnormalAnalysis.vue | 2 +- src/views/comprehensive/business.vue | 4 +-- .../comprehensive/comprehensiveStatistics.vue | 2 +- src/views/comprehensive/creditDetails.vue | 4 +-- src/views/comprehensive/illegalAnalysis.vue | 2 +- src/views/comprehensive/repairTask.vue | 4 +-- src/views/comprehensive/result.vue | 2 +- src/views/comprehensive/revokeBusiness.vue | 2 +- src/views/comprehensive/specialQuery.vue | 2 +- .../specialStatisticsAnalysis.vue | 2 +- src/views/expelled/audit/一决定受理.vue | 4 +-- src/views/expelled/audit/三决定审批.vue | 4 +-- src/views/expelled/audit/二决定审核.vue | 4 +-- .../audit/除名决定业务详情.vue | 4 +-- src/views/expelled/notice/一告知受理.vue | 4 +-- src/views/expelled/notice/三告知审批.vue | 4 +-- src/views/expelled/notice/二告知审核.vue | 4 +-- .../notice/除名告知业务详情.vue | 4 +-- .../expelled/objection/一异议受理.vue | 4 +-- .../expelled/objection/三异议审批.vue | 4 +-- .../expelled/objection/二异议审核.vue | 4 +-- .../objection/除名异议业务详情.vue | 4 +-- .../撤销除名公告详情.vue | 4 +-- .../撤销除名管理/一撤销受理.vue | 4 +-- .../撤销除名管理/三撤销审批.vue | 4 +-- .../撤销除名管理/二撤销审核.vue | 4 +-- .../除名修复管理/一修复受理.vue | 4 +-- .../除名修复管理/三修复审批.vue | 4 +-- .../除名修复管理/二修复审核.vue | 4 +-- .../除名修复业务详情.vue | 4 +-- .../一复议受理.vue | 4 +-- .../三复议审批.vue | 4 +-- .../二复议审核.vue | 4 +-- src/views/finish/index.vue | 4 +-- src/views/forceNotice/inclusion/handle.vue | 2 +- src/views/illegal/dissent/List.vue | 4 +-- src/views/illegal/inclusion/Abnormal.vue | 4 +-- src/views/illegal/inclusion/List.vue | 4 +-- src/views/illegal/remove/List.vue | 4 +-- src/views/market/assign/index.vue | 2 +- src/views/market/assign/statistics.vue | 2 +- src/views/market/draftrevoke/index.vue | 2 +- src/views/market/problem/index.vue | 4 +-- src/views/market/tips/abnormal/index.vue | 4 +-- src/views/market/tips/illegal/index.vue | 4 +-- src/views/punishment/inclusion/List.vue | 4 +-- src/views/punishment/remove/List.vue | 4 +-- src/views/punishment/search/Search.vue | 4 +-- src/views/rempunish/accept.vue | 4 +-- src/views/revoke/BatchRevoke.vue | 12 ++++---- src/views/revoke/NoRegister.vue | 4 +-- src/views/revoke/RevokeTodo.vue | 4 +-- src/views/revoke/revokeList.vue | 4 +-- src/views/system/dict/illegalActManage.vue | 4 +-- .../index.vue | 2 +- 82 files changed, 202 insertions(+), 189 deletions(-) diff --git a/src/assets/css/global.scss b/src/assets/css/global.scss index 893aff2..d511592 100644 --- a/src/assets/css/global.scss +++ b/src/assets/css/global.scss @@ -24,7 +24,7 @@ $font-size-icon: 20px; $font-size-button-text: 10px; // 主色调 -// $color-primary: #409EFF; +// $color-primary: #1A77FF; $color-primary: #fff; $color-primary-border: #388bdd; // 表单标签背景颜色 @@ -172,10 +172,10 @@ $table-content-color: #000; // tab的选中状态样式 .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{ - border-bottom: 2px solid #3296FA!important; + border-bottom: 2px solid #1A77FF!important; } .el-tabs--card>.el-tabs__header .el-tabs__item.is-active{ - border-bottom: 2px solid #3296FA!important; + border-bottom: 2px solid #1A77FF!important; } .el-tabs__item,.el-table { font-size: 16px!important; diff --git a/src/components/PaperSwiper.vue b/src/components/PaperSwiper.vue index 7778ee6..a038325 100644 --- a/src/components/PaperSwiper.vue +++ b/src/components/PaperSwiper.vue @@ -159,7 +159,7 @@ export default { cursor: pointer; // letter-spacing: 0; color:white; - background-color: #409EFF;// 要改 + background-color: #1A77FF;// 要改 } .controller>div.left:active,.controller>div.right:active{ opacity: .8;; diff --git a/src/styles/abnormal-handle.scss b/src/styles/abnormal-handle.scss index 69aa6d3..7417750 100644 --- a/src/styles/abnormal-handle.scss +++ b/src/styles/abnormal-handle.scss @@ -103,7 +103,7 @@ content: '查看附件'; font-size: 14px; position: absolute; - color: #409eff; + color: #1A77FF; left: 400px; } } @@ -129,7 +129,7 @@ content: '删除'; display: inline-block; line-height: 2.8; - color: #409eff; + color: #1A77FF; font-size: 14px; } } diff --git a/src/styles/easy-component.scss b/src/styles/easy-component.scss index f135edf..585b769 100644 --- a/src/styles/easy-component.scss +++ b/src/styles/easy-component.scss @@ -24,8 +24,8 @@ color: #606266!important; } .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{ - background-color: #409EFF!important; - border-color: #409EFF!important; + background-color: #1A77FF!important; + border-color: #1A77FF!important; } .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{ border-color: #FFF!important; @@ -36,8 +36,8 @@ color: #606266!important; } .el-radio__input.is-disabled.is-checked .el-radio__inner{ - background-color: #409EFF!important; - border-color: #409EFF!important; + background-color: #1A77FF!important; + border-color: #1A77FF!important; } .el-radio__input.is-disabled.is-checked .el-radio__inner::after{ border-color: #FFF!important; diff --git a/src/styles/element-variables.scss b/src/styles/element-variables.scss index ea04e3e..1560370 100644 --- a/src/styles/element-variables.scss +++ b/src/styles/element-variables.scss @@ -1,5 +1,5 @@ /* 改变主题色变量 */ -$--color-primary: #3296fa; +$--color-primary: #1A77FF; /* 改变 icon 字体路径变量,必需 */ $--font-path: '~element-ui/lib/theme-chalk/fonts'; diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 36f4909..e296003 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -1,25 +1,38 @@ // sidebar //原始样式 // $menuText:#ffffff; -// $menuActiveText:#409EFF; +// $menuActiveText:#1A77FF; // $subMenuActiveText:#f4f4f5; //https://github.com/ElemeFE/element/issues/12951 -$menuText:#000; -$menuActiveText:#1890FF; -$subMenuActiveText:#1890FF; //https://github.com/ElemeFE/element/issues/12951 +$themePrimary:#1A77FF; +$themeSuccess:#00AF92; +$themeAssist:#6057FF; +$themeWarning:#FF842C; +$themeDanger:#FF5252; +$titleColor:#1A202A; +$textColor:#242B37; +$textAssistColor:#526B94; +$textSecondaryColor:#6C747B; +$tableHeaderBg:#E0EEFF; +$borderColor:#9CB3CF; +$dividerColor:#EBEEF6; + +$menuText:$textColor; +$menuActiveText:$themePrimary; +$subMenuActiveText:$themePrimary; //https://github.com/ElemeFE/element/issues/12951 // $menuBg:#304156; // $menuHover:#263445; $menuBg:#fff; -$menuHover:#e6f7ff; +$menuHover:$tableHeaderBg; // $subMenuBg:#1f2d3d; // $subMenuHover:#001528; $subMenuBg:#fff; -$subMenuHover:#e6f7ff; +$subMenuHover:$tableHeaderBg; //亮白左菜主题 // $menuText:#595959; //一级菜单字体颜色 -// $menuActiveText:#409EFF; //激活字体颜色 +// $menuActiveText:#1A77FF; //激活字体颜色 // $subMenuActiveText:#595959; //子级菜单字体颜色 // $menuBg:#eef1f6; //一级背景 @@ -30,7 +43,7 @@ $subMenuHover:#e6f7ff; $sideBarWidth: 210px;//左菜单宽度 -$BGColor: #f4f8f9; +$BGColor: #FEFEFE; // the :export directive is the magic sauce for webpack // https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass diff --git a/src/views/404.vue b/src/views/404.vue index f8adc1a..4a72e5b 100644 --- a/src/views/404.vue +++ b/src/views/404.vue @@ -34,7 +34,7 @@ export default { margin: 0 auto; text-align: center; font-size: 60px; - color: #409eff; + color: #1A77FF; font-weight: 600; margin-bottom: 50px; font-style: italic; @@ -55,7 +55,7 @@ export default { height: 33em; font-size: 10px; position: relative; - color: #409eff; + color: #1A77FF; margin: 0 auto; } @@ -163,7 +163,7 @@ export default { position: absolute; width: 4em; height: 1.4em; - background-color: #409eff; + background-color: #1A77FF; bottom: 0; left: -1.6em; border-radius: 1em 80% 0.4em 0.4em; diff --git a/src/views/abnormal/agriculture/inclusion/List.vue b/src/views/abnormal/agriculture/inclusion/List.vue index da4031e..4c06d43 100644 --- a/src/views/abnormal/agriculture/inclusion/List.vue +++ b/src/views/abnormal/agriculture/inclusion/List.vue @@ -73,10 +73,10 @@
- 查询 diff --git a/src/views/abnormal/agriculture/remove/List.vue b/src/views/abnormal/agriculture/remove/List.vue index 4d6c489..ab5b372 100644 --- a/src/views/abnormal/agriculture/remove/List.vue +++ b/src/views/abnormal/agriculture/remove/List.vue @@ -67,10 +67,10 @@
- 查询 diff --git a/src/views/abnormal/company/inclusion/List.vue b/src/views/abnormal/company/inclusion/List.vue index 58cd075..caecf8c 100644 --- a/src/views/abnormal/company/inclusion/List.vue +++ b/src/views/abnormal/company/inclusion/List.vue @@ -87,10 +87,10 @@
- 查询 diff --git a/src/views/abnormal/company/remove/List.vue b/src/views/abnormal/company/remove/List.vue index 251f33b..cdca0e3 100644 --- a/src/views/abnormal/company/remove/List.vue +++ b/src/views/abnormal/company/remove/List.vue @@ -72,10 +72,10 @@
- 查询 diff --git a/src/views/abnormal/company/repairInfo.vue b/src/views/abnormal/company/repairInfo.vue index 7243d65..f660fb4 100644 --- a/src/views/abnormal/company/repairInfo.vue +++ b/src/views/abnormal/company/repairInfo.vue @@ -615,8 +615,8 @@ 文书 - 不予信用修复决定书 - 准予信用修复决定书 + 不予信用修复决定书 + 准予信用修复决定书 @@ -1853,8 +1853,8 @@ div.submit-btn-box{ color: unset; } .el-radio__input.is-disabled.is-checked .el-radio__inner { - background-color: #409EFF; - border-color: #409EFF; + background-color: #1A77FF; + border-color: #1A77FF; } } .el-dialog__header{ diff --git a/src/views/abnormal/individual/mark/List.vue b/src/views/abnormal/individual/mark/List.vue index 7f627a0..ad00360 100644 --- a/src/views/abnormal/individual/mark/List.vue +++ b/src/views/abnormal/individual/mark/List.vue @@ -73,10 +73,10 @@
- 查询 diff --git a/src/views/abnormal/individual/recover/List.vue b/src/views/abnormal/individual/recover/List.vue index c3eba18..d24b902 100644 --- a/src/views/abnormal/individual/recover/List.vue +++ b/src/views/abnormal/individual/recover/List.vue @@ -66,10 +66,10 @@
- 查询 diff --git a/src/views/bBulkDeactivation/batchDeactivation.vue b/src/views/bBulkDeactivation/batchDeactivation.vue index 5631605..c0cf181 100644 --- a/src/views/bBulkDeactivation/batchDeactivation.vue +++ b/src/views/bBulkDeactivation/batchDeactivation.vue @@ -256,7 +256,7 @@