shuishen
2022-01-04 4ad9804e68c0fa3fb07a85cefc4d73d9e6f5b268
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;