Commit e7071d4f by FE

merge new-share

parents fc0bbae8 4625d0e5
......@@ -596,6 +596,8 @@ class Detail extends Component {
/>
}
{/*砍价*/}
{
course_info.is_baoming === 0 && (!course_info.is_aist) && course_info.is_bargain &&
......
......@@ -767,7 +767,7 @@ class RedPacket extends PureComponent {
return (
<input
{...field}
className="popup-form__ipt"
className="popup-form__ipt popup-form__ipt--left"
type="text"
placeholder="输入验证码"
/>
......
......@@ -342,6 +342,10 @@
flex: 1;
}
.popup-form__ipt--left {
width: 130px;
}
.popup-form__button--code {
margin-left: 10px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment