From 8753aeefb8e3a4463be9d76328c42c1b4caad90a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 09 九月 2021 19:14:07 +0800 Subject: [PATCH] 2021-09-09 --- src/menu/components/editor/braft-editor/options.jsx | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/menu/components/editor/braft-editor/options.jsx b/src/menu/components/editor/braft-editor/options.jsx index b5054fc..c3f6c06 100644 --- a/src/menu/components/editor/braft-editor/options.jsx +++ b/src/menu/components/editor/braft-editor/options.jsx @@ -73,6 +73,16 @@ ] }, { + type: 'number', + field: 'minHeight', + label: '鏈�灏忛珮搴�', + initval: wrap.minHeight || '', + min: 0, + max: 3000, + precision: 0, + required: false + }, + { type: 'multiselect', field: 'blacklist', label: '榛戝悕鍗�', -- Gitblit v1.8.0