diff --git a/docs/zh/components/icon-svg.md b/docs/zh/components/icon-svg.md
index f7e1e78c..69273a35 100644
--- a/docs/zh/components/icon-svg.md
+++ b/docs/zh/components/icon-svg.md
@@ -13,7 +13,7 @@
然后使用组件
``` vue
-
+
```
## 获取已经注册的所有图标
diff --git a/docs/zh/components/icon.md b/docs/zh/components/icon.md
index 73636754..414d08f5 100644
--- a/docs/zh/components/icon.md
+++ b/docs/zh/components/icon.md
@@ -12,22 +12,22 @@
``` vue
// 这样用没有毛病 但是也没什么用
-
+
// 指定图标名称
-
+
// 设置行内样式
-
+
// 设置 class
-
+
```
这个组件只是简化了写法而已
``` vue
-
+
// 等同于
```
diff --git a/src/components/core/MainLayout/components/HeaderRight/components/FullScreen.vue b/src/components/core/MainLayout/components/HeaderRight/components/FullScreen.vue
index 01cd7a6f..ab7136d0 100644
--- a/src/components/core/MainLayout/components/HeaderRight/components/FullScreen.vue
+++ b/src/components/core/MainLayout/components/HeaderRight/components/FullScreen.vue
@@ -5,8 +5,8 @@
:content="isFullScreen ? '退出全屏' : '全屏'"
placement="bottom">
-
-
+
+
diff --git a/src/components/core/MainLayout/components/HeaderRight/components/UserDropdown.vue b/src/components/core/MainLayout/components/HeaderRight/components/UserDropdown.vue
index 4cff58ce..5b12e6f6 100644
--- a/src/components/core/MainLayout/components/HeaderRight/components/UserDropdown.vue
+++ b/src/components/core/MainLayout/components/HeaderRight/components/UserDropdown.vue
@@ -2,8 +2,8 @@
你好
- 注销
- 个人中心
+ 注销
+ 个人中心
diff --git a/src/components/core/MainLayout/index.vue b/src/components/core/MainLayout/index.vue
index 466826d0..3bf7ed5e 100644
--- a/src/components/core/MainLayout/index.vue
+++ b/src/components/core/MainLayout/index.vue
@@ -7,7 +7,7 @@
-
+
diff --git a/src/components/core/IconSelect/index.vue b/src/components/core/d2-icon-select/index.vue
similarity index 99%
rename from src/components/core/IconSelect/index.vue
rename to src/components/core/d2-icon-select/index.vue
index 14045e28..c3c57eae 100644
--- a/src/components/core/IconSelect/index.vue
+++ b/src/components/core/d2-icon-select/index.vue
@@ -61,6 +61,7 @@