diff --git a/frontend/src/stores/template.js b/frontend/src/stores/template.js index dac9e72..378abb3 100644 --- a/frontend/src/stores/template.js +++ b/frontend/src/stores/template.js @@ -132,7 +132,13 @@ export const useTemplateStore = defineStore('template', { } }, - async createTaskFromTemplate(templateId, threadId, fieldValues, taskName = null, cronExpression = '0 20 * * *') { + async createTaskFromTemplate( + templateId, + threadId, + fieldValues, + taskName = null, + cronExpression = '0 20 * * *' + ) { this.loading = true; this.error = null; try { diff --git a/frontend/src/style.css b/frontend/src/style.css index 2c08bb5..bc19c22 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -1156,8 +1156,8 @@ } /* 更高优先级的选择器 */ - div[class*="ant-tooltip"] .ant-tooltip-inner, - div[class^="ant-tooltip"] div[class*="tooltip-inner"] { + div[class*='ant-tooltip'] .ant-tooltip-inner, + div[class^='ant-tooltip'] div[class*='tooltip-inner'] { display: flex !important; align-items: center !important; justify-content: center !important; diff --git a/frontend/src/views/TasksView.vue b/frontend/src/views/TasksView.vue index 4672a31..67298fd 100644 --- a/frontend/src/views/TasksView.vue +++ b/frontend/src/views/TasksView.vue @@ -9,12 +9,7 @@
管理您的自动打卡任务
-