|
@@ -76,7 +76,7 @@
|
|
? ''
|
|
? ''
|
|
: !data.left.con && (data.headerCon || data.label)
|
|
: !data.left.con && (data.headerCon || data.label)
|
|
? '40px 12px 0 12px'
|
|
? '40px 12px 0 12px'
|
|
- : '0 12px',
|
|
|
|
|
|
+ : '12px',
|
|
}"
|
|
}"
|
|
>
|
|
>
|
|
<div class="header-info-preview">
|
|
<div class="header-info-preview">
|
|
@@ -89,17 +89,20 @@
|
|
width: '568px',
|
|
width: '568px',
|
|
height:
|
|
height:
|
|
data.left.con && (data.headerCon || data.label)
|
|
data.left.con && (data.headerCon || data.label)
|
|
- ? '294px'
|
|
|
|
|
|
+ ? '370px'
|
|
: !data.left.con && (data.headerCon || data.label)
|
|
: !data.left.con && (data.headerCon || data.label)
|
|
? '402px'
|
|
? '402px'
|
|
- : ' 450px',
|
|
|
|
|
|
+ : ' 418px',
|
|
}"
|
|
}"
|
|
:src="data.left.fileList[0].fileUrl"
|
|
:src="data.left.fileList[0].fileUrl"
|
|
:preview-src-list="[data.left.fileList[0].fileUrl]"
|
|
:preview-src-list="[data.left.fileList[0].fileUrl]"
|
|
fit="contain"
|
|
fit="contain"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
- <h2 :class="['con-preview', data.left.fileList.length === 0 ? 'con-preview-big' : '']" v-if="data.left.con">
|
|
|
|
|
|
+ <h2
|
|
|
|
+ :class="['con-preview', data.left.fileList.length === 0 ? 'con-preview-big' : '']"
|
|
|
|
+ v-if="data.left.con && data.left.fileList.length === 0"
|
|
|
|
+ >
|
|
{{ data.left.con }}
|
|
{{ data.left.con }}
|
|
</h2>
|
|
</h2>
|
|
<a class="overturn-btn" v-if="isPreview" @click="changeShowLeft"><i class="el-icon-refresh"></i></a>
|
|
<a class="overturn-btn" v-if="isPreview" @click="changeShowLeft"><i class="el-icon-refresh"></i></a>
|