Skip to content

Commit 859279e

Browse files
committed
デザインの修正
1 parent 1c47f34 commit 859279e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pages/account/login.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
fullscreen
66
hide-overlay
77
persistent
8+
scrollable
89
>
910
<v-card class="card">
1011
<v-card-title class="card-title" />
@@ -163,7 +164,7 @@ export default Vue.extend({
163164
padding: 0;
164165
width: 100%;
165166
max-width: 640px;
166-
margin: 10px 0 30px 0;
167+
margin: 10px 0 20px 0;
167168
}
168169
169170
.col {
@@ -201,7 +202,7 @@ export default Vue.extend({
201202
}
202203
.divider {
203204
width: 90vw;
204-
margin: 10px 0 50px 0;
205+
margin: 10px 0 20px 0;
205206
border: 0.5px solid $color-base-color-01;
206207
}
207208
.input-field {

0 commit comments

Comments
 (0)