Merge pull request #19 from thofx/thofx_fix

This commit is contained in:
jxxghp
2023-08-12 20:35:11 +08:00
committed by GitHub
5 changed files with 150 additions and 288 deletions

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