Procházet zdrojové kódy

Merge branch 'iteration-20250108-fix' into jenkins-test

lex-xin před 3 měsíci
rodič
revize
281ea56cca

+ 1 - 0
src/views/courseware-list/component/book/index.module.less

@@ -162,6 +162,7 @@
   width: 22px;
   height: 13px;
   margin-right: 5px;
+  margin-top: -1px;
 }
 
 .nameText {

+ 4 - 1
src/views/courseware-play/component/chapter-course.module.less

@@ -93,7 +93,10 @@
       border-radius: 6px;
       border: 2px solid #f2f2f2;
       padding: 10px;
-      margin: 4px 0;
+      margin: 8px 0;
+      &:last-child {
+        margin-bottom: 10px;
+      }
 
       &.active {
         border: 2px solid #daecff;

+ 2 - 1
src/views/courseware-play/select-courseware-tip/index.module.less

@@ -56,12 +56,13 @@
     position: relative;
     width: 238px;
     margin: 0 auto;
+    padding: 0 4px;
     display: flex;
     justify-content: space-between;
 
     img {
       max-width: 111px;
-      height: 35px;
+      height: 39px;
     }
   }
 }