This commit is contained in:
澜声世纪 2026-01-07 15:00:31 +08:00
parent 44a80c5f1e
commit 3c99338cd8

View File

@ -56,7 +56,7 @@ class NRNovelReaderCatalogView: UIView {
let label = UILabel()
label.font = .font(ofSize: 14, weight: .medium)
label.textColor = .black
label.numberOfLines = 3
label.numberOfLines = 2
return label
}()