chore(view): delete @vicons/Icon component

This commit is contained in:
xiangshu233 2024-03-03 13:56:59 +08:00
parent b68de1fe36
commit f01aecbf4e

View File

@ -23,9 +23,10 @@
:style="{ 'background-color': item }" :style="{ 'background-color': item }"
@click="togTheme(item)" @click="togTheme(item)"
> >
<Icon v-if="item === designStore.appTheme"> <i
<i class="i-ic:sharp-check" text-2xl /> v-show="item === designStore.appTheme"
</Icon> class="i-ic:sharp-check" text-2xl text-white
/>
</span> </span>
</div> </div>
</div> </div>