From ca4a5c0e098c7e02134fdbeb48e861a283872c52 Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Thu, 31 Aug 2023 14:58:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=B4=E9=83=A8=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0gitee=20fork=20=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Layout/BigScreenHomeLayout/index.vue | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue b/data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue index 45622beb..bebe420a 100644 --- a/data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue +++ b/data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue @@ -15,6 +15,16 @@ @change="changeTab" /> + + Fork me on Gitee +
@@ -197,4 +207,14 @@ export default { -webkit-background-clip: text; } } +.fork-me-on-gitee{ + position: absolute; + top: 0; + right: 0; + z-index: 999; + img{ + width: 120px; + height: 120px; + } +}