Browse Source

Update index.tsx

lex 1 year ago
parent
commit
e2c038aeaa
1 changed files with 1 additions and 0 deletions
  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}