9f35509e by zhangmeng

H5适配

1 parent 9ab12824
1 <template> 1 <template>
2 <el-dialog v-model="show" :title="title" destroy-on-close width="400px" @close="close"> 2 <el-dialog
3 v-model="show" :title="title" destroy-on-close style="min-width: 350px;max-width: 450px"
4 @close="close"
5 >
3 <div> 6 <div>
4 <h2 v-if="cptName" class="text-warning text-center">{{ cptName }}</h2> 7 <h2 v-if="cptName" class="text-warning text-center">{{ cptName }}</h2>
5 8
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
9 class="pcloginpop" 9 class="pcloginpop"
10 close-icon="CircleClose" 10 close-icon="CircleClose"
11 destroy-on-close 11 destroy-on-close
12 width="450px" 12 style="max-width: 450px;min-width: 350px"
13 @close="close" 13 @close="close"
14 > 14 >
15 <div class="pd10" /> 15 <div class="pd10" />
...@@ -589,7 +589,8 @@ const goPolicy = () => { ...@@ -589,7 +589,8 @@ const goPolicy = () => {
589 .rItem { 589 .rItem {
590 height: 130px; 590 height: 130px;
591 cursor: pointer; 591 cursor: pointer;
592 width: 350px; 592 max-width: 350px;
593 min-width: 300px;
593 padding: 1px; 594 padding: 1px;
594 margin: 20px auto; 595 margin: 20px auto;
595 596
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!