Skip to content

Commit cb54635

Browse files
committed
fix: remove border-r to to toc section
1 parent d69c331 commit cb54635

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app.vue

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ useSeoMeta({
2626
class="flex-1 items-start px-4 md:grid lg:grid-cols-[240px_minmax(0,1fr)] md:grid-cols-[220px_minmax(0,1fr)] lg:gap-10 md:gap-6 md:px-8"
2727
:class="[
2828
config.main.padded && 'container',
29-
config.header.border && 'border-r',
3029
config.theme.border === 'dashed' && 'border-dashed',
3130
]"
3231
>

0 commit comments

Comments
 (0)