态势感知平台-全球开源企业贡献榜和语言与技术竞争样式卡片样式修改

This commit is contained in:
d266377
2026-02-02 14:49:49 +08:00
parent ce325e8518
commit 42d4f24c4b

View File

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