From c2f13badb114081115297e9ec846d88e3c94a5b8 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Thu, 17 Jul 2025 13:44:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5ui=E4=BF=AE=E5=A4=8D;?= =?UTF-8?q?=20=E6=89=93=E5=8C=85=E6=96=87=E4=BB=B6=E5=A4=B9=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/Regular/Consumables.vue | 3 ++- vite.config.ts | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/Index/Regular/Consumables.vue b/src/pages/Index/Regular/Consumables.vue index 92d9edf..5745c48 100644 --- a/src/pages/Index/Regular/Consumables.vue +++ b/src/pages/Index/Regular/Consumables.vue @@ -463,6 +463,7 @@ const updateTipNum = async ({ background: #f6f6f6; display: flex; height: 26px; + margin-bottom: 10px; align-items: center; padding: 0 5px; @@ -480,7 +481,7 @@ const updateTipNum = async ({ } .ball-area { - height: calc(100% - 26px); + height: calc(100% - 36px); display: flex; align-items: center; justify-content: space-between; diff --git a/vite.config.ts b/vite.config.ts index c5e7216..d2c6a7a 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -29,6 +29,7 @@ export default defineConfig({ }, }, build: { + outDir: `dist-v${packageJson.version}`, minify: 'terser', terserOptions: { compress: {