| | |
| | | padding: 0 20px 20px 20px; |
| | | .main-container{ |
| | | display: flex; |
| | | width: 100%; |
| | | height: 100%; |
| | | .lf-container{ |
| | | display: flex; |
| | | flex-direction: column; |
| | |
| | | width: 200px; |
| | | .lf-container-top{ |
| | | display: flex; |
| | | margin: 10px 0; |
| | | } |
| | | .lf-container-down{ |
| | | display: flex; |
| | | flex-direction: column; |
| | | width: 90%; |
| | | height: calc(100% - 5rem); |
| | | height: 56rem; |
| | | border: 1px solid #eeeeee; |
| | | overflow: auto; |
| | | padding: 10px; |
| | | margin-bottom: 10px; |
| | | .tabs .tab { |
| | | cursor: pointer; |
| | | box-sizing: border-box; |
| | |
| | | //background: #626aea; |
| | | margin-left: 20px; |
| | | width: calc(100% - 200px); |
| | | height: calc(100% - 5rem); |
| | | height: 56rem; |
| | | .rt-container-main{ |
| | | height: 76vh; |
| | | } |