Commit c9ff2ccc authored by 田翔's avatar 田翔

fix: 提交

parent d0ff264d
{
"name": "panda-xform",
"version": "2.1.4",
"description": "2.1.4: 样式调整",
"version": "2.1.5",
"description": "2.1.5: 样式i修改",
"keywords": [
"panda-xform"
],
......
......@@ -25,7 +25,6 @@ const XRender = (props, ref) => {
const schemaForm = useMemo(() => {
let schemaForm = schema ? (isObject(schema) ? schema : JSON.parse(schema)) : {}
console.log(schemaForm, schema)
if (Array.isArray(values)) {
let parent = schemaForm?.properties
let parentObj = {}
......
......@@ -13,7 +13,7 @@ const Header = (props) => {
<div>
<div
className={`${prefixCls}-title`}
style={{ justifyContent: 'left' }}
style={{ justifyContent: 'left', paddingLeft: '10px' }}
>
{title ? <i className={`${prefixCls}-bg`}></i> : null}
{title}
......
......@@ -13,6 +13,7 @@ body #app {
@pandaXform-prefix-cls: ~'@{ant-prefix}-pandaXform';
.@{pandaXform-prefix-cls} {
background: white;
padding: 10px 0;
.fr-generator-container .left-layout {
.left-item {
.anticon {
......
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