Commit 47bd979edf3ef88e5eaadca319fda6da6f558849

Authored by ly525
1 parent af361ca9

fix(typo): animation delay

front-end/h5/src/components/core/editor/edit-panel/animation.js
... ... @@ -141,7 +141,7 @@ export default {
141 141 />
142 142 </a-form-item>
143 143 </a-form-item>
144   - <a-form-item label={this.$t('editor.editPanel.animation.type')} labelCol={{ span: 5 }} wrapperCol={{ span: 16, offset: 2 }} style="margin-bottom:0;">
  144 + <a-form-item label={this.$t('editor.editPanel.animation.delay')} labelCol={{ span: 5 }} wrapperCol={{ span: 16, offset: 2 }} style="margin-bottom:0;">
145 145 <a-form-item style={{ display: 'inline-block', width: 'calc(50% - 12px)' }}>
146 146 <a-slider
147 147 defaultValue={2}
... ...