From 2adc284610bcfed355390d7fa31cf19d445e843d Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期日, 28 四月 2024 17:25:28 +0800
Subject: [PATCH] 供应商搜索 不是首页的时候搜索不到的问题修改

---
 src/components/makepager/SearchCommonView.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/components/makepager/SearchCommonView.vue b/src/components/makepager/SearchCommonView.vue
index a4f107a..51003ab 100644
--- a/src/components/makepager/SearchCommonView.vue
+++ b/src/components/makepager/SearchCommonView.vue
@@ -174,7 +174,7 @@
   }
   .el-input__prefix,
   .el-input__suffix {
-    height: 30px;
+    // height: 30px;
   }
   .el-input__icon {
     line-height: 30px;
@@ -188,13 +188,13 @@
     }
     .el-input__suffix {
       // 澶勭悊鍓嶇紑鍥炬爣涓嶅瀭鐩村眳涓殑闂
-      height: auto;
-      font-size: 15px;
-      &-inner {
-        flex-direction: row-reverse;
-        -webkit-flex-direction: row-reverse;
-        display: flex;
-      }
+      // height: auto;
+      // font-size: 15px;
+      // &-inner {
+      //   flex-direction: row-reverse;
+      //   -webkit-flex-direction: row-reverse;
+      //   display: flex;
+      // }
     }
     .el-input--suffix .el-input__inner {
       padding-right: 45px;

--
Gitblit v1.8.0