Merge changes Idef4818b,I65527e5d,I8e2e0631 into pre-release

* changes:
  amis-saas-6135 [Bug] 非云舍主题的应用,页面设计器无法使用
  amis-saas-6135 [Bug] 非云舍主题的应用,页面设计器无法使用
  修改:cxd前缀主题切换问题
This commit is contained in:
liqiu03 2022-08-31 16:15:57 +08:00 committed by iCode
commit e57483435c
2 changed files with 4 additions and 2 deletions

View File

@ -204,8 +204,9 @@ export class RangeControlPlugin extends BasePlugin {
value: 0 value: 0
}, },
{ {
type: 'tpl', type: 'html',
tpl: '-' html: '-',
className: 'inputGroup-split-line'
}, },
{ {
type: 'input-number', type: 'input-number',

View File

@ -1002,6 +1002,7 @@ setSchemaTpl(
visibleOn, visibleOn,
label: '图标', label: '图标',
type: 'icon-picker', type: 'icon-picker',
className: 'fix-icon-picker-overflow',
placeholder: '点击选择图标', placeholder: '点击选择图标',
clearable: true, clearable: true,
description: '' description: ''