ui
This commit is contained in:
@@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user