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

This commit is contained in:
MTrun
2022-03-14 16:07:35 +08:00
parent db0641c937
commit b60843d3ed
77 changed files with 395 additions and 332 deletions
@@ -9,10 +9,10 @@
:icon-size="16"
:indent="18"
@update:value="clickItemHandle"
/>
></n-menu>
<div class="chart-content-list">
<n-scrollbar>
<ItemBox :menuOptions="packages.selectOptions" />
<ItemBox :menuOptions="packages.selectOptions"></ItemBox>
</n-scrollbar>
</div>
</div>
+5 -5
View File
@@ -9,7 +9,7 @@
>
<template #icon>
<n-icon size="14" :depth="2">
<BarChartIcon />
<BarChartIcon></BarChartIcon>
</n-icon>
</template>
<!-- 图表 -->
@@ -22,20 +22,20 @@
:icon-size="16"
:indent="18"
@update:value="clickItemHandle"
/>
></n-menu>
<div class="menu-component-box">
<Skeleton
<GoSkeleton
:load="!selectOptions"
round
text
:repeat="2"
style="width: 90%;"
/>
></GoSkeleton>
<OptionContent
v-if="selectOptions"
:selectOptions="selectOptions"
:key="selectValue"
/>
></OptionContent>
</div>
</div>
</aside>