@@ -4,7 +4,7 @@
@update:model-value="(value) => $emit('update:value', value)"
:placeholder="$t('sys.placeholder.select')"
@change="$emit('change')"
- style="width: 98px"
+ style="width: 128px"
>
<el-option
v-for="item in options"
@@ -1,6 +1,6 @@
<template>
<div class="icon-layout">
- <ElInput v-model="keyword" :placeholder="$t('icons.search')" class="search" style="height: 34px">
+ <ElInput v-model="keyword" :placeholder="$t('icons.search')" class="search" clearable style="height: 34px">
<template #prefix>
<icon name="Search" size="16px" />
</template>