Commit d2bd1b78 authored by 田翔's avatar 田翔

fix: 细节修改

parent 46b49f31
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "2.5.8", "version": "2.5.9",
"description": "2.5.8: 关联选择不赋值问题,时间默认值问题", "description": "2.5.9: 细节修改",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
...@@ -126,4 +126,4 @@ ...@@ -126,4 +126,4 @@
"publishConfig": { "publishConfig": {
"registry": "https://g.civnet.cn:4873" "registry": "https://g.civnet.cn:4873"
} }
} }
\ No newline at end of file
...@@ -95,12 +95,12 @@ const globalSettings = { ...@@ -95,12 +95,12 @@ const globalSettings = {
alias: { alias: {
title: '展示名称', title: '展示名称',
type: 'string', type: 'string',
widget: 'htmlInput', // widget: 'htmlInput',
}, },
interfaceName: { interfaceName: {
title: '接口', title: '接口',
type: 'string', type: 'string',
widget: 'htmlInput', // widget: 'htmlInput',
}, },
column: { column: {
title: '整体布局', title: '整体布局',
......
...@@ -35,6 +35,7 @@ const layoutWidgets = [ ...@@ -35,6 +35,7 @@ const layoutWidgets = [
schema: { schema: {
title: '分组名称', title: '分组名称',
type: 'object', type: 'object',
width: '100%',
}, },
setting: { setting: {
groupBase: { groupBase: {
...@@ -46,8 +47,6 @@ const layoutWidgets = [ ...@@ -46,8 +47,6 @@ const layoutWidgets = [
title: '展示名称', title: '展示名称',
type: 'string', type: 'string',
required: true, required: true,
displayType: 'row',
labelWidth: 80,
}, },
}, },
}, },
......
...@@ -13,7 +13,7 @@ const Header = (props) => { ...@@ -13,7 +13,7 @@ const Header = (props) => {
<div> <div>
<div <div
className={`${prefixCls}-title`} className={`${prefixCls}-title`}
style={{ justifyContent: 'left', paddingLeft: '10px' }} style={{ justifyContent: 'left' }}
> >
{title ? <i className={`${prefixCls}-bg`}></i> : null} {title ? <i className={`${prefixCls}-bg`}></i> : null}
{title} {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