|
@@ -5,7 +5,7 @@
|
|
|
<span>选择封面</span>
|
|
|
<img src="~@/assets/img/ppt_m/close.png" alt="" class="close_ico" @click="closeDialog">
|
|
|
</header>
|
|
|
- <div class="dialog-bg" :style="'backgroundImage:url('+bgList[bgListIndex]+');backgroundPosition:center;backgroundRepeat:no-repeat;backgroundSize:cover;'">
|
|
|
+ <div class="dialog-bg" :style="'backgroundImage:url('+bgList[bgListIndex]+');backgroundPosition:center;backgroundRepeat:no-repeat;'">
|
|
|
<div :style="`width:62%; font-size:16px; text-align:center; line-height:1.6; color:${$parent.pptCoverTextColor||'#fff'}; position:absolute; right:20px; top:50%;`">
|
|
|
<p :style="`height:5px; margin-bottom:21px;`"></p>
|
|
|
<el-input
|
|
@@ -190,7 +190,7 @@ export default {
|
|
|
.dialog-min {
|
|
|
width: 50%;
|
|
|
min-width: 960px;
|
|
|
- min-height: 90%;
|
|
|
+ /* min-height: 90%; */
|
|
|
padding: 30px 54px 26px;
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
@@ -213,9 +213,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.dialog-bg {
|
|
|
- flex: 1;
|
|
|
+ /* flex: 1; */
|
|
|
width: 100%;
|
|
|
position: relative;
|
|
|
+ padding-bottom: 70%;
|
|
|
+ background-size: 100% 100%;
|
|
|
.select_ico {
|
|
|
width: 48px;
|
|
|
height: 48px;
|