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> )