tweak
This commit is contained in:
@@ -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%
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user