9f35509e by zhangmeng

H5适配

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