Browse Source

间距调小

liudan 3 weeks ago
parent
commit
eca3dcabf2
3 changed files with 3 additions and 3 deletions
  1. BIN
      dist.zip
  2. 2 2
      src/assets/scss/style.scss
  3. 1 1
      src/pages/home/Index.jsx

BIN
dist.zip


+ 2 - 2
src/assets/scss/style.scss

@@ -237,8 +237,8 @@ html{
     }
     .swaper-text{
       flex: 1;
-      height: 2.45rem;
-      line-height: 2.45rem;;
+      height: 2.4rem;
+      line-height: 2.4rem;;
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;

+ 1 - 1
src/pages/home/Index.jsx

@@ -285,7 +285,7 @@ class Home extends React.Component {
         ++start;
       }, 5000);
     };
-    // test();
+    //test();
   }
   initAndroidVoice() {
     window.mediaPlayOver = (flag) => {