This commit is contained in:
孟帅
2024-04-22 23:08:40 +08:00
parent 82483bd7b9
commit e144b12580
445 changed files with 17457 additions and 6708 deletions

View File

@@ -7,12 +7,7 @@
<template v-else>
<AntdSelector v-model:value="formValue" />
</template>
<n-input
v-bind="$props"
:value="formValue"
:style="{ width: '70%' }"
placeholder="请选择图标"
/>
<n-input v-bind="$props" :value="formValue" placeholder="请选择图标" />
</n-input-group>
</div>
</template>