mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-24 12:04:32 +08:00
perf: improve overall theme color matching
This commit is contained in:
15
packages/@core/shared/constants/src/global.ts
Normal file
15
packages/@core/shared/constants/src/global.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
// --vben-content-client-height
|
||||
|
||||
/**
|
||||
* @zh_CN CSS 变量前缀
|
||||
* @en_US CSS variable prefix
|
||||
*/
|
||||
const CSS_VARIABLE_PREFIX = '--vben';
|
||||
|
||||
/**
|
||||
* @zh_CN 布局内容高度 css变量
|
||||
* @en_US Layout content height
|
||||
*/
|
||||
const CSS_VARIABLE_LAYOUT_CONTENT_HEIGHT = `${CSS_VARIABLE_PREFIX}-content-height`;
|
||||
|
||||
export { CSS_VARIABLE_LAYOUT_CONTENT_HEIGHT, CSS_VARIABLE_PREFIX };
|
||||
Reference in New Issue
Block a user