liushengqiang 2 years ago
parent
commit
3c67b069cc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/view/evaluating/recordAudio.ts

+ 1 - 0
src/view/evaluating/recordAudio.ts

@@ -52,6 +52,7 @@ function recStop(){
         audio.controls=true;
 		audio.style.position="fixed";
 		audio.style.top="0px";
+		audio.style.zIndex= '99999'
         document.body.appendChild(audio);
         audio.src=localUrl;
         audio.play();