bug
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
:class="form.girdName === '' ? 'color-999' : ''">{{
|
:class="form.girdName === '' ? 'color-999' : ''">{{
|
||||||
$dict.getLabel('appSpecialTypeFive', form.girdName) || '请选择'
|
$dict.getLabel('appSpecialTypeFive', form.girdName) || '请选择'
|
||||||
}}</span>
|
}}</span>
|
||||||
<u-icon name="arrow-right" color="#cccccc" size="24"/>
|
<u-icon name="arrow-right" color="#cccccc" size="24" style="margin-left:4px;"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="this.form.userType != ''">
|
<div v-if="this.form.userType != ''">
|
||||||
@@ -552,7 +552,6 @@ export default {
|
|||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
.u-icon {
|
.u-icon {
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
margin-bottom: 4px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user