Sfoglia il codice sorgente

Merge branch 'hqyNewVersion' of http://git.dayaedu.com/lex/resource-admin into develop

黄琪勇 1 anno fa
parent
commit
e752e9d5d2

+ 1 - 1
src/views/music-library/music-sheet/modal/musiceBeatTime/index.module.less

@@ -15,6 +15,6 @@
     line-height: 20px;
   }
   .iframe{
-    display: none;
+    opacity: 0;
   }
 }

+ 1 - 1
src/views/music-library/music-sheet/modal/musiceBeatTime/index.tsx

@@ -59,7 +59,7 @@ export default defineComponent({
     //let src = "http://192.168.3.122:3000/instrument.html" + `?_t=${Date.now()}&id=${props.id}&Authorization=${token}&isCbs=true&isbeatTimes=true&musicRenderType=staff`
     return () => (
       <div class={styles.musiceBeatTime}>
-        <div class={styles.tit}>节拍器音频生成中</div>
+        <div class={styles.tit}>节拍器音频生成中...</div>
         {
           iframeShow.value && <iframe class={styles.iframe} width={'667px'} height={'375px'} frameborder="0" src={src}></iframe>
         }