完成适配移动端

This commit is contained in:
2025-02-22 22:11:19 +08:00
parent 98758e89e2
commit 1f79c93859
62 changed files with 549 additions and 2973 deletions

View File

@@ -2,7 +2,7 @@
<div class="xl:w-screen-xl m-auto py-4 my-20">
<el-page-header :icon="ArrowLeft" @back="goBack">
<template #content>
<span class="text-large font-600 mr-3"> 用户中心{{ user?.certification }} </span>
<span class="text-large font-600"> 用户中心</span>
</template>
<template #extra>
<nuxt-link to="/user/modify" class="text-gray-400 text-sm">修改资料</nuxt-link>