Commit 33a9f55c authored by levante's avatar levante

123

parent 33079642
This diff is collapsed.
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</span> </span>
</a-table> </a-table>
<a-modal title="系统注册" v-model="isShow" width='900px' style="padding: 20px"> <a-modal title="系统注册" v-model="isShow" width='900px' style="padding: 20px">
<a-steps :current="current"> <a-steps :current="current" style="margin-bottom: 20px">
<a-step v-for="item in steps" :key="item.title" :title="item.title" /> <a-step v-for="item in steps" :key="item.title" :title="item.title" />
</a-steps> </a-steps>
<div class="steps-content"> <div class="steps-content">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment