修复讲解页返回按钮对齐
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-07 18:19:42 +08:00
parent 64ad7acfa8
commit 1d930fa63a

View File

@@ -331,19 +331,28 @@ const handleBack = () => {
width: 82px;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 2px;
z-index: 1;
}
.header-back-icon {
width: 18px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
font-size: 27px;
line-height: 27px;
line-height: 24px;
color: #151713;
}
.header-back-text {
display: flex;
align-items: center;
height: 24px;
font-size: 15px;
line-height: 21px;
line-height: 24px;
font-weight: 500;
color: #151713;
}