站点按钮增加间隔符

This commit is contained in:
thofx
2023-08-12 20:18:11 +08:00
parent 6d3aa3f052
commit 7cccd80fad

View File

@@ -354,6 +354,11 @@ onMounted(() => {
</VTooltip>
</VCardText>
<VDivider
class="opacity-75"
style="border-color: rgba(var(--v-theme-on-background), var(--v-selected-opacity))"
/>
<VCardActions>
<VBtn
v-if="!cardProps.site?.public"
@@ -579,10 +584,10 @@ onMounted(() => {
page-text="{0}-{1} {2} "
>
<template #item.title="{ item }">
<div class="text-high-emphasis">
<div class="text-high-emphasis pt-1">
{{ item.raw.title }}
</div>
<div class="text-sm">
<div class="text-sm my-1">
{{ item.raw.description }}
</div>
<VChip