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; + } +}