优化组件样式
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<div slot="btn" @tap="handleInit">
|
<div slot="btn" @tap="handleInit">
|
||||||
<slot v-if="$slots.default"/>
|
<slot v-if="$slots.default"/>
|
||||||
<div v-else-if="isForm">
|
<div v-else-if="isForm">
|
||||||
<u-icon name="arrow-right" :label="currentArea.name||'请选择'" label-pos="left"/>
|
<u-icon name="arrow-right" :label="currentArea.name||'请选择'" label-pos="left" color="#ddd"/>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="areaSelector">
|
<div v-else class="areaSelector">
|
||||||
<image :src="locationIcon" class="location"/>
|
<image :src="locationIcon" class="location"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user