cxmo 1 년 전
부모
커밋
660a69c3df
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      src/views/trainingVideo/List.vue

+ 3 - 2
src/views/trainingVideo/List.vue

@@ -326,9 +326,10 @@ onMounted(()=>{
         }
     }
     .list-wrap{
-        margin-top: 20px;
-        padding:0 120px;
+        padding:20px 120px;
         flex: 1;
+        background-color: #f2f6fa;
+        overflow-y: auto;
     }
     .list-box{
         overflow-y: auto;