From 70e6d9837880e92952fca94fba301e2efd0e75aa Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 7 Dec 2021 17:50:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AiTopFixed.vue | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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; }