25245
This commit is contained in:
@@ -39,7 +39,10 @@ export default {
|
||||
}
|
||||
|
||||
.fixed {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
top: 0;
|
||||
position: fixed;
|
||||
z-index: 9;
|
||||
@@ -51,7 +54,11 @@ export default {
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 20px 32px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: 100rpx;
|
||||
padding: 0 32px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user