lowcode-engine icon indicating copy to clipboard operation
lowcode-engine copied to clipboard

SlotSetter设置params属性时样式错乱无法展示完全

Open pumpkin123 opened this issue 3 years ago • 1 comments

复现截图

设置SlotSetter时样式错乱 image

复现流程与链接

{
        title: {
          label: {
            type: 'i18n',
            'en-US': 'children',
            'zh-CN': '内容',
          },
          tip: 'children | 内容',
        },
        name: 'children',
        description: '内容',
        setter: {
          componentName: 'ArraySetter',
          props: {
            itemSetter: {
              componentName: 'SlotSetter',
              props: {
                mode: 'node',
              },
              isRequired: false,
              initialValue: {
                type: 'JSSlot',
                params: ['value'],
                value: [],
              },
            },
          },
          isRequired: true,
          initialValue: [
            {
              type: 'JSSlot',
              params: ['value'],
              value: [],
            },
          ],
        },
      },

期望结果

可以将入参展示完全 image

环境信息

  • 引擎版本 1.0.11
  • ext 版本 1.0.3
  • 物料
    • moment﹫2.24.0
    • lodash
    • iconfont-icons
    • ﹫ant-design/icons﹫4.7.0
    • ﹫alifd/next﹫1.23.0

pumpkin123 avatar Aug 11 '22 08:08 pumpkin123

Hello @pumpkin123. We totally like your proposal/feedback, PR wanted。

你好 @pumpkin123,我们完全同意你的提议/反馈,欢迎 PR。

github-actions[bot] avatar Aug 22 '22 07:08 github-actions[bot]