Skip to content

Commit 56a71f6

Browse files
committed
fix: #I7WY9N
1 parent 9a6d29b commit 56a71f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

src/styles/var.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
--app-content-padding: 20px;
5050

51-
--app-contnet-bg-color: #f5f7f9;
51+
--app-content-bg-color: #f5f7f9;
5252

5353
--app-footer-height: 50px;
5454

0 commit comments

Comments
 (0)