mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
【同步3.7.4版本代码】新增全局布局隐藏配置,优化多个组件的属性和逻辑
This commit is contained in:
@ -37,6 +37,11 @@
|
||||
} else {
|
||||
Object.assign(data.token, { colorTextBase: '#333' });
|
||||
}
|
||||
|
||||
// 定义主题色 css 变量
|
||||
if (data.token.colorPrimary) {
|
||||
document.documentElement.style.setProperty('--j-global-primary-color', data.token.colorPrimary);
|
||||
}
|
||||
}
|
||||
};
|
||||
// update-begin--author:liaozhiyang---date:20231218---for:【QQYUN-6366】升级到antd4.x
|
||||
|
||||
Reference in New Issue
Block a user