style(settings)

- 同步卡片的logo显示距离
This commit is contained in:
Aqr-K
2024-10-31 18:20:20 +08:00
parent 8b79c70be7
commit caf211c34e
3 changed files with 3 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ onUnmounted(() => {
</div>
</div>
<div class="h-20">
<VImg :src="getIcon" cover class="mt-7" max-width="3rem" min-width="3rem" />
<VImg :src="getIcon" cover class="mt-7 me-3" max-width="3rem" min-width="3rem" />
</div>
</VCardText>
</VCard>

View File

@@ -182,7 +182,7 @@ onMounted(() => {
</span>
</div>
</div>
<VImg :src="getIcon" cover class="mt-5 me-3" max-width="3rem" min-width="3rem" />
<VImg :src="getIcon" cover class="mt-7 me-3" max-width="3rem" min-width="3rem" />
</VCardText>
</VCard>
<VDialog v-model="mediaServerInfoDialog" scrollable max-width="40rem" persistent>

View File

@@ -129,7 +129,7 @@ function onClose() {
</div>
<div class="text-body-1 mb-3">{{ notificationTypeNames[notification.type] }}</div>
</div>
<VImg :src="getIcon" cover class="mt-7 me-7" max-width="3rem" />
<VImg :src="getIcon" cover class="mt-7 me-3" max-width="3rem" />
</VCardText>
</VCard>
<VDialog v-model="notificationInfoDialog" scrollable max-width="40rem" persistent>