perf:优化吸顶效果

This commit is contained in:
Xwen
2023-12-16 11:17:28 +08:00
parent 49c5a7289c
commit 15dc3f469f

View File

@@ -62,6 +62,6 @@ const handleScroll = () => {
top: 0;
left: 0;
right: 0;
z-index: 99;
z-index: 99999;
}
</style>