态势感知平台-开源生态与贡献价值全景卡片样式修改

This commit is contained in:
d266377
2026-02-02 15:02:45 +08:00
parent 42d4f24c4b
commit d280d32326
2 changed files with 3 additions and 2 deletions

View File

@@ -263,7 +263,7 @@ onMounted(() => {
.chartCard__container.list-container {
width: 100%;
height: 390px;
height: 380px;
position: relative;
overflow: hidden; /* 外层容器隐藏溢出 */
}

View File

@@ -1616,7 +1616,8 @@ onMounted(() => {
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
height: 480px;
height: 470px;
max-height: 490px;
}
.index-module__NV_5cW__chartCard::before {