cxmo 1 year ago
parent
commit
660a69c3df
1 changed files with 3 additions and 2 deletions
  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;