feat: 优化doc显示,增加圆角
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user