| | |
| | | <template> |
| | | <!-- <el-row class="wrapper"> 可视化 </el-row> --> |
| | | <BaseMap></BaseMap> |
| | | <el-row class="overlay-container" :style="height"> |
| | | <el-col :span="18"> |
| | | <SupervisionVisual></SupervisionVisual> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-row class="wrapper"> |
| | | <el-col :span="10"> |
| | | <SubtaskVisual></SubtaskVisual> |
| | | </el-col> |
| | | <el-col :span="14"> |
| | | <el-row justify="end"> |
| | | <SupervisionVisual></SupervisionVisual> |
| | | </el-row> |
| | | </el-col> |
| | | </el-row> |
| | | </template> |
| | |
| | | /* padding: 4px; */ |
| | | pointer-events: none; |
| | | } |
| | | |
| | | .wrapper { |
| | | background-color: aliceblue; |
| | | } |
| | | </style> |