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
524 B
TypeScript
16 lines
524 B
TypeScript
12 months ago
|
/*
|
||
|
* @Author: zhoux zhouxia@supervision.ltd
|
||
|
* @Date: 2023-12-26 15:51:09
|
||
|
* @LastEditors: zhoux zhouxia@supervision.ltd
|
||
|
* @LastEditTime: 2023-12-26 15:51:18
|
||
|
* @FilePath: \general-ai-platform-web\config\defaultStyle.ts
|
||
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||
|
*/
|
||
|
export const flex: React.CSSProperties = {
|
||
|
display: 'flex',
|
||
|
};
|
||
|
|
||
|
export const flexRA: React.CSSProperties = {
|
||
|
...flex,
|
||
|
};
|