From 560af2c680180b6e95904102747bcf0fe580f5b8 Mon Sep 17 00:00:00 2001 From: liqiu03 Date: Wed, 31 Aug 2022 16:10:22 +0800 Subject: [PATCH] =?UTF-8?q?amis-saas-6135=20[Bug]=20=E9=9D=9E=E4=BA=91?= =?UTF-8?q?=E8=88=8D=E4=B8=BB=E9=A2=98=E7=9A=84=E5=BA=94=E7=94=A8=EF=BC=8C?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=AE=BE=E8=AE=A1=E5=99=A8=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idef4818b655677a563abbcdcb07a37f0ccb72826 --- packages/amis-editor/src/plugin/Form/InputRange.tsx | 5 +++-- packages/amis-editor/src/tpl/common.tsx | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/amis-editor/src/plugin/Form/InputRange.tsx b/packages/amis-editor/src/plugin/Form/InputRange.tsx index b4d84304a..a41abb3e7 100644 --- a/packages/amis-editor/src/plugin/Form/InputRange.tsx +++ b/packages/amis-editor/src/plugin/Form/InputRange.tsx @@ -204,8 +204,9 @@ export class RangeControlPlugin extends BasePlugin { value: 0 }, { - type: 'tpl', - tpl: '-' + type: 'html', + html: '-', + className: 'inputGroup-split-line' }, { type: 'input-number', diff --git a/packages/amis-editor/src/tpl/common.tsx b/packages/amis-editor/src/tpl/common.tsx index d942dbd8f..92d36f6e7 100644 --- a/packages/amis-editor/src/tpl/common.tsx +++ b/packages/amis-editor/src/tpl/common.tsx @@ -1002,6 +1002,7 @@ setSchemaTpl( visibleOn, label: '图标', type: 'icon-picker', + className: 'fix-icon-picker-overflow', placeholder: '点击选择图标', clearable: true, description: ''