fix: shake when adding tabs
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
/**
|
||||
* @zh_CN 布局内容高度 css变量
|
||||
* @en_US Layout content height
|
||||
*/
|
||||
const CSS_VARIABLE_LAYOUT_CONTENT_HEIGHT = `--vben-content-height`;
|
||||
|
||||
/**
|
||||
* @zh_CN 默认命名空间
|
||||
*/
|
||||
const DEFAULT_NAMESPACE = 'vben';
|
||||
|
||||
export { CSS_VARIABLE_LAYOUT_CONTENT_HEIGHT, DEFAULT_NAMESPACE };
|
10
packages/@core/shared/constants/src/globals.ts
Normal file
10
packages/@core/shared/constants/src/globals.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @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';
|
@@ -1,2 +1,2 @@
|
||||
export * from './global';
|
||||
export * from './globals';
|
||||
export * from './vben';
|
||||
|
Reference in New Issue
Block a user