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
1fd38f1691eeec87dbdb7d67c2183bb41d1f691b
1 parent
13bf4636
937 【资源管理】端口侦测页面需要优化-表格高度调整 #2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 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 @
1fd38f1
...
...
@@ -34,11 +34,11 @@
<el-button
@
click=
"deleteOther()"
style=
"margin-left: 10px"
type=
"primary"
>
删除
</el-button>
</div>
</el-row>
<el-row
class=
"margin-bottom-50"
>
<el-row
class=
"margin-bottom-50"
style=
"padding:0 10px;"
>
<el-col
:span=
"24"
class=
"table-height"
>
<cm-table-page
:columns=
"columns"
:dataList=
"portSenseData"
:height=
"(height - 1
5
0)"
:height=
"(height - 1
9
0)"
:loading=
"loading"
:pageSize=
"pageSize"
:showBorder=
"true"
...
...
Please
register
or
login
to post a comment