修复 导航栏 高度的问题

This commit is contained in:
张成
2025-10-28 18:32:44 +08:00
parent f74851dbe0
commit c485c7fd64
8 changed files with 150 additions and 74 deletions

View File

@@ -2,13 +2,14 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
justify-content: start;
padding: 60px 16px;
min-height: 400px;
margin-top: 40px;
.empty-icon {
width: 221px;
height: 200px;
width:132.7px;
height: 120px;
position: relative;
border-radius: 20px;
margin-bottom: 12px;