diff --git a/components/result/__tests__/__snapshots__/demo.test.js.snap b/components/result/__tests__/__snapshots__/demo.test.js.snap
index b6e35cc15..fcf5d2014 100644
--- a/components/result/__tests__/__snapshots__/demo.test.js.snap
+++ b/components/result/__tests__/__snapshots__/demo.test.js.snap
@@ -62,7 +62,9 @@ exports[`renders ./antdv-demo/docs/result/demo/403.md correctly 1`] = `
403
Sorry, you are not authorized to access this page.
-
+
+
`;
@@ -136,7 +138,9 @@ exports[`renders ./antdv-demo/docs/result/demo/404.md correctly 1`] = `
404
Sorry, the page you visited does not exist.
-
+
+
`;
@@ -217,57 +221,71 @@ exports[`renders ./antdv-demo/docs/result/demo/500.md correctly 1`] = `
500
Sorry, the server is wrong.
-
+
+
`;
exports[`renders ./antdv-demo/docs/result/demo/customIcon.md correctly 1`] = `
-
+
Great, we have done all the operations!
-
+
+
+
`;
exports[`renders ./antdv-demo/docs/result/demo/error.md correctly 1`] = `
-
+
Submission Failed
Please check and modify the following information before resubmitting.
-
+
`;
exports[`renders ./antdv-demo/docs/result/demo/info.md correctly 1`] = `
-
+
Your operation has been executed
-
+
+
+
`;
exports[`renders ./antdv-demo/docs/result/demo/success.md correctly 1`] = `
-
+
Successfully Purchased Cloud Server ECS!
Order number: 2017182818828182881 Cloud server configuration takes 1-5 minutes, please wait.
-
+
+
`;
exports[`renders ./antdv-demo/docs/result/demo/warning.md correctly 1`] = `
-
+
There are some problems with your operation.
-
+
+
+
`;