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; text-decoration: none;
} }
div:focus{
outline: none;
}
.fr { .fr {
float: right; float: right;
} }

View File

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