소스 검색

更新链接与样式

lex 2 년 전
부모
커밋
f29c2d6627
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 3
      src/student/pre-register-active/video.module.less
  2. 1 1
      src/student/pre-register-active/video.tsx

+ 1 - 3
src/student/pre-register-active/video.module.less

@@ -22,18 +22,16 @@
   width: 310px;
   height: 182px;
   border-radius: 30px;
-  overflow: hidden;
   margin: 28px auto;
 
-
   video {
     width: 100%;
-    // object-fit: cover;
   }
 
   :global {
     .plyr {
       height: 100%;
+      border-radius: 30px;
     }
 
     .video-back {

+ 1 - 1
src/student/pre-register-active/video.tsx

@@ -248,7 +248,7 @@ export default defineComponent({
         window.location.href =
           window.location.origin +
           window.location.pathname +
-          'preRegister.html?' +
+          '/project/preRegister.html?' +
           qs.stringify({
             orchestraId: forms.orchestraId,
             openId: forms.openId