Snavigation/src/components/Footer.vue
2023-07-27 17:33:15 +08:00

18 lines
295 B
Vue

<template>
<footer id="footer">114514</footer>
</template>
<style lang="scss" scoped>
#footer {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
bottom: 0;
height: 60px;
width: 100%;
font-size: 14px;
color: var(--main-text-color);
}
</style>