diff --git a/.gitignore b/.gitignore index 9e92997..1e83952 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store node_modules/ KaiFengWechat/ +dist/ app_paishuihu/ npm-debug.log* yarn-debug.log* diff --git a/.gitignore b/.gitignore index 9e92997..1e83952 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store node_modules/ KaiFengWechat/ +dist/ app_paishuihu/ npm-debug.log* yarn-debug.log* diff --git a/src/views/PublicAdvice.vue b/src/views/PublicAdvice.vue index 07be4e5..9efe441 100644 --- a/src/views/PublicAdvice.vue +++ b/src/views/PublicAdvice.vue @@ -273,8 +273,8 @@ height: 120px; background: rgba(20, 91, 247, 1); border-radius: 100px; - position: absolute; - bottom: 120px; + position: fixed; + bottom: 180px; right: 20px; display: flex; justify-content: center; diff --git a/.gitignore b/.gitignore index 9e92997..1e83952 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store node_modules/ KaiFengWechat/ +dist/ app_paishuihu/ npm-debug.log* yarn-debug.log* diff --git a/src/views/PublicAdvice.vue b/src/views/PublicAdvice.vue index 07be4e5..9efe441 100644 --- a/src/views/PublicAdvice.vue +++ b/src/views/PublicAdvice.vue @@ -273,8 +273,8 @@ height: 120px; background: rgba(20, 91, 247, 1); border-radius: 100px; - position: absolute; - bottom: 120px; + position: fixed; + bottom: 180px; right: 20px; display: flex; justify-content: center; diff --git a/vite.config.js b/vite.config.js index aff576d..8a4bd99 100644 --- a/vite.config.js +++ b/vite.config.js @@ -98,7 +98,7 @@ }, }, build: { - outDir: 'KaiFengWechat', + outDir: 'dist', rollupOptions: { output: { chunkFileNames: `static/js/[name].[hash]${Timestamp}.js`,