提交 611eaecd authored 作者: chscls@163.com's avatar chscls@163.com

修改bug

上级 7115c38e
......@@ -952,7 +952,7 @@ class FormList extends React.Component {
initialValue: formData == null ? '' : formData[item.name],
rules: [{ required: !item.isNull }],
})(
<Select disabled={isView} style={{ width: '70%' }} placeholder="请选择" allowClear>
<Select disabled={isView} style={{ width: 200 }} placeholder="请选择" allowClear>
{ops.map(r => (
<Option value={r.value} key={r.value}>
{r.value}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论