|
@@ -2,11 +2,13 @@
|
|
<div class="overlay" v-if="visible">
|
|
<div class="overlay" v-if="visible">
|
|
<div class="content"
|
|
<div class="content"
|
|
:style="{
|
|
:style="{
|
|
- height: dialogStyle.dialogHeight + 'px',
|
|
|
|
- width: showComType == 'default' ? dialogStyle.dialogContentWidth + 'px' : '880px'}">
|
|
|
|
- <div class="pop-mask"
|
|
|
|
- v-show="showCurrencyPop || showCurrencySelect"
|
|
|
|
- @click.stop="showCurrencyPop = false; showCurrencySelect=false"></div>
|
|
|
|
|
|
+ height: showComType === 'preview' ? 'calc(100vh - 40px)' : dialogStyle.dialogHeight + 'px',
|
|
|
|
+ width: dialogStyle.dialogContentWidth + 'px',
|
|
|
|
+ }">
|
|
|
|
+ <div class="pop-mask"
|
|
|
|
+ v-show="showCurrencyPop || showCurrencySelect"
|
|
|
|
+ @click.stop="showCurrencyPop = false; showCurrencySelect=false">
|
|
|
|
+ </div>
|
|
|
|
|
|
<!-- 头部 -->
|
|
<!-- 头部 -->
|
|
<div class="head">
|
|
<div class="head">
|
|
@@ -416,8 +418,8 @@ let visible = ref(false);
|
|
|
|
|
|
//弹窗高度
|
|
//弹窗高度
|
|
let dialogStyle = reactive({
|
|
let dialogStyle = reactive({
|
|
- dialogHeight: 680,
|
|
|
|
- dialogContentWidth: 1080
|
|
|
|
|
|
+ dialogHeight: 670,
|
|
|
|
+ dialogContentWidth: 1100
|
|
})
|
|
})
|
|
|
|
|
|
// 当前展示组件内容 default(表单) preview(预览) topUp(充值)
|
|
// 当前展示组件内容 default(表单) preview(预览) topUp(充值)
|
|
@@ -1642,6 +1644,7 @@ onMounted(() => {
|
|
transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
z-index: 2000;
|
|
z-index: 2000;
|
|
|
|
+ max-height: 825px;
|
|
|
|
|
|
.pop-mask {
|
|
.pop-mask {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -2156,10 +2159,11 @@ onMounted(() => {
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
.card {
|
|
.card {
|
|
float: left;
|
|
float: left;
|
|
|
|
+ width: 480px;
|
|
position: relative;
|
|
position: relative;
|
|
.flash {
|
|
.flash {
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- height: 460px;
|
|
|
|
|
|
+ height: 600px;
|
|
border-radius: 26px;
|
|
border-radius: 26px;
|
|
border: solid 1px #ECECEC;
|
|
border: solid 1px #ECECEC;
|
|
}
|
|
}
|
|
@@ -2187,7 +2191,7 @@ onMounted(() => {
|
|
}
|
|
}
|
|
.card-content {
|
|
.card-content {
|
|
float: right;
|
|
float: right;
|
|
- width: 430px;
|
|
|
|
|
|
+ width: 500px;
|
|
}
|
|
}
|
|
.card-amount {
|
|
.card-amount {
|
|
overflow: hidden;
|
|
overflow: hidden;
|