CN-333 fix : 修改了一些样式和接口请求参数

This commit is contained in:
zhangxiaolong
2022-03-07 17:27:55 +08:00
parent 51c96fbc1e
commit 97a6e893c6
15 changed files with 123 additions and 100 deletions

View File

@@ -1,9 +1,11 @@
.cn-chart-header-button {
display: flex;
button:first-of-type{
button:first-of-type {
border-radius: 2px 0 0 2px;
}
.cn-chart-header-button-all {
border-color: #0091FF;
color: #0091FF;
@@ -55,5 +57,8 @@
display: flex;
justify-content: center;
align-items: center;
font-family: Roboto-Regular;
font-size: 12px;
font-weight: 400;
}
}

View File

@@ -48,6 +48,9 @@
.cn-alarm-info-main-title {
font-size: 16px;
line-height: 19px;
font-family: Roboto-Regular;
color: #333333;
font-weight: 400;
}
.cn-alarm-info-bottom {
@@ -64,16 +67,20 @@
display: flex;
margin-left: 20px;
height: 14px;
.cn-icon-time2{
.cn-icon-time2 {
color: #8FA1BE;
width: 10px;
height: 10px;
font-size: 12px;
}
.cn-alarm-info-bottom-time {
font-family: PingFangSC-Regular;
font-size: 12px;
color: #999999;
line-height: 14px;
font-size: 12px;
font-weight: 400;
}
}
@@ -82,16 +89,20 @@
display: flex;
justify-content: center;
align-items: center;
.cn-icon-time2{
.cn-icon-time2 {
color: #8FA1BE;
width: 10px;
height: 10px;
font-size: 12px;
}
.cn-alarm-info-bottom-time {
color: #999999;
line-height: 14px;
font-family: PingFangSC-Regular;
font-size: 12px;
color: #999999;
line-height: 17px;
font-weight: 400;
}
}
@@ -117,6 +128,11 @@
width: 5px;
height: 5px;
border-radius: 50%;
font-family: Roboto-Black;
font-size: 12px;
color: #666666;
line-height: 17px;
font-weight: 400;
}
}