From c187d5de513cec2b543c179c3f71007930ab5637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E5=BE=B7=E4=BA=91?= Date: Tue, 9 Dec 2025 00:30:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95=E4=BD=8D=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=96=B9=E6=B3=95=EF=BC=8C=E5=8A=A0=E8=BD=BD=E8=BF=98?= =?UTF-8?q?=E6=9C=89=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/inputValueUnit/index.vue | 12 +- src/store/modules/unitData.ts | 305 +++++--- src/views/index.vue | 963 ++++++++++++------------ 3 files changed, 697 insertions(+), 583 deletions(-) diff --git a/src/components/inputValueUnit/index.vue b/src/components/inputValueUnit/index.vue index 09e51d7..ea4085b 100644 --- a/src/components/inputValueUnit/index.vue +++ b/src/components/inputValueUnit/index.vue @@ -28,8 +28,7 @@ + // 调整对话框响应式 + :deep(.el-dialog) { + @media (max-width: 768px) { + width: 90% !important; + margin: 0 auto; + } + } + \ No newline at end of file