File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const title = computed(() => appStore.getTitle)
17
17
<template >
18
18
<div
19
19
: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)]"
21
21
>
22
22
<p style =" font-size : 14px " >Copyright ©2022-{{ title }}</p >
23
23
</div >
Original file line number Diff line number Diff line change 48
48
49
49
--app-content-padding : 20px ;
50
50
51
- --app-contnet -bg-color : # f5f7f9 ;
51
+ --app-content -bg-color : # f5f7f9 ;
52
52
53
53
--app-footer-height : 50px ;
54
54
You can’t perform that action at this time.
0 commit comments