parent
4e8ec3a26d
commit
667c32fe42
@ -1,31 +0,0 @@ |
||||
@import "~@/asset/style/variables.scss"; |
||||
|
||||
.router-main { |
||||
position: relative; |
||||
flex: 1; |
||||
overflow: hidden; |
||||
background-color: #f0f2f5; |
||||
|
||||
> .scroll-container { |
||||
height: 100%; |
||||
display: flex; |
||||
flex-direction: column; |
||||
overflow-y: overlay; |
||||
overflow-x: inherit; |
||||
|
||||
> .page-view { |
||||
margin: $page-view-margin; |
||||
flex: 1; |
||||
} |
||||
} |
||||
|
||||
.back-to-top { |
||||
height: 100%; |
||||
width: 100%; |
||||
background-color: #f2f5f6; |
||||
box-shadow: 0 0 6px rgba(0, 0, 0, .12); |
||||
text-align: center; |
||||
line-height: 40px; |
||||
color: #1989fa; |
||||
} |
||||
} |
||||
Loading…
Reference in new issue