Fix:4575 【旅居商城小程序】入驻申请须知弹窗尺寸优化

This commit is contained in:
linxi
2025-11-13 14:02:09 +08:00
parent 6fb60ef712
commit f87cf3277b
+16 -8
View File
@@ -327,7 +327,6 @@
</view>
</view>
<u-popup :show="show" mode="center" round="10" @close="show=false"
:customStyle="{'width': '90%', 'padding': '40rpx 20rpx'}"
>
<view class="popup-body">
<view class="tc bold">入驻申请须知</view>
@@ -805,18 +804,27 @@ export default {
</script>
<style scoped lang="scss">
.popup-body {
width: 80vw;
height: 80vh;
padding: 30rpx;
overflow: hidden;
}
.popup-body .content {
height: 52vh;
overflow-y: auto;
margin: 30rpx 0;
}
.popup-body .agree-box {
margin: 60rpx 0;
font-size: 28rpx;
color: #666;
}
.popup-body {
.title {
line-height: 80rpx;
text-align: center;
}
.content {
padding: 0 30rpx 30rpx 30rpx;
.content-html {
max-height: 70vh;
overflow-y: auto;
}
}
}
.container {
padding: 20rpx;