From 0e237985bff299c0ebbc1f849f5f1fddec589ed1 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Sat, 27 Apr 2024 23:24:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8C=89=E9=92=AE=E9=97=B4=E8=B7=9D?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/worksheet/content/Content.vue | 12 ++++++------ src/views/worksheet/index.vue | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index 5c727f0..13acb73 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -764,7 +764,7 @@ defineExpose({ > @@ -776,7 +776,7 @@ defineExpose({ /> @@ -934,19 +934,19 @@ defineExpose({
@@ -990,7 +990,7 @@ defineExpose({ flex: 1; flex-direction: column; box-sizing: border-box; - margin-left: 16px !important; + // margin-left: 16px !important; margin-right: 16px !important; padding: 16px 16px 0px 16px; background: #fff; diff --git a/src/views/worksheet/index.vue b/src/views/worksheet/index.vue index 8fd6e05..6b34b15 100644 --- a/src/views/worksheet/index.vue +++ b/src/views/worksheet/index.vue @@ -21,7 +21,7 @@ function ApprovalOver(packageId) {
-