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 @@