Merge branch 'master-v32-xwx' into 'master'
故障诊断管理-【977】-搜索框增加悬浮提示都支持那些条件搜索 See merge request !953
Showing
1 changed file
with
4 additions
and
1 deletions
@@ -2,7 +2,10 @@ | @@ -2,7 +2,10 @@ | ||
2 | <el-row> | 2 | <el-row> |
3 | <el-col :span="6"> | 3 | <el-col :span="6"> |
4 | <div class="search-input margin-30 flex-div-start"> | 4 | <div class="search-input margin-30 flex-div-start"> |
5 | - <el-input :size="$global.elementConfig.size.input" v-model="name" placeholder="故障诊断" class="fault-book-input-text" /> | 5 | + <el-tooltip placement="bottom-start"> |
6 | + <template #content>故障名称<br/></template> | ||
7 | + <el-input :size="$global.elementConfig.size.input" v-model="name" placeholder="输入关键字" class="fault-book-input-text" /> | ||
8 | + </el-tooltip> | ||
6 | <span class="search-text" style="border-radius: 4px" @click="searchList">搜索</span> | 9 | <span class="search-text" style="border-radius: 4px" @click="searchList">搜索</span> |
7 | </div> | 10 | </div> |
8 | 11 |
-
Please register or login to post a comment