Commit 2c9297e6a041787d8a7019d4fc8efbcdb9373a7f

Authored by zhiyangdu
1 parent 55d10724

解决菜单列表头部滑不回去问题

src/components/horizList/horizList.less
... ... @@ -22,7 +22,7 @@
22 22 padding-bottom: 22px;
23 23 > .box {
24 24 display: flex;
25   - justify-content: space-around;
  25 + //justify-content: space-around;
26 26 align-items: center;
27 27 .item-box {
28 28 // display: inline-flex;
... ...