initHeader
This commit is contained in:
11
frontend/src/layouts/components/Footer/index.scss
Normal file
11
frontend/src/layouts/components/Footer/index.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
.footer {
|
||||
height: 30px;
|
||||
background-color: var(--el-bg-color);
|
||||
border-top: 1px solid var(--el-border-color-light);
|
||||
a {
|
||||
font-size: 14px;
|
||||
color: var(--el-text-color-secondary);
|
||||
text-decoration: none;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
}
|
||||
9
frontend/src/layouts/components/Footer/index.vue
Normal file
9
frontend/src/layouts/components/Footer/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="footer flx-center">
|
||||
<a href="http://www.shining-electric.com/" target="_blank"> 2024 © 南京灿能电力自动化股份有限公司 </a>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "./index.scss";
|
||||
</style>
|
||||
Reference in New Issue
Block a user