杨树林 6 years ago
commit 43d88bd3ea

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

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

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

Loading…
Cancel
Save