mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-16 01:40:53 +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
|
value: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'tpl',
|
type: 'html',
|
||||||
tpl: '-'
|
html: '-',
|
||||||
|
className: 'inputGroup-split-line'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'input-number',
|
type: 'input-number',
|
||||||
|
@ -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: ''
|
||||||
|
Loading…
Reference in New Issue
Block a user