恢复样式

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