Commit 2fa2ae15f9268967479a190cc1782a7e8239802a

Authored by ww
1 parent 5afc86d6

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

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>
... ...