[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
+2 -1
View File
@@ -2,8 +2,9 @@
@user-info-height: var(--user-info-height, 59px);
/*面包屑的高度,高度21,上下margin24 2023-12-06,面包屑挪到用户信息那一栏了,现在12px是margin的数值*/
@breadcrumb-height: var(--breadcrumb-height, 12px);
@footer-height: var(--footer-height, 38px);
/* 页面不出全局滚动条的高度,如果在vue文件使用,就只能在style里引入common.less */
@page-content-h: calc(100vh - @user-info-height - @breadcrumb-height);
@page-content-h: calc(100vh - @user-info-height - @breadcrumb-height - @footer-height);
/*列表上方操作按钮区域*/
/*.ant-card-body .table-operator {