style: 优化按钮样式

This commit is contained in:
xlsea
2025-05-10 10:45:30 +08:00
parent cc34f546c6
commit 5b0ae4443c
12 changed files with 80 additions and 40 deletions

View File

@ -215,6 +215,9 @@ async function handleRefreshCache() {
size="small"
@click="handleRefreshCache"
>
<template #icon>
<icon-material-symbols:sync-outline />
</template>
刷新缓存
</NButton>
</template>