We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedf014 commit 984351fCopy full SHA for 984351f
src/layout/components/Footer/src/Footer.vue
@@ -19,6 +19,6 @@ const title = computed(() => appStore.getTitle)
19
:class="prefixCls"
20
class="h-[var(--app-footer-height)] bg-[var(--app-content-bg-color)] text-center leading-[var(--app-footer-height)] text-[var(--el-text-color-placeholder)] dark:bg-[var(--el-bg-color)]"
21
>
22
- <p style="font-size: 14px">Copyright ©2022-{{ title }}</p>
+ <span class="text-14px">Copyright ©2022-{{ title }}</span>
23
</div>
24
</template>
0 commit comments