|
|
@ -473,8 +473,22 @@ export default { |
|
|
|
<style lang="scss" scoped> |
|
|
|
<style lang="scss" scoped> |
|
|
|
.wrap{ |
|
|
|
.wrap{ |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
padding-bottom: 20px !important; |
|
|
|
/deep/.left{ |
|
|
|
/deep/.left{ |
|
|
|
|
|
|
|
height: calc(100vh - 166px); |
|
|
|
margin-right: 20px; |
|
|
|
margin-right: 20px; |
|
|
|
|
|
|
|
overflow: auto; |
|
|
|
|
|
|
|
&::-webkit-scrollbar { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
width: 8px; |
|
|
|
|
|
|
|
height: 8px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&::-webkit-scrollbar-thumb { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
width: 5px; |
|
|
|
|
|
|
|
border-radius: 6px; |
|
|
|
|
|
|
|
background: rgba(173,173,173,.7); |
|
|
|
|
|
|
|
} |
|
|
|
.menu{ |
|
|
|
.menu{ |
|
|
|
width: 240px; |
|
|
|
width: 240px; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|