From 010298dd89a4fe0093e66a245dcfa64f502883a6 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 12 Dec 2024 15:47:11 +0800 Subject: [PATCH 1/4] =?UTF-8?q?feat:=E5=BA=9F=E5=93=81=E5=BA=93=E5=87=BA?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/inmScrap.vue | 142 +++++++++-------------------- src/views/wpm_gx/handover_form.vue | 47 +++++++--- 2 files changed, 78 insertions(+), 111 deletions(-) diff --git a/src/views/inm/inmScrap.vue b/src/views/inm/inmScrap.vue index 5edb3cbb..3f34ea76 100644 --- a/src/views/inm/inmScrap.vue +++ b/src/views/inm/inmScrap.vue @@ -1,28 +1,11 @@ + diff --git a/src/views/qm/testItem.vue b/src/views/qm/testItem.vue new file mode 100644 index 00000000..860fcb88 --- /dev/null +++ b/src/views/qm/testItem.vue @@ -0,0 +1,190 @@ + + + From 45f5166d953bf9d6cff924c1a360e4ecb411b622 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 12 Dec 2024 16:40:39 +0800 Subject: [PATCH 3/4] =?UTF-8?q?fix:=E5=B7=A5=E5=BA=8F=E6=B7=BB=E5=8A=A0typ?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/process.vue | 27 ++++++++++++++------------- src/views/mtm/process_form.vue | 23 +++++++++++++++++++++-- 2 files changed, 35 insertions(+), 15 deletions(-) diff --git a/src/views/mtm/process.vue b/src/views/mtm/process.vue index d84405bd..742d5137 100644 --- a/src/views/mtm/process.vue +++ b/src/views/mtm/process.vue @@ -39,29 +39,26 @@ - + + + + - - - - + - + - + + + + + + - + Date: Thu, 12 Dec 2024 17:15:00 +0800 Subject: [PATCH 4/4] =?UTF-8?q?fix:=E6=B8=85=E9=99=A4=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E8=8F=9C=E5=8D=95=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/sideM.vue | 4 ++-- src/style/fix.scss | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/layout/components/sideM.vue b/src/layout/components/sideM.vue index 72997722..301a7eb3 100644 --- a/src/layout/components/sideM.vue +++ b/src/layout/components/sideM.vue @@ -3,11 +3,11 @@ - -
{{ baseName }}>
+
{{ baseName }}
diff --git a/src/style/fix.scss b/src/style/fix.scss index 58629f17..5b9b577a 100644 --- a/src/style/fix.scss +++ b/src/style/fix.scss @@ -352,7 +352,9 @@ body .tox-tinymce-aux { overflow: auto; padding: 8px 12px; } - +#mobileNavBox .el-drawer__body{ + padding: 0; +} .el-form--label-top .el-form-item__label { line-height: 16px; }