* zin: refactor formPanel.

This commit is contained in:
sunhao
2023-10-30 14:10:30 +08:00
parent 94df394158
commit a6d67f2038
+2 -1
View File
@@ -49,7 +49,8 @@ class formPanel extends panel
'labelWidth?: int', // 标签宽度,单位为像素。
'batch?: bool', // 是否为批量操作表单。
'shadow?: bool=false', // 是否显示阴影层。
'width?: string' // 最大宽度。
'width?: string', // 最大宽度。
'customFields?: array' // 自定义表单项。
);
/**