优化组件样式

This commit is contained in:
aixianling
2022-02-21 10:33:35 +08:00
parent 2101c42874
commit 1bc309e60b

View File

@@ -4,7 +4,7 @@
<div slot="btn" @tap="handleInit">
<slot v-if="$slots.default"/>
<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 v-else class="areaSelector">
<image :src="locationIcon" class="location"/>