This commit is contained in:
unknown 2023-12-04 13:19:10 +08:00
commit befac37a11
5 changed files with 8 additions and 5 deletions

Binary file not shown.

Binary file not shown.

BIN
src/assets/Font/simhei.ttf Normal file

Binary file not shown.

View File

@ -744,7 +744,9 @@ export default {
text-align: center; text-align: center;
line-height: 140px; line-height: 140px;
color: #fff; color: #fff;
font-size: 30px; font-size: 50px;
font-weight: bold;
font-family: "FZZCHJW-1";
background-image: url("../../assets/nyjc/图层 11.png"); background-image: url("../../assets/nyjc/图层 11.png");
margin: 37px; margin: 37px;
cursor: pointer; cursor: pointer;
@ -767,8 +769,10 @@ export default {
text-align: center; text-align: center;
line-height: 140px; line-height: 140px;
color: #fff; color: #fff;
font-size: 30px; font-size: 50px;
font-weight: bold;
background-image: url("../../assets/nyjc/组 277.png"); background-image: url("../../assets/nyjc/组 277.png");
font-family: "FZZCHJW-1";
margin: 37px; margin: 37px;
cursor: pointer; cursor: pointer;
} }

View File

@ -840,9 +840,8 @@ export default {
init() { init() {
//3d //3d
let myChart = this.$echarts.init(document.getElementById("fhzb")); let myChart = this.$echarts.init(document.getElementById("fhzb"));
// option ; getPie3D(01) // option ; getPie3D(01)
this.option = this.getPie3D(this.optionData, 0.5); this.option = this.getPie3D(this.optionData, 0.8);
// //
myChart.setOption(this.option); myChart.setOption(this.option);
// //
@ -932,7 +931,7 @@ export default {
} }
//() //()
let boxHeight = this.getHeight3D(series, 20); //3d/ let boxHeight = this.getHeight3D(series, 15); //3d/
// legendDataseries // legendDataseries
let option = { let option = {
//( ) //( )