|
@@ -46,8 +46,8 @@
|
|
|
</a-row>
|
|
|
</a-spin>
|
|
|
|
|
|
- <a-steps style="margin-top: 30px; cursor: pointer" label-placement="vertical" v-model:current="current">
|
|
|
- <a-step disabled v-for="(item, index) in stepData" :key="index" style="cursor: pointer">
|
|
|
+ <a-steps size="small" style="margin-top: 30px; cursor: pointer" label-placement="vertical" v-model:current="current">
|
|
|
+ <a-step disabled v-for="(item, index) in stepData" :key="index" style="cursor: pointer; width: 16.667%">
|
|
|
<template #icon>
|
|
|
<a-popover :title="item.title">
|
|
|
<template v-if="index < current">
|