style:refine css

This commit is contained in:
Pan 2017-11-06 13:52:13 +08:00
parent 4723a02a4b
commit 71aa416d71
2 changed files with 5 additions and 1 deletions

View file

@ -51,6 +51,10 @@ a:hover {
text-decoration: none;
}
div:focus{
outline: none;
}
.fr {
float: right;
}

View file

@ -1,4 +1,4 @@
.app-wrapper {
#app {
// 主体区域
.main-container {
min-height: 100%;