forked from lizzz0523/limni
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lizmlzhou
committed
Sep 13, 2019
1 parent
baefc26
commit e863ccb
Showing
11 changed files
with
70 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,40 @@ | ||
<template> | ||
<div id="app" class="app"> | ||
<router-view/> | ||
<router-view></router-view> | ||
</div> | ||
</template> | ||
|
||
<style> | ||
@import url("https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css"); | ||
@import url('https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css'); | ||
* { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
a { | ||
text-decoration: none; | ||
text-decoration: inherit; | ||
} | ||
ul, ol { | ||
ul, | ||
ol { | ||
list-style: none; | ||
} | ||
input, select, button { | ||
input, | ||
select, | ||
button { | ||
font: inherit; | ||
} | ||
html, body { | ||
html, | ||
body { | ||
height: 100%; | ||
} | ||
body { | ||
background-color: #007dff; | ||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; | ||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, | ||
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; | ||
} | ||
.app { | ||
display: flex; | ||
height: 100%; | ||
align-items: center; | ||
} | ||
</style> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
10 changes: 7 additions & 3 deletions
10
login-form/components/Login.vue → login-form/views/Login.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters