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>
</div>
<Button v-if="currentIndex === 3" @click="$router.push('/')"></Button>
&nbsp;
<Button type="primary" @click='currentIndex = 0'
v-if="storeDisable === 'REFUSED' && currentIndex === 3">重新申请</Button>
</div>
@ -162,7 +163,7 @@ export default {
padding: 10px 20px;
h1 {
margin-top: 20px;
}
}