Showing
1 changed file
with
5 additions
and
5 deletions
@@ -2,26 +2,26 @@ | @@ -2,26 +2,26 @@ | ||
2 | <el-row> | 2 | <el-row> |
3 | <el-col :span="24"> | 3 | <el-col :span="24"> |
4 | <div class="set-add-div"> | 4 | <div class="set-add-div"> |
5 | - <el-row> | 5 | + <el-row style="margin-bottom: 5px;margin-top: 5px"> |
6 | <el-col :span="24"> | 6 | <el-col :span="24"> |
7 | <div class="flex-div-start margin-top-bottom-10"> | 7 | <div class="flex-div-start margin-top-bottom-10"> |
8 | - <el-input style="width:160px;margin-left: 10px;" class="margin-right-10" v-model="keyWords" | 8 | + <el-input style="width:160px;margin-left: 10px;float: left;" class="margin-right-10" v-model="keyWords" |
9 | placeholder="输入关键字"/> | 9 | placeholder="输入关键字"/> |
10 | - <el-dropdown style="margin-top: -15px;"> | 10 | + <el-dropdown style="margin-top: -15px;margin-left: 10px;float: left;"> |
11 | <el-icon class="el-icon--right"> | 11 | <el-icon class="el-icon--right"> |
12 | <arrow-down/> | 12 | <arrow-down/> |
13 | </el-icon> | 13 | </el-icon> |
14 | <cm-biz-type-tree-input multiple clearable collapseTags @callback="getBizType"/> | 14 | <cm-biz-type-tree-input multiple clearable collapseTags @callback="getBizType"/> |
15 | </el-dropdown> | 15 | </el-dropdown> |
16 | 16 | ||
17 | - <el-dropdown style="margin-top: -15px;margin-left: 10px;"> | 17 | + <el-dropdown style="margin-top: -15px;margin-left: 10px;float: left;"> |
18 | <el-icon class="el-icon--right"> | 18 | <el-icon class="el-icon--right"> |
19 | <arrow-down/> | 19 | <arrow-down/> |
20 | </el-icon> | 20 | </el-icon> |
21 | <cm-res-type-tree-input multiple clearable collapseTags @callback="getResType"/> | 21 | <cm-res-type-tree-input multiple clearable collapseTags @callback="getResType"/> |
22 | </el-dropdown> | 22 | </el-dropdown> |
23 | 23 | ||
24 | - <div class="flex-div-start"> | 24 | + <div class="flex-div-start" style="float: left;"> |
25 | <!-- <el-button type="primary" @click="onReset()">重置</el-button>--> | 25 | <!-- <el-button type="primary" @click="onReset()">重置</el-button>--> |
26 | <el-button type="primary" @click="onBtnSearch()" style="margin-left: 10px">查询</el-button> | 26 | <el-button type="primary" @click="onBtnSearch()" style="margin-left: 10px">查询</el-button> |
27 | </div> | 27 | </div> |
-
Please register or login to post a comment