Commit d7d2610c by xuzhenghua

bug

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