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

perf: 优化默认皮肤编辑

parent 7fcf002a
<template> <template>
<div class="skin-box"> <div class="skin-box">
<!-- 1920*1080 --> <!-- 默认皮肤 1920*1080 -->
<div <div
:id="componentsId" :id="componentsId"
class="across-skin" class="across-skin"
v-if="resolution === '1920x1080'"
:style="{ :style="{
background: filterItem('1', 0), background: filterItem('1', 0),
}" }"
></div> ></div>
<!-- 竖版 1080*1920 --> <!-- 竖版 1080*1920 -->
<div <!-- <div
class="vertical-skin" class="vertical-skin"
:id="componentsId" :id="componentsId"
v-else-if="resolution === '1080x1920'" v-else-if="resolution === '1080x1920'"
:style="{ :style="{
background: filterItem('1', 0), background: filterItem('1', 0),
}" }"
></div> ></div> -->
<!-- 空数据显示 --> <!-- 空数据显示 -->
<div class="empty flex aic jcc" v-else> <!-- <div class="empty flex aic jcc" v-else>
<a-empty <a-empty
:image="require('../../../../assets/img/original.png')" :image="require('../../../../assets/img/original.png')"
:image-style="{ :image-style="{
...@@ -28,7 +27,7 @@ ...@@ -28,7 +27,7 @@
> >
<span slot="description"> <a href="#API">暂无皮肤模板</a> </span> <span slot="description"> <a href="#API">暂无皮肤模板</a> </span>
</a-empty> </a-empty>
</div> </div> -->
</div> </div>
</template> </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