From 4ad9804e68c0fa3fb07a85cefc4d73d9e6f5b268 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 04 Jan 2022 16:01:09 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/school-web
---
src/components/mobileCortrolSearch/index.vue | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/src/components/mobileCortrolSearch/index.vue b/src/components/mobileCortrolSearch/index.vue
index 17948c5..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"
@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,6 +65,9 @@
display: flex;
align-items: center;
justify-content: center;
+ .m-left-S-input {
+ border: none;
+ }
.iconSearch {
width: 30px;
height: 30px;
--
Gitblit v1.9.3