| | |
| | | <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> |
| | |
| | | }; |
| | | </script> |
| | | |
| | | <style scoped lang='scss'> |
| | | <style scoped lang="scss"> |
| | | .m-left-mobileCortrolSearch { |
| | | width: 100%; |
| | | position: fixed; |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | .m-left-S-input { |
| | | border: none; |
| | | } |
| | | .iconSearch { |
| | | width: 30px; |
| | | height: 30px; |