1
|
<div class="container" :style="{'height':height+'px','max-height':height+'px'}">
|
1
|
<div class="container" :style="{'height':height+'px','max-height':height+'px'}">
|
2
|
<div class="cm-card" :style="{'min-height':height+'px','max-height':height+'px','height':'100%'}">
|
2
|
<div class="cm-card" :style="{'min-height':height+'px','max-height':height+'px','height':'100%'}">
|
3
|
<div class="search">
|
3
|
<div class="search">
|
4
|
- <div class="condition">
|
4
|
+ <div class="condition fault-book-input-text" style="width: 250px">
|
5
|
<el-form-item>
|
5
|
<el-form-item>
|
6
|
<el-input v-model="searchForm.keyword" placeholder="输入关键字"
|
6
|
<el-input v-model="searchForm.keyword" placeholder="输入关键字"
|
7
|
- @keydown.enter.native="getPage"></el-input>
|
7
|
+ @keydown.enter.native="getPage" class="fault-book-input-text"></el-input>
|
8
|
</el-form-item>
|
8
|
</el-form-item>
|
9
|
<!--<el-form-item>
|
9
|
<!--<el-form-item>
|
10
|
<el-select v-model="searchForm.category" placeholder="故障分类">
|
10
|
<el-select v-model="searchForm.category" placeholder="故障分类">
|
|
@@ -13,7 +13,7 @@ |
|
@@ -13,7 +13,7 @@ |
13
|
</el-select>
|
13
|
</el-select>
|
14
|
</el-form-item>-->
|
14
|
</el-form-item>-->
|
15
|
</div>
|
15
|
</div>
|
16
|
- <div class="btns">
|
16
|
+ <div class="btns" style="justify-content: left;padding-left: 0px">
|
17
|
<el-form-item>
|
17
|
<el-form-item>
|
18
|
<el-button type="primary" @click="getPage">搜索</el-button>
|
18
|
<el-button type="primary" @click="getPage">搜索</el-button>
|
19
|
</el-form-item>
|
19
|
</el-form-item>
|