From a7666ec39e65e56759a9b12ed7748fd349e6828f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 02 一月 2022 23:47:23 +0800
Subject: [PATCH] 2022-01-02

---
 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