lex 1 год назад
Родитель
Сommit
e2c038aeaa
1 измененных файлов с 1 добавлено и 0 удалено
  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}