style: update Footer component presentation

This commit is contained in:
陈凯龙 2022-03-25 09:09:15 +08:00
parent 85971227cd
commit d4a9ba3aa6
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ const title = computed(() => appStore.getTitle)
: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)]"
>
Copyright ©2021 {{ title }}
Copyright ©2021-present {{ title }}
</div>
</template>