Browse Source

横向滚动修改flex布局

宋成林 6 years ago
parent
commit
835d8226dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/scroller/scroller.scss

+ 1 - 1
src/packages/scroller/scroller.scss

@@ -10,7 +10,7 @@
     // overflow: hidden;
     .nut-hor-list{
         height: 100%;
-        display: flex;
+        display: inline-flex;
         flex-direction: row;
         box-orient: horizontal;
         box-direction: normal;