From 065669d31914a2f65c48d351417f48e49bd79c0c Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期三, 13 三月 2024 11:30:46 +0800
Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/PM20221203225_MobileWeb

---
 src/components/leftMenu/sousuo2.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/components/leftMenu/sousuo2.vue b/src/components/leftMenu/sousuo2.vue
index 06abd69..9686f35 100644
--- a/src/components/leftMenu/sousuo2.vue
+++ b/src/components/leftMenu/sousuo2.vue
@@ -1,11 +1,11 @@
 <template>
   <div id="sousuo" class="sousuo">
     <!-- 鎼滅储妗� -->
-    <div class="ssk" v-show="ssk.show">
+    <div class="ssk" v-if="ssk.show">
       <span
         @click="ssjmxs"
         style="float: left; height: 100%; width: 80%; overflow: hidden"
-        ><i class="el-icon-search" style="padding: 0px 15px 0px 20px"></i
+        ><i class="el-icon-search" style="padding: 0px 15px 0px 20px;font-size: 0.15rem;"></i
         >{{ syssval }}</span
       >
       <span
@@ -32,9 +32,9 @@
       </span> -->
     </div>
     <!-- 鎼滅储鐣岄潰 -->
-    <div class="ssjm" v-show="ssjm">
+    <div class="ssjm" v-if="ssjm">
       <!-- 鎼滅储妗� -->
-      <div class="search-container" style="margin: 0.1rem 0">
+      <div class="search-container">
         <div class="back" @click="cancless"></div>
         <el-input
           placeholder="杈撳叆鍏抽敭瀛楁悳绱㈠湴鍥�"
@@ -98,7 +98,7 @@
   height: 0.4rem;
   line-height: 0.4rem;
   background: #fff;
-  border-radius: 0.15rem;
+  border-radius: 0.14rem;
   color: black;
   font-size: 0.14rem;
 }
@@ -111,6 +111,7 @@
   width: 100%;
   height: 100%;
   top: 0;
+  left: 0;
   background-color: #f3f3f3;
   z-index: 99;
 }
@@ -142,12 +143,14 @@
 .el-input /deep/ .el-input__inner {
   border: none;
   font-weight: 500;
-  font-size: 17px;
+  font-size: 0.14rem;
   color: #3e3d3d;
 }
 .el-select {
-  width: 80px;
+  width: 0.8rem;
   position: relative;
+  font-size: 0.14rem;
+
 }
 .el-select:after {
   content: "";
@@ -163,14 +166,11 @@
   padding-right: 25px;
 }
 .el-input /deep/ .el-input-group__append .el-button {
-  font-size: 15px;
+  font-size: 0.14rem;
   color: #ffffff;
-  line-height: 17px;
   background: #2477ff;
   border-radius: 13px;
   padding: 10px;
-  width: 62px;
-  height: 33px;
 }
 
 .el-scrollbar .hover {

--
Gitblit v1.9.3