You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
410 B
TypeScript

/*
* @Author: zhoux zhouxia@supervision.ltd
* @Date: 2023-12-26 15:51:09
* @LastEditors: donghao donghao@supervision.ltd
* @LastEditTime: 2024-05-13 10:24:15
* @FilePath: \general-ai-platform-web\config\defaultStyle.ts
* @Description: 全局样式类默认字段统一配置
*/
export const flex: React.CSSProperties = {
display: 'flex',
};
export const flexRA: React.CSSProperties = {
...flex,
};