Skip to content

Commit 984351f

Browse files
committed
修复页面中心内容区会出现滚动条的问题: 底部版权栏的P标签有默认的margin导致
1 parent aedf014 commit 984351f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/components/Footer/src/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ const title = computed(() => appStore.getTitle)
1919
:class="prefixCls"
2020
class="h-[var(--app-footer-height)] bg-[var(--app-content-bg-color)] text-center leading-[var(--app-footer-height)] text-[var(--el-text-color-placeholder)] dark:bg-[var(--el-bg-color)]"
2121
>
22-
<p style="font-size: 14px">Copyright ©2022-{{ title }}</p>
22+
<span class="text-14px">Copyright ©2022-{{ title }}</span>
2323
</div>
2424
</template>

0 commit comments

Comments
 (0)