diff --git a/src/assets/background.svg b/src/assets/background.svg
deleted file mode 100644
index 89c259764..000000000
--- a/src/assets/background.svg
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
\ No newline at end of file
diff --git a/src/components/Ellipsis/index.md b/src/components/Ellipsis/index.md
deleted file mode 100644
index f528ac7f9..000000000
--- a/src/components/Ellipsis/index.md
+++ /dev/null
@@ -1,38 +0,0 @@
-# Ellipsis 文本自动省略号
-
-文本过长自动处理省略号,支持按照文本长度和最大行数两种方式截取。
-
-
-
-引用方式:
-
-```javascript
-import Ellipsis from '@/components/Ellipsis'
-
-export default {
- components: {
- Ellipsis
- }
-}
-```
-
-
-
-## 代码演示 [demo](https://pro.loacg.com/test/home)
-
-```html
-
- There were injuries alleged in three cases in 2015, and a
- fourth incident in September, according to the safety recall report. After meeting with US regulators in October, the firm decided to issue a voluntary recall.
-
-```
-
-
-
-## API
-
-
-参数 | 说明 | 类型 | 默认值
-----|------|-----|------
-tooltip | 移动到文本展示完整内容的提示 | boolean | -
-length | 在按照长度截取下的文本最大字符数,超过则截取省略 | number | -
\ No newline at end of file
diff --git a/src/components/FooterToolbar/index.md b/src/components/FooterToolbar/index.md
deleted file mode 100644
index c1aec2c4c..000000000
--- a/src/components/FooterToolbar/index.md
+++ /dev/null
@@ -1,48 +0,0 @@
-# FooterToolbar 底部工具栏
-
-固定在底部的工具栏。
-
-
-
-## 何时使用
-
-固定在内容区域的底部,不随滚动条移动,常用于长页面的数据搜集和提交工作。
-
-
-
-引用方式:
-
-```javascript
-import FooterToolBar from '@/components/FooterToolbar'
-
-export default {
- components: {
- FooterToolBar
- }
-}
-```
-
-
-
-## 代码演示
-
-```html
-
- 提交
-
-```
-或
-```html
-
- 提交
-
-```
-
-
-## API
-
-参数 | 说明 | 类型 | 默认值
-----|------|-----|------
-children (slot) | 工具栏内容,向右对齐 | - | -
-extra | 额外信息,向左对齐 | String, Object | -
-