bug: 修复icons无限滚动无效问题

This commit is contained in:
gary.fu
2026-02-02 17:45:51 +08:00
parent 5fc146aa4f
commit 496bcf75ba

View File

@@ -635,4 +635,9 @@ body,
.fullscreen-btn:hover {
opacity: 1;
box-shadow: var(--el-box-shadow);
}
}
/* Layout Improvements */
.height100 {
height: 100%;
}