fix: 应用评分列表环比计算逻辑调整
This commit is contained in:
@@ -130,23 +130,21 @@
|
||||
margin-top: 2px;
|
||||
border-radius: 10px;
|
||||
font-weight:500;
|
||||
font-size: 12px;
|
||||
height: 20px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
.data-total-trend-black {
|
||||
background-color: rgba(113,113,113,0.12);
|
||||
color: #717171;
|
||||
width: 36px;
|
||||
height: 20px;
|
||||
}
|
||||
.data-total-trend-green {
|
||||
background-color: rgba(126,159,84,0.12);
|
||||
width: 52px;
|
||||
height: 20px;
|
||||
color:#7E9F54;
|
||||
}
|
||||
.data-total-trend-red {
|
||||
background-color: rgba(226,97,84,0.12);
|
||||
width: 52px;
|
||||
height: 20px;
|
||||
color:#E26154;
|
||||
.cn-icon-rise1{
|
||||
color: #E44D3E;
|
||||
|
||||
@@ -40,23 +40,20 @@
|
||||
border-radius: 10px;
|
||||
font-weight:500;
|
||||
font-size: 12px;
|
||||
height: 20px;
|
||||
padding: 0 5px;
|
||||
}
|
||||
.single-value__content-trend-black {
|
||||
background-color: rgba(113,113,113,0.12);
|
||||
color: #717171;
|
||||
width: 36px;
|
||||
height: 20px;
|
||||
}
|
||||
.single-value__content-trend-green {
|
||||
background-color: rgba(126,159,84,0.12);
|
||||
width: 52px;
|
||||
height: 20px;
|
||||
color:#7E9F54;
|
||||
}
|
||||
.single-value__content-trend-red {
|
||||
background-color: rgba(226,97,84,0.12);
|
||||
width: 52px;
|
||||
height: 20px;
|
||||
color:#E26154;
|
||||
.cn-icon-rise1 {
|
||||
color: #E44D3E;
|
||||
|
||||
Reference in New Issue
Block a user