CRM_26-08-31#story#9355,服务商KPI
This commit is contained in:
@@ -279,20 +279,21 @@ export default {
|
|||||||
|
|
||||||
.td {
|
.td {
|
||||||
&.name {
|
&.name {
|
||||||
flex: 1;
|
flex: 1.5;
|
||||||
|
text-align: center;
|
||||||
color: #1D2129;
|
color: #1D2129;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.value {
|
&.value {
|
||||||
width: 30%;
|
flex: 1;
|
||||||
text-align: right;
|
text-align: center;
|
||||||
color: #4E5969;
|
color: #4E5969;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.score {
|
&.score {
|
||||||
width: 100px;
|
flex: 1;
|
||||||
text-align: right;
|
text-align: center;
|
||||||
color: #165DFF;
|
color: #165DFF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
@@ -322,12 +323,16 @@ export default {
|
|||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
|
||||||
.tableBody .tr .td {
|
.tableBody .tr .td {
|
||||||
|
&.name {
|
||||||
|
flex: 1.5;
|
||||||
|
}
|
||||||
|
|
||||||
&.value {
|
&.value {
|
||||||
width: 28%;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.score {
|
&.score {
|
||||||
width: 70px;
|
flex: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user