Authored by 鲁尚清

937 【资源管理】端口侦测页面需要优化 #1

... ... @@ -7,29 +7,21 @@
<div class="flex-div-start margin-top-bottom-10">
<el-tooltip>
<template #content>关键字检索包含<br/>资源名称<br/>IP地址</template>
<el-input :size="$global.elementConfig.size.input" class="margin-right-10" clearable
<el-input :size="$global.elementConfig.size.input" clearable
placeholder="输入关键字"
style="width:160px;margin-left: 10px;float: left;"
style="width:160px;margin-left: 10px;float: left;margin-right:6px;"
v-model="keyWords"/>
</el-input>
</el-tooltip>
<el-dropdown style="margin-top: -15px;margin-left: 10px;float: left;">
<el-icon class="el-icon--right">
<arrow-down/>
</el-icon>
<div style="margin-right:6px;">
<cm-biz-type-tree-input @callback="getBizType" clearable collapseTags multiple/>
</el-dropdown>
<el-dropdown style="margin-top: -15px;margin-left: 10px;float: left;">
<el-icon class="el-icon--right">
<arrow-down/>
</el-icon>
</div>
<div>
<cm-res-type-tree-input @callback="getResType" clearable collapseTags multiple/>
</el-dropdown>
</div>
<div class="flex-div-start" style="float: left;">
<!-- <el-button type="primary" @click="onReset()">重置</el-button>-->
<el-button :size="$global.elementConfig.size.button" @click="onBtnSearch()" style="margin-left: 10px" type="primary">查询
<el-button :size="$global.elementConfig.size.button" @click="onBtnSearch()" style="margin-left: 6px" type="primary">查询
</el-button>
</div>
... ...