style:按钮空格

This commit is contained in:
Chopper711 2023-03-23 16:44:28 +08:00
parent 64c61d5365
commit 803eae5c7d

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;
}
}