CRM_26-08-31#story#9355,服务商KPI

This commit is contained in:
zlf
2026-08-31 13:21:21 +08:00
parent a1e9e4cecb
commit 9d30a6b882
+12 -7
View File
@@ -279,20 +279,21 @@ export default {
.td {
&.name {
flex: 1;
flex: 1.5;
text-align: center;
color: #1D2129;
font-weight: 500;
}
&.value {
width: 30%;
text-align: right;
flex: 1;
text-align: center;
color: #4E5969;
}
&.score {
width: 100px;
text-align: right;
flex: 1;
text-align: center;
color: #165DFF;
font-weight: bold;
}
@@ -322,12 +323,16 @@ export default {
padding: 12px;
.tableBody .tr .td {
&.name {
flex: 1.5;
}
&.value {
width: 28%;
flex: 1;
}
&.score {
width: 70px;
flex: 1;
}
}
}