Skip to content

Commit

Permalink
style: update Footer component presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong502431556 committed Mar 25, 2022
1 parent 8597122 commit d4a9ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/src/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit d4a9ba3

Please sign in to comment.