| | |
| | | position: absolute; |
| | | top: 0; |
| | | right: 0; |
| | | height: 95%; |
| | | height: calc(100% - 32px); |
| | | z-index: 99; |
| | | width: 324px; |
| | | |
| | |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | height: 95%; |
| | | height: calc(100% - 32px); |
| | | z-index: 99; |
| | | width: 382px; |
| | | overflow: hidden; |
| | | background: rgba(0, 0, 0, 0.8); |
| | | border-radius: 8px 8px 8px 8px; |
| | | padding: 16px 12px; |
| | | padding: 16px 0 16px 12px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |
| | |
| | | .searchBox { |
| | | display: flex; |
| | | margin-top: 10px; |
| | | padding-right: 12px; |
| | | .inputName { |
| | | width: 184px; |
| | | height: 32px; |
| | |
| | | margin: 12px 0 14px 0; |
| | | display: flex; |
| | | gap: 0 10px; |
| | | |
| | | padding-right: 12px; |
| | | .el-button { |
| | | margin: 0 !important; |
| | | } |
| | | } |
| | | .tableListBox { |
| | | overflow-y: scroll; |
| | | height: 0; |
| | | flex-grow: 1; |
| | | padding-right: 12px; |
| | | :deep(.el-tree-node__content) { |
| | | height: 38px !important; |
| | | line-height: 38px !important; |
| | | } |
| | | overflow-y: scroll; |
| | | height: 0; |
| | | flex-grow: 1; |
| | | |
| | | .isTheTerritory { |
| | | :deep() { |
| | | .el-tree-node__expand-icon { |
| | |
| | | position: absolute; |
| | | top: 0; |
| | | right: 0; |
| | | height: 95%; |
| | | height: calc(100% - 32px); |
| | | z-index: 99; |
| | | width: 324px; |
| | | |
| | |
| | | -ms-user-select: none; |
| | | user-select: none; |
| | | } |
| | | |
| | | } |
| | | </style> |