coys 2 년 전
부모
커밋
603aced17b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/menu/rehearsalTask/index.vue
  2. 1 1
      src/views/menu/training/index.vue

+ 1 - 1
src/views/menu/rehearsalTask/index.vue

@@ -267,7 +267,7 @@ export default {
     },
     //判断是否展示登记按钮
     isSign(list) {
-      return true
+     
       let falg = false
       let timefalg = false
       //value1 当前登陆用户ID

+ 1 - 1
src/views/menu/training/index.vue

@@ -518,7 +518,7 @@ export default {
   height: 40vh;
 }
 .navBarclas {
-  height: calc(100vh - 380px);
+  height: calc(100vh - 330px);
   overflow: scroll;
 }
 .btnf_box {