调整DownloaderCard、MediaServerCard和StorageCard组件中图标的上边距

This commit is contained in:
jxxghp
2025-07-02 21:49:42 +08:00
parent 4070b27148
commit 1fa0474fef
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ onMounted(() => {
<span class="me-2 mb-1">自定义媒体服务器</span>
</div>
</div>
<VImg :src="getIcon" cover class="mt-7 me-3" max-width="3rem" min-width="3rem" />
<VImg :src="getIcon" cover class="mt-8 me-3" max-width="3rem" min-width="3rem" />
</VCardText>
</VCard>