🎢 优化 IPTV 的搜索框样式

This commit is contained in:
Hunlongyu
2020-10-20 09:27:13 +08:00
parent f031f9e7fd
commit 0f015b26e2
5 changed files with 33 additions and 2 deletions

View File

@@ -9,7 +9,8 @@
<el-button @click.stop="resetSitesEvent" type="text">重置</el-button>
<el-input
placeholder="搜索"
v-model.trim="searchTxt" >
size="mini"
v-model.trim="searchTxt">
<i slot="prefix" class="el-input__icon el-icon-search"></i>
</el-input>
</div>