浏览代码

Merge branch 'hqyDevNewVersion' of http://git.dayaedu.com/liushengqiang/music-score into feature-tianyong-newVersion

TIANYONG 9 月之前
父节点
当前提交
c5fc3e82ae

+ 4 - 1
src/page-instrument/view-evaluat-report/component/share-top/index.module.less

@@ -331,7 +331,10 @@
             }
         }
     }
-
+    &.padPlayerBox{
+        width: 418px;
+        height: 248px;
+    }
     .videoBox {
         width: 100%;
         height: 100%;

+ 1 - 1
src/page-instrument/view-evaluat-report/component/share-top/index.tsx

@@ -439,7 +439,7 @@ export default defineComponent({
               shareData._plrl?.pause();
             }}
           >
-            <div class={styles.playerBox}>
+            <div class={[styles.playerBox, isPad.value && styles.padPlayerBox]}>
               {mediaType.value === "audio" ? (
                 <div class={styles.audioBox}>
                   <canvas class={styles.audioVisualizer} id="audioVisualizer"></canvas>