mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
amis-saas-6135 [Bug] 非云舍主题的应用,页面设计器无法使用
Change-Id: Idef4818b655677a563abbcdcb07a37f0ccb72826
This commit is contained in:
parent
0a0cf8b83a
commit
560af2c680
@ -204,8 +204,9 @@ export class RangeControlPlugin extends BasePlugin {
|
||||
value: 0
|
||||
},
|
||||
{
|
||||
type: 'tpl',
|
||||
tpl: '-'
|
||||
type: 'html',
|
||||
html: '-',
|
||||
className: 'inputGroup-split-line'
|
||||
},
|
||||
{
|
||||
type: 'input-number',
|
||||
|
@ -1002,6 +1002,7 @@ setSchemaTpl(
|
||||
visibleOn,
|
||||
label: '图标',
|
||||
type: 'icon-picker',
|
||||
className: 'fix-icon-picker-overflow',
|
||||
placeholder: '点击选择图标',
|
||||
clearable: true,
|
||||
description: ''
|
||||
|
Loading…
Reference in New Issue
Block a user