杨树林 6 years ago
commit 43d88bd3ea

@ -300,10 +300,9 @@ module.exports = {
comments: false
},
warnings: false,
drop_console: true,
compress: {
drop_debugger: false,
drop_console: false
drop_debugger: true,
drop_console: true
}
}
}),

@ -597,7 +597,7 @@ class TPMBanner extends Component {
</ul>
<div className="pr fl" id="commentsStar">
<div className={"color-grey-c"} style={{color: "#Fff",textAlign: "center"}}>学员评分</div>
<div className="rateYo">
<Rating value={star_info[0]} disabled allowHalf/>
</div>

@ -85,7 +85,7 @@ a:active{text-decoration:none;}
height: 39px !important;
}
#commentsStar{
margin-top:33px;
margin-top: -7px;
}
.startbtnModal .ant-modal-content{
background: transparent;

Loading…
Cancel
Save