From 3720aaa4713950f8cc46eae71981c29564efa798 Mon Sep 17 00:00:00 2001 From: ggchinazhangwei <714349513@qq.com> Date: Sat, 12 Apr 2025 19:18:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/user/index.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/user/index.less b/src/pages/user/index.less index 9a48e1a..497e2de 100644 --- a/src/pages/user/index.less +++ b/src/pages/user/index.less @@ -4,11 +4,11 @@ .header { position: relative; z-index: 10; - padding-left: 30px; + padding-left: 38px; padding-right: 30px; display: flex; align-items: center; - height: 42px; + height: 40px; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); .logoArea { @@ -28,6 +28,7 @@ border-radius: 3px; vertical-align: middle; img { + display: block; width: 108px; height: auto; max-width: 100%; @@ -48,7 +49,7 @@ display: flex; } .codeWrap { - width: calc(100vw - 440px); + width: calc(100% - 438px); min-height: 560px; height: 100%; } @@ -56,8 +57,7 @@ height: 100%; } .previewWrap { - margin: 0 30px; - margin-top: 30px; + margin: 30px 30px 0 30px; width: 375px; min-width: 375px; overflow: auto;