feat: form 组件样式调整
This commit is contained in:
@@ -56,6 +56,9 @@ export const tableProps = {
|
||||
rowKey: PropTypes.oneOfType([PropTypes.func, PropTypes.string]).def('key'),
|
||||
refreshTime: PropTypes.number.def(0),
|
||||
enableTableSession: PropTypes.bool.def(false),
|
||||
expand: PropTypes.bool.def(true),
|
||||
showExpand: PropTypes.bool.def(true),
|
||||
expand: PropTypes.bool.def(true), // 默认是否展开
|
||||
showExpand: PropTypes.bool.def(false), // 是否展示右下角的收起展开
|
||||
// 收起全部
|
||||
expandAll: PropTypes.bool.def(true), // 默认是否全部展开
|
||||
showExpandAll: PropTypes.bool.def(true), // 是否展示右上角的全部收起展开
|
||||
};
|
||||
|
Reference in New Issue
Block a user