style:按钮空格

master
Chopper711 2023-03-23 16:44:28 +08:00
parent 64c61d5365
commit 803eae5c7d
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
<span v-if="storeDisable == 'REFUSED'">,</span> <span v-if="storeDisable == 'REFUSED'">,</span>
</div> </div>
<Button v-if="currentIndex === 3" @click="$router.push('/')"></Button> <Button v-if="currentIndex === 3" @click="$router.push('/')"></Button>
&nbsp;
<Button type="primary" @click='currentIndex = 0' <Button type="primary" @click='currentIndex = 0'
v-if="storeDisable === 'REFUSED' && currentIndex === 3">重新申请</Button> v-if="storeDisable === 'REFUSED' && currentIndex === 3">重新申请</Button>
</div> </div>