From f0c2cd1084f44bdbd3bc38c8daac88e16ca917cc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 21 九月 2022 21:29:59 +0800 Subject: [PATCH] 2022-09-21 --- src/templates/zshare/formconfig.jsx | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index ff02ae6..0195364 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -3561,6 +3561,17 @@ }, { type: 'number', + key: 'maxSize', + min: 0.01, + max: 1024, + precision: 2, + label: '鏈�澶у�硷紙M锛�', + initVal: card.maxSize, + tooltip: '鏂囦欢鏈�澶у�硷紝瓒呭嚭鏃朵笉鍏佽涓婁紶锛屽�间负绌烘椂涓嶉檺鍒躲��', + required: false + }, + { + type: 'number', key: 'span', min: 1, max: 24, -- Gitblit v1.8.0