From 39c1ab2ee29e589a8f6eadd810836d06a95f0805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Wed, 15 Mar 2023 09:51:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E5=BC=B9=E7=AA=97=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E9=81=AE=E7=BD=A9=E6=89=8D=E8=83=BD=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/index.less b/src/index.less index 3ff8f33..d397acb 100644 --- a/src/index.less +++ b/src/index.less @@ -421,6 +421,14 @@ textarea.ant-input { border-color: #ff4d4f; } +.ant-modal-confirm-btns > .ant-btn-primary { + background-color: #ff4d4f !important; + color: #fff; + &:hover { + opacity: 0.8; + } +} + .form-column { width: 1px; height: 14px;