diff --git a/docs/docs/zh-CN/components/carousel.md b/docs/docs/zh-CN/components/carousel.md
index 42969c4f..83adf7bd 100644
--- a/docs/docs/zh-CN/components/carousel.md
+++ b/docs/docs/zh-CN/components/carousel.md
@@ -119,16 +119,16 @@ export default {
::: field 轮播属性
:::
-| Name | Description | Accepted Values |
-| --------- | ------ | --- |
-| v-model | 当前激活项 | `--` |
-| anim | 切换方向 | `default` `updown` |
-| indicator | 控制器位置 | `inside` `outside` `none` |
-| arrow | 切换按钮状态 | `hover` `always` `none`|
+| Name | Description | Accepted Values |
+| --------- | ------------ | ------------------------- |
+| v-model | 当前激活项 | `--` |
+| anim | 切换方向 | `default` `updown` |
+| indicator | 控制器位置 | `inside` `outside` `none` |
+| arrow | 切换按钮状态 | `hover` `always` `none` |
::: field 轮播事件
:::
-| Name | Description | Accepted Values |
-| --------- | ------ | --- |
-| change | 切换回调 | id |
\ No newline at end of file
+| Name | Description | Accepted Values |
+| ------ | ----------- | --------------- |
+| change | 切换回调 | id |
diff --git a/docs/docs/zh-CN/components/layout.md b/docs/docs/zh-CN/components/layout.md
index 06efed5d..cb342b42 100644
--- a/docs/docs/zh-CN/components/layout.md
+++ b/docs/docs/zh-CN/components/layout.md
@@ -29,18 +29,21 @@ export default {
line-height: 60px;
text-align: center;
background: #87ca9a;
+ color: white;
}
.lay-code .layui-side {
display: flex;
background: #77c38c;
align-items: center;
justify-content: center;
+ color: white;
}
.lay-code .layui-body {
display: flex;
background: #5FB878;
align-items: center;
justify-content: center;
+ color: white;
}
diff --git a/docs/src/layouts/Layout.vue b/docs/src/layouts/Layout.vue
index a0480755..a0164eba 100644
--- a/docs/src/layouts/Layout.vue
+++ b/docs/src/layouts/Layout.vue
@@ -1,53 +1,51 @@
-
-
-
-
-
-
- -
- 首页
-
- -
- 指南
-
- -
- 组件
-
- -
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ -
+ 首页
+
+ -
+ 指南
+
+ -
+ 组件
+
+ -
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+