mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-10 08:21:09 +08:00
11 lines
233 B
TypeScript
11 lines
233 B
TypeScript
/**
|
|
* @zh_CN 布局内容高度 css变量
|
|
* @en_US Layout content height
|
|
*/
|
|
export const CSS_VARIABLE_LAYOUT_CONTENT_HEIGHT = `--vben-content-height`;
|
|
|
|
/**
|
|
* @zh_CN 默认命名空间
|
|
*/
|
|
export const DEFAULT_NAMESPACE = 'vben';
|