更新Company页面的UI为FUI风格
This commit is contained in:
17
src/views/Company/theme/index.ts
Normal file
17
src/views/Company/theme/index.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Company 页面 FUI 主题统一导出
|
||||
*/
|
||||
|
||||
// 主题配置
|
||||
export { default as FUI_THEME } from './fui';
|
||||
export {
|
||||
FUI_COLORS,
|
||||
FUI_GLOW,
|
||||
FUI_GLASS,
|
||||
FUI_ANIMATION,
|
||||
FUI_KEYFRAMES,
|
||||
FUI_STYLES,
|
||||
} from './fui';
|
||||
|
||||
// 主题组件
|
||||
export * from './components';
|
||||
Reference in New Issue
Block a user