bill 4 months ago
parent
commit
c8ea599a89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/animation/right/action.vue

+ 1 - 1
src/views/animation/right/action.vue

@@ -23,7 +23,7 @@
         <ui-group-option>
           <SignItem label="速度" not-apply>
             <template v-slot:append>
-              <span v-if="dur">时长: {{ round(dur, 2) }}S</span>
+              <span v-if="dur">时长: {{ Math.floor(dur * 100) / 100 }}S</span>
             </template>
             <Slider v-model:value="data.speed" :min="0.1" :max="10" :step="0.1" />
           </SignItem>