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 @@ 取消选择
- +