This commit is contained in:
张成
2025-11-14 22:54:36 +08:00
parent 6b560da897
commit 0adab95d34
16 changed files with 171 additions and 42 deletions

View File

@@ -19,7 +19,8 @@
.leftSection {
display: flex;
align-items: center;
min-width: 60px;
gap: 8px;
flex: 1;
}
.centerSection {
@@ -27,6 +28,10 @@
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 0;
right: 0;
pointer-events: none;
}
.rightSection {
@@ -39,7 +44,8 @@
font-size: 18px;
font-weight: 600;
color: #333;
text-align: center;
text-align: left;
pointer-events: auto;
}
.backIcon {