From a9a617ad9e26aa4be8c127a749dcafd10fc91906 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Thu, 21 Oct 2021 16:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=9F=A5=E7=9C=8B=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E8=BF=9B=E5=BA=A6=E6=9D=A1ie=E5=85=BC?= =?UTF-8?q?=E5=AE=B9=E9=97=AE=E9=A2=98=EF=BC=8Cbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProgressBar.vue | 20 +++++-- src/components/company/CompanySelect.vue | 2 +- src/components/layouts/UserLayout.vue | 4 +- src/components/tools/DynamicNotice.vue | 58 +++++++++++--------- src/views/packManagement/PackCompanyList.vue | 2 +- src/views/system/DepartList.vue | 12 +++- src/views/system/modules/UserRoleModal.vue | 11 ++-- src/views/user/Login.vue | 7 ++- src/views/user/alteration/Alteration.vue | 2 +- 9 files changed, 70 insertions(+), 48 deletions(-) diff --git a/src/components/ProgressBar.vue b/src/components/ProgressBar.vue index f6b7036..973a550 100644 --- a/src/components/ProgressBar.vue +++ b/src/components/ProgressBar.vue @@ -1,24 +1,28 @@ @@ -60,8 +64,12 @@ export default { } } +.no-display { + display: none; +} + .full-and-partial { - background: linear-gradient(0deg,#0075a9 0%, #008dcc 100%); + background: linear-gradient(0deg, #0075a9 0%, #008dcc 100%); display: flex; border-radius: 10px; box-sizing: border-box; @@ -77,11 +85,11 @@ export default { } .pay-in-full { - background: linear-gradient(0deg,#069f99 0%, #07b1aa 100%); + background: linear-gradient(0deg, #069f99 0%, #07b1aa 100%); } .partial-payment { - background: linear-gradient(0deg,#0075a9 0%, #008dcc 100%); + background: linear-gradient(0deg, #0075a9 0%, #008dcc 100%); } .non-payment { diff --git a/src/components/company/CompanySelect.vue b/src/components/company/CompanySelect.vue index 56557d1..0747a71 100644 --- a/src/components/company/CompanySelect.vue +++ b/src/components/company/CompanySelect.vue @@ -2,7 +2,7 @@
- + diff --git a/src/components/layouts/UserLayout.vue b/src/components/layouts/UserLayout.vue index 1a610a4..5b0d061 100644 --- a/src/components/layouts/UserLayout.vue +++ b/src/components/layouts/UserLayout.vue @@ -61,8 +61,8 @@ overflow: auto; .container { width: 100%; - min-width: 1366px; - min-height: 768px; + min-width: 1300px; + min-height: 600px; height: 100%; overflow: hidden; position: relative; diff --git a/src/components/tools/DynamicNotice.vue b/src/components/tools/DynamicNotice.vue index 7539a02..95483ce 100644 --- a/src/components/tools/DynamicNotice.vue +++ b/src/components/tools/DynamicNotice.vue @@ -7,35 +7,39 @@ \ No newline at end of file diff --git a/src/views/packManagement/PackCompanyList.vue b/src/views/packManagement/PackCompanyList.vue index 78a7eef..7896eef 100644 --- a/src/views/packManagement/PackCompanyList.vue +++ b/src/views/packManagement/PackCompanyList.vue @@ -31,7 +31,7 @@
新增 - 导出 + 导出 批量删除
diff --git a/src/views/system/DepartList.vue b/src/views/system/DepartList.vue index dc9f602..19c292b 100644 --- a/src/views/system/DepartList.vue +++ b/src/views/system/DepartList.vue @@ -24,7 +24,8 @@ 取消选择
- +