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
wangtao
2 years ago
Commit
b296f2b2646686feff9943aa69a918cb34c5d195
1 parent
60038df7
fix: 监控概览样式优化
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
hg-monitor-web-base/src/main/resources/static/src/style/css/main.css
hg-monitor-web-base/src/main/resources/static/src/views/home/bizCard.html
hg-monitor-web-base/src/main/resources/static/src/views/index-biz-card.html
hg-monitor-web-base/src/main/resources/static/src/views/index-nx.html
hg-monitor-web-base/src/main/resources/static/src/style/css/main.css
View file @
b296f2b
...
...
@@ -4347,7 +4347,7 @@ grayColor {
width: 98%;
display: flex;
flex-wrap: wrap;
margin-left: 1%;
/*margin-left: 1%;*/
}
.index-top .index-banner .index-banner-count {
...
...
@@ -4634,7 +4634,7 @@ grayColor {
.index-top .index-banner .index-banner-main .index-banner-item .index-banner-item-tips {
height: 20px;
/*首页告警展示数量调整*/
width:
20px
;
width:
auto
;
line-height: 20px;
top: -6px;
left: 96.5%;
...
...
@@ -4648,6 +4648,8 @@ grayColor {
color: #fff;
border-radius: 50%;
cursor: pointer;
min-width: 20px;
z-index: 99999999;
}
.info-table li {
...
...
hg-monitor-web-base/src/main/resources/static/src/views/home/bizCard.html
View file @
b296f2b
<article
class=
"page-container nxIndex index topo topo-index--view"
>
<div
class=
"layui-card"
id=
"layui-card-id"
>
<!--卡片-->
<div
class=
"index-top"
id=
"biz_card_area"
style=
"padding:
2
px;"
>
<div
class=
"index-top"
id=
"biz_card_area"
style=
"padding:
0
px;"
>
<div
class=
"index-banner"
>
<div
class=
"position_top"
id=
"indexbizhealth"
></div>
<!--<div id="indexResTypehealth" class="position_bottom"> </div>-->
...
...
hg-monitor-web-base/src/main/resources/static/src/views/index-biz-card.html
View file @
b296f2b
<article
class=
"page-container nxIndex index topo topo-index--view"
>
<div
class=
"layui-card"
id=
"layui-card-id"
>
<!--卡片-->
<div
class=
"index-top"
id=
"biz_card_area"
style=
"padding:
2
px;"
>
<div
class=
"index-top"
id=
"biz_card_area"
style=
"padding:
0
px;"
>
<div
class=
"index-banner"
>
<div
class=
"position_top"
id=
"indexbizhealth"
></div>
<!--<div id="indexResTypehealth" class="position_bottom"> </div>-->
...
...
hg-monitor-web-base/src/main/resources/static/src/views/index-nx.html
View file @
b296f2b
<article
class=
"page-container nxIndex index topo topo-index--view"
>
<div
class=
"layui-card"
id=
"layui-card-id"
>
<!--卡片-->
<div
class=
"index-top"
id=
"biz_card_area"
style=
"padding:
2
px;"
>
<div
class=
"index-top"
id=
"biz_card_area"
style=
"padding:
0
px;"
>
<div
class=
"index-banner"
>
<div
class=
"position_top"
id=
"indexbizhealth"
></div>
<!--<div id="indexResTypehealth" class="position_bottom"> </div>-->
...
...
Please
register
or
login
to post a comment