12 lines
235 B
TypeScript
12 lines
235 B
TypeScript
|
|
export const DEF_INPUT_LEN = 464;
|
||
|
|
export const DEF_INPUT_LEN_QUARTS = 92;
|
||
|
|
|
||
|
|
export const DEF_LAYOUT = {
|
||
|
|
labelCol: { span: 8 },
|
||
|
|
wrapperCol: { span: 16 },
|
||
|
|
};
|
||
|
|
|
||
|
|
export const DEF_TAIL_LAYOUT = {
|
||
|
|
wrapperCol: { offset: 8, span: 16 },
|
||
|
|
};
|