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
鲁尚清
2021-12-02 11:02:48 +0800
Commit
cc295c6d57dc68d9e6426211d16a982fc87d3697
1 parent
6f0d1571
机房组件的固定高度更改
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/machineroom.css
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/commonComponents/huzhouOne/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/machineroom.css
View file @
cc295c6
...
...
@@ -24,7 +24,7 @@ body
padding-top
:
30px
;
border
:
2px
solid
#0a93be
;
width
:
900px
;
height
:
600
px
;
min-height
:
666
px
;
margin
:
0
auto
;
font-size
:
16px
;
border-radius
:
5px
;
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/commonComponents/huzhouOne/index.html
View file @
cc295c6
<div
v-if=
"!isDetailShow"
class=
"outlinediv"
style=
"height: 666px"
>
<div
v-if=
"!isDetailShow"
class=
"outlinediv"
>
<!-- <span>湖州灾备一机房平面图</span>-->
<div
class=
"huzhouone-topcabinet"
>
<table>
...
...
Please
register
or
login
to post a comment