30860
This commit is contained in:
@@ -128,6 +128,7 @@
|
||||
<textarea placeholder="请输入" maxlength="30" v-model="form.householdAddress"></textarea>
|
||||
</div>
|
||||
<div class="item">
|
||||
<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>
|
||||
@@ -353,13 +354,15 @@ export default {
|
||||
width: 170px;
|
||||
}
|
||||
.value{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
width: calc(100% - 170px);
|
||||
text-align: right;
|
||||
img{
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin-left: 8px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
.color-999{
|
||||
|
||||
Reference in New Issue
Block a user