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
Plain Diff
Browse Files
Authored by
王涛
3 years ago
Commit
4a75b168966156ec47a94d3e5b76af4f821ad2f3
2 parents
fe3aaa69
d529c5ef
Merge branch 'master-V32-XuHaoJie' into 'master'
通用-端口侦测-页面优化 See merge request
!348
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 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 @
4a75b16
...
...
@@ -2,26 +2,26 @@
<el-row>
<el-col
:span=
"24"
>
<div
class=
"set-add-div"
>
<el-row>
<el-row
style=
"margin-bottom: 5px;margin-top: 5px"
>
<el-col
:span=
"24"
>
<div
class=
"flex-div-start margin-top-bottom-10"
>
<el-input
style=
"width:160px;margin-left: 10px;"
class=
"margin-right-10"
v-model=
"keyWords"
<el-input
style=
"width:160px;margin-left: 10px;
float: left;
"
class=
"margin-right-10"
v-model=
"keyWords"
placeholder=
"输入关键字"
/>
<el-dropdown
style=
"margin-top: -15px;"
>
<el-dropdown
style=
"margin-top: -15px;
margin-left: 10px;float: left;
"
>
<el-icon
class=
"el-icon--right"
>
<arrow-down/>
</el-icon>
<cm-biz-type-tree-input
multiple
clearable
collapseTags
@
callback=
"getBizType"
/>
</el-dropdown>
<el-dropdown
style=
"margin-top: -15px;margin-left: 10px;"
>
<el-dropdown
style=
"margin-top: -15px;margin-left: 10px;
float: left;
"
>
<el-icon
class=
"el-icon--right"
>
<arrow-down/>
</el-icon>
<cm-res-type-tree-input
multiple
clearable
collapseTags
@
callback=
"getResType"
/>
</el-dropdown>
<div
class=
"flex-div-start"
>
<div
class=
"flex-div-start"
style=
"float: left;"
>
<!-- <el-button type="primary" @click="onReset()">重置</el-button>-->
<el-button
type=
"primary"
@
click=
"onBtnSearch()"
style=
"margin-left: 10px"
>
查询
</el-button>
</div>
...
...
Please
register
or
login
to post a comment