From 7309865af05cfa8b7a26a39f45d780ab131304dc Mon Sep 17 00:00:00 2001 From: qiuchengw Date: Wed, 24 Sep 2025 20:30:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=88=97?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=90=8E=E5=B7=A6=E4=BE=A7table=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E5=AF=B9=E9=BD=90=E5=88=97=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/App.vue | 17 ++++++----------- src/components/TaskList.vue | 19 ++++++++++--------- src/components/TaskRow.vue | 2 +- src/styles/list.css | 28 ++++++++++++++++++++++++++++ 4 files changed, 45 insertions(+), 21 deletions(-) diff --git a/demo/App.vue b/demo/App.vue index 747e26a..c749cb9 100644 --- a/demo/App.vue +++ b/demo/App.vue @@ -1,5 +1,5 @@