diff --git a/src/components/AiTopFixed.vue b/src/components/AiTopFixed.vue index 5c801794..6e4581ec 100644 --- a/src/components/AiTopFixed.vue +++ b/src/components/AiTopFixed.vue @@ -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; }