style:refine css
This commit is contained in:
parent
4723a02a4b
commit
71aa416d71
2 changed files with 5 additions and 1 deletions
|
@ -51,6 +51,10 @@ a:hover {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
div:focus{
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.fr {
|
||||
float: right;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.app-wrapper {
|
||||
#app {
|
||||
// 主体区域
|
||||
.main-container {
|
||||
min-height: 100%;
|
||||
|
|
Loading…
Reference in a new issue