From e60dc4d8790438f967776554f9d59f0d8e0ad6c2 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Tue, 29 Jul 2025 20:58:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=A9=E5=BA=A6=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/Index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/Index/Index.vue b/src/pages/Index/Index.vue index 99071f2..180c9ef 100644 --- a/src/pages/Index/Index.vue +++ b/src/pages/Index/Index.vue @@ -159,7 +159,7 @@
温度: 高 温度: 低 - 温度: 好 + 温度: 好
@@ -1600,6 +1600,8 @@ watchEffect(() => { padding-top: 5px; } .el-tag { - font-size: 15px; + font-size: 22px; + padding: 0 10px; + height: 35px; }