From 270df3dafb06d4d320a2da407cb35e37c4649a12 Mon Sep 17 00:00:00 2001 From: njdaoyehu Date: Tue, 18 Feb 2025 17:18:44 +0800 Subject: [PATCH] fixed --- .editorconfig | 4 ---- src/assets/custom.scss | 6 ++++++ src/views/data/task/drawer.vue | 4 ++-- src/views/data/task/index.vue | 6 ++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.editorconfig b/.editorconfig index dccf841..fc361ab 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,10 +8,6 @@ indent_style=space indent_size=2 max_line_length = 100 -[*.{yml,yaml,json}] -indent_style = space -indent_size = 2 - [*.md] trim_trailing_whitespace = false diff --git a/src/assets/custom.scss b/src/assets/custom.scss index 49a2806..c56a7c2 100644 --- a/src/assets/custom.scss +++ b/src/assets/custom.scss @@ -562,4 +562,10 @@ :deep(.ant-descriptions-item-label) { width: 120px; } +:deep(.ant-spin-dot-item) { + background-color: #5ca0ff !important; +} +:deep(.ant-spin-text) { + color: #5ca0ff !important; +} diff --git a/src/views/data/task/drawer.vue b/src/views/data/task/drawer.vue index a41cda8..790a16b 100644 --- a/src/views/data/task/drawer.vue +++ b/src/views/data/task/drawer.vue @@ -1,5 +1,5 @@