CN-1216 fix: network overview app列表增加单位

This commit is contained in:
chenjinsong
2023-09-04 17:52:26 +08:00
parent ac3eb9061e
commit baf157b253
2 changed files with 9 additions and 3 deletions

View File

@@ -88,7 +88,7 @@
.app-card-title {
display: flex;
padding: 0 12px;
margin-top: 10px;
margin-top: 6px;
justify-content: space-between;
.app-card-title-name {
span {
@@ -150,7 +150,7 @@
}
.app-card__body-content {
display: flex;
margin-bottom: 6px;
margin-bottom: 0;
.app-card__body-content-value {
display: flex;
.app-card__body-content-number {
@@ -184,6 +184,12 @@
background-color: rgb(126, 159, 84);
}
}
.app-card__body-unit {
margin-top: -2px;
margin-bottom: 2px;
font-size: 12px;
color: #778391;
}
.app-card__body-previous {
display: flex;
font-size: 12px;