From de7d1cfaf36a725a45192a0942aaf1e8674854fe Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期六, 25 一月 2025 23:43:07 +0800
Subject: [PATCH] fix bug

---
 XQMuse/Root/Course/CCell/CourseOfficalCommendTopCCell.swift |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/XQMuse/Root/Course/CCell/CourseOfficalCommendTopCCell.swift b/XQMuse/Root/Course/CCell/CourseOfficalCommendTopCCell.swift
index e4ee783..4a6035c 100644
--- a/XQMuse/Root/Course/CCell/CourseOfficalCommendTopCCell.swift
+++ b/XQMuse/Root/Course/CCell/CourseOfficalCommendTopCCell.swift
@@ -31,7 +31,7 @@
 
 				func setTitles(_ items:[TitleItem]){
 								titleItems = items
-        cons_hei.constant = ceil(Double(items.count) / 4) * 103.75
+        cons_hei.constant = ceil(Double(items.count) / 4) * 93.75
 								collectionView.reloadData()
 				}
 

--
Gitblit v1.7.1