guhongwei il y a 4 ans
Parent
commit
bcd5bf8c50
1 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. 4 3
      src/views/channel/index.vue

+ 4 - 3
src/views/channel/index.vue

@@ -91,14 +91,15 @@ export default {
 }
 .main {
   .con {
-    padding: 0 10px;
-    background: gainsboro;
+    padding: 10px;
+    background: #f1f1f1;
     min-height: 620px;
     .list {
       padding: 10px;
-      margin: 20px 0px 0px 0px;
       background-color: #fff;
       height: 120px;
+      border-radius: 5px;
+      margin: 0 0 10px 0;
       .video {
         height: 100%;
       }