initHeader

This commit is contained in:
2024-08-22 11:27:06 +08:00
parent fe895bd37c
commit e0aaa7a30d
178 changed files with 5726 additions and 4999 deletions

View 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;
}
}

View 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>