From b5259a381587a947b2203e1ba69e51625da0ba42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Fri, 9 Jun 2023 09:55:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E3=80=81=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.less | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/index.less b/src/index.less index 532d11b..283a914 100644 --- a/src/index.less +++ b/src/index.less @@ -519,16 +519,27 @@ textarea.ant-input { position: relative; } -.ant-modal-confirm-btns > .ant-btn-default:hover { - color: #ff4d4f !important; - border-color: #ff4d4f; +.ant-modal-confirm-btns > .ant-btn-default { + outline: none; + box-shadow: none !important; + &:hover { + box-shadow: none !important; + color: #ff4d4f !important; + border-color: #ff4d4f; + outline: none; + } } .ant-modal-confirm-btns > .ant-btn-primary { + border: none; + box-shadow: none !important; background-color: #ff4d4f !important; color: #fff; + outline: none; &:hover { + box-shadow: none !important; opacity: 0.8; + outline: none; } } .ant-tree-treenode {