modify style

This commit is contained in:
MaysWind
2023-08-07 01:31:34 +08:00
parent 6b6b9c61d7
commit a25690c2d3
3 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
<template>
<v-select
density="comfortable"
item-title="icon"
item-value="id"
persistent-placeholder
@@ -10,7 +11,7 @@
>
<template #selection="{ item }">
<v-label>
<ItemIcon icon-type="category" size="23px" :icon-id="icon" :color="color" />
<ItemIcon icon-type="category" :icon-id="icon" :color="color" />
</v-label>
</template>