From cec7a8468cfb71d3dabc270d33346452c3be50e3 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 23 Jul 2024 12:59:52 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=85=B3=E4=BA=8E=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=A2=9E=E5=8A=A0=E8=93=9D=E8=89=B2=E9=81=AE?= =?UTF-8?q?=E7=BD=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/about/index.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/about/index.vue b/core/core-frontend/src/views/about/index.vue index 901dafaa60..c436f51dfa 100644 --- a/core/core-frontend/src/views/about/index.vue +++ b/core/core-frontend/src/views/about/index.vue @@ -190,6 +190,7 @@ const syncFree = () => { class="about-dialog" > +
@@ -264,7 +265,15 @@ const syncFree = () => { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } - + .color-overlay { + position: absolute; + border-radius: 4px; + width: 792px; + height: 180px; + top: 72px; + background-color: #7394f0; + mix-blend-mode: multiply; + } .logo { font-size: 400px; position: absolute;