story#7059,服务商KPI界面调整需求--袁鸿鑫, 前三部分
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user