CN- 333 fix : 样式修改

CN-332 feat : 展示接口数据
This commit is contained in:
zhangxiaolong
2022-03-07 15:54:28 +08:00
parent 3db36759db
commit 7d205a352d
2 changed files with 35 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
.cn-chart-alarm-info {
width: 100%;
height: 100%;
margin-left: 30px;
position: relative;
.cn-chart-alarm-info-mainContent {
@@ -10,9 +9,10 @@
.cn-chart-alarm-content {
display: flex;
margin-left: 30px;
margin-right: 30px;
justify-content: flex-start;
align-items: center;
width: 100%;
height: calc(100% / 9);
border-bottom: 1px solid #E7EAED;
@@ -37,8 +37,8 @@
.cn-icon-alert {
width: 12px;
position: absolute;
top: calc(50% - 6px);
left: calc(50% - 6px);
top: calc(50% - 8px);
left: calc(50% - 8px);
}
}
@@ -56,13 +56,20 @@
text-align: center;
margin-top: 10px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
.cn-alarm-info-bottom-middle {
display: flex;
margin-left: 20px;
height: 14px;
.cn-icon-time2{
color: #8FA1BE;
width: 10px;
height: 10px;
font-size: 12px;
}
.cn-alarm-info-bottom-time {
color: #999999;
line-height: 14px;
@@ -71,10 +78,16 @@
}
.cn-alarm-info-bottom-right {
height: 14px;
display: flex;
justify-content: center;
align-items: center;
.cn-icon-time2{
color: #8FA1BE;
width: 10px;
height: 10px;
font-size: 12px;
}
.cn-alarm-info-bottom-time {
color: #999999;
line-height: 14px;
@@ -84,12 +97,16 @@
.cn-alarm-info-bottom-type {
width: auto;
height: 16px;
border-radius: 2px;
font-family: Roboto-Regular;
line-height: 16px;
font-size: 12px;
border: 1px solid;
font-weight: 400;
max-width: 72px;
overflow: hidden;
padding-left: 2px;
padding-right: 2px;
}