From ef85aedfe4edce169c93534b6ce54c0b402fe7e3 Mon Sep 17 00:00:00 2001 From: key <2338751759@qq.com> Date: Wed, 20 Mar 2024 14:16:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=A2=9E=E5=8A=A0=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E7=BB=84=E4=BB=B6=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/views/basics-date/customer/index.vue | 2 +- Web/src/views/basics-date/matter/index.vue | 2 +- .../productionProgressKanban/index.vue | 2 +- .../warningStatisticsWeek/index.vue | 2 +- .../views/system/menu/component/editMenu.vue | 43 ++++++++----------- 5 files changed, 22 insertions(+), 29 deletions(-) diff --git a/Web/src/views/basics-date/customer/index.vue b/Web/src/views/basics-date/customer/index.vue index ea3cb09..f68be0d 100644 --- a/Web/src/views/basics-date/customer/index.vue +++ b/Web/src/views/basics-date/customer/index.vue @@ -47,7 +47,7 @@
- + diff --git a/Web/src/views/basics-date/matter/index.vue b/Web/src/views/basics-date/matter/index.vue index 711bb24..42e0088 100644 --- a/Web/src/views/basics-date/matter/index.vue +++ b/Web/src/views/basics-date/matter/index.vue @@ -67,7 +67,7 @@
- + diff --git a/Web/src/views/reportCenter/productionProgressKanban/index.vue b/Web/src/views/reportCenter/productionProgressKanban/index.vue index 6dab894..5c938ed 100644 --- a/Web/src/views/reportCenter/productionProgressKanban/index.vue +++ b/Web/src/views/reportCenter/productionProgressKanban/index.vue @@ -209,7 +209,7 @@ let option = ref({ color: rgb(210, 217, 222); } &>p:nth-child(2){ - font-size: 20px; + font-size: 20px; color: #4093f9; margin-left: auto; } diff --git a/Web/src/views/reportCenter/warningStatistics/warningStatisticsWeek/index.vue b/Web/src/views/reportCenter/warningStatistics/warningStatisticsWeek/index.vue index 987945b..73af27f 100644 --- a/Web/src/views/reportCenter/warningStatistics/warningStatisticsWeek/index.vue +++ b/Web/src/views/reportCenter/warningStatistics/warningStatisticsWeek/index.vue @@ -157,7 +157,7 @@ let option2 = { -const handleChange = (value) => { +const handleChange = (value: any) => { console.log(value) } const formInline = reactive({ diff --git a/Web/src/views/system/menu/component/editMenu.vue b/Web/src/views/system/menu/component/editMenu.vue index c1767b8..c5458f8 100644 --- a/Web/src/views/system/menu/component/editMenu.vue +++ b/Web/src/views/system/menu/component/editMenu.vue @@ -1,13 +1,13 @@ + \ No newline at end of file