Fix:4575 【旅居商城小程序】入驻申请须知弹窗尺寸优化
This commit is contained in:
@@ -327,7 +327,6 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<u-popup :show="show" mode="center" round="10" @close="show=false"
|
<u-popup :show="show" mode="center" round="10" @close="show=false"
|
||||||
:customStyle="{'width': '90%', 'padding': '40rpx 20rpx'}"
|
|
||||||
>
|
>
|
||||||
<view class="popup-body">
|
<view class="popup-body">
|
||||||
<view class="tc bold">入驻申请须知</view>
|
<view class="tc bold">入驻申请须知</view>
|
||||||
@@ -805,18 +804,27 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<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 {
|
.popup-body {
|
||||||
.title {
|
.title {
|
||||||
line-height: 80rpx;
|
line-height: 80rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.content {
|
|
||||||
padding: 0 30rpx 30rpx 30rpx;
|
|
||||||
.content-html {
|
|
||||||
max-height: 70vh;
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user