feat: 调整树样式

This commit is contained in:
xuziqiang
2024-07-10 14:51:42 +08:00
parent 060ac6d486
commit 149f44a8dd
5 changed files with 8 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ export const tableProps = {
scroll: PropTypes.object.def(() => tableConfig.scroll), //操作栏
size: PropTypes.string.def('middle'),
showBack: PropTypes.bool.def(false),
bordered: PropTypes.bool.def(true),
pageField: PropTypes.string.def(tableConfig.pageField),
pageCountField: PropTypes.string.def(tableConfig.pageCount),
listField: PropTypes.string.def(tableConfig.listField),