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

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

View File

@@ -636,3 +636,8 @@ body,
opacity: 1;
box-shadow: var(--el-box-shadow);
}
/* Layout Improvements */
.height100 {
height: 100%;
}