forked from zhongyuanhaiju/uniapp
修复:注册协议不能上下滑动的问题
This commit is contained in:
parent
83ad7e9900
commit
a991e89a2b
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -904,7 +904,7 @@
|
|||
// #ifdef H5
|
||||
"navigationStyle": "custom",
|
||||
// #endif
|
||||
"navigationBarTitleText": "分销商升级申请"
|
||||
"navigationBarTitleText": "代理申请"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue