Commit 12cf0abb by 李嘉林

用户隐私弹窗层级问题

parent 7acdf1ab
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</div> </div>
<van-popup <van-popup
:show="contentShow" :show="contentShow"
custom-style="width:80vw;height:80vh;background:#fff;" custom-style="width:80vw;height:80vh;background:#fff;z-index: 999;"
:close-on-click-overlay="true" :close-on-click-overlay="true"
@close="closeDia" @close="closeDia"
> >
...@@ -96,6 +96,7 @@ export default { ...@@ -96,6 +96,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.loginUserAgreement { .loginUserAgreement {
width: 100%; width: 100%;
z-index: 9;
.readAgreement { .readAgreement {
width: 100%; width: 100%;
font-size: 12px; font-size: 12px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment