src/views/visualization/VisualizationView.vue
@@ -1,7 +1,6 @@ <template> <!-- <el-row class="wrapper"> 可视化 </el-row> --> <BaseMap></BaseMap> <el-row class="overlay-container" :style="height"> <el-row class="wrapper"> <el-col :span="10"> <SubtaskVisual></SubtaskVisual> </el-col> @@ -34,4 +33,8 @@ /* padding: 4px; */ pointer-events: none; } .wrapper { background-color: aliceblue; } </style>