From a22d909b3a6fc0067d79b8cf80febf5312457b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B0=91=E5=BA=B7?= Date: Sat, 5 Jul 2025 15:49:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=BF=A1=E4=BB=A3=E7=A0=81=E5=BA=93-?= =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E5=88=97=E8=A1=A8=E8=BD=AF=E4=BB=B6=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=8F=AF=E4=BF=A1=E5=BA=A6=E8=AF=84=E5=88=86=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LoginModal/index.vue | 17 ++++++ src/views/Jyh/Search/Components/OssQuery.vue | 11 ++-- src/views/Jyh/Version/Detail/index.vue | 56 +++++++++++++++----- 3 files changed, 69 insertions(+), 15 deletions(-) diff --git a/src/components/LoginModal/index.vue b/src/components/LoginModal/index.vue index 0b99e09..7a6f1a6 100644 --- a/src/components/LoginModal/index.vue +++ b/src/components/LoginModal/index.vue @@ -784,6 +784,7 @@ onUnmounted(() => { :class="['login-modal', formType === 'login' ? 'login-modal-l' : 'login-modal-r']" > @@ -794,6 +795,22 @@ $active-title: var(--color-CG900); $active-color: var(--color-CG800); $inactive-title: var(--color-CG500); $active-panel: var(--color-G800); +.header-h1 { + color: #252b3a; + letter-spacing: 0.5px; + line-height: 24px; + font-weight: 700; + font-size: 26px; + text-align: center; + margin-top: 24px; + *, :before, :after { + box-sizing: border-box; + border-width: 0; + border-style: solid; + border-color: #e5e7eb; + } +} + .login-modal-l iframe { border: 0; width: 100%; diff --git a/src/views/Jyh/Search/Components/OssQuery.vue b/src/views/Jyh/Search/Components/OssQuery.vue index c53ca20..f34ac42 100644 --- a/src/views/Jyh/Search/Components/OssQuery.vue +++ b/src/views/Jyh/Search/Components/OssQuery.vue @@ -109,7 +109,7 @@