@@ -106,4 +106,12 @@
// right: -26px;
// }
}
+
+ .cellGroup {
+ :global {
+ .van-cell:first-child {
+ padding-top: 6px !important;
+ }
@@ -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} />
)}
@@ -196,8 +196,15 @@
right: -12px;
- tbody td {
- border-bottom: 1px solid #f2f2f2;
+ tbody {
+ td {
+ border-bottom: 1px solid #f2f2f2;
+ tr:last-child {
+ border-bottom: none;
thead th {
border-left: 1px solid #fff;