feat: 优化doc显示,增加圆角

pull/84/head
xingyu4j 2025-04-27 14:35:49 +08:00
parent fb4dd70a02
commit 093bc823e2
1 changed files with 3 additions and 1 deletions

View File

@ -61,7 +61,9 @@ onMounted(() => {
v-if="$slots.doc && isDocAlertEnable()" v-if="$slots.doc && isDocAlertEnable()"
ref="docRef" ref="docRef"
:class=" :class="
cn('bg-card border-border relative flex items-end border-b px-6 py-4') cn(
'bg-card border-border relative flex items-end rounded-md border-b p-2',
)
" "
> >
<div class="flex-auto"> <div class="flex-auto">