diff --git a/src/views/Jyh/ecosystem/index.vue b/src/views/Jyh/ecosystem/index.vue index 5e0052d..5806feb 100644 --- a/src/views/Jyh/ecosystem/index.vue +++ b/src/views/Jyh/ecosystem/index.vue @@ -978,7 +978,7 @@ const initLanguageTechChart = () => { }, polar: { radius: ['25%', '78%'], - center: ['48%', '54%'], + center: ['48%', '44%'], axisLine: { show: false }, splitLine: { show: true, @@ -994,7 +994,7 @@ const initLanguageTechChart = () => { color: '#333', fontSize: 13, fontWeight: '500', - margin: 18, + margin: 8, rotate: 0 } }, @@ -1616,6 +1616,7 @@ onMounted(() => { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; + height: 480px; } .index-module__NV_5cW__chartCard::before { @@ -1862,7 +1863,7 @@ onMounted(() => { /* 列表容器样式:隐藏原生滚动条(可选,视觉更美观) */ .list-container { height: auto; - max-height: 300px; + max-height: 320px; /* 限制列表高度,超出滚动 */ overflow-y: auto; padding: 0 0.5rem;