mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-25 00:56:35 +08:00
5 lines
155 B
TypeScript
5 lines
155 B
TypeScript
import { getLocal } from '@/common/utils/storage';
|
|
|
|
// 全局组件大小
|
|
export const globalComponentSize = getLocal('themeConfig')?.globalComponentSize;
|