Commit d7d2610c by xuzhenghua

bug

parent 0040c12d
......@@ -14,7 +14,7 @@ const Item = Flex.Item
function OrderList({courses, toggleSelectedCourse}) {
return (
<Flex direction={'column'} wrap={'wrap'}>
<Flex wrap={'wrap'}>
{courses.length && courses.map(course => {
const {image_name: img, course_id, coupon_desc, coupon_num} = course
const info = (
......
......@@ -404,6 +404,12 @@
}
.order-list{
.am-flexbox-item{
margin-left: 0;
}
}
/*.order-tab {
color: $black;
background: $bg_f7f9fc;
......
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