恢复样式

This commit is contained in:
aixianling
2021-12-07 17:50:06 +08:00
parent a6f10a2ffa
commit 70e6d98378

View File

@@ -39,10 +39,8 @@ export default {
}
.fixed {
display: flex;
align-items: center;
width: 100%;
height: 100rpx;
min-height: 100px;
top: 0;
position: fixed;
z-index: 9;
@@ -54,11 +52,8 @@ export default {
}
.content {
display: flex;
align-items: center;
width: 100%;
height: 100rpx;
padding: 0 32px;
min-height: 100px;
padding: 20px 32px;
box-sizing: border-box;
}