From 1639e83c543ea728592570bfa824702e0dca1d63 Mon Sep 17 00:00:00 2001 From: younger_times <841720330@qq.com> Date: 星期五, 28 七月 2023 14:20:18 +0800 Subject: [PATCH] fix --- WanPai/Root/Course/VC/CourseDetailApplyVC.swift | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WanPai/Root/Course/VC/CourseDetailApplyVC.swift b/WanPai/Root/Course/VC/CourseDetailApplyVC.swift index 8532cf9..b7fc863 100644 --- a/WanPai/Root/Course/VC/CourseDetailApplyVC.swift +++ b/WanPai/Root/Course/VC/CourseDetailApplyVC.swift @@ -79,6 +79,7 @@ collectionView.register(UINib(nibName: "Common_1_CCell", bundle: nil), forCellWithReuseIdentifier: "_Common_1_CCell") studentTableView.dataSource = self + studentTableView.separatorStyle = .none studentTableView.register(UINib(nibName: "StudentInfoTCell", bundle: nil), forCellReuseIdentifier: "_StudentInfoTCell") btn_addStudent.imagePosition = .right -- Gitblit v1.7.1