提交 107afad0 authored 作者: wangjiahao's avatar wangjiahao

style: 下架图标居中

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