feat: 优化doc显示,增加圆角
parent
fb4dd70a02
commit
093bc823e2
|
@ -61,7 +61,9 @@ onMounted(() => {
|
|||
v-if="$slots.doc && isDocAlertEnable()"
|
||||
ref="docRef"
|
||||
: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">
|
||||
|
|
Loading…
Reference in New Issue