feat: 更换全屏地税

This commit is contained in:
wangjiahao 2021-06-16 09:38:40 +08:00
parent 1e03bd347a
commit dd53dc28d9
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@
</div>
</el-dialog>
<fullscreen style="height: 100%;background: none" :fullscreen.sync="previewVisible">
<fullscreen style="height: 100%;background: #f7f8fa" :fullscreen.sync="previewVisible">
<Preview v-if="previewVisible" :show-type="canvasStyleData.selfAdaption?'full':'width'" />
</fullscreen>

View File

@ -47,7 +47,7 @@
<!-- 仪表板预览区域-->
<el-row class="panel-design-preview">
<div ref="imageWrapper" style="width: 100%;height: 100%">
<fullscreen style="height: 100%;background: none" :fullscreen.sync="fullscreen">
<fullscreen style="height: 100%;background: #f7f8fa" :fullscreen.sync="fullscreen">
<Preview v-if="showMain" :show-type="canvasStyleData.selfAdaption?'full':'width'" />
</fullscreen>
</div>