Commit fb8a4011e9811d6504ef344d0145153d1481849e
Merge branch 'version_2.0.0_optimization_mall_update' of http://bj.gitlab.cnlive…
….com/w-front-end/select_good into version_2.0.0_optimization_mall_update
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/columnListBox/columnListBox.less
| ... | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 | .left-box { |
| 22 | 22 | .item-box { |
| 23 | 23 | &:last-child { |
| 24 | - // margin-bottom: 0; | |
| 24 | + margin-bottom: 0; | |
| 25 | 25 | } |
| 26 | 26 | } |
| 27 | 27 | } |
| ... | ... | @@ -31,13 +31,13 @@ |
| 31 | 31 | /deep/ .item { |
| 32 | 32 | .img-box { |
| 33 | 33 | .img { |
| 34 | - height: 100%; | |
| 34 | + // height: 100%; | |
| 35 | 35 | } |
| 36 | 36 | } |
| 37 | 37 | } |
| 38 | 38 | } |
| 39 | 39 | &:last-child { |
| 40 | - // margin-bottom: 0; | |
| 40 | + margin-bottom: 0; | |
| 41 | 41 | } |
| 42 | 42 | } |
| 43 | 43 | } | ... | ... |