This commit is contained in:
2025-06-15 15:27:42 +08:00
parent 3f46585651
commit ce8c81e4aa

View File

@@ -30,7 +30,7 @@
<div style="flex: 1"> <div style="flex: 1">
<n-button <n-button
block block
style="height: 60px" style="height: 40px"
v-if="step !== 1" v-if="step !== 1"
@click="prev" @click="prev"
> >
@@ -40,7 +40,7 @@
<div style="flex: 1"> <div style="flex: 1">
<n-button <n-button
block block
style="height: 60px" style="height: 40px"
v-if="step !== titles.length" v-if="step !== titles.length"
@click="next" @click="next"
> >