king
2022-01-27 8d95d80fa697580dadca3a95280b3c9f9c0044db
src/templates/zshare/editTable/index.jsx
@@ -110,7 +110,7 @@
      )
    } else if (inputType === 'radio') {
      return (
        <Radio.Group>
        <Radio.Group style={{whiteSpace: 'nowrap'}}>
          {options.map((item, i) => (<Radio key={i} value={item.field || item.value}> {item.label || item.text} </Radio>))}
        </Radio.Group>
      )