CN-1223 fix: score改版

This commit is contained in:
chenjinsong
2023-10-22 20:21:32 +08:00
parent 40d43acb6c
commit c5c7b58720
24 changed files with 617 additions and 123 deletions

View File

@@ -128,24 +128,25 @@ $blue: #046ECA;
}
}
}
.link-statistical-dimension {
.row-dot {
margin-top: 5px;
margin-right: 5px;
}
.row-dot {
margin-top: 5px;
margin-right: 5px;
}
.green-dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: #749F4D;
}
.green-dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: #749F4D;
}
.red-dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: #E26154;
.red-dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: #E26154;
}
}
.item-popover-up, .item-popover-down {

View File

@@ -349,6 +349,24 @@
.data-score-green {
background: #749F4D;
}
.score-dot {
display: inline-block;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #CBCBCB;
margin-right: 4px;
&.score-dot--red {
background-color: #E26154;
}
&.score-dot--yellow {
background-color: #E5A219;
}
&.score-dot--green {
background-color: #749F4D;
}
}
height:24px;
font-size: 14px;
color: #046ECA;

View File

@@ -174,6 +174,25 @@
font-size: 14px;
color: #353636;
font-weight: 400;
.score-dot {
display: inline-block;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #CBCBCB;
margin-right: 4px;
&.score-dot--red {
background-color: #E26154;
}
&.score-dot--yellow {
background-color: #E5A219;
}
&.score-dot--green {
background-color: #749F4D;
}
}
}
}
}