Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
3 years ago
Commit
23cff9b1c68110c0db89190b8a2b50007fca61b1
1 parent
b8240436
937 【资源管理】端口侦测页面需要优化 #1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
15 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/views/portSense/index.html
hg-monitor-web-base/src/main/resources/static/vue3/src/views/portSense/index.html
View file @
23cff9b
...
...
@@ -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:
10
px"
type=
"primary"
>
查询
<el-button
:size=
"$global.elementConfig.size.button"
@
click=
"onBtnSearch()"
style=
"margin-left:
6
px"
type=
"primary"
>
查询
</el-button>
</div>
...
...
Please
register
or
login
to post a comment