amis icon indicating copy to clipboard operation
amis copied to clipboard

input-table 宽度超过父类宽度,并且设置input-table宽度不好使

Open alonezroman opened this issue 7 months ago • 1 comments

描述问题:input-table 宽度超过父类宽度,设置宽度不行,想要input-table不超过父类的宽度

Image

版本 "amis": "^6.7.0",

[
        {
          "type": "input-table",
          "name": "table",
          "columns": [
            {
              "name": "a",
              "label": "A"
            },
            {
              "name": "b",
              "label": "B"
            },
            {
              "type": "combo",
              "name": "c",
              "multiLine": true,
              "multiple": false,
              "items": [
                {
                  "type": "input-text",
                  "name": "c1"
                },
                {
                  "type": "input-text",
                  "name": "c2"
                }
              ]
            }
          ]
        }
      ]

alonezroman avatar May 08 '25 07:05 alonezroman

Image

有用哇,用法问题?

欢迎加入最大的,人数最多的,含佬量极高的社区群 Amis社区交流群【QQ1群】:717791727 Amis社区交流群【QQ2群】:721182449

lhtuling avatar May 12 '25 10:05 lhtuling