瀏覽代碼

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

TIANYONG 1 年之前
父節點
當前提交
0798ca0033
共有 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}