From 684aa7194d6000172743ba8465a4fcd876095f5f Mon Sep 17 00:00:00 2001 From: corala <18339694416@163.com> Date: Thu, 7 Jul 2022 17:10:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 7 +++ src/page/index/logo.vue | 2 +- src/page/wel.vue | 38 +++++++------ src/views/Customer/AgentManagement.vue | 2 +- src/views/Customer/index.vue | 9 ++- src/views/Equipment/equipmentDetailList.vue | 34 ++++------- .../Equipment/equipmentOnlineRecordList.vue | 2 +- src/views/Equipment/state.vue | 28 ++++----- src/views/Receive/index.vue | 57 ++++++------------- src/views/ReceivingRecords/index.vue | 2 +- src/views/Scheduling/index.vue | 6 +- src/views/Statistics/BuildingContrast.vue | 6 +- src/views/Statistics/ConsultantBrand.vue | 14 ++--- .../Statistics/Insightintothedetails.vue | 3 +- src/views/Statistics/MentoringAbility.vue | 16 +++--- src/views/Statistics/ReceptionOverview.vue | 8 ++- src/views/Statistics/ReceptionStatistical.vue | 2 +- src/views/Statistics/TheTeamCompared.vue | 10 ++-- src/views/Statistics/TrendAnalysis.vue | 6 +- src/views/Statistics/dataScreeAge.vue | 12 ++-- src/views/Statistics/dataScreeOrg.vue | 6 +- src/views/Statistics/dataScreeSys.vue | 6 +- src/views/Statistics/index.vue | 55 +++++++++--------- src/views/Template/PinspeakwordsList.vue | 2 +- src/views/Template/wrongword.vue | 2 +- src/views/admin/dept/index.vue | 4 +- src/views/building/index.vue | 14 ++--- src/views/houseData/analyse.vue | 9 ++- src/views/houseData/count.vue | 3 +- src/views/inspection/ProhibitedList.vue | 3 +- 30 files changed, 169 insertions(+), 199 deletions(-) diff --git a/src/App.vue b/src/App.vue index fef0870..5513637 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,6 +26,13 @@ export default { .el-tooltip__popper { max-width: 300px; } +.el-button--primary{ + background-color: #2671E2 !important; + border-color: #2671E2 !important; +} +.el-scrollbar__wrap{ + height: 100vh !important; +} .el-table__row{ font-size: 14px!important; } diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue index a75e584..4a303ef 100644 --- a/src/page/index/logo.vue +++ b/src/page/index/logo.vue @@ -58,7 +58,7 @@ export default { .logoIcon{ display: block; width: 50px; - height: 36px; + height: 38px; background: url('../../../public/logoPng.png') no-repeat; background-size: 100%; } diff --git a/src/page/wel.vue b/src/page/wel.vue index a2dfcf6..6d489c3 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -1,6 +1,6 @@