bill 4 tháng trước cách đây
mục cha
commit
c8ea599a89
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>