| | |
| | | width: 400px; |
| | | height: 100%; |
| | | color: #fff; |
| | | background: $bg-color-blue; |
| | | background: $bg-color; |
| | | |
| | | .search-box { |
| | | padding: 0 10px; |
| | |
| | | flex-direction: column; |
| | | width: 240px; |
| | | color: #fff; |
| | | background: $bg-color-blue; |
| | | background: $bg-color; |
| | | :deep(.el-tree-node__content) { |
| | | background: transparent; |
| | | } |
| | |
| | | padding: 10px; |
| | | border-radius: 10px 0 0 10px; |
| | | color: #fff; |
| | | background: $bg-color-blue; |
| | | background: $bg-color; |
| | | overflow-x: hidden; |
| | | overflow-y: auto; |
| | | |
| | |
| | | left: 0; |
| | | width: 400px; |
| | | height: calc(100% - 80px); |
| | | background: $bg-color-blue; |
| | | background: $bg-color; |
| | | |
| | | .person-box { |
| | | height: 40%; |
| | |
| | | right: 0; |
| | | width: 400px; |
| | | height: calc(100% - 80px); |
| | | background: $bg-color-blue; |
| | | background: $bg-color; |
| | | |
| | | .case-box { |
| | | height: 30%; |