style: 修改名称

This commit is contained in:
MTrun
2022-02-10 20:01:22 +08:00
parent 7747ac07ed
commit a3ec971be2
8 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -14,7 +14,7 @@
<!-- 展示 -->
<EditRange ref="editRangeRef">
<!-- 图表 -->
<ShapeBox
<EditShapeBox
v-for="(item, index) in chartEditStore.getComponentList"
:key="item.id"
:data-id="item.id"
@@ -33,7 +33,7 @@
:themeData="themeData"
:style="useSizeStyle(item.attr)"
/>
</ShapeBox>
</EditShapeBox>
</EditRange>
</div>
<!-- 底部控制 -->
@@ -48,7 +48,7 @@ import { ref, onMounted, computed } from 'vue'
import { ContentBox } from '../ContentBox/index'
import { EditRange } from './components/EditRange'
import { EditBottom } from './components/EditBottom'
import { ShapeBox } from './components/ShapeBox/index'
import { EditShapeBox } from './components/EditShapeBox/index'
import { useLayout } from './hooks/useLayout.hook'
import { useAddKeyboard } from '../hooks/useKeyboard.hook'