Commit 98f88c66 authored by xxx's avatar xxx

修改

parent 2911e1e0
......@@ -773,10 +773,12 @@ export default {
this.chartsLiquid.setOption({
series: [{
type: 'liquidFill',
name: '比率\n' + this.exploitationEfficiencyData.rate1 * 100 + '%',
radius: '70px',
data: this.exploitationEfficiencyData.rate1,
label: {
normal: {
formatter: '{a}',
color: '#05ADFB',
insideColor: '#fff',
textStyle: {
......@@ -826,10 +828,12 @@ export default {
this.chartsLiquid.setOption({
series: [{
type: 'liquidFill',
name: '比率\n' + this.exploitationEfficiencyData.rate2 * 100 + '%',
radius: '70px',
data: this.exploitationEfficiencyData.rate2,
label: {
normal: {
formatter: '{a}',
color: 'rgb(3, 254, 254)',
insideColor: '#fff',
textStyle: {
......@@ -990,6 +994,7 @@ export default {
line-height: 60px;
text-align: center;
color: white;
font-size: 18px;
}
.driverInforViewsStyle{
width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment