Parcourir la source

Merge branch 'feature-3.8' of http://git.dayaedu.com/liushengqiang/classroom-app into feature-3.8

TIANYONG il y a 1 an
Parent
commit
0798ca0033
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/views/courseware-play/component/play-item/index.tsx

+ 1 - 0
src/views/courseware-play/component/play-item/index.tsx

@@ -140,6 +140,7 @@ export default defineComponent({
 
             <Circle
               class={styles.progress}
+              startPosition="bottom"
               currentRate={(audioData.currentTime / audioData.duration) * 100}
               // currentRate={90}
               strokeWidth={50}