增大收集箱列表文案与时间间距

This commit is contained in:
2026-07-16 21:46:43 +08:00
parent 4765d48021
commit a0dffdc715
+1
View File
@@ -249,6 +249,7 @@ extension ClipInboxViewController: UITableViewDataSource {
config.textProperties.numberOfLines = 0 config.textProperties.numberOfLines = 0
config.secondaryText = formattedDate(clip.createdAt) config.secondaryText = formattedDate(clip.createdAt)
config.secondaryTextProperties.color = .secondaryLabel config.secondaryTextProperties.color = .secondaryLabel
config.textToSecondaryTextVerticalPadding = 12
cell.contentConfiguration = config cell.contentConfiguration = config
cell.accessoryType = .disclosureIndicator cell.accessoryType = .disclosureIndicator