mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 20:18:03 +08:00
Merge changes I8f78c4c7,Idd5d3e65 into pre-release
* changes: amis-saas-6890 [Story] page apiControl面板显示异常 amis-saas-6890 [Story] 标题提示、控件提示的打开弹窗图标背景问题
This commit is contained in:
commit
b099b35a97
@ -210,6 +210,7 @@ export class PagePlugin extends BasePlugin {
|
|||||||
}),
|
}),
|
||||||
getSchemaTpl('apiControl', {
|
getSchemaTpl('apiControl', {
|
||||||
name: 'initApi',
|
name: 'initApi',
|
||||||
|
mode: 'row',
|
||||||
labelClassName: 'none',
|
labelClassName: 'none',
|
||||||
label: tipedLabel(
|
label: tipedLabel(
|
||||||
'初始化接口',
|
'初始化接口',
|
||||||
|
@ -356,7 +356,7 @@ export default class SwitchMore extends React.Component<
|
|||||||
return {
|
return {
|
||||||
type: 'input-sub-form',
|
type: 'input-sub-form',
|
||||||
btnLabel: '',
|
btnLabel: '',
|
||||||
className: 'inline-block m-0 h-6',
|
className: 'inline-block m-0 h-6 bg-white ',
|
||||||
itemClassName: 'bg-white hover:bg-white m-0 p-0',
|
itemClassName: 'bg-white hover:bg-white m-0 p-0',
|
||||||
icon: 'fa fa-cog',
|
icon: 'fa fa-cog',
|
||||||
form: {
|
form: {
|
||||||
|
Loading…
Reference in New Issue
Block a user