Commit 763c44ca by haojie

减去部分不必要的标签

parent 8f1ca7d1
......@@ -6,14 +6,12 @@
<slot name="hover"></slot>
</div>
</div>
<div>
<template v-if="edit">
<ChangeName :value="value" @change="nameChange"></ChangeName>
</template>
<template v-else>
{{ name }}
</template>
</div>
<template v-if="edit">
<ChangeName :value="value" @change="nameChange"></ChangeName>
</template>
<template v-else>
{{ name }}
</template>
</div>
</template>
......
......@@ -10,7 +10,6 @@
>
<div class="custom-card-two-image">
<img alt="" :src="img" />
<!-- <img alt="" v-lazy="img" /> -->
<div v-show="showHover" :class="['hover']">
<slot name="hover"></slot>
</div>
......
......@@ -41,10 +41,7 @@
</div>
</template>
<template v-if="item.status == 2">
<div class="digtal-people-status process">
<OtherLoading></OtherLoading>
<span>生成中</span>
</div>
<div class="digtal-people-status process"><OtherLoading></OtherLoading>生成中</div>
</template>
</template>
</CardTwo>
......
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