From 030a07698d0b8d7cf4a08cb4e85fb694496d618f Mon Sep 17 00:00:00 2001 From: weifs <605403358@qq.com> Date: Mon, 11 Mar 2024 16:36:12 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=BB=9F=E4=B8=80=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E7=9A=84=E6=8C=89=E9=92=AE=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage/approve/details.vue | 4 ++-- resources/assets/sass/dark.scss | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/pages/manage/approve/details.vue b/resources/assets/js/pages/manage/approve/details.vue index 7378536b6..4565832b5 100644 --- a/resources/assets/js/pages/manage/approve/details.vue +++ b/resources/assets/js/pages/manage/approve/details.vue @@ -177,10 +177,10 @@
- + - +
diff --git a/resources/assets/sass/dark.scss b/resources/assets/sass/dark.scss index 2adff46f2..8b8afb31e 100644 --- a/resources/assets/sass/dark.scss +++ b/resources/assets/sass/dark.scss @@ -1,10 +1,17 @@ body.dark-mode-reverse { .ivu-btn-primary, .ivu-badge-count, + .ivu-btn-error, + .ivu-btn-warning, .common-right-bottom .common-right-bottom-link { color: #000; } + .ivu-btn-error { + background-color: #ff6943; + border-color: #ff6943; + } + .ivu-modal-mask { background-color: rgba(230, 230, 230, 0.6); }