mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-15 09:21:13 +08:00
Merge changes Idef4818b,I65527e5d,I8e2e0631 into pre-release
* changes: amis-saas-6135 [Bug] 非云舍主题的应用,页面设计器无法使用 amis-saas-6135 [Bug] 非云舍主题的应用,页面设计器无法使用 修改:cxd前缀主题切换问题
This commit is contained in:
commit
e57483435c
@ -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