From 21ddc9ec1b1b76d2ce20e512328e65acaf1af2bf Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 16 一月 2023 10:35:15 +0800 Subject: [PATCH] 廊坊代码更新 --- src/components/echart25.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/echart25.vue b/src/components/echart25.vue index 8410821..bc2f998 100644 --- a/src/components/echart25.vue +++ b/src/components/echart25.vue @@ -10,7 +10,7 @@ components: {}, data() { //杩欓噷瀛樻斁鏁版嵁 - return { myChart }; + return { myChart:null }; }, mounted() { this.lineChart(); @@ -24,6 +24,7 @@ let option = { title: { text: '鐢ㄦ埛澧為噺鍜屾�婚噺鍗犳瘮', + top:15, textStyle: { color: '#fff', }, @@ -65,7 +66,7 @@ { name: '鐢ㄦ埛閲�', type: 'pie', - radius: ['40%', '70%'], + radius: ['40%', '60%'], labelLine: { normal: { length: 15, // 鎸囩ず绾垮搴� @@ -116,10 +117,11 @@ //@import url(); 寮曞叆鍏叡css绫� .echart25_box { padding: 20px; - // background: rgba(0, 0, 0, 0.6); -} -#echart25 { width: 100%; height: 100%; } +#echart25 { + width: calc(100% - 40px); + height: calc(100% - 40px); +} </style> -- Gitblit v1.9.3