Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions packages/web-runtime/src/pages/account/accountLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
/>
<main
id="account"
class="p-4 overflow-auto app-content w-full bg-role-surface rounded-l-xl transition-all duration-350 ease-[cubic-bezier(0.34,0.11,0,1.12)]"
class="flex justify-center p-4 overflow-auto app-content w-full bg-role-surface rounded-l-xl transition-all duration-350 ease-[cubic-bezier(0.34,0.11,0,1.12)]"
>
<router-view />
<div class="w-full lg:w-3/4 xl:w-1/2">
<router-view />
</div>
</main>
</template>
<script setup lang="ts">
Expand Down