chore: 调整在H5端上的浮动按钮位置,上移80px

This commit is contained in:
2025-12-24 16:53:27 +08:00
parent e5d5c961fb
commit be0f4be0ed
2 changed files with 6 additions and 2 deletions

View File

@@ -178,6 +178,9 @@ export default {
position: fixed;
right: 0rpx;
bottom: 240rpx;
// #ifdef H5
bottom: 320rpx;
// #endif
z-index: 10;
// background: #fff;
// box-shadow: 2rpx 2rpx 22rpx rgba(0, 0, 0, 0.3);