ZZJ
2022-07-29 3420172b70c3122911f8593cd40c78a8bff71caa
src/components/giantTree/index.vue
@@ -1,7 +1,7 @@
<template>
  <div class="tree-menu" :style="`max-height:${height - 200}px;`">
    <div class="devArea">
      <swiper :options="swiperOption" v-if="showDevArea">
    <div class="devArea" v-if="showDevArea">
      <swiper :options="swiperOption">
        <swiper-slide
          v-for="item in nodeList"
          :key="item.devId"