Browse Source

章节样式优化

Mr_pet 1 year ago
parent
commit
4aa039d7c3
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/pages/courseResourcesChapterList.vue

+ 6 - 0
src/pages/courseResourcesChapterList.vue

@@ -273,6 +273,12 @@ import { user } from "@/store/user.js";
     color: #ffffff;
     background-color: #01a3ff;
   }
+  .el-collapse-item__header {
+    margin-bottom: 10px;
+  }
+  .el-collapse{
+    border: 0px;
+  }
 }
 
 </style>