Commit 9f1df11cb2812e3797495696e0990a7259852de0

Authored by xp.Huang
2 parents 5afc86d6 2fa2ae15

Merge branch 'perf/login-copyright-info-position' into 'main_dev'

perf: 优化首页版权信息位置居中

See merge request yunteng/thingskit-front!1087
Showing 1 changed file with 5 additions and 5 deletions
... ... @@ -50,13 +50,13 @@
50 50 <RegisterForm />
51 51 <MobileForm />
52 52 </div>
53   - <div class="absolute bottom-8 w-full text-gray-400 flex flex-col items-center">
54   - <span>{{ getPlatformInfo?.copyright }}</span>
55   - <span>{{ getPlatformInfo?.presentedOurselves }}</span>
56   - <!-- <span>{{ getPlatformInfo?.domain }}</span> -->
57   - </div>
58 53 </div>
59 54 </div>
  55 + <div class="absolute bottom-8 w-full text-gray-400 flex flex-col items-center">
  56 + <span>{{ getPlatformInfo?.copyright }}</span>
  57 + <span>{{ getPlatformInfo?.presentedOurselves }}</span>
  58 + <!-- <span>{{ getPlatformInfo?.domain }}</span> -->
  59 + </div>
60 60 </div>
61 61 </div>
62 62 </template>
... ...