From ded0a522a7747fb841719c13c8c35f13cf5cda4c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 15 十一月 2021 17:28:13 +0800 Subject: [PATCH] 2021-11-15 --- src/menu/components/card/cardcomponent/menus-wrap/menus/index.jsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/menu/components/card/cardcomponent/menus-wrap/menus/index.jsx b/src/menu/components/card/cardcomponent/menus-wrap/menus/index.jsx index a324cb9..a37b890 100644 --- a/src/menu/components/card/cardcomponent/menus-wrap/menus/index.jsx +++ b/src/menu/components/card/cardcomponent/menus-wrap/menus/index.jsx @@ -5,7 +5,7 @@ import Utils from '@/utils/utils.js' import ColumnForm from './columnform' import asyncComponent from '@/utils/asyncComponent' -import './index.scss' +// import './index.scss' const EditTable = asyncComponent(() => import('@/templates/zshare/editTable')) @@ -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 } @@ -114,7 +114,7 @@ const { menus, columns } = this.state return ( - <div className="menus-box-wrap"> + <div style={{minHeight: '250px'}}> <ColumnForm appType={appType} menus={menus} menulist={menulist} columnChange={this.columnChange}/> <EditTable actions={['edit', 'move', 'copy', 'del']} type={appType + 'cardmenus'} data={menus} columns={columns} onChange={this.changeColumns}/> </div> -- Gitblit v1.8.0