修复:注册协议不能上下滑动的问题

This commit is contained in:
wuhui_zzw 2023-03-23 13:57:57 +08:00
parent 83ad7e9900
commit a991e89a2b
2 changed files with 5 additions and 1 deletions

View File

@ -902,6 +902,10 @@ export default {
width: 100vw!important;
.complete-info-wrap{
width: calc(100vw - 80rpx)!important;
max-height: 80vh;
overflow: auto;
border-top-right-radius: 30rpx;
border-top-left-radius: 30rpx;
.head {
position: relative;

View File

@ -904,7 +904,7 @@
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "分销商升级申请"
"navigationBarTitleText": "代理申请"
}
}
]