riku
2025-06-09 38ff09bd2a638bc43a365efe0390cc3510d62e68
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>