管道基础大数据平台系统开发-【前端】-新系統界面
TreeWish
2023-02-27 fb212223fdc2f692896da5483ba2b1a8aec22d5f
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>