소스 검색

修改搜索问题

yangc 7 년 전
부모
커밋
be54314048
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      components/common/PcSearchHeader.vue

+ 4 - 1
components/common/PcSearchHeader.vue

@@ -196,7 +196,10 @@
     position: relative;
     color: #333;
     z-index: 991;
-    background: #fff;
+    background: transparent;
+    height: auto;
+    line-height: normal;
+    padding: 0;
     input {
       line-height: normal;
     }