mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 03:27:54 +08:00
fix(AccountSettingRule): 更新删除按钮图标为mdi-delete-empty-outline
This commit is contained in:
@@ -403,7 +403,7 @@ onMounted(() => {
|
|||||||
<VIcon icon="mdi-share" />
|
<VIcon icon="mdi-share" />
|
||||||
</VBtn>
|
</VBtn>
|
||||||
<VBtn color="error" variant="tonal" @click="deleteAllRules('custom')">
|
<VBtn color="error" variant="tonal" @click="deleteAllRules('custom')">
|
||||||
<VIcon icon="mdi-delete" />
|
<VIcon icon="mdi-delete-empty-outline" />
|
||||||
</VBtn>
|
</VBtn>
|
||||||
</VBtnGroup>
|
</VBtnGroup>
|
||||||
</div>
|
</div>
|
||||||
@@ -454,7 +454,7 @@ onMounted(() => {
|
|||||||
<VIcon icon="mdi-share" />
|
<VIcon icon="mdi-share" />
|
||||||
</VBtn>
|
</VBtn>
|
||||||
<VBtn color="error" variant="tonal" @click="deleteAllRules('group')">
|
<VBtn color="error" variant="tonal" @click="deleteAllRules('group')">
|
||||||
<VIcon icon="mdi-delete" />
|
<VIcon icon="mdi-delete-empty-outline" />
|
||||||
</VBtn>
|
</VBtn>
|
||||||
</VBtnGroup>
|
</VBtnGroup>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user