This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nezha-nezha-fronted/nezha-fronted/src/components/page/dashboard/overview/overview.scss
wangwenrui 42b1e6a71f feat:overview 新增chart & overview其他细节调整
1.把overview作为登录后首页
2.asset total 及表格alert列显示调整
3.新增alert trend图表
4.topN头部下拉选调整
5.其他样式调整
2020-03-23 18:20:19 +08:00

126 lines
2.0 KiB
SCSS

.overview{
height: 100%;
}
.overview-content-header{
display: flex;
padding-top: 10px;
}
.overview-content-header .header-title{
flex:13;
height: 35px;
line-height: 35px;
font-size: 1.5rem !important;
font-weight: 700;
margin-left: 15px;
}
.overview-content-header .header-tool{
flex: 2;
height: 35px;
}
.header-tool .tool-container{
display: flex;
text-align: center;
}
.tool-container .time{
flex: 4;
font-size: 1.5rem !important;
font-weight: 700;
display: inline-block;
height: 35px;
line-height: 35px;
vertical-align: middle;
}
.tool-container .date{
flex: 4;
height: 35px;
}
.date .week{
font-size: 1.125rem;
font-weight: bold;
}
.date .sys-date{
padding-top: 5px;
font-size: .75rem;
}
.tool-container .operation{
flex: 2;
display: inline-block;
line-height: 35px;
}
.operation .nz-icon-maxview{
font-size: 1.875rem !important;
}
.overview-right{
//margin: 0;
//padding: 0;
//position: absolute;
//width: 100%;
//height: 100%;
//left:0; right:0; top:0; bottom:0;
}
.overview-content{
height: calc(100% - 45px);
width: 100%;
}
.overview-content .content-row-box{
width: 99%;
display: flex;
justify-content: space-between;
align-content: flex-start;
}
.content-row-box .content-col-box{
border: 1px solid lightgrey;
padding:5px;
margin: 10px;
display: inline-block;
}
.flex-container{
display: flex;
height: 100%;
}
.box-height-200{
height: 200px;
}
.box-height-250{
height: 250px;
}
.box-height-290{
height: 290px;
}
.box-height-350{
height: 350px;
}
.box-height-400{
height: 400px;
}
.box-height-500{
height: 500px;
}
.mini-button{
display: inline-block;
//visibility: hidden;
}
.mini-button .mini-button-icon{
visibility: hidden;
}
.mini-button:hover .mini-button-icon{
visibility: visible;
cursor: pointer;
}
.mini-font{
font-size: .75rem;
-webkit-transform:scale(0.7);
display: inline-block;
}
.avg-children-space{
display: flex;
align-items: center;
justify-content: space-between;
}
.sub-title{
display: inline-block;
padding: 5px;
}