From c78051cc51032d4e29d35ca356d11d77a473eced Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 09 八月 2021 18:20:08 +0800 Subject: [PATCH] 2021-08-09 --- src/mob/components/menubar/normal-menubar/menucomponent/index.jsx | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/mob/components/menubar/normal-menubar/menucomponent/index.jsx b/src/mob/components/menubar/normal-menubar/menucomponent/index.jsx index b85cfd5..aae1331 100644 --- a/src/mob/components/menubar/normal-menubar/menucomponent/index.jsx +++ b/src/mob/components/menubar/normal-menubar/menucomponent/index.jsx @@ -102,8 +102,9 @@ if (!card.isnew && card.setting.type === 'menu' && _card.setting.type !== 'menu') { const _this = this confirm({ - content: '鑿滃崟灞炴�х敱鈥滆彍鍗曗�濆垏鎹㈣嚦鍏朵粬绫诲瀷鏃讹紝鑿滃崟灏嗚閲嶇疆锛屽嵆瑙i櫎涔嬪墠鑿滃崟鐨勭粦瀹氬叧绯伙紝纭畾淇敼鍚楋紵', + content: '鑿滃崟灏嗚閲嶇疆锛岀‘瀹氫慨鏀瑰悧锛�', onOk() { + _card.oriuuid = _card.uuid _card.uuid = Utils.getuuid() _this.setState({ visible: false, card: _card }) _this.props.updateElement(_card) @@ -153,10 +154,6 @@ let _style = {...card.style} - if (_style.shadow) { - _style.boxShadow = '0 0 4px ' + _style.shadow - } - _style = resetStyle(_style) return ( @@ -195,7 +192,7 @@ wrapClassName="popview-modal" title={'鑿滃崟璁剧疆'} visible={visible} - width={800} + width={900} maskClosable={false} okText={dict['model.submit']} onOk={this.settingSubmit} -- Gitblit v1.8.0