Skip to content

Commit e8725a0

Browse files
authored
Merge pull request #25 from yihuishou/master
修正与官网样式不同步的问题
2 parents 9f4210d + a1dbdf6 commit e8725a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/result/Error.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<a-card :bordered="false">
3-
<result style="margin-bottom: 16px; margin-top: 48px" :is-success="false" :title="title" :description="description">
3+
<result :is-success="false" :title="title" :description="description">
44
<template slot="action">
55
<a-button type="primary" >返回修改</a-button>
66
</template>

0 commit comments

Comments
 (0)