Browse Source

Merge remote-tracking branch 'origin/release-201819-wangcz' into release-201819-wangcz

shenjj 7 years ago
parent
commit
986b9fba8a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      components/main/Search.vue

+ 3 - 1
components/main/Search.vue

@@ -400,7 +400,9 @@
         padding: 0 15px;
         line-height: 30px;
         cursor: pointer;
-
+        overflow: hidden;
+        text-overflow: ellipsis;
+        white-space: nowrap;
         &.active {
           background-color: $dark-bg;
         }