diff --git a/web/client/src/sections/quanju/containers/footer/build/Leftbottom.js b/web/client/src/sections/quanju/containers/footer/build/Leftbottom.js
index 639dc4e0..55fd8020 100644
--- a/web/client/src/sections/quanju/containers/footer/build/Leftbottom.js
+++ b/web/client/src/sections/quanju/containers/footer/build/Leftbottom.js
@@ -1,6 +1,5 @@
import './style.less'
-import { Col, Progress, Row } from 'antd';
import React, { useEffect, useRef } from 'react';
// import ReactEcharts from 'echarts-for-react';
import * as echarts from 'echarts';
@@ -34,24 +33,26 @@ function Leftbottom() {
},
formatter: (values) => `${values.seriesName}
${values.marker} ${values.name} ${values.value}个(${values.percent}%)`,
},
- title: {
- text:titleNum,//主标题文本
- left:'center',
- top:'35%',
- subtext:chartTitle,//副标题文本
- textStyle:{
- fontFamily : "YouSheBiaoTiHei",
- fontSize: 20,
- color:'#FFFFFF',
- // align:'center'
- },
- subtextStyle:{
- fontFamily : "PingFangSC-Medium PingFang SC",
- fontSize: 12,
- fontWeight:500,
- color:'#E9F7FF',
- }
- },
+ // title: {
+ // text:titleNum,//主标题文本
+ // left:'10%',
+ // top:'35%',
+ // subtext:chartTitle,//副标题文本
+ // textStyle:{
+ // fontFamily : "YouSheBiaoTiHei",
+ // fontSize: 20,
+ // color:'#FFFFFF',
+ // marginLeft:'20%',
+ // align:'center'
+ // },
+ // subtextStyle:{
+ // fontFamily : "PingFangSC-Medium PingFang SC",
+ // fontSize: 12,
+ // fontWeight:500,
+ // color:'#E9F7FF',
+
+ // }
+ // },
legend: [
{
@@ -80,7 +81,8 @@ function Leftbottom() {
{
name: '道路统计',
type: 'pie',
- radius: ['60%', '75%'],
+ radius: ['50%', '63%'],
+ center: ["30%", "50%"],
// emphasis: { // 设置高亮时显示标签
// label: {
// show: true
@@ -157,8 +159,12 @@ function Leftbottom() {
return (
+
+
3234.23
+ 道路总公里
+
-
+
);
}
diff --git a/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js b/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js
index d1cb74a6..63b5b344 100644
--- a/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js
+++ b/web/client/src/sections/quanju/containers/footer/build/Rightbottom.js
@@ -37,24 +37,24 @@ function Rightbottom() {
},
formatter: (values) => `${values.seriesName}
${values.marker} ${values.name} ${values.value}个(${values.percent}%)`,
},
- title: {
- text:titleNum,//主标题文本
- left:'center',
- top:'35%',
- subtext:chartTitle,//副标题文本
- textStyle:{
- fontFamily : "YouSheBiaoTiHei",
- fontSize: 20,
- color:'#FFFFFF',
- // align:'center'
- },
- subtextStyle:{
- fontFamily : "PingFangSC-Medium PingFang SC",
- fontSize: 12,
- fontWeight:500,
- color:'#E9F7FF',
- }
- },
+ // title: {
+ // text:titleNum,//主标题文本
+ // left:'center',
+ // top:'35%',
+ // subtext:chartTitle,//副标题文本
+ // textStyle:{
+ // fontFamily : "YouSheBiaoTiHei",
+ // fontSize: 20,
+ // color:'#FFFFFF',
+ // // align:'center'
+ // },
+ // subtextStyle:{
+ // fontFamily : "PingFangSC-Medium PingFang SC",
+ // fontSize: 12,
+ // fontWeight:500,
+ // color:'#E9F7FF',
+ // }
+ // },
// graphic: {
// elements: [
// {
@@ -121,7 +121,8 @@ function Rightbottom() {
{
name: '公路等级统计',
type: 'pie',
- radius: ['60%', '75%'],
+ radius: ['50%', '63%'],
+ center:['30%','50%'],
// emphasis: { // 设置高亮时显示标签
// label: {
// show: true
@@ -198,8 +199,12 @@ function Rightbottom() {
return (
+
+
3234.23
+ 道路总公里
+
-
+
);
}
diff --git a/web/client/src/sections/quanju/containers/footer/build/index.js b/web/client/src/sections/quanju/containers/footer/build/index.js
index bb83009b..834b1b31 100644
--- a/web/client/src/sections/quanju/containers/footer/build/index.js
+++ b/web/client/src/sections/quanju/containers/footer/build/index.js
@@ -8,8 +8,24 @@ import Rightcenter from './Rightcenter'
import { Carousel } from 'antd'
import Module from '../../public/module'
import RightBottom from './Rightbottom'
+import AutoRollComponent from './AutoRollComponent'
import './style.less'
const Build = () => {
+ const datas = new Array(15)
+ datas.fill({
+ name:"东乡镇",
+ number:"11111",
+ gongli:'9999'
+ },0,15)
+ const rendercontent = ()=>{
+ return (
+ {datas.map(({name,number,gongli},index)=>
+ {name}
+ {number}
+ {gongli}
+
)}
+
)
+ }
return (
@@ -61,40 +77,8 @@ const Build = () => {
公路数量/条
公里
-
-
-
- 乡镇名称
- 公路数量/条
- 公里
-
-
- 乡镇名称
- 公路数量/条
- 公里
-
-
- 乡镇名称
- 公路数量/条
- 公里
-
-
- 乡镇名称
- 公路数量/条
- 公里
-
-
- 乡镇名称
- 公路数量/条
- 公里
-
-
- 乡镇名称
- 公路数量/条
- 公里
-
-
-
+
{
})}
}
- renderContent()
+ // renderContent()
return (