| | |
| | | <template> |
| | | <div class="layer-control bg-white p-3 w-[280px]"> |
| | | <div class="bg-white rounded"> |
| | | <div class="layer-control bg-white 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="flex-auto content rounded-lg overflow-y-auto"> |
| | | <!-- <el-tree |
| | | class="w-full" |
| | | :data="themeInfo" |
| | |
| | | const pcolor1 = themeStyle?.PCOLOR ?? feature.get('pcolor'); |
| | | const pStyle1 = themeStyle?.PSTYLE ?? feature.get('pstyle'); |
| | | |
| | | |
| | | const lineStyle = props.olMap?.getLineStyles({ |
| | | lsize: lSize, |
| | | lcolor: lColor, |
| | |
| | | psize: pSize1, |
| | | pcolor: pcolor1, |
| | | pstyle: pStyle1, |
| | | |
| | | }); |
| | | lineStyle && styles.push(...lineStyle); |
| | | |