소스 검색

覆盖部分样式

wolyshaw 3 년 전
부모
커밋
1f9dce3b88
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/components/col-search/index.module.less

+ 4 - 0
src/components/col-search/index.module.less

@@ -6,6 +6,10 @@
       -webkit-user-select: text !important;
       user-select: text !important;
     }
+    .van-search__field {
+      padding: 0.13333rem var(--van-padding-xs) 0.13333rem 0 !important;
+      background: transparent !important;
+    }
   }
 }
 .col-search {