diff --git a/docs/zh/ecosystem-d2-crud/example.md b/docs/zh/ecosystem-d2-crud/example.md
index c280f235..5aede81e 100644
--- a/docs/zh/ecosystem-d2-crud/example.md
+++ b/docs/zh/ecosystem-d2-crud/example.md
@@ -2,6 +2,8 @@
| 示例 | 代码与演示 |
| --- | --- |
-| 基础表格 | [点我查看](https://fairyever.gitee.io//d2-admin-preview/#/demo/d2-crud/demo1) |
-| 带斑马纹表格 | [点我查看](https://fairyever.gitee.io//d2-admin-preview/#/demo/d2-crud/demo2) |
-| 带边框表格 | [点我查看](https://fairyever.gitee.io//d2-admin-preview/#/demo/d2-crud/demo3) |
+| 基础表格 | [点我查看](https://fairyever.gitee.io/d2-admin-preview/#/demo/d2-crud/demo1) |
+| 带斑马纹表格 | [点我查看](https://fairyever.gitee.io/d2-admin-preview/#/demo/d2-crud/demo2) |
+| 带边框表格 | [点我查看](https://fairyever.gitee.io/d2-admin-preview/#/demo/d2-crud/demo3) |
+| 带状态表格 | [点我查看](https://fairyever.gitee.io/d2-admin-preview/#/demo/d2-crud/demo4) |
+| 固定表头 | [点我查看](https://fairyever.gitee.io/d2-admin-preview/#/demo/d2-crud/demo5) |
diff --git a/src/menu/modules/demo-d2-crud.js b/src/menu/modules/demo-d2-crud.js
index 92a28350..10a97d98 100644
--- a/src/menu/modules/demo-d2-crud.js
+++ b/src/menu/modules/demo-d2-crud.js
@@ -7,6 +7,7 @@ export default {
{ path: `${pre}demo1`, title: '基础表格' },
{ path: `${pre}demo2`, title: '带斑马纹表格' },
{ path: `${pre}demo3`, title: '带边框表格' },
- { path: `${pre}demo4`, title: '带状态表格' }
+ { path: `${pre}demo4`, title: '带状态表格' },
+ { path: `${pre}demo5`, title: '固定表头' }
])('/demo/d2-crud/')
}
diff --git a/src/pages/demo/d2-crud/demo5/code.js b/src/pages/demo/d2-crud/demo5/code.js
new file mode 100644
index 00000000..03eaf9b3
--- /dev/null
+++ b/src/pages/demo/d2-crud/demo5/code.js
@@ -0,0 +1,73 @@
+export default `
+
+
+
+
+
+`
diff --git a/src/pages/demo/d2-crud/demo5/doc.md b/src/pages/demo/d2-crud/demo5/doc.md
new file mode 100644
index 00000000..27edca6f
--- /dev/null
+++ b/src/pages/demo/d2-crud/demo5/doc.md
@@ -0,0 +1 @@
+只要在 `options` 对象中定义了 `height` 属性,即可实现固定表头的表格,而不需要额外的代码。代码如下:
\ No newline at end of file
diff --git a/src/pages/demo/d2-crud/demo5/index.vue b/src/pages/demo/d2-crud/demo5/index.vue
new file mode 100644
index 00000000..beaad070
--- /dev/null
+++ b/src/pages/demo/d2-crud/demo5/index.vue
@@ -0,0 +1,98 @@
+
+
+ 固定表头
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/router/routes.js.REMOVED.git-id b/src/router/routes.js.REMOVED.git-id
index b4c6f768..b88f596a 100644
--- a/src/router/routes.js.REMOVED.git-id
+++ b/src/router/routes.js.REMOVED.git-id
@@ -1 +1 @@
-8b9146b67b3500e79e3547a57199c9c38fa840e1
\ No newline at end of file
+c6d31f3d245387ef99e06f8e7d1b7a66cd18121d
\ No newline at end of file