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
zhangtianqi
2 years ago
Commit
12302485b91e820179646544a0ce1a666e6f44ce
1 parent
9cb91c9d
feat:监控配置->资源管理 按钮样式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 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 @
1230248
...
...
@@ -16,7 +16,7 @@
<div
style=
"margin-right:6px;"
>
<cm-biz-type-tree-input
@
callback=
"getBizType"
clearable
collapseTags
multiple
/>
</div>
<div>
<div
style=
"margin-right:6px;"
>
<cm-res-type-tree-input
@
callback=
"getResType"
clearable
collapseTags
multiple
/>
</div>
<div
class=
"flex-div-start"
style=
"float: left;"
>
...
...
@@ -30,8 +30,12 @@
</el-row>
<el-row>
<div
class=
"flex-div-start"
style=
"margin: 4px;"
>
<el-button
@
click=
"save()"
style=
"margin-left: 10px"
type=
"primary"
>
新增
</el-button>
<el-button
@
click=
"deleteOther()"
style=
"margin-left: 10px"
type=
"primary"
>
删除
</el-button>
<div
style=
"margin-left: 10px"
>
<el-button
@
click=
"save()"
type=
"primary"
>
新增
</el-button>
</div>
<div
style=
"margin-left: 10px"
>
<el-button
@
click=
"deleteOther()"
style=
"margin-left: 10px"
type=
"primary"
>
删除
</el-button>
</div>
</div>
</el-row>
<el-row
class=
"margin-bottom-50"
style=
"padding:0 10px;"
>
...
...
Please
register
or
login
to post a comment