| | |
| | | .content-box { |
| | | padding-top: 48px; |
| | | |
| | | max-width: calc(100% - 235px); |
| | | transition: max-width 0.2s; |
| | | .content-header { |
| | | width: 100%; |
| | | height: 100%; |
| | |
| | | height: calc(100vh - 115px); |
| | | overflow-y: scroll; |
| | | border: 0; |
| | | // &:-webkit-scrollbar { |
| | | // width: 4px; |
| | | // height: 4px; |
| | | // } |
| | | // &:-webkit-scrollbar-thumb { |
| | | // border-radius: 5px; |
| | | // box-shadow: inset 0 0 5px rgba(0,0,0,0.2); |
| | | // background: rgba(0,0,0,0.2); |
| | | // } |
| | | // &:-webkit-scrollbar-track {/*滚动条里面轨道*/ |
| | | // box-shadow: inset 0 0 5px rgba(0,0,0,0.2); |
| | | // border-radius: 0; |
| | | // background: rgba(0,0,0,0.1); |
| | | // } |
| | | } |
| | | } |
| | | } |
| | | .content-box.collapsed { |
| | | max-width: calc(100% - 80px); |
| | | } |