mirror of
https://gitee.com/blossom-editor/blossom.git
synced 2025-12-06 16:58:26 +08:00
perf: 优化待办事项样式
This commit is contained in:
parent
df901c1294
commit
8d848deeb7
@ -145,7 +145,7 @@ const taskSaveForm = ref<TaskInfo>({
|
||||
const taskSaveFormRule = ref<FormRules<TaskInfo>>({
|
||||
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' }]
|
||||
})
|
||||
|
||||
/**
|
||||
|
||||
@ -323,8 +323,8 @@ const blurPhasedUpdHandle = (todoId: string) => {
|
||||
.el-calendar-day {
|
||||
.cell-wrapper {
|
||||
.day {
|
||||
font-size: 18px;
|
||||
font-weight: 900;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user