king
2021-12-22 5223edbcccfed84a33a706e5637ee65a61f377aa
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
      }