video_transcode
杨树林 5 years ago
parent af187a3fc7
commit 1db145546e

@ -236,7 +236,7 @@ class Listjihe extends Component {
return ( return (
<div key={keindex} <div key={keindex}
className={chakanjiexiboolindex === keindex ? "w100s borderwds283 pd20 mb20 listjihecolors" : "w100s borderwds pd20 mb20 listjihecolors"}> className={chakanjiexiboolindex === keindex ? "w100s borderwds283 pd20 mb20 listjihecolors" : " borderwds pd20 mb20 listjihecolors"}>
{/*顶部*/} {/*顶部*/}
{ {
mydisplay===true? mydisplay===true?

@ -188,7 +188,7 @@ class Paperlibraryeditid extends Component {
.then((result) => { .then((result) => {
if (result.data.status === 0) { if (result.data.status === 0) {
// this.props.showNotification(`试卷更新成功`); // this.props.showNotification(`试卷更新成功`);
this.props.history.push('/paperlibrary'); this.props.history.push('/paperlibrary/see/'+this.props.match.params.id);
} }
}).catch((error) => { }).catch((error) => {
//console.log(error); //console.log(error);

@ -544,7 +544,7 @@
margin-top: 19px; margin-top: 19px;
} }
.mytags{ .mytags{
width:106px; min-width:106px;
height:32px; height:32px;
border-radius:2px; border-radius:2px;
border:1px solid #DDDDDD; border:1px solid #DDDDDD;

Loading…
Cancel
Save