浏览代码

Merge branch 'ZHNY_WW' into ZHNY_DCF

DESKTOP-GBVU60Q\dell 2 年之前
父节点
当前提交
9e33ef3a1a
共有 1 个文件被更改,包括 6 次插入8 次删除
  1. 6 8
      src/views/Map3d/components/nhtbtj.vue

+ 6 - 8
src/views/Map3d/components/nhtbtj.vue

@@ -57,10 +57,10 @@
 						backgroundColor: 'rgba(0,0,0,0)',
 						backgroundColor: 'rgba(0,0,0,0)',
 						borderColor: '#ccc',
 						borderColor: '#ccc',
 						borderWidth: 0,
 						borderWidth: 0,
-						padding: 5,
+						padding: 15,
 						itemGap: 10,
 						itemGap: 10,
 						itemWidth: 20,
 						itemWidth: 20,
-						itemHeight: 14,
+						itemHeight: 14
 					},
 					},
 					grid: {
 					grid: {
 						left: '3%',
 						left: '3%',
@@ -94,6 +94,9 @@
 								color: "rgba(255,225,255,1)",
 								color: "rgba(255,225,255,1)",
 							},
 							},
 						},
 						},
+						splitLine: {
+						   show: false,
+						  },
 					},
 					},
 					series: [{
 					series: [{
 							name: '上年(kw/h)',
 							name: '上年(kw/h)',
@@ -118,10 +121,5 @@
 	}
 	}
 </script>
 </script>
 
 
-<style scoped>
-	#echarts {
-		width: 320rem;
-		height: 200rem;
-		margin: 10rem;
-	}
+<style>
 </style>
 </style>