From 4fc1eb4913f3302679d88ec01099fc8dd3a80f81 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 08 三月 2023 23:27:21 +0800 Subject: [PATCH] 2023-03-08 --- src/menu/components/editor/braft-editor/options.jsx | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/src/menu/components/editor/braft-editor/options.jsx b/src/menu/components/editor/braft-editor/options.jsx index 0cf69e3..f788ef9 100644 --- a/src/menu/components/editor/braft-editor/options.jsx +++ b/src/menu/components/editor/braft-editor/options.jsx @@ -80,16 +80,6 @@ ] }, { - type: 'number', - field: 'minHeight', - label: '鏈�灏忛珮搴�', - initval: wrap.minHeight || '', - min: 0, - max: 3000, - precision: 0, - required: false - }, - { type: 'radio', field: 'permission', label: '鏉冮檺楠岃瘉', @@ -99,7 +89,7 @@ {value: 'true', label: '鍚敤'}, {value: 'false', label: '绂佺敤'}, ], - forbid: !appType + forbid: !appType || sessionStorage.getItem('editMenuType') === 'popview' }, { type: 'multiselect', -- Gitblit v1.8.0