From 31b6be2dfcc5a7e9300c90b2216dbd579153c3b0 Mon Sep 17 00:00:00 2001 From: younger_times <841720330@qq.com> Date: 星期一, 10 七月 2023 19:22:00 +0800 Subject: [PATCH] 新增 --- WanPai/Root/Course/VC/StudentCourseDetailVC.swift | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WanPai/Root/Course/VC/StudentCourseDetailVC.swift b/WanPai/Root/Course/VC/StudentCourseDetailVC.swift index dd03c4e..9c5d2dd 100644 --- a/WanPai/Root/Course/VC/StudentCourseDetailVC.swift +++ b/WanPai/Root/Course/VC/StudentCourseDetailVC.swift @@ -91,7 +91,7 @@ btn.titleLabel?.font = UIFont.systemFont(ofSize: 16) btn.jq_borderWidth = 1 btn.jq_borderColor = UIColor(hexStr: "#D5D1D1") - btn.cornerRadius = 4 + btn.jq_cornerRadius = 4 btn.setTitle("全部记录", for: .normal) btn.setImage(UIImage(named: "icon_down_arrow"), for: .normal) btn.imagePosition = .right -- Gitblit v1.7.1