| | |
| | | <template> |
| | | <div class="layer-control bg-white"> |
| | | <div class="w-[370px] bg-white p-3 rounded"> |
| | | <div class="layer-control bg-white h-full flex-col" style="display: flex"> |
| | | <div class="bg-white rounded flex-0"> |
| | | <div class="header flex-items-center pb-1.5" style="border-bottom: 1px solid black"> |
| | | <div class="flex-items-center"> |
| | | <span class="ywifont ywicon-guanbi cursor-pointer mr-1.5" @click="closeClick"></span> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="content rounded-lg max-h-[700px] overflow-y-auto min-h-[600px]"> |
| | | <div class="content rounded-lg flex-auto overflow-y-auto"> |
| | | <el-tree |
| | | class="w-full" |
| | | :data="layerInfo" |