Moss 1 سال پیش
والد
کامیت
afa1658f9b
1فایلهای تغییر یافته به همراه9 افزوده شده و 1 حذف شده
  1. 9 1
      src/pages/index/index.vue

+ 9 - 1
src/pages/index/index.vue

@@ -15,7 +15,7 @@
             placeholder="输入商品名称搜索"
             :showAction="false"
             clearabled
-            :disabled="true">
+            disabled>
           </u-search>
         </view>
 
@@ -317,6 +317,14 @@
     font-weight: 600;
     position: relative;
   }
+  
+  .search-container {
+    ::v-deep .u-search {
+      input {
+        pointer-events: none;
+      }
+    }
+  }
 
   .bg-container {
     position: fixed;