Skip to content

Commit

Permalink
update: adjust layout of page sign-in
Browse files Browse the repository at this point in the history
  • Loading branch information
kang1.tao committed May 4, 2022
1 parent 81c4ccc commit ffc26d9
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions src/views/SignIn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,29 @@
/>
</v-col>

<!-- remember me -->
<v-col
cols="12"
class="py-0 px-1"
>
<v-checkbox
v-model="rememberMe"
label="记住我的登录信息"
hide-details
density="comfortable"
color="primary"
class="flex-grow-0"
/>
</v-col>

<!-- submit button -->
<v-col
cols="12"
class="d-flex align-center justify-center"
class="d-flex align-center justify-center mt-4"
>
<v-btn
color="primary"
block
:disabled="submitting"
@click="submit"
>
Expand All @@ -111,14 +127,6 @@
Sign In
</template>
</v-btn>
<v-spacer />
<v-checkbox
v-model="rememberMe"
label="记住我的信息"
hide-details
color="primary"
class="flex-grow-0"
/>
</v-col>
</v-card>
</v-col>
Expand Down

0 comments on commit ffc26d9

Please sign in to comment.