src/components/chart/CountryDimensionPie.vue
@@ -226,7 +226,7 @@ return `{b|${params.name}}` } }, // backgroundColor: "#eee", // backgroundColor: "#fff", // borderColor: "#aaa", // borderWidth: 1, // borderRadius: 3, @@ -257,6 +257,7 @@ b: { fontSize: 14, lineHeight: 14, color: '#fff' }, per: { color: "#eee", @@ -286,6 +287,6 @@ <style lang="scss" scoped> .echart { width: 100%; height: 100%; height: 85%; } </style>