From 2f2526c564c52bf34e461f0eb7fd6803a5ab6bde Mon Sep 17 00:00:00 2001 From: 1sm <31946591+1sm23@users.noreply.github.com> Date: Tue, 28 Sep 2021 00:22:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(modal):=20=E5=8F=96=E6=B6=88=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=8A=9F=E8=83=BD=E5=90=8E=E5=85=B3=E9=97=AD=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E9=A2=9C=E8=89=B2=E5=BC=82=E5=B8=B8=20(#1240)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: liushiman --- src/components/Modal/src/components/ModalClose.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Modal/src/components/ModalClose.vue b/src/components/Modal/src/components/ModalClose.vue index ae40a20d..a0d9612e 100644 --- a/src/components/Modal/src/components/ModalClose.vue +++ b/src/components/Modal/src/components/ModalClose.vue @@ -97,7 +97,7 @@ } } - & span:nth-child(2) { + & span:last-child { &:hover { color: @error-color; }