perf:优化header高度

This commit is contained in:
Xwen
2023-12-24 20:58:18 +08:00
parent 149ebc0cf3
commit 15d9c272e0

View File

@@ -50,7 +50,7 @@ const handleScroll = () => {
width: 100%; width: 100%;
background-color: #fff; background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px; box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
height: 50px; height: 60px;
display: flex; display: flex;
justify-content: center; justify-content: center;
} }