Unverified 提交 030ffb3e authored 作者: 王嘉豪's avatar 王嘉豪 提交者: GitHub

Merge pull request #2358 from dataease/pr@dev@refactor_style-unpublish

style: 下架图标居中
......@@ -2,10 +2,11 @@
<div class="bg" :style="customStyle" @scroll="canvasScroll">
<div id="canvasInfoMain" ref="canvasInfoMain" :style="canvasInfoMainStyle">
<el-row v-if="showUnpublishedArea" class="custom-position">
<pre>
<svg-icon icon-class="unpublished" style="font-size: 75px" />
{{ $t('panel.panel_off') }}
</pre>
<div style="text-align: center">
<svg-icon icon-class="unpublished" style="font-size: 75px" />
<br>
<span>{{ $t('panel.panel_off') }}</span>
</div>
</el-row>
<el-row v-else-if="componentDataShow.length===0" class="custom-position">
{{ $t('panel.panelNull') }}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论