937 【资源管理】端口侦测页面需要优化 #1
Showing
1 changed file
with
7 additions
and
15 deletions
@@ -7,29 +7,21 @@ | @@ -7,29 +7,21 @@ | ||
7 | <div class="flex-div-start margin-top-bottom-10"> | 7 | <div class="flex-div-start margin-top-bottom-10"> |
8 | <el-tooltip> | 8 | <el-tooltip> |
9 | <template #content>关键字检索包含<br/>资源名称<br/>IP地址</template> | 9 | <template #content>关键字检索包含<br/>资源名称<br/>IP地址</template> |
10 | - <el-input :size="$global.elementConfig.size.input" class="margin-right-10" clearable | 10 | + <el-input :size="$global.elementConfig.size.input" clearable |
11 | placeholder="输入关键字" | 11 | placeholder="输入关键字" |
12 | - style="width:160px;margin-left: 10px;float: left;" | 12 | + style="width:160px;margin-left: 10px;float: left;margin-right:6px;" |
13 | v-model="keyWords"/> | 13 | v-model="keyWords"/> |
14 | </el-input> | 14 | </el-input> |
15 | </el-tooltip> | 15 | </el-tooltip> |
16 | - <el-dropdown style="margin-top: -15px;margin-left: 10px;float: left;"> | ||
17 | - <el-icon class="el-icon--right"> | ||
18 | - <arrow-down/> | ||
19 | - </el-icon> | 16 | + <div style="margin-right:6px;"> |
20 | <cm-biz-type-tree-input @callback="getBizType" clearable collapseTags multiple/> | 17 | <cm-biz-type-tree-input @callback="getBizType" clearable collapseTags multiple/> |
21 | - </el-dropdown> | ||
22 | - | ||
23 | - <el-dropdown style="margin-top: -15px;margin-left: 10px;float: left;"> | ||
24 | - <el-icon class="el-icon--right"> | ||
25 | - <arrow-down/> | ||
26 | - </el-icon> | 18 | + </div> |
19 | + <div> | ||
27 | <cm-res-type-tree-input @callback="getResType" clearable collapseTags multiple/> | 20 | <cm-res-type-tree-input @callback="getResType" clearable collapseTags multiple/> |
28 | - </el-dropdown> | ||
29 | - | 21 | + </div> |
30 | <div class="flex-div-start" style="float: left;"> | 22 | <div class="flex-div-start" style="float: left;"> |
31 | <!-- <el-button type="primary" @click="onReset()">重置</el-button>--> | 23 | <!-- <el-button type="primary" @click="onReset()">重置</el-button>--> |
32 | - <el-button :size="$global.elementConfig.size.button" @click="onBtnSearch()" style="margin-left: 10px" type="primary">查询 | 24 | + <el-button :size="$global.elementConfig.size.button" @click="onBtnSearch()" style="margin-left: 6px" type="primary">查询 |
33 | </el-button> | 25 | </el-button> |
34 | </div> | 26 | </div> |
35 | 27 |
-
Please register or login to post a comment