fix(ui): 调整微信小程序上的按钮位置

This commit is contained in:
2025-10-28 11:39:02 +08:00
parent 237f36a742
commit 7f3dc284eb

View File

@@ -126,7 +126,7 @@
<!-- 小程序隐私协议 -->
<privacy-popup ref="privacyPopup"></privacy-popup>
<!-- #endif -->
<to-top class="mescroll-totop" v-if="showTop" @toTop="scrollToTopNative()"></to-top>
<to-top v-if="showTop" @toTop="scrollToTopNative()"></to-top>
</view>
</template>
@@ -142,7 +142,7 @@
export default {
data() {
return {
minScrollTop: 200,
minScrollTop: 100,
}
},
components: {
@@ -199,11 +199,6 @@
font-size: 60rpx;
}
.mescroll-totop {
right: 12px !important;
bottom: 100px !important;
}
</style>
<style scoped>
.swiper /deep/ .uni-swiper-dots-horizontal {
@@ -236,4 +231,10 @@
/deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box {
max-height: unset !important;
}
/deep/ .mescroll-totop {
right: 24rpx!important;
bottom: 182rpx!important;
}
</style>