lex-xin 2 місяців тому
батько
коміт
962de05459

+ 8 - 0
src/teacher/statistics/home-statistics-detail/list/index.module.less

@@ -106,4 +106,12 @@
     //   right: -26px;
     // }
   }
+
+  .cellGroup {
+    :global {
+      .van-cell:first-child {
+        padding-top: 6px !important;
+      }
+    }
+  }
 }

+ 1 - 1
src/teacher/statistics/home-statistics-detail/list/index.tsx

@@ -182,7 +182,7 @@ export default defineComponent({
               immediateCheck={false}
               onLoad={getList}
             >
-              <CellGroup border={false}>
+              <CellGroup class={styles.cellGroup} border={false}>
                 {['VIP_COURSE', 'PRACTICE'].includes(props.type) && (
                   <TeacherItem list={tableList.value} />
                 )}

+ 9 - 2
src/teacher/statistics/practice-statistics-detail/index.module.less

@@ -196,8 +196,15 @@
       right: -12px;
     }
   }
-  tbody td {
-    border-bottom: 1px solid #f2f2f2;
+  tbody {
+    td {
+      border-bottom: 1px solid #f2f2f2;
+    }
+    tr:last-child {
+      td {
+        border-bottom: none;
+      }
+    }
   }
   thead th {
     border-left: 1px solid #fff;