From acb45c731c3ccd0a67061efb4e7bdf4f56005672 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 12 Jan 2022 08:52:13 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web

---
 src/components/mobileCortrolSearch/index.vue |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/src/components/mobileCortrolSearch/index.vue b/src/components/mobileCortrolSearch/index.vue
index 4b1edab..5270a09 100644
--- a/src/components/mobileCortrolSearch/index.vue
+++ b/src/components/mobileCortrolSearch/index.vue
@@ -1,13 +1,20 @@
 <template>
   <div class="m-left-mobileCortrolSearch">
     <div class="m-left-SearchMain">
-      <el-input placeholder="请输入内容" v-model="input" clearable size="small"
-        ><el-button
+      <el-input
+        placeholder="请输入内容"
+        v-model="input"
+        clearable
+        size="small"
+        class="m-left-S-input"
+      >
+        <el-button
           slot="append"
           class="iconSearch"
-          icon="el-icon-search"
+          icon="el-icon-search icon"
           @click="search"
-        ></el-button>
+        >
+        </el-button>
       </el-input>
     </div>
   </div>
@@ -42,7 +49,7 @@
 };
 </script>
 
-<style scoped lang='scss'>
+<style scoped lang="scss">
 .m-left-mobileCortrolSearch {
   width: 100%;
   position: fixed;
@@ -58,15 +65,20 @@
     display: flex;
     align-items: center;
     justify-content: center;
+    .m-left-S-input {
+      border: none;
+    }
     .iconSearch {
       width: 30px;
       height: 30px;
       padding-top: 0;
       padding-bottom: 0;
+      background-color: rgb(33, 150, 243);
       display: flex;
       align-items: center;
       justify-content: center;
       font-size: 24px;
+      color: #fff;
     }
   }
 }

--
Gitblit v1.9.3