wangjuncheng
2025-04-22 1cccfbc4e9b8b5bcaa52318d48a2498eccbf1315
src/components/tools/LayerTree.vue
@@ -34,7 +34,7 @@
    label: "三维服务",
    children: [
      { label: "模型数据" },
      { label: "地形数据" }, // 确保这里的 label 是 "地形数据"
      { label: "地形数据" },
      { label: "影像数据" },
    ],
  },
@@ -392,7 +392,11 @@
.layer-tree {
  background: url("@/assets/img/tools/plotting_new.png");
  width: 200px;
  height: 200px;
  // height: 200px;
  z-index: 99;
  overflow: hidden;
}
/deep/ .el-tree {
    overflow: hidden !important;
}
</style>