mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-18 12:24:21 +08:00
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
export const formLayout: any = {
|
|
// labelCol: { span: 13 },
|
|
// wrapperCol: { span: 13 },
|
|
layout: 'vertical',
|
|
};
|