refactor(AccountSettingSystem): 重构按钮图标结构样式

This commit is contained in:
Attente
2026-03-19 21:47:52 +08:00
parent fef20e361e
commit a58a0cdffe

View File

@@ -1205,9 +1205,15 @@ onDeactivated(() => {
variant="tonal" variant="tonal"
rounded="lg" rounded="lg"
> >
<VBtn value="skip" color="error" icon="mdi-file-remove" /> <VBtn value="skip" color="error">
<VBtn value="missingOnly" color="success" icon="mdi-file-plus" /> <VIcon icon="mdi-file-remove" />
<VBtn value="overwrite" color="primary" icon="mdi-file-replace" /> </VBtn>
<VBtn value="missingOnly" color="success">
<VIcon icon="mdi-file-plus" />
</VBtn>
<VBtn value="overwrite" color="primary">
<VIcon icon="mdi-file-replace" />
</VBtn>
</VBtnToggle> </VBtnToggle>
<span class="ml-2">{{ t(item.label) }}</span> <span class="ml-2">{{ t(item.label) }}</span>
</div> </div>