bug 标准化活动
This commit is contained in:
@@ -104,7 +104,7 @@ const updatePageHeight = () => {
|
||||
const obj = {
|
||||
'primary-color': '#D52C26',
|
||||
'user-info-height': isEmbedded ? '0px' : '59px', // 用户信息的高度
|
||||
'breadcrumb-height': isEmbedded ? '12px' : '45px' // 面包屑的高度
|
||||
'breadcrumb-height': isEmbedded ? '0px' : '45px' // 面包屑的高度
|
||||
}
|
||||
// 计算表格竖向滚动条使用
|
||||
const storeObj = Object.assign(obj, {
|
||||
|
||||
Reference in New Issue
Block a user