Commit d2bd1b78 authored by 田翔's avatar 田翔

fix: 细节修改

parent 46b49f31
{
"name": "panda-xform",
"version": "2.5.8",
"description": "2.5.8: 关联选择不赋值问题,时间默认值问题",
"version": "2.5.9",
"description": "2.5.9: 细节修改",
"keywords": [
"panda-xform"
],
......
......@@ -95,12 +95,12 @@ const globalSettings = {
alias: {
title: '展示名称',
type: 'string',
widget: 'htmlInput',
// widget: 'htmlInput',
},
interfaceName: {
title: '接口',
type: 'string',
widget: 'htmlInput',
// widget: 'htmlInput',
},
column: {
title: '整体布局',
......
......@@ -35,6 +35,7 @@ const layoutWidgets = [
schema: {
title: '分组名称',
type: 'object',
width: '100%',
},
setting: {
groupBase: {
......@@ -46,8 +47,6 @@ const layoutWidgets = [
title: '展示名称',
type: 'string',
required: true,
displayType: 'row',
labelWidth: 80,
},
},
},
......
......@@ -13,7 +13,7 @@ const Header = (props) => {
<div>
<div
className={`${prefixCls}-title`}
style={{ justifyContent: 'left', paddingLeft: '10px' }}
style={{ justifyContent: 'left' }}
>
{title ? <i className={`${prefixCls}-bg`}></i> : null}
{title}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment