style: 部分页面调整

This commit is contained in:
TsMask
2023-09-06 11:37:15 +08:00
parent cd76015533
commit 90f55f4103
3 changed files with 19 additions and 24 deletions

View File

@@ -1,4 +1,5 @@
<script lang="ts" setup>
import { GlobalFooter } from '@ant-design-vue/pro-layout';
import { message } from 'ant-design-vue/lib';
import { reactive } from 'vue';
import useUserStore from '@/store/modules/user';
@@ -168,6 +169,17 @@ function fnChangeLocale(e: any) {
</a-row>
</a-form>
</div>
<GlobalFooter
class="footer"
:links="[
{ blankTarget: false, title: t('globalFooter.help'), href: '/' },
{ blankTarget: false, title: t('globalFooter.privacy'), href: '/' },
{ blankTarget: false, title: t('globalFooter.term'), href: '/' },
]"
copyright="Copyright ©2023 For AGrand 千通"
>
</GlobalFooter>
</div>
</template>