From 36c70353cd9f39b4a78165c5bef7716ba731e8b7 Mon Sep 17 00:00:00 2001 From: jyt <1592211625@qq.com> Date: Thu, 23 Jun 2022 18:49:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 1 + src/components/Calendar/calendar.vue | 2 +- src/components/error-page/403.vue | 3 +++ src/components/error-page/404.vue | 3 +++ src/components/error-page/500.vue | 3 +++ src/components/queryForm/index.vue | 4 +++- src/components/theme.color.scss | 3 ++- src/components/wechat/WxMaterialSelect.vue | 3 +++ src/mixins/color.js | 2 +- src/page/check/chose.vue | 6 +++++- src/page/check/index.vue | 2 +- src/page/index/tags.vue | 1 + src/page/index/top/top-lock.vue | 4 ++++ src/page/login/codelogin.vue | 6 +++++- src/page/login/userlogin.vue | 6 +++++- src/page/logs/index.vue | 4 ++++ src/page/wel.vue | 4 ++++ src/store/modules/common.js | 2 +- src/styles/tags.scss | 6 +++--- src/styles/theme/d2.scss | 6 +++--- src/styles/theme/iview.scss | 8 ++++---- src/styles/theme/white.scss | 2 +- src/views/Customer/AgentManagement.vue | 7 +++++++ src/views/Customer/CompanyRecord.vue | 7 +++++++ src/views/Customer/Companymanagement.vue | 7 +++++++ src/views/Customer/SalesStage.vue | 7 +++++++ src/views/Customer/index.vue | 7 +++++++ src/views/Customer/label.vue | 13 ++++++++++--- src/views/Customer/source.vue | 7 +++++++ src/views/Equipment/batch.vue | 7 +++++++ src/views/Equipment/equipmentDetailList.vue | 5 ++++- .../Equipment/equipmentOnlineRecordList.vue | 4 +++- src/views/Equipment/index.vue | 9 ++++++++- src/views/Equipment/record.vue | 7 +++++++ src/views/Equipment/state.vue | 9 ++++++++- src/views/File/index.vue | 7 +++++++ src/views/Receive/index.vue | 7 +++++++ src/views/ReceivingRecords/index.vue | 7 +++++++ src/views/Scheduling/index.vue | 7 +++++++ src/views/Statistics/ConsultantBrand.vue | 4 ++++ src/views/Statistics/Insightintothedetails.vue | 3 +++ src/views/Statistics/ReceptionOverview.vue | 5 +++-- src/views/Statistics/ReceptionStatistical.vue | 7 +++++++ src/views/Statistics/TrendAnalysis.vue | 4 ++++ src/views/Statistics/dataScreeAge.vue | 3 +++ src/views/Statistics/dataScreeOrg.vue | 3 +++ src/views/Statistics/dataScreeSys.vue | 3 +++ src/views/Template/Pinspeakwords.vue | 7 +++++++ src/views/Template/PinspeakwordsList.vue | 7 +++++++ src/views/Template/SystemarketingWordMB.vue | 7 +++++++ src/views/Template/taboo.vue | 7 +++++++ src/views/Template/wrongword.vue | 7 +++++++ src/views/activiti/detail.vue | 5 ++++- src/views/admin/app/index.vue | 4 ++++ src/views/admin/dept/index.vue | 4 ++++ src/views/admin/log/index.vue | 4 ++++ src/views/admin/log/log.vue | 4 ++++ src/views/admin/role/index.vue | 4 ++++ src/views/admin/role/orgRole.vue | 4 ++++ src/views/admin/user/index.vue | 5 ++++- src/views/admin/user/info.vue | 4 ++++ src/views/building/Count.vue | 7 +++++++ src/views/building/area.vue | 7 +++++++ src/views/building/index.vue | 10 ++++++++++ src/views/contentManage/updateRecord/list.vue | 7 +++++++ src/views/contentManage/updateRecord/update.vue | 4 ++++ src/views/daemon/job-manage/index.vue | 7 +++++++ src/views/daemon/status-trace-log/index.vue | 3 +++ src/views/gen/index.vue | 7 +++++++ src/views/houseData/analyse.vue | 7 +++++++ src/views/houseData/count.vue | 7 +++++++ src/views/inspection/ProhibitedList.vue | 16 ++++++++++++++-- src/views/monitor/redis/index.vue | 4 ++-- src/views/mp/wxaccount/index.vue | 7 +++++++ src/views/mp/wxautoreply/index.vue | 3 +++ src/views/mp/wxmaterial/index.vue | 2 +- src/views/mp/wxstatistics/index.vue | 8 ++++---- 77 files changed, 376 insertions(+), 40 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7847cda..8f3d682 100644 --- a/src/App.vue +++ b/src/App.vue @@ -47,4 +47,5 @@ export default { } } } + diff --git a/src/components/Calendar/calendar.vue b/src/components/Calendar/calendar.vue index d22ce24..6404de3 100644 --- a/src/components/Calendar/calendar.vue +++ b/src/components/Calendar/calendar.vue @@ -1,7 +1,7 @@ diff --git a/src/components/error-page/404.vue b/src/components/error-page/404.vue index da764e9..205d01c 100644 --- a/src/components/error-page/404.vue +++ b/src/components/error-page/404.vue @@ -93,4 +93,7 @@ export default { margin-bottom: 40px; } } +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/components/error-page/500.vue b/src/components/error-page/500.vue index 6f446b3..d17f160 100644 --- a/src/components/error-page/500.vue +++ b/src/components/error-page/500.vue @@ -113,5 +113,8 @@ export default { margin-bottom: 40px; } } +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/components/queryForm/index.vue b/src/components/queryForm/index.vue index 2f934b8..c79c205 100644 --- a/src/components/queryForm/index.vue +++ b/src/components/queryForm/index.vue @@ -117,5 +117,7 @@ export default { \ No newline at end of file diff --git a/src/components/theme.color.scss b/src/components/theme.color.scss index 878bd21..7f4e047 100644 --- a/src/components/theme.color.scss +++ b/src/components/theme.color.scss @@ -11,4 +11,5 @@ $color10: #BA3FB7; $color11: #54BEF3; $color12: #3C21F7; $color13: #F87148; -$color14: #3EB171; \ No newline at end of file +$color14: #3EB171; +$color15: #2671E2; \ No newline at end of file diff --git a/src/components/wechat/WxMaterialSelect.vue b/src/components/wechat/WxMaterialSelect.vue index 6aedae1..0bce7d6 100644 --- a/src/components/wechat/WxMaterialSelect.vue +++ b/src/components/wechat/WxMaterialSelect.vue @@ -208,5 +208,8 @@ column-count: 1; } } + /deep/ .el-button--text{ + color: #2671E2; +} /*瀑布流样式*/ diff --git a/src/mixins/color.js b/src/mixins/color.js index 7bc0952..cb0ab00 100644 --- a/src/mixins/color.js +++ b/src/mixins/color.js @@ -1,6 +1,6 @@ import { mapGetters } from 'vuex' const version = require('element-ui/package.json').version // element-ui version from node_modules -const ORIGINAL_THEME = '#409EFF' // default color +const ORIGINAL_THEME = '#2671E2' // default color export default function() { return { data() { diff --git a/src/page/check/chose.vue b/src/page/check/chose.vue index a533334..b7fb4c9 100644 --- a/src/page/check/chose.vue +++ b/src/page/check/chose.vue @@ -445,7 +445,7 @@ export default { } .head { height: 64px; - background: #409eff; + background: #2671E2; display: flex; padding: 0 20%; box-sizing: border-box; @@ -522,4 +522,8 @@ export default { // left: 30%; text-align: center; } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} diff --git a/src/page/check/index.vue b/src/page/check/index.vue index e2e1f51..ddfdb79 100644 --- a/src/page/check/index.vue +++ b/src/page/check/index.vue @@ -282,7 +282,7 @@ export default { } .head { height: 64px; - background: #409eff; + background: #2671E2; display: flex; padding: 0 20%; box-sizing: border-box; diff --git a/src/page/index/tags.vue b/src/page/index/tags.vue index 5f44c47..6d28178 100644 --- a/src/page/index/tags.vue +++ b/src/page/index/tags.vue @@ -175,5 +175,6 @@ } } } + diff --git a/src/page/index/top/top-lock.vue b/src/page/index/top/top-lock.vue index 1fe6150..8476ec7 100644 --- a/src/page/index/top/top-lock.vue +++ b/src/page/index/top/top-lock.vue @@ -69,4 +69,8 @@ diff --git a/src/page/login/codelogin.vue b/src/page/login/codelogin.vue index 71c5790..48e312d 100644 --- a/src/page/login/codelogin.vue +++ b/src/page/login/codelogin.vue @@ -133,7 +133,7 @@ export default { }; - diff --git a/src/page/login/userlogin.vue b/src/page/login/userlogin.vue index b4e346f..6d77902 100644 --- a/src/page/login/userlogin.vue +++ b/src/page/login/userlogin.vue @@ -354,5 +354,9 @@ export default { }; - diff --git a/src/page/logs/index.vue b/src/page/logs/index.vue index c7dfa56..c42e9ca 100644 --- a/src/page/logs/index.vue +++ b/src/page/logs/index.vue @@ -122,4 +122,8 @@ export default { white-space: pre; margin: 0 1em; } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} diff --git a/src/page/wel.vue b/src/page/wel.vue index 6a03337..7329843 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -2388,4 +2388,8 @@ export default { background-size: 100%; margin-left: 6px; } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} \ No newline at end of file diff --git a/src/store/modules/common.js b/src/store/modules/common.js index 050ef90..6ae8a46 100644 --- a/src/store/modules/common.js +++ b/src/store/modules/common.js @@ -18,7 +18,7 @@ const common = { showTheme: getStore({ name: 'showTheme' })|| false, showColor: getStore({ name: 'showColor' })|| false, showMenu: getStore({ name: 'showMenu' }), - theme: getStore({ name: 'theme' }) || '#409EFF', + theme: getStore({ name: 'theme' }) || '#2671E2', themeName: getStore({ name: 'themeName' }) || 'default', lockPasswd: getStore({ name: 'lockPasswd' }) || '', website: website diff --git a/src/styles/tags.scss b/src/styles/tags.scss index 283be5e..451fa4f 100644 --- a/src/styles/tags.scss +++ b/src/styles/tags.scss @@ -29,8 +29,8 @@ font-weight: normal; color: #ccc; &.is-active { - color: #409EFF; - border-bottom: 3px solid #409EFF; + color: #2671E2; + border-bottom: 3px solid #2671E2; } } .el-tabs__nav-prev, @@ -77,7 +77,7 @@ border-bottom-right-radius: 5px; } &:hover{ - background-color: #409EFF; + background-color: #2671E2; color:#fff; } } diff --git a/src/styles/theme/d2.scss b/src/styles/theme/d2.scss index 479fc0f..c4ba1cd 100644 --- a/src/styles/theme/d2.scss +++ b/src/styles/theme/d2.scss @@ -1,6 +1,6 @@ .theme-d2 { .avue-logo{ - color: #409EFF; + color: #2671E2; background-color: #ebf1f6; box-shadow: none; .avue-logo_title{ @@ -36,7 +36,7 @@ .is-active{ border-bottom:1px solid #fff !important; background-color: #fff !important; - color: #409EFF !important; + color: #2671E2 !important; } } .avue-sidebar{ @@ -49,7 +49,7 @@ &:hover,&.is-active{ background: hsla(0,0%,100%,.5); i,span{ - color: #409EFF; + color: #2671E2; } } } diff --git a/src/styles/theme/iview.scss b/src/styles/theme/iview.scss index 1c6a844..19e9be9 100644 --- a/src/styles/theme/iview.scss +++ b/src/styles/theme/iview.scss @@ -15,7 +15,7 @@ margin: 10px auto; width: 180px; height: 45px; - background-color: #409EFF; + background-color: #2671E2; } } } @@ -25,7 +25,7 @@ box-shadow: inset 0 0 3px 2px hsla(0,0%,39.2%,.1); .is-active{ &:before{ - background: #409EFF !important; + background: #2671E2 !important; } } .el-tabs__item{ @@ -58,14 +58,14 @@ display: none; } i,span{ - color:#409EFF; + color:#2671E2; } } } .el-submenu{ .el-menu-item{ &.is-active { - background-color: #409EFF; + background-color: #2671E2; &:before { display: none; } diff --git a/src/styles/theme/white.scss b/src/styles/theme/white.scss index ac997a7..5787ac9 100644 --- a/src/styles/theme/white.scss +++ b/src/styles/theme/white.scss @@ -45,7 +45,7 @@ color:#666 ; } &.is-active{ - background-color:#409EFF ; + background-color:#2671E2 ; span,i { color:#fff ; } diff --git a/src/views/Customer/AgentManagement.vue b/src/views/Customer/AgentManagement.vue index 21f9662..948ac43 100644 --- a/src/views/Customer/AgentManagement.vue +++ b/src/views/Customer/AgentManagement.vue @@ -1203,4 +1203,11 @@ export default { font-weight: bold; } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/Customer/CompanyRecord.vue b/src/views/Customer/CompanyRecord.vue index ecaf41b..b4a8ffb 100644 --- a/src/views/Customer/CompanyRecord.vue +++ b/src/views/Customer/CompanyRecord.vue @@ -1229,4 +1229,11 @@ export default { font-weight: bold; } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/Customer/Companymanagement.vue b/src/views/Customer/Companymanagement.vue index f688e44..bec1cda 100644 --- a/src/views/Customer/Companymanagement.vue +++ b/src/views/Customer/Companymanagement.vue @@ -1085,4 +1085,11 @@ export default { font-weight: bold; } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/Customer/SalesStage.vue b/src/views/Customer/SalesStage.vue index 1adabcc..684244a 100644 --- a/src/views/Customer/SalesStage.vue +++ b/src/views/Customer/SalesStage.vue @@ -313,4 +313,11 @@ computed: { font-weight: bold; } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/Customer/index.vue b/src/views/Customer/index.vue index cfa0a6f..1160658 100644 --- a/src/views/Customer/index.vue +++ b/src/views/Customer/index.vue @@ -932,4 +932,11 @@ export default { font-weight: bold; } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/Customer/label.vue b/src/views/Customer/label.vue index 060cd49..3481259 100644 --- a/src/views/Customer/label.vue +++ b/src/views/Customer/label.vue @@ -232,7 +232,7 @@ width: 100px; height: 40px; border-radius: 4px; - background: #409eff; + background: #2671E2; font-size: 14px; margin-left: 60px; color: #ffffff; @@ -673,8 +673,8 @@ overflow: hidden; } .addlevl{ width: 100px; - border: 1px solid #409EFF; - color: #409EFF; + border: 1px solid #2671E2; + color: #2671E2; text-align: center; line-height: 30rpx; border-radius:4px ; @@ -757,4 +757,11 @@ overflow: hidden; font-weight: bold; } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/Customer/source.vue b/src/views/Customer/source.vue index 998988f..dabe00d 100644 --- a/src/views/Customer/source.vue +++ b/src/views/Customer/source.vue @@ -526,4 +526,11 @@ export default { font-weight: bold; } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/Equipment/batch.vue b/src/views/Equipment/batch.vue index 6289b16..05fa80e 100644 --- a/src/views/Equipment/batch.vue +++ b/src/views/Equipment/batch.vue @@ -344,4 +344,11 @@ export default { font-weight: bold; } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/Equipment/equipmentDetailList.vue b/src/views/Equipment/equipmentDetailList.vue index d0a1213..6e62980 100644 --- a/src/views/Equipment/equipmentDetailList.vue +++ b/src/views/Equipment/equipmentDetailList.vue @@ -1768,7 +1768,7 @@ export default { .active { background: #eef1f4; - // border: 1px solid #409eff; + // border: 1px solid #2671E2; } .timeSel { @@ -1816,4 +1816,7 @@ export default { background-size: 100%; margin-left: 6px; } +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/Equipment/equipmentOnlineRecordList.vue b/src/views/Equipment/equipmentOnlineRecordList.vue index 6411a0d..6e34057 100644 --- a/src/views/Equipment/equipmentOnlineRecordList.vue +++ b/src/views/Equipment/equipmentOnlineRecordList.vue @@ -593,5 +593,7 @@ export default { margin-top: 20px; padding: 18px; } - +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/Equipment/index.vue b/src/views/Equipment/index.vue index f260ca0..9636b34 100644 --- a/src/views/Equipment/index.vue +++ b/src/views/Equipment/index.vue @@ -372,7 +372,7 @@ 删除 --> - + 更多 @@ -1567,4 +1567,11 @@ export default { font-weight: bold; } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/Equipment/record.vue b/src/views/Equipment/record.vue index 32d2957..ebdb4ba 100644 --- a/src/views/Equipment/record.vue +++ b/src/views/Equipment/record.vue @@ -342,4 +342,11 @@ export default { } } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/Equipment/state.vue b/src/views/Equipment/state.vue index d89710d..b6b7d2b 100644 --- a/src/views/Equipment/state.vue +++ b/src/views/Equipment/state.vue @@ -465,7 +465,7 @@ > @import "@/styles/info.scss"; +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} diff --git a/src/views/building/Count.vue b/src/views/building/Count.vue index 3bf2372..f4b913b 100644 --- a/src/views/building/Count.vue +++ b/src/views/building/Count.vue @@ -732,4 +732,11 @@ export default { } } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/building/area.vue b/src/views/building/area.vue index 79da4ca..9eff3f6 100644 --- a/src/views/building/area.vue +++ b/src/views/building/area.vue @@ -385,5 +385,12 @@ export default { font-weight: bold; } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/building/index.vue b/src/views/building/index.vue index 5534fa6..3eb9f20 100644 --- a/src/views/building/index.vue +++ b/src/views/building/index.vue @@ -1355,4 +1355,14 @@ export default { font-weight: bold; } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/contentManage/updateRecord/list.vue b/src/views/contentManage/updateRecord/list.vue index f364b2f..3936959 100644 --- a/src/views/contentManage/updateRecord/list.vue +++ b/src/views/contentManage/updateRecord/list.vue @@ -251,4 +251,11 @@ export default { margin-top: 15px; } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/contentManage/updateRecord/update.vue b/src/views/contentManage/updateRecord/update.vue index d17dbf0..bba4c9b 100644 --- a/src/views/contentManage/updateRecord/update.vue +++ b/src/views/contentManage/updateRecord/update.vue @@ -154,4 +154,8 @@ export default { .btn{ margin-top: 100px; } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} diff --git a/src/views/daemon/job-manage/index.vue b/src/views/daemon/job-manage/index.vue index 934c2d2..9ea6d2a 100644 --- a/src/views/daemon/job-manage/index.vue +++ b/src/views/daemon/job-manage/index.vue @@ -517,4 +517,11 @@ diff --git a/src/views/daemon/status-trace-log/index.vue b/src/views/daemon/status-trace-log/index.vue index c820057..eb7c6f2 100644 --- a/src/views/daemon/status-trace-log/index.vue +++ b/src/views/daemon/status-trace-log/index.vue @@ -137,5 +137,8 @@ diff --git a/src/views/gen/index.vue b/src/views/gen/index.vue index 8ab625e..538308f 100644 --- a/src/views/gen/index.vue +++ b/src/views/gen/index.vue @@ -246,5 +246,12 @@ diff --git a/src/views/houseData/analyse.vue b/src/views/houseData/analyse.vue index 4186349..6816412 100644 --- a/src/views/houseData/analyse.vue +++ b/src/views/houseData/analyse.vue @@ -1308,4 +1308,11 @@ export default { background-size: 100%; margin-left: 6px; } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/houseData/count.vue b/src/views/houseData/count.vue index 6d57f0f..a5a2493 100644 --- a/src/views/houseData/count.vue +++ b/src/views/houseData/count.vue @@ -464,4 +464,11 @@ export default { font-weight: bold; } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/inspection/ProhibitedList.vue b/src/views/inspection/ProhibitedList.vue index 20b63fb..41d34db 100644 --- a/src/views/inspection/ProhibitedList.vue +++ b/src/views/inspection/ProhibitedList.vue @@ -291,6 +291,11 @@ export default { isSystoleForm(){ this.isOpen = !this.isOpen }, + handleCurrentChange(val) { + console.log(`当前页: ${val}`); + this.currentPage = val; + // this.findbypage(); + }, // 重置入参 resetParams() { // this.searchForm @@ -399,8 +404,8 @@ export default { .tophove { color: #ffffff; - background: #409eff; - border-color: #409eff; + background: #2671E2; + border-color: #2671E2; } .div-inp { @@ -417,4 +422,11 @@ export default { } } } +/deep/ .el-button--primary{ + background: #2671E2 !important; + border: 1px solid #2671E2 !important; +} +/deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/monitor/redis/index.vue b/src/views/monitor/redis/index.vue index 677ced8..d8b6eed 100644 --- a/src/views/monitor/redis/index.vue +++ b/src/views/monitor/redis/index.vue @@ -41,7 +41,7 @@ export default { activeName: 'first', timer: undefined, memoryCumulate: { - color: ['#409EFF', '#FFCC99'], + color: ['#2671E2', '#FFCC99'], title: { text: 'Redis 内存情况' }, @@ -115,7 +115,7 @@ export default { }] }, dbSizeCumulate: { - color: ['#409EFF'], + color: ['#2671E2'], title: { text: 'Redis Key 数量' }, diff --git a/src/views/mp/wxaccount/index.vue b/src/views/mp/wxaccount/index.vue index 1fb4115..f22e859 100644 --- a/src/views/mp/wxaccount/index.vue +++ b/src/views/mp/wxaccount/index.vue @@ -185,4 +185,11 @@ export default { diff --git a/src/views/mp/wxautoreply/index.vue b/src/views/mp/wxautoreply/index.vue index 2775a35..3eb407a 100644 --- a/src/views/mp/wxautoreply/index.vue +++ b/src/views/mp/wxautoreply/index.vue @@ -445,4 +445,7 @@ .tree-position { margin: 12px 20px 0 0 } + /deep/ .el-button--text{ + color: #2671E2; +} diff --git a/src/views/mp/wxmaterial/index.vue b/src/views/mp/wxmaterial/index.vue index c157e92..efa2dfc 100644 --- a/src/views/mp/wxmaterial/index.vue +++ b/src/views/mp/wxmaterial/index.vue @@ -878,7 +878,7 @@ } .avatar-uploader .el-upload:hover { - border-color: #409EFF; + border-color: #2671E2; } .avatar-uploader-icon { diff --git a/src/views/mp/wxstatistics/index.vue b/src/views/mp/wxstatistics/index.vue index 4f42572..cca9e68 100644 --- a/src/views/mp/wxstatistics/index.vue +++ b/src/views/mp/wxstatistics/index.vue @@ -85,7 +85,7 @@ export default { }, treeData: [], userCumulate: { - color: ['#409EFF'], + color: ['#2671E2'], title: { text: '用户分析数据' }, @@ -109,7 +109,7 @@ export default { }] }, userShard: { - color: ['#409EFF'], + color: ['#2671E2'], title: { text: '图文分享数据' }, @@ -133,7 +133,7 @@ export default { }] }, upstreamMsgDistMonth: { - color: ['#409EFF'], + color: ['#2671E2'], title: { text: '消息分析数据' }, @@ -157,7 +157,7 @@ export default { }] }, interfaceSummary: { - color: ['#409EFF'], + color: ['#2671E2'], tooltip: { axisPointer: { // 坐标轴指示器,坐标轴触发有效 type: 'shadow' // 默认为直线,可选为:'line' | 'shadow'