diff --git a/antdv-demo b/antdv-demo
index 38d737b35..e157a5f47 160000
--- a/antdv-demo
+++ b/antdv-demo
@@ -1 +1 @@
-Subproject commit 38d737b353607aaf4d75d4437e01c0daf15bf3d7
+Subproject commit e157a5f47c6972501cbb4f5b15bad81d574977a4
diff --git a/components/tag/__tests__/__snapshots__/demo.test.js.snap b/components/tag/__tests__/__snapshots__/demo.test.js.snap
index bcfb91d3e..db4c9e786 100644
--- a/components/tag/__tests__/__snapshots__/demo.test.js.snap
+++ b/components/tag/__tests__/__snapshots__/demo.test.js.snap
@@ -1,92 +1,40 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`renders ./antdv-demo/docs/tag/demo/basic.md correctly 1`] = `
-
Tag 1 Link
- Tag 2
-
- Prevent Default
-
-`;
+exports[`renders ./antdv-demo/docs/tag/demo/basic.md correctly 1`] = `Tag 1Link Tag 2 Prevent Default `;
exports[`renders ./antdv-demo/docs/tag/demo/checkable.md correctly 1`] = `
-
- Tag1
-
-
- Tag2
-
-
- Tag3
-
+
Tag1
+
Tag2
+
Tag3
`;
exports[`renders ./antdv-demo/docs/tag/demo/colorful.md correctly 1`] = `
-
- Presets:
-
-
- pink
-
- red
-
- orange
-
- green
-
- cyan
-
- blue
-
- purple
-
-
- Custom:
-
-
- #f50
-
- #2db7f5
-
- #87d068
-
- #108ee9
-
+
Presets:
+
pink red orange green cyan blue purple
+
Custom:
+
#f50 #2db7f5 #87d068 #108ee9
`;
exports[`renders ./antdv-demo/docs/tag/demo/control.md correctly 1`] = `
-
- Unremovable
-
- Tag 2
-
- Tag 3Tag 3Tag 3Tag 3...
- New Tag
-
+UnremovableTag 2
+
Tag 3Tag 3Tag 3Tag 3... New Tag
+
`;
exports[`renders ./antdv-demo/docs/tag/demo/controlled.md correctly 1`] = `
-
+
`;
exports[`renders ./antdv-demo/docs/tag/demo/hot-tags.md correctly 1`] = `
Categories:
-
- Movies
-
-
- Books
-
-
- Music
-
-
- Sports
-
+
Movies
+
Books
+
Music
+
Sports
`;