CN-1160 fix: 调整样式细节

This commit is contained in:
chenjinsong
2023-07-14 19:38:30 +08:00
parent 5edd569148
commit d640c656fa

View File

@@ -119,7 +119,7 @@
display: flex;
//flex-direction: column;
align-items: center;
padding: 0 30px;
padding: 0 0 0 30px;
.overview-left-span {
font-size: 16px;
@@ -141,12 +141,14 @@
.overview-right {
display: flex;
flex-direction: column;
padding: 0 30px;
justify-content: center;
padding: 0 15px;
.right-row {
display: flex;
height: 22px;
height: 18px;
align-items: center;
color: #666666;
.right-label-loading {
position: relative;
@@ -168,7 +170,7 @@
font-weight: bold;
}
i {
padding-right: 10px;
padding-right: 4px;
font-size: 18px;
}
.cn-icon-increase {