Files
iot-device-management-frontend/packages/@core/shared/constants/src/global.ts

13 lines
286 B
TypeScript
Raw Normal View History

/**
2024-07-15 23:59:22 +08:00
* @zh_CN css变量
* @en_US Layout content height
*/
2024-07-15 23:59:22 +08:00
const CSS_VARIABLE_LAYOUT_CONTENT_HEIGHT = `--vben-content-height`;
/**
2024-07-15 23:59:22 +08:00
* @zh_CN
*/
2024-07-15 23:59:22 +08:00
const DEFAULT_NAMESPACE = 'vben';
2024-07-15 23:59:22 +08:00
export { CSS_VARIABLE_LAYOUT_CONTENT_HEIGHT, DEFAULT_NAMESPACE };