fix:修改装饰5的内容

This commit is contained in:
mtrun 2022-03-31 18:07:57 +08:00
parent 7a1d64c7e2
commit b2ed8a57a7
2 changed files with 0 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -22,19 +22,6 @@
</SettingItem>
</SettingItemBox>
</CollapseItem>
<CollapseItem name="动画" :expanded="true">
<SettingItemBox name="速度">
<SettingItem>
<n-input-number
v-model:value="optionData.dur"
size="small"
:step="0.5"
:min="0.5"
></n-input-number>
</SettingItem>
</SettingItemBox>
</CollapseItem>
</template>
<script setup lang="ts">