From 24c80c88796d72b2184d7721b0fbe5213023a7e2 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Mon, 29 Apr 2024 09:58:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=9B=BE=E9=89=B4=E5=B0=8F=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E8=92=99=E5=B1=82=EF=BC=8C=E4=B8=80=E9=94=AE=E6=9F=A5?= =?UTF-8?q?=E9=87=8D=E5=BC=B9=E6=A1=86=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/content/Content.vue | 1 + src/views/home/content/modal/CheckingTaskModal.vue | 6 +++--- src/views/worksheet/content/Content.vue | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue index 13a6e5e..09eb177 100644 --- a/src/views/home/content/Content.vue +++ b/src/views/home/content/Content.vue @@ -1050,6 +1050,7 @@ defineExpose({ flex-direction: column; box-sizing: border-box; margin-left: 16px; + margin-right: 16px; width: 100%; &-header { diff --git a/src/views/home/content/modal/CheckingTaskModal.vue b/src/views/home/content/modal/CheckingTaskModal.vue index 17a4cbf..8e946d8 100644 --- a/src/views/home/content/modal/CheckingTaskModal.vue +++ b/src/views/home/content/modal/CheckingTaskModal.vue @@ -14,7 +14,7 @@ const isFold = ref(false); const router = useRouter(); const cardStyle = { - width: "29vw", + width: "357px", "--n-padding-bottom": "10px", "--n-padding-left": "10px", }; @@ -58,8 +58,8 @@ defineExpose({ v-if="show" style=" position: fixed; - right: 0; - bottom: 0; + right: 16px; + bottom: 16px; float: left; z-index: 999; width: 360px; diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index c7d5e45..80a9bb0 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -939,7 +939,8 @@ defineExpose({ -
+