Skip to content

Commit

Permalink
fix: fixed mobile setting page style (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseWindYoungs authored Jul 31, 2024
1 parent dd2af7d commit 1082126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/pages/User/Setting.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="mx-auto my-8 w-full min-w-max max-w-screen-lg space-y-8 rounded-lg bg-base-100 px-6 py-8 shadow-even-lg dark:bg-gray-900 dark:shadow-gray-700 md:px-12"
class="mx-auto my-8 w-full max-w-screen-lg space-y-8 rounded-lg bg-base-100 px-6 py-8 shadow-even-lg dark:bg-gray-900 dark:shadow-gray-700 md:px-12"
>
<section>
<h2 class="text-xl font-medium">游戏模式</h2>
Expand Down

0 comments on commit 1082126

Please sign in to comment.