修改样式

dev_aliyun_beta
杨树林 5 years ago
parent 49f3d7caee
commit 725a63c38e

@ -2494,7 +2494,7 @@ class PollNewQuestbank extends Component {
return;
}
this.props.history.push(`/banks/poll/${this.props.match.params.workid}`);
this.props.history.push(`/banks/poll/${this.props.match.params.workid}/${this.props.match.params.type}`);
// this.props.initPublic(undefined);
// console.log("调用了submitQuestionnaire")
// if (this.state.Newedit === true) {

@ -59,7 +59,7 @@ class Generaljobanswer extends Component {
render() {
let{datas}=this.props
return (
<div className=" clearfix edu-back-white" ref='targetElementTrainingjobsetting' style={{margin: "auto", minWidth:"1200px"}}>
<div className=" clearfix edu-back-white pd30" ref='targetElementTrainingjobsetting' style={{margin: "auto", minWidth:"1200px"}}>
<div className="yslquestionbank1">
{
datas&&(datas.reference_answer===null?

Loading…
Cancel
Save