30928
This commit is contained in:
@@ -131,7 +131,11 @@
|
||||
<span class="tips" style="opacity: 0">*</span>
|
||||
<div class="border" :class="[form.residentLabelList.length ? 'item-right' : '']">
|
||||
<!-- <div class="border item-right"> -->
|
||||
<span class="label">居民标签</span>
|
||||
<span class="label" v-if="!form.residentLabelList.length">居民标签</span>
|
||||
<div class="header-title" v-else>
|
||||
<span class="label">居民标签</span>
|
||||
<img @click="toChooseTags" src="./components/img/right-icon.png" alt="">
|
||||
</div>
|
||||
<div class="tag-list" @click="toChooseTags" v-if="form.residentLabelList.length">
|
||||
<div class="tag" v-for="(item, index) in form.residentLabelList" :key="index">{{ item.labelName }}</div>
|
||||
</div>
|
||||
@@ -353,6 +357,18 @@ export default {
|
||||
.label{
|
||||
width: 170px;
|
||||
}
|
||||
|
||||
.header-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
.value{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user