修复 导航栏 高度的问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user