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
5389b065c823f2815b99685de6b9ddd3f72ef4e3
1 parent
df8ed131
机房body的背景图片注释
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/Details.css
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/machineroom.css
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/Details.css
View file @
5389b06
body
{
background-image
:
url(/vue3/src/assets/images/machineRoom/img-bg-1.png)
;
background-size
:
100%
;
/* background-image: url(/vue3/src/assets/images/machineRoom/img-bg-1.png);
background-size: 100%;*/
}
li
{
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/machineroom.css
View file @
5389b06
...
...
@@ -11,13 +11,13 @@ html
font-size
:
14px
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
-webkit-text-size-adjust
:
none
;
background-image
:
url("/vue3/src/assets/images/machineRoom/img-beijing-dp.png")
;
/*
background-image:url("/vue3/src/assets/images/machineRoom/img-beijing-dp.png");
background-repeat: no-repeat;
background-position
:
center
;
background-position: center;
*/
}
body
{
padding
:
5px
;
/*padding:5px;*/
}
.outlinediv
{
...
...
Please
register
or
login
to post a comment