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 @@