mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改名称规范问题
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<ContentBox
|
||||
<content-box
|
||||
class="go-content-layers"
|
||||
:class="{ scoped: !chartLayoutStore.getLayers }"
|
||||
title="图层"
|
||||
@@ -13,7 +13,7 @@
|
||||
</template>
|
||||
|
||||
<!-- 图层内容 -->
|
||||
<ListItem
|
||||
<list-item
|
||||
v-for="item in reverseList"
|
||||
:key="item.id"
|
||||
:componentData="item"
|
||||
@@ -21,8 +21,8 @@
|
||||
@mouseenter="mouseenterHandle(item)"
|
||||
@mouseleave="mouseleaveHandle(item)"
|
||||
@contextmenu="handleContextMenu($event)"
|
||||
></ListItem>
|
||||
</ContentBox>
|
||||
></list-item>
|
||||
</content-box>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user