Browse Source

fix: 首页ui修复; 打包文件夹增加版本号

master
guoapeng 2 weeks ago
parent
commit
c2f13badb1
  1. 3
      src/pages/Index/Regular/Consumables.vue
  2. 1
      vite.config.ts

3
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;

1
vite.config.ts

@ -29,6 +29,7 @@ export default defineConfig({
},
},
build: {
outDir: `dist-v${packageJson.version}`,
minify: 'terser',
terserOptions: {
compress: {

Loading…
Cancel
Save