This commit is contained in:
Pan
2019-01-11 15:47:58 +08:00
parent 5c647a5ba1
commit 8f21f7e017
6 changed files with 50 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ html {
box-sizing: border-box;
}
#app{
#app {
height: 100%;
}
@@ -40,9 +40,9 @@ a:hover {
text-decoration: none;
}
div:focus{
div:focus {
outline: none;
}
}
a:focus,
a:active {
@@ -69,7 +69,7 @@ a:hover {
}
//main-container全局样式
.app-main{
.app-main {
min-height: 100%
}