Merge branch 'joke' into 'master'
杭州-故障列表页面样式优化,同时调整故障报告页面查询span圆角 杭州-故障列表页面样式优化,同时调整故障报告页面查询span圆角 See merge request !229
Showing
2 changed files
with
4 additions
and
4 deletions
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
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 v-model="input" placeholder="故障诊断" class="fault-book-input-text" /> | 5 | <el-input v-model="input" placeholder="故障诊断" class="fault-book-input-text" /> |
6 | - <span class="search-text">搜索</span> | 6 | + <span class="search-text" style="border-radius: 4px">搜索</span> |
7 | </div> | 7 | </div> |
8 | 8 | ||
9 | </el-col> | 9 | </el-col> |
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> |
-
Please register or login to post a comment