From 8d848deeb7c1ae4dddd3cee056adf88c4a5b81b4 Mon Sep 17 00:00:00 2001 From: xiaozzzi <42293085+xiaozzzi@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:56:31 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E5=BE=85=E5=8A=9E?= =?UTF-8?q?=E4=BA=8B=E9=A1=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blossom-editor/src/renderer/src/views/todo/TaskInfo.vue | 2 +- blossom-editor/src/renderer/src/views/todo/TodoIndex.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blossom-editor/src/renderer/src/views/todo/TaskInfo.vue b/blossom-editor/src/renderer/src/views/todo/TaskInfo.vue index d82d125..7d1c65c 100644 --- a/blossom-editor/src/renderer/src/views/todo/TaskInfo.vue +++ b/blossom-editor/src/renderer/src/views/todo/TaskInfo.vue @@ -145,7 +145,7 @@ const taskSaveForm = ref({ const taskSaveFormRule = ref>({ todoId: [{ required: true, message: '事项ID为必填项', trigger: 'blur' }], todoType: [{ required: true, message: '任务为必填项', trigger: 'blur' }], - taskName: [{ required: true, message: '任务标题为必填项', trigger: 'blur' }] + taskName: [{ required: true, message: '', trigger: 'blur' }] }) /** diff --git a/blossom-editor/src/renderer/src/views/todo/TodoIndex.vue b/blossom-editor/src/renderer/src/views/todo/TodoIndex.vue index a1fc024..8d1cc87 100644 --- a/blossom-editor/src/renderer/src/views/todo/TodoIndex.vue +++ b/blossom-editor/src/renderer/src/views/todo/TodoIndex.vue @@ -323,8 +323,8 @@ const blurPhasedUpdHandle = (todoId: string) => { .el-calendar-day { .cell-wrapper { .day { - font-size: 18px; font-weight: 900; + text-decoration: underline; } } }