From cd011a172f4e1f017a7c83c410b47e36b5622a7e Mon Sep 17 00:00:00 2001 From: kuaifan Date: Thu, 14 Mar 2024 08:01:17 +0900 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E6=8C=89=E9=92=AE=E9=85=8D=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/sass/dark.scss | 14 ++++++++++++++ resources/views/push/bot.blade.php | 20 ++++++++++---------- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/resources/assets/sass/dark.scss b/resources/assets/sass/dark.scss index f1f3fa418..e48494516 100644 --- a/resources/assets/sass/dark.scss +++ b/resources/assets/sass/dark.scss @@ -1,15 +1,29 @@ body.dark-mode-reverse { .ivu-btn-primary, .ivu-badge-count, + .ivu-btn-grey, .ivu-btn-error, .ivu-btn-warning, .common-right-bottom .common-right-bottom-link { color: #000; } + .ivu-btn-grey { + background-color: #d0d0d0; + border-color: #868686; + &:hover { + background-color: #d5d5d5; + border-color: #999999; + } + } + .ivu-btn-error { background-color: #ff9d84; border-color: #ff9d84; + &:hover { + background-color: #ffbdab; + border-color: #ffbdab; + } } .ivu-modal-mask { diff --git a/resources/views/push/bot.blade.php b/resources/views/push/bot.blade.php index 9a34117b1..ff967aab4 100755 --- a/resources/views/push/bot.blade.php +++ b/resources/views/push/bot.blade.php @@ -123,11 +123,11 @@ 事由:{{$data->description}}
@if ($action === 'pass') - + @elseif ($action === 'refuse') - + @elseif ($action === 'withdraw') - + @else @@ -145,9 +145,9 @@ 事由:{{$data->description}}
@if ($is_finished == 1) - + @else - + @endif
@elseif ($type === 'approve_comment_notifier') @@ -157,9 +157,9 @@ {{$data->comment_content}}
@if ($is_finished == 1) - + @else - + @endif
@elseif ($type === 'approve_submitter') @@ -174,11 +174,11 @@ 事由:{{$data->description}}
@if ($action === 'pass') - + @elseif ($action === 'refuse') - + @elseif ($action === 'withdraw') - + @endif
@else