fix: #I7WY9N

This commit is contained in:
xingyu 2023-09-11 16:55:49 +08:00
parent 9a6d29b295
commit 56a71f64e7
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ const title = computed(() => appStore.getTitle)
<template>
<div
:class="prefixCls"
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)]"
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)]"
>
<p style="font-size: 14px">Copyright ©2022-{{ title }}</p>
</div>

View File

@ -48,7 +48,7 @@
--app-content-padding: 20px;
--app-contnet-bg-color: #f5f7f9;
--app-content-bg-color: #f5f7f9;
--app-footer-height: 50px;