Browse Source

搜索联想词样式调整

Administrator 7 years ago
parent
commit
828e4ec884

+ 3 - 0
src/main/webapp/resources/view/sso/header.html

@@ -181,6 +181,9 @@
         padding: 0 15px;
         line-height: 30px;
         text-align: left;
+        overflow: hidden;
+        text-overflow: ellipsis;
+        white-space: nowrap;
     }
 
     #mall-search .association li.active, #mall-search .association li.active:hover {

+ 3 - 0
src/main/webapp/resources/view/usercenter/header.html

@@ -181,6 +181,9 @@
         padding: 0 15px;
         line-height: 30px;
         text-align: left;
+        overflow: hidden;
+        text-overflow: ellipsis;
+        white-space: nowrap;
     }
 
     #mall-search .association li.active, #mall-search .association li.active:hover {

+ 3 - 0
src/main/webapp/resources/view/vendor/header.html

@@ -181,6 +181,9 @@
         padding: 0 15px;
         line-height: 30px;
         text-align: left;
+        overflow: hidden;
+        text-overflow: ellipsis;
+        white-space: nowrap;
     }
     #mall-search .association li.active, #mall-search .association li.active:hover {
         background: #dddddd;