Skip to content

Commit 428f976

Browse files
committed
chore: 删除多余添加的元素类
1 parent a9623e3 commit 428f976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/components/AppView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ provide('reload', reload)
3636
<template>
3737
<section
3838
:class="[
39-
'p-[var(--app-content-padding)] w-full bg-[var(--app-content-bg-color)] dark:bg-[var(--el-bg-color)] section-container',
39+
'p-[var(--app-content-padding)] w-full bg-[var(--app-content-bg-color)] dark:bg-[var(--el-bg-color)]',
4040
{
4141
'!min-h-[calc(100vh-var(--top-tool-height)-var(--tags-view-height)-var(--app-footer-height))] pb-0':
4242
footer

0 commit comments

Comments
 (0)