细节调整

This commit is contained in:
kron
2025-07-11 22:21:34 +08:00
parent 81c064ba8b
commit e0807eb06a
14 changed files with 98 additions and 57 deletions

View File

@@ -72,6 +72,7 @@ onMounted(() => {
padding-left: 15px;
color: #fff;
font-size: 16px;
font-weight: bold;
}
.back-btn {
display: flex;
@@ -98,6 +99,5 @@ onMounted(() => {
.current-step {
font-size: 16px;
color: #fff;
font-weight: bold;
}
</style>