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
xwx
2021-12-22 22:37:28 +0800
Commit
53e5206c86bb6fda7083d6cb6dfb1fac434f0e2d
2 parents
ff9bf89a
4ccdf19a
Merge branch 'master' of
http://113.200.75.45:82/monitor_v3/hg-monitor-web
into master-v32-xwx
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/faultDiagnosis.css
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/basicEnvironment/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/faultDiagnosis.css
View file @
53e5206
...
...
@@ -430,7 +430,7 @@
}
.overflow-scroll-y
{
max-height
:
500px
;
overflow-y
:
scroll
;
overflow-y
:
auto
;
}
.icon-step
{
width
:
30px
;
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/faultDiagnosis/components/basicEnvironment/index.html
View file @
53e5206
...
...
@@ -33,7 +33,7 @@
</el-col>
</el-row>
<el-row
class=
"margin-bottom-50"
>
<el-col
:span=
"24"
>
<el-col
:span=
"24"
class=
"overflow-scroll-y"
>
<cm-table-page
:columns=
"columns"
:dataList=
"tableDataList"
@
loaddata=
"loadTableDataList"
:showIndex=
"true"
:total=
"count"
:showBorder=
"true"
:loading=
"false"
:pageSize=
"pageSize"
...
...
Please
register
or
login
to post a comment