diff --git a/src/pages/index/components/todo.vue b/src/pages/index/components/todo.vue
index 7bbb5543..58331830 100644
--- a/src/pages/index/components/todo.vue
+++ b/src/pages/index/components/todo.vue
@@ -1,231 +1,268 @@
-
-
-
-
- 我的待办
-
-
-
-
-
-
- 暂无数据
-
- 点击加载更多
-
+
+
+
+
+ 我的待办
+
+
+
+
+
+
+ 暂无数据
+
+ 点击加载更多
+
+ .more-btn {
+ color: rgb(144, 147, 153);
+ text-align: center;
+ font-size: 23rpx;
+ }
+ }
+
+ .empty-box {
+ text-align: center;
+ color: #999;
+ font-size: 24rpx;
+ line-height: 120rpx;
+ }
+
\ No newline at end of file