Ver Fonte

修改课程管理样式

11wqe1 há 2 meses atrás
pai
commit
188f1e0d96
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      src/components/pages/course.vue

+ 5 - 0
src/components/pages/course.vue

@@ -2244,6 +2244,8 @@ export default {
   justify-content: space-evenly;
   justify-content: space-evenly;
   align-items: flex-start;
   align-items: flex-start;
   /* padding: 10px 0; */
   /* padding: 10px 0; */
+  padding-bottom: 10px;
+  box-sizing: border-box;
 }
 }
 
 
 .all_choose {
 .all_choose {
@@ -2311,6 +2313,9 @@ export default {
   justify-content: center;
   justify-content: center;
   align-items: center;
   align-items: center;
   white-space: nowrap;
   white-space: nowrap;
+  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
+  padding: 1px 5px;
+  box-sizing: border-box;
 }
 }
 
 
 .isCType {
 .isCType {