BUG 27518

This commit is contained in:
aixianling
2022-02-28 12:04:56 +08:00
parent f216078eea
commit f3f4374159
2 changed files with 4 additions and 5 deletions

View File

@@ -4,9 +4,7 @@
<slot/>
</div>
<div v-else class="display" @tap="handleShowOptions">
<div class="selectedLabel" v-if="selectedLabel">{{ selectedLabel }}</div>
<i v-else>{{ placeholder }}</i>
<u-icon name="arrow-right" color="#ddd"/>
<u-icon :label="selectedLabel||placeholder" label-post="left" name="arrow-right" color="#ddd"/>
</div>
<u-select v-model="show" :list="options" :mode="mode" @confirm="handleConfirm"/>
</section>