From 6dd8ebc718badd1f7a8474b6edcffec5f1e4897c Mon Sep 17 00:00:00 2001 From: fish Date: Sun, 19 Jul 2026 00:18:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E8=AF=8D=E5=8D=A1=E7=89=87=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E8=8B=B1=E6=96=87=E3=80=81=E9=9F=B3=E6=A0=87=E3=80=81?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E4=BB=8E=E4=B8=8A=E5=88=B0=E4=B8=8B=E6=8E=92?= =?UTF-8?q?=E5=88=97=EF=BC=8C=E9=97=B4=E8=B7=9D=208pt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LearnEnglish/LearnEnglish/Views/WordCardCell.swift | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/LearnEnglish/LearnEnglish/Views/WordCardCell.swift b/LearnEnglish/LearnEnglish/Views/WordCardCell.swift index 3fe5b0d..b3d6b3f 100644 --- a/LearnEnglish/LearnEnglish/Views/WordCardCell.swift +++ b/LearnEnglish/LearnEnglish/Views/WordCardCell.swift @@ -33,14 +33,9 @@ final class WordCardCell: UITableViewCell { meaningLabel.font = .preferredFont(forTextStyle: .subheadline) meaningLabel.textColor = .secondaryLabel - let titleRow = UIStackView(arrangedSubviews: [wordLabel, phoneticLabel, UIView()]) - titleRow.axis = .horizontal - titleRow.alignment = .firstBaseline - titleRow.spacing = 6 - - let textStack = UIStackView(arrangedSubviews: [titleRow, meaningLabel]) + let textStack = UIStackView(arrangedSubviews: [wordLabel, phoneticLabel, meaningLabel]) textStack.axis = .vertical - textStack.spacing = 2 + textStack.spacing = 8 speakerButton.tintColor = Theme.Color.accent speakerButton.addAction(UIAction { [weak self] _ in