|
|
@ -9,9 +9,9 @@ |
|
|
|
class="apple" |
|
|
|
class="apple" |
|
|
|
:close-on-click-modal="true" |
|
|
|
:close-on-click-modal="true" |
|
|
|
:show-close="false" |
|
|
|
:show-close="false" |
|
|
|
custom-class="2xl:w3w5 xl:w4w5 lg:w-full bgNone" |
|
|
|
custom-class="w3w5 lg:w-full bgNone" |
|
|
|
> |
|
|
|
> |
|
|
|
<div class="data-dia23 mx-auto rounded-3xl w-1/2" :class="{ ['myFull']: flow === 3 }"> |
|
|
|
<div class="data-dia23 mx-auto rounded-3xl" :class="{ ['myFull']: flow === 3 }"> |
|
|
|
<!-- 2xl:w-3/5 xl:w-4/5 lg:w-full --> |
|
|
|
<!-- 2xl:w-3/5 xl:w-4/5 lg:w-full --> |
|
|
|
<div slot="title" class="dia-header rounded-3xl"> |
|
|
|
<div slot="title" class="dia-header rounded-3xl"> |
|
|
|
<div class="data-title" v-if="flow === 1 || flow === 2">提示</div> |
|
|
|
<div class="data-title" v-if="flow === 1 || flow === 2">提示</div> |
|
|
@ -467,7 +467,7 @@ export default { |
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
<style lang="scss" scoped> |
|
|
|
/deep/.w3w5 { |
|
|
|
/deep/.w3w5 { |
|
|
|
min-width: 700px; |
|
|
|
min-width: 1200px; |
|
|
|
} |
|
|
|
} |
|
|
|
/deep/.w4w5 { |
|
|
|
/deep/.w4w5 { |
|
|
|
min-width: 800px; |
|
|
|
min-width: 800px; |
|
|
@ -518,6 +518,7 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
.data-dia23{ |
|
|
|
.data-dia23{ |
|
|
|
// position: absolute; |
|
|
|
// position: absolute; |
|
|
|
|
|
|
|
width: 30%; |
|
|
|
background-color: white; |
|
|
|
background-color: white; |
|
|
|
z-index: 9999; |
|
|
|
z-index: 9999; |
|
|
|
.popBody { |
|
|
|
.popBody { |
|
|
|