|
|
|
@ -495,7 +495,7 @@ class Itembankstop extends Component {
|
|
|
|
|
height: 33px !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-input-group{
|
|
|
|
|
width:258px !important;
|
|
|
|
|
width:270px !important;
|
|
|
|
|
}
|
|
|
|
|
.ant-input {
|
|
|
|
|
height: 33px !important;
|
|
|
|
@ -530,7 +530,7 @@ class Itembankstop extends Component {
|
|
|
|
|
)(
|
|
|
|
|
<div className="sortinxdirection">
|
|
|
|
|
<InputGroup >
|
|
|
|
|
<Cascader style={{width: '258px'}} value={this.state.rbkc} options={options} onChange={this.handleFormzhishidian}
|
|
|
|
|
<Cascader style={{width: '270px'}} value={this.state.rbkc} options={options} onChange={this.handleFormzhishidian}
|
|
|
|
|
placeholder="请选择..."/>
|
|
|
|
|
</InputGroup>
|
|
|
|
|
|
|
|
|
@ -544,7 +544,7 @@ class Itembankstop extends Component {
|
|
|
|
|
)(
|
|
|
|
|
<div className="sortinxdirection">
|
|
|
|
|
<InputGroup >
|
|
|
|
|
<Select style={{width: '258px'}} value={undefined} onChange={this.handleFormkechen}
|
|
|
|
|
<Select style={{width: '270px'}} value={undefined} onChange={this.handleFormkechen}
|
|
|
|
|
placeholder="请选择...">
|
|
|
|
|
{knowledgepoints2 && knowledgepoints2.map((object, index) => {
|
|
|
|
|
return (
|
|
|
|
@ -595,7 +595,7 @@ class Itembankstop extends Component {
|
|
|
|
|
}
|
|
|
|
|
)(
|
|
|
|
|
<InputGroup >
|
|
|
|
|
<Select style={{width: '258px'}} value={this.state.rbtx} onChange={this.handleFormtixing}
|
|
|
|
|
<Select style={{width: '270px'}} value={this.state.rbtx} onChange={this.handleFormtixing}
|
|
|
|
|
placeholder="请选择...">
|
|
|
|
|
<Option value="SINGLE">单选题</Option>
|
|
|
|
|
<Option value="MULTIPLE">多选题</Option>
|
|
|
|
|