From 6d6037ba61ef0c01985c9762b1991d09fa9228a4 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Wed, 15 Jul 2020 11:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=88=86=E6=9E=90=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/comments-list.vue | 12 +- src/components/e-charts/commentlist.vue | 114 ++++++++++++++ src/components/e-charts/starlist.vue | 29 +--- src/components/e-charts/toplist.vue | 39 +---- src/pages/data-analysis/my-service.vue | 200 +++++++++++++++++++++--- 5 files changed, 302 insertions(+), 92 deletions(-) create mode 100644 src/components/e-charts/commentlist.vue diff --git a/src/components/comments-list.vue b/src/components/comments-list.vue index 9b44f0b..fd41b14 100644 --- a/src/components/comments-list.vue +++ b/src/components/comments-list.vue @@ -20,13 +20,15 @@

-

+

diff --git a/src/components/e-charts/commentlist.vue b/src/components/e-charts/commentlist.vue new file mode 100644 index 0000000..30e7dce --- /dev/null +++ b/src/components/e-charts/commentlist.vue @@ -0,0 +1,114 @@ + + + + + + + diff --git a/src/components/e-charts/starlist.vue b/src/components/e-charts/starlist.vue index 57f83de..133236f 100644 --- a/src/components/e-charts/starlist.vue +++ b/src/components/e-charts/starlist.vue @@ -31,33 +31,7 @@ export default { props: { options: { type: Array, - default: () => [ - { - star: 5, - count: 5, - unit: "个", - }, - { - star: 4, - count: 4, - unit: "个", - }, - { - star: 3, - count: 3, - unit: "个", - }, - { - star: 2, - count: 10002, - unit: "个", - }, - { - star: 1, - count: 1, - unit: "个", - }, - ], + default: () => [], }, total: { type: Number, @@ -74,7 +48,6 @@ export default { \ No newline at end of file +.block-radius-content { + height: calc(100% - 36px); + margin-top: 15px; +} + -- 2.26.0