update 面包屑位置调整

(cherry picked from commit d6f59523a5)
This commit is contained in:
赵霄
2023-12-06 16:08:29 +08:00
parent 6a282bd82b
commit 5b0a332b44
4 changed files with 52 additions and 48 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ const updatePageHeight = () => {
const obj = {
'primary-color': '#D52C26',
'user-info-height': isEmbedded ? '0px' : '59px', // 用户信息的高度
'breadcrumb-height': isEmbedded ? '0px' : '45px' // 面包屑的高度
'breadcrumb-height': isEmbedded ? '0px' : '12px' // 面包屑的高度(2023-12-06,面包屑挪到用户信息那一栏了,现在12px是margin的数值)
}
// 计算表格竖向滚动条使用
const storeObj = Object.assign(obj, {