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;