forked from github/dataease
Merge branch 'main' of github.com:dataease/dataease
This commit is contained in:
commit
0f65363367
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user