From 296852209ae0880056ba52345090f835e0781231 Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期四, 21 八月 2025 14:50:29 +0800 Subject: [PATCH] dnc样式调整 --- src/views/dashboard/TodoList.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/views/dashboard/dncIndex/TodoList.vue b/src/views/dashboard/TodoList.vue similarity index 99% rename from src/views/dashboard/dncIndex/TodoList.vue rename to src/views/dashboard/TodoList.vue index 9938b05..724d8b5 100644 --- a/src/views/dashboard/dncIndex/TodoList.vue +++ b/src/views/dashboard/TodoList.vue @@ -617,13 +617,16 @@ } .todo-title { flex: 1; - margin-right: 15px; + margin-right: 100px; + font-size: 14px; + } .todo-info { display: flex; flex-direction: column; align-items: flex-end; min-width: 120px; + font-size: 12px; } .todo-node { margin-bottom: 5px; -- Gitblit v1.9.3