Pārlūkot izejas kodu

老师-课件播放:课件播放-曲目顶部标题遮挡住了云教练右上角功能按钮;云教练上方灰色块自动收起,规则同课件播放图片

liushengqiang 1 gadu atpakaļ
vecāks
revīzija
94902929ac

+ 1 - 1
src/views/attend-class/component/musicScore.tsx

@@ -32,7 +32,7 @@ export default defineComponent({
     const renderError = ref(false);
     const renderSuccess = ref(false);
     const origin = /(localhost|192)/.test(location.host)
-      ? 'https://dev.kt.colexiu.com'
+      ? 'https://test.lexiaoya.cn'
       : location.origin;
     const src = `${origin}/instrument?showGuide=true&platform=pc&zoom=1.2&modelType=practise&id=${props.music.content}&Authorization=${userStore.getToken}`;
     const checkView = () => {

+ 1 - 0
src/views/attend-class/index.module.less

@@ -81,6 +81,7 @@
   transition: transform 0.5s;
   box-sizing: border-box;
   font-size: 24px;
+  pointer-events: none;
 
   div {
     box-sizing: border-box;