diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..ed1cc03 Binary files /dev/null and b/dist.zip differ diff --git a/src/pages/messagePush/index.vue b/src/pages/messagePush/index.vue index 11485a4..1ac46d9 100644 --- a/src/pages/messagePush/index.vue +++ b/src/pages/messagePush/index.vue @@ -80,18 +80,6 @@ const UserStore = useUserStore(); width: calc(100% - 40rpx); border-radius: 20px 20px 0px 0px; background: linear-gradient(180.00deg, rgb(68, 125, 255) 0.763%, rgb(255, 255, 255) 99.237%); - position: absolute; - bottom: 0; - left: 0; - margin-bottom: calc(24rpx + constant(safe-area-inset-bottom)); - margin-bottom: calc(24rpx + env(safe-area-inset-bottom)); -} - - - diff --git a/vite.config.js b/vite.config.js index cc22007..8982362 100644 --- a/vite.config.js +++ b/vite.config.js @@ -10,9 +10,9 @@ export default defineConfig({ defineModel: true, } }), - UnifiedViteWeappTailwindcssPlugin({ - rem2rpx: true, - }) + // UnifiedViteWeappTailwindcssPlugin({ + // rem2rpx: true, + // }) ], css: { postcss: {