From 4b1959fe31d4176f7929b57f965ed0c1020bf7c1 Mon Sep 17 00:00:00 2001 From: nineya <361654768@qq.com> Date: Mon, 18 Sep 2023 09:24:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(swiper):=20=E4=BF=AE=E5=A4=8D=E5=B7=A6?= =?UTF-8?q?=E5=8F=B3=E6=8C=89=E9=92=AE=E5=9B=BE=E6=A0=87=E9=80=82=E9=85=8D?= =?UTF-8?q?=E6=80=A7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/style.less | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/css/style.less b/src/css/style.less index 7375a29..3dcb727 100644 --- a/src/css/style.less +++ b/src/css/style.less @@ -1557,15 +1557,17 @@ table td, table th { background: rgba(0, 0, 0, .1); border-radius: 2px; opacity: 0; + overflow: hidden; transition: all 0.3s; &:after { font-family: remixicon; - font-size: 40px; + font-size: 36px; + margin-left: -4px; letter-spacing: 0; text-transform: none; font-variant: initial; - line-height: 1; + line-height: 44px; } &:hover { @@ -1585,7 +1587,7 @@ table td, table th { right: auto; &:after { - content: '\ea6e'; + content: '\ea64'; } } @@ -1595,7 +1597,7 @@ table td, table th { left: auto; &:after { - content: '\ea64'; + content: '\ea6e'; } }