页面优化

This commit is contained in:
kron
2025-06-05 22:21:40 +08:00
parent 38019f1100
commit 79ef6d978d
8 changed files with 80 additions and 82 deletions

View File

@@ -194,11 +194,9 @@ const onClose = () => {
:result="practiseResult"
/>
</view>
<view :style="{ marginBottom: '25px' }">
<SButton v-if="step !== 4" :onClick="nextStep" :disabled="btnDisabled">{{
stepButtonTexts[step]
}}</SButton>
</view>
<SButton v-if="step !== 4" :onClick="nextStep" :disabled="btnDisabled">{{
stepButtonTexts[step]
}}</SButton>
</Container>
</template>