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: {