diff --git a/src/views/Jyh/ecosystem/components/StarDevelopersChart.vue b/src/views/Jyh/ecosystem/components/StarDevelopersChart.vue index 1023a71..ae79347 100644 --- a/src/views/Jyh/ecosystem/components/StarDevelopersChart.vue +++ b/src/views/Jyh/ecosystem/components/StarDevelopersChart.vue @@ -4,7 +4,8 @@
-
+
加载中...
+
@@ -30,28 +31,84 @@ @@ -225,6 +286,17 @@ onMounted(() => { display: none; } +/* 空数据显示样式 */ +.num-empty { + width: 100%; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + font-size: 14px; + color: #999; +} + .developer-list-container { max-height: 400px; margin-top: 20px;