From d2d6e6b52d5e23c9b20790d3222d3ecb479ab61c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 20 十月 2021 23:32:12 +0800 Subject: [PATCH] 2021-10-20 --- src/menu/components/card/cardcomponent/menus-wrap/menus/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 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 37b5561..a37b890 100644 --- a/src/menu/components/card/cardcomponent/menus-wrap/menus/index.jsx +++ b/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 } -- Gitblit v1.8.0