fix(dashboard): 修复消耗分布图表悬浮时滚动条闪烁

This commit is contained in:
wans10
2026-03-28 12:14:22 +08:00
parent fbf235d222
commit b2dd4acc9f
+7
View File
@@ -31,6 +31,13 @@ body {
background-color: var(--semi-color-bg-0);
}
/* 桌面端禁止 body 纵向滚动 - 防止 VChart tooltip 触发页面滚动条 */
@media (min-width: 768px) {
body {
overflow-y: hidden;
}
}
.app-layout {
height: 100vh;
height: 100dvh;