diff --git a/src/components/allPieChart.vue b/src/components/allPieChart.vue new file mode 100644 index 0000000..c23e727 --- /dev/null +++ b/src/components/allPieChart.vue @@ -0,0 +1,187 @@ + + + diff --git a/src/views/dicisection.vue b/src/views/dicisection.vue index 348b06f..27dc441 100644 --- a/src/views/dicisection.vue +++ b/src/views/dicisection.vue @@ -80,7 +80,7 @@ export default { left: 0; } @mixin countStyle($color){ - width: 100px; + width: 80px; padding-left: 23px; text-align: left; color: $color; diff --git a/src/views/mainContainer.vue b/src/views/mainContainer.vue index e62905f..918a392 100644 --- a/src/views/mainContainer.vue +++ b/src/views/mainContainer.vue @@ -4,7 +4,7 @@
  • -
    +
  • @@ -24,12 +24,14 @@ import loadinggif from '../components/loading' import pdasection from '../views/pdasection' import dicisection from '../views/dicisection' +import youdaopingsection from '../views/youdaopingsection' export default { name: 'mainContainer', components: { loadinggif, pdasection, - dicisection + dicisection, + youdaopingsection }, data() { return { diff --git a/src/views/youdaopingsection.vue b/src/views/youdaopingsection.vue new file mode 100644 index 0000000..4ef1408 --- /dev/null +++ b/src/views/youdaopingsection.vue @@ -0,0 +1,86 @@ + + + + +