feat(@vben-core/shared): add layout scroll helpers

This commit is contained in:
Dream
2026-07-24 16:55:36 +08:00
parent dcdbfe5dfc
commit baea741432
3 changed files with 105 additions and 3 deletions

View File

@@ -9,6 +9,8 @@ export const CSS_VARIABLE_LAYOUT_FOOTER_HEIGHT = `--vben-footer-height`;
/** 内容区域的组件ID */
export const ELEMENT_ID_MAIN_CONTENT = `__vben_main_content`;
/** layout 滚动容器ID */
export const ELEMENT_ID_LAYOUT_SCROLL = `__vben_layout_scroll`;
/**
* @zh_CN 默认命名空间