Commit 01884bd6 authored by “yiyousong”'s avatar “yiyousong”

perf: 优化默认皮肤编辑

parent 7fcf002a
<template>
<div class="skin-box">
<!-- 1920*1080 -->
<!-- 默认皮肤 1920*1080 -->
<div
:id="componentsId"
class="across-skin"
v-if="resolution === '1920x1080'"
:style="{
background: filterItem('1', 0),
}"
></div>
<!-- 竖版 1080*1920 -->
<div
<!-- <div
class="vertical-skin"
:id="componentsId"
v-else-if="resolution === '1080x1920'"
:style="{
background: filterItem('1', 0),
}"
></div>
></div> -->
<!-- 空数据显示 -->
<div class="empty flex aic jcc" v-else>
<!-- <div class="empty flex aic jcc" v-else>
<a-empty
:image="require('../../../../assets/img/original.png')"
:image-style="{
......@@ -28,7 +27,7 @@
>
<span slot="description"> <a href="#API">暂无皮肤模板</a> </span>
</a-empty>
</div>
</div> -->
</div>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment