diff --git a/src/components/comments-list.vue b/src/components/comments-list.vue
index 9b44f0bb5b5dcb86137d72d5858e3f8bae80cc84..fd41b14a2da50e18d9e7e024120a633ab56762c6 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 0000000000000000000000000000000000000000..30e7dce35e53fd097bd39acee3d890b1dfe7da65
--- /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 57f83de19f7075fac0eeef6e805090b29ec57259..133236f786b5af61e56dd22bf9fa3ce9d4f5fcb9 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;
+}
+
+ + +
+