perf: 调整

This commit is contained in:
rd
2025-09-25 15:28:45 +08:00
parent 9894380ba9
commit a79a4e15ba

View File

@ -36,7 +36,7 @@ export default {
v-slots={{ v-slots={{
suffix: () => ( suffix: () => (
<div class=" rounded-16px w-32px h-32px flex justify-center items-center icon " onClick={handleSearch}> <div class=" rounded-16px w-32px h-32px flex justify-center items-center icon " onClick={handleSearch}>
<SvgIcon name="xt-arrow-right" size={20} class="color-#6D4CFE" /> <SvgIcon name="xt-arrow-right" size={20} class="!color-#6D4CFE" />
</div> </div>
), ),
}} }}