From 9142c4eab3e2a124bf0209c7d3099b898f8841e3 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Fri, 21 Mar 2025 04:25:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A0=A1=E9=AA=8C=E6=AD=A3=E5=9C=A8?= =?UTF-8?q?=E5=96=B7=E6=B6=82=E7=9A=84=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/Check/index.vue | 7 +++++- src/components/martix/Edit/index.vue | 2 +- src/components/spray/trayGraph/index.vue | 13 +++++++++++ src/views/spray/index.vue | 38 +++++++++++++++++++++++++++----- 4 files changed, 53 insertions(+), 7 deletions(-) diff --git a/src/components/home/Check/index.vue b/src/components/home/Check/index.vue index 8ef4da9..fe2d768 100644 --- a/src/components/home/Check/index.vue +++ b/src/components/home/Check/index.vue @@ -139,8 +139,10 @@ const addTextToCheckList = async (text: string, id: number) => { .mask-box { display: flex; font-size: 35px; + align-items: center; + margin-bottom: 40px; .el-tag { - margin: 0 20px 10px 0; + margin-right: 20px; width: 100%; } } @@ -158,4 +160,7 @@ const addTextToCheckList = async (text: string, id: number) => { .el-icon.el-icon--loading { animation: spin 1s linear infinite; // 确保 Loading 图标应用 spin 动画 } +:deep(.el-tag) { + padding: 30px 0; +} diff --git a/src/components/martix/Edit/index.vue b/src/components/martix/Edit/index.vue index 839517f..76cf185 100644 --- a/src/components/martix/Edit/index.vue +++ b/src/components/martix/Edit/index.vue @@ -58,7 +58,7 @@ const cancel = () => {