调整改版后调分弹框

issues25489
杨树林 5 years ago
parent 60141f64df
commit 9e98330dbb

@ -143,7 +143,7 @@ class ModulationModal extends Component{
</div> </div>
{ {
Inputsvaltype === true ? Inputsvaltype === true ?
<p style={{color: "#DD1717", width: "268px"}}>{Inputsvaltest}</p> <p style={{color: "#DD1717", width: "77%", marginLeft: "16px", marginTop: "10px",}}>{Inputsvaltest}</p>
: "" : ""
} }
@ -171,9 +171,9 @@ class ModulationModal extends Component{
display: "flex", display: "flex",
flexDirection: "row-reverse", flexDirection: "row-reverse",
}}> }}>
<a className="task-btn task-btn-orange " style={{width: "72px",}} <a className="task-btn task-btn-orange " style={{width: "72px", borderRadius: "5px"}}
onClick={this.Saves}>{this.props.Savesname || '确认'}</a> onClick={this.Saves}>{this.props.Savesname || '确认'}</a>
<a className="task-btn color-white mr30" style={{width: "72px",}} <a className="task-btn color-white mr30" style={{width: "72px", borderRadius: "5px"}}
onClick={this.props.Cancel}>{this.props.Cancelname || '取消'}</a> onClick={this.props.Cancel}>{this.props.Cancelname || '取消'}</a>
</div> </div>

@ -1175,9 +1175,9 @@ class Listofworksstudentone extends Component {
className: 'font-14', className: 'font-14',
render: (text, record) => ( render: (text, record) => (
record.submitstate === "未提交" ? record.submitstate === "未提交" ?
<span style={{color: "#9A9A9A"}}> <a style={{textAlign: "center"}} className="color-blue"
-- onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
</span> : onClick={() => this.Viewstudenttraininginformationt(record)}>评阅</a> :
<span> <span>
<a style={{textAlign: "center"}} className="color-blue" <a style={{textAlign: "center"}} className="color-blue"
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)} onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
@ -1509,13 +1509,13 @@ class Listofworksstudentone extends Component {
className: 'font-14', className: 'font-14',
render: (text, record) => ( render: (text, record) => (
record.submitstate === "未提交" ? record.submitstate === "未提交" ?
<span style={{color: "#9A9A9A"}}> <a style={{textAlign: "center"}} className="color-blue"
-- onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
</span> : onClick={() => this.Viewstudenttraininginformationt(record)}>评阅</a> :
<span> <span>
<a style={{textAlign: "center"}} className="color-blue" <a style={{textAlign: "center"}} className="color-blue"
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)} onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
onClick={() => this.Viewstudenttraininginformationt(record)}>{record.operating}</a> onClick={() => this.Viewstudenttraininginformationt(record)}>评阅</a>
</span> </span>
) )
}, },

Loading…
Cancel
Save