mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 22:41:06 +08:00
style: 图片组数据集选择样式调整
This commit is contained in:
@@ -288,10 +288,19 @@ onMounted(() => {
|
||||
:placeholder="selectSource"
|
||||
>
|
||||
<template #suffix>
|
||||
<el-icon class="input-arrow-icon" :class="{ reverse: _popoverShow }">
|
||||
<el-icon
|
||||
v-show="!disabled"
|
||||
class="input-arrow-icon"
|
||||
:class="{ reverse: _popoverShow }"
|
||||
>
|
||||
<ArrowDown />
|
||||
</el-icon>
|
||||
<el-icon v-if="clearShow" class="input-custom-clear-icon" @click="handleClear">
|
||||
<el-icon
|
||||
v-show="!disabled"
|
||||
v-if="clearShow"
|
||||
class="input-custom-clear-icon"
|
||||
@click="handleClear"
|
||||
>
|
||||
<CircleClose />
|
||||
</el-icon>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user