We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4210d commit a1dbdf6Copy full SHA for a1dbdf6
src/views/result/Error.vue
@@ -1,6 +1,6 @@
1
<template>
2
<a-card :bordered="false">
3
- <result style="margin-bottom: 16px; margin-top: 48px" :is-success="false" :title="title" :description="description">
+ <result :is-success="false" :title="title" :description="description">
4
<template slot="action">
5
<a-button type="primary" >返回修改</a-button>
6
</template>
0 commit comments