[update 全局] 增加备案号

This commit is contained in:
danshihao
2024-09-20 11:25:21 +08:00
parent 3764028d74
commit c5f905802c
6 changed files with 15 additions and 27 deletions
+1 -6
View File
@@ -1,11 +1,7 @@
<template>
<div class="footer">
<div class="links">
</div>
<div class="copyright">
Copyright
<a-icon type="copyright"/>
2022 <span></span>
<a href="//beian.miit.gov.cn/" target="_blank">&copy;奇瑞汽车股份有限公司 | 皖ICP备05009427号</a>
</div>
</div>
</template>
@@ -19,7 +15,6 @@ export default {
<style lang="less" scoped>
.footer {
padding: 0 16px;
margin: 48px 0 24px;
text-align: center;
.links {
+3 -3
View File
@@ -75,9 +75,9 @@
</a-layout-content>
<!-- layout footer -->
<!-- <a-layout-footer style="padding: 0">-->
<!-- <global-footer/>-->
<!-- </a-layout-footer>-->
<a-layout-footer style="padding: 0;background-color: transparent;">
<global-footer/>
</a-layout-footer>
</a-layout>
<!-- update-start---- author:os_chengtgen -- date:20190830 -- for:issues/463 -编译主题颜色已生效但还一直转圈显示主题 正在编译 ---- -->
+2 -1
View File
@@ -104,7 +104,8 @@ const updatePageHeight = () => {
const obj = {
'primary-color': '#0064FA',
'user-info-height': isEmbedded ? '0px' : '59px', // 用户信息的高度
'breadcrumb-height': isEmbedded ? '0px' : '12px' // 面包屑的高度(2023-12-06,面包屑挪到用户信息那一栏了,现在12px是margin的数值)
'breadcrumb-height': isEmbedded ? '0px' : '12px', // 面包屑的高度(2023-12-06,面包屑挪到用户信息那一栏了,现在12px是margin的数值)
'footer-height': isEmbedded ? '0px' : '38px' // 底部版权信息
}
// 计算表格竖向滚动条使用
const storeObj = Object.assign(obj, {