fix: 修改闭合组件不规范的问题

This commit is contained in:
MTrun
2022-03-14 16:07:35 +08:00
parent 3747771078
commit 3a9f68384f
77 changed files with 395 additions and 332 deletions
@@ -11,7 +11,7 @@
:chartConfig="item"
:themeSetting="themeSetting"
:themeColor="themeColor"
/>
></component>
</div>
</template>
+1 -1
View File
@@ -5,7 +5,7 @@
<!-- 展示层 -->
<div :style="previewRefStyle" v-if="show">
<!-- 渲染层 -->
<RenderList :localStorageInfo="localStorageInfo" />
<render-list :localStorageInfo="localStorageInfo"></render-list>
</div>
</div>
</div>