[update 全局] 增加备案号
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user