From 48a60adfe464f8ed35dbc84bd36ab88c3e70e6fd Mon Sep 17 00:00:00 2001 From: tdg930622 <51816549+tdg930622@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:56:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=B9=A6=E9=83=A8=E5=88=86=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/common.scss | 3 + .../components/LayoutContentNew.vue | 2 +- .../mediation-page/components/cassWrit.vue | 93 +++++++++++++++++-- src/services/caseManagement.js | 31 ++++++- 4 files changed, 117 insertions(+), 12 deletions(-) diff --git a/src/assets/style/common.scss b/src/assets/style/common.scss index 146de06..39b4e8d 100644 --- a/src/assets/style/common.scss +++ b/src/assets/style/common.scss @@ -351,6 +351,9 @@ html{ left: $left; } } +.ml-4{ + margin-left: 4px; +} .mt-8{ margin-top: $size8; } diff --git a/src/pages/mediation-page/components/LayoutContentNew.vue b/src/pages/mediation-page/components/LayoutContentNew.vue index e64a663..bc35f8c 100644 --- a/src/pages/mediation-page/components/LayoutContentNew.vue +++ b/src/pages/mediation-page/components/LayoutContentNew.vue @@ -623,7 +623,7 @@ export default { return { VideoDialog: null, eventDialog: {caseId: this.$route.query.caseId}, - leftActive: 1, + leftActive: 4, rightActive: 1, fileList: [], diff --git a/src/pages/mediation-page/components/cassWrit.vue b/src/pages/mediation-page/components/cassWrit.vue index 9f56089..345bc09 100644 --- a/src/pages/mediation-page/components/cassWrit.vue +++ b/src/pages/mediation-page/components/cassWrit.vue @@ -4,13 +4,19 @@ 案件文书 -