fix: #I7WY9N
This commit is contained in:
parent
9a6d29b295
commit
56a71f64e7
@ -17,7 +17,7 @@ const title = computed(() => appStore.getTitle)
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
:class="prefixCls"
|
: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>
|
<p style="font-size: 14px">Copyright ©2022-{{ title }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
|
|
||||||
--app-content-padding: 20px;
|
--app-content-padding: 20px;
|
||||||
|
|
||||||
--app-contnet-bg-color: #f5f7f9;
|
--app-content-bg-color: #f5f7f9;
|
||||||
|
|
||||||
--app-footer-height: 50px;
|
--app-footer-height: 50px;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user