Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit 2302c6f

Browse files
committed
ログイン画面の見た目も修正
1 parent 39c4a6b commit 2302c6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/views/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<template>
22
<div class="container">
33
<div class="box">
4-
<img class="logo" src="../assets/logo.svg" alt="ProLab">
54
<form v-on:submit.prevent="onLogin">
65
<label for="id">Name or Email Address</label>
76
<input required type="text" v-model="name">
@@ -61,6 +60,7 @@ export default {
6160
align-items: center;
6261
flex-direction: column;
6362
height: 100%;
63+
margin-top: 100px;
6464
}
6565
6666
img {

src/views/oauth/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<div v-if="checkingChallenge">Please Wait</div>
55
<div v-else-if="!challengeError">
66
<div class="box">
7-
<img class="logo" src="../../assets/logo.svg" alt="ProLab">
87
<form v-on:submit.prevent="onLogin">
98
<label for="id">Name or Email Address</label>
109
<input required type="text" v-model="name">
@@ -25,6 +24,7 @@
2524
align-items: center;
2625
flex-direction: column;
2726
height: 100%;
27+
margin-top: 100px;
2828
}
2929
3030
img {

0 commit comments

Comments
 (0)