src/menu/components/card/cardcomponent/menus-wrap/menus/index.jsx
@@ -26,7 +26,7 @@ editable: true, unique: true, required: false, width: '30%' width: '35%' }, { title: '菜单', @@ -34,7 +34,7 @@ inputType: !this.props.appType ? 'cascader' : 'select', editable: true, required: true, width: '40%', width: '35%', render: (text, record) => record.label, options: this.props.menulist }