From eb0c4703ec7cd21dc921ae113b7e3be69c641c1d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 17 九月 2021 15:18:06 +0800 Subject: [PATCH] 2021-09-17 --- src/menu/components/card/cardcellcomponent/formconfig.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/formconfig.jsx b/src/menu/components/card/cardcellcomponent/formconfig.jsx index 5298c1f..60cb23b 100644 --- a/src/menu/components/card/cardcellcomponent/formconfig.jsx +++ b/src/menu/components/card/cardcellcomponent/formconfig.jsx @@ -216,7 +216,7 @@ type: 'number', key: 'barHeight', min: 5, - max: 50, + max: 500, label: '楂樺害', initVal: card.barHeight || 25, required: true, @@ -225,7 +225,7 @@ type: 'number', key: 'qrWidth', min: 5, - max: 500, + max: 1000, label: '瀹藉害', initVal: card.qrWidth || 50, required: true, -- Gitblit v1.8.0