From e559e3d6e086225899f6a83edb7b6ccbd377eb7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Thu, 7 Mar 2024 15:30:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3=E6=8B=86?= =?UTF-8?q?=E5=88=86--=E6=9F=A5=E7=9C=8B--=E5=B7=A6=E4=BE=A7=E7=9B=AE?= =?UTF-8?q?=E5=BD=95--=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tools/Logo.vue | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/jero-web/src/components/tools/Logo.vue b/jero-web/src/components/tools/Logo.vue index 7c5a7f2..7c8b558 100644 --- a/jero-web/src/components/tools/Logo.vue +++ b/jero-web/src/components/tools/Logo.vue @@ -6,10 +6,11 @@ - - logo + 拆分对比工具 + 拆分对比工具 + - + @@ -57,6 +58,7 @@ export default { transition: background 300ms; background-color: transparent !important; padding: 0 24px 0 0; + text-align: center; h1 { color: @primary-color !important; @@ -66,7 +68,11 @@ export default { a { width: 100%; display: inline-block; - color: white; + /*color: #000;*/ + font-weight: bold; + font-size: 16px; + /*color: white;*/ + img { width: 100%; @@ -74,7 +80,7 @@ export default { } &:hover { - color: rgba(255, 255, 255, 0.8); + /*color: rgba(255, 255, 255, 0.8);*/ } } } @@ -83,4 +89,7 @@ export default { background-color: @primary-color; } } + .noTitle{ + font-size: 12px; + }