自己封了一个弹窗
<div class="label-bubble" id="label-bubble" v-show="labelPopShow"> <el-table :data="objData" style="width: 100%"> <el-table-column prop="name" label="名称" width="180"></el-table-column> <el-table-column prop="des" label="描述" width="180"></el-table-column> </el-table> </div>
参考示例代码http://supermap.com:8090/webgl/examples/editor.html#individualInformation
但是这个弹窗一直不可见 不知道为何 属性 visibility: hidden;无法修改