|
@@ -48,9 +48,9 @@
|
|
|
onMounted,
|
|
|
nextTick
|
|
|
} from 'vue'
|
|
|
- import {
|
|
|
- setEchartsPie,getParametricEquation,getPie3D,option,optionArr
|
|
|
- } from '../echarts/option.js'
|
|
|
+ import {
|
|
|
+ setEchartsPie, setRoadEchartsPie
|
|
|
+ } from '../echarts/option.js'
|
|
|
import {
|
|
|
getSelectDldjCount
|
|
|
} from '../service/http.js'
|
|
@@ -81,7 +81,7 @@
|
|
|
item["className2"] = "color4"
|
|
|
}
|
|
|
})
|
|
|
- setEchartsPie(document.getElementById("chartOne"))
|
|
|
+ setRoadEchartsPie(document.getElementById("chartOne"),arr.value)
|
|
|
})
|
|
|
|
|
|
})
|
|
@@ -120,9 +120,10 @@
|
|
|
align-items: center;
|
|
|
|
|
|
#chartOne {
|
|
|
- width: 45%;
|
|
|
- height: 70%;
|
|
|
- background: url("@/assets/imgs/bpdt.png") no-repeat;
|
|
|
+ width: 45%;
|
|
|
+ height: 90%;
|
|
|
+ background-size: 183px 75px;
|
|
|
+ background: url("@/assets/imgs/bpdt.png") center 90% no-repeat;
|
|
|
}
|
|
|
.right{
|
|
|
width: 55%;
|
|
@@ -135,7 +136,7 @@
|
|
|
font-weight: bold;
|
|
|
font-size: 14px;
|
|
|
color: #FFFFFF;
|
|
|
- text-shadow: 0px 4px 2px rgba(0,15,17,0.73);
|
|
|
+ //text-shadow: 0px 4px 2px rgba(0,15,17,0.73);
|
|
|
background: linear-gradient(0deg, #5FB3DD 0%, #FFFFFF 89.7705078125%);
|
|
|
-webkit-background-clip: text;
|
|
|
-webkit-text-fill-color: transparent;
|
|
@@ -146,7 +147,7 @@
|
|
|
font-weight: bold;
|
|
|
font-size: 18px;
|
|
|
color: #3DA6FE;
|
|
|
- text-shadow: 0px 4px 2px rgba(0,15,17,0.73);
|
|
|
+ //text-shadow: 0px 4px 2px rgba(0,15,17,0.73);
|
|
|
background: linear-gradient(0deg, #5FB3DD 0%, #FFFFFF 89.7705078125%);
|
|
|
-webkit-background-clip: text;
|
|
|
-webkit-text-fill-color: transparent;
|