This commit is contained in:
sjl
2025-03-17 13:17:12 +08:00
parent 0d2f8a7788
commit 630eb48d28
7 changed files with 49 additions and 15 deletions

View File

@@ -30,7 +30,7 @@
</el-dropdown-menu>
</template>
</el-dropdown>
<p style="margin: 0;">
<p style="margin: 0;" >
<a href="http://www.shining-electric.com/" target="_blank">
2024 © 南京灿能电力自动化股份有限公司
</a>
@@ -117,10 +117,11 @@ const handelOpen = async (item: string) => {
position: absolute;
width: 100%;
height: 100%;
text-align: center;
text-align: right;
line-height: 40px;
a {
color: #fff;
margin-right: 25px; // 增加右边距
}
}
}