浏览代码

更新链接与样式

lex 1 年之前
父节点
当前提交
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