mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-09 22:42:21 +08:00
refactor(AccountSettingSystem): 重构按钮图标结构样式
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user