From 728194108f3695bf7b4162c8ec4f5d0cefe97d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Mon, 9 Mar 2026 20:02:21 +0800 Subject: [PATCH] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E=E5=90=89?= =?UTF-8?q?=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=5F=E6=97=B6=E9=97=B4=E5=88=A4=E6=96=AD=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/components/todo.vue | 461 +++++++++++++++------------- 1 file changed, 249 insertions(+), 212 deletions(-) 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