story#7059,服务商KPI界面调整需求--袁鸿鑫, 前三部分

This commit is contained in:
2025-08-22 15:56:13 +08:00
parent 2bb1885b37
commit 41820ef796
2 changed files with 164 additions and 134 deletions

View File

@@ -84,7 +84,7 @@ export default {
color:'rgba(4, 4, 21,0.45)'
},
detail: {
color:this.isStore ? this.bgColor : '#040415',
color:this.isStore ? this.bgColor : (this.bgColor || '#040415'),
fontSize: this.isStore ? 43 :19,
formatter: this.isStore ? '{value}' : '{value}%'
}
@@ -110,4 +110,4 @@ export default {
width: 100%;
height: 125px;
}
</style>
</style>