From 3ed49c3f8fe8ef966f6bcffd70b85a47797ae87d Mon Sep 17 00:00:00 2001
From: Li Kui <90845831+likui628@users.noreply.github.com>
Date: 星期一, 11 九月 2023 22:22:43 +0800
Subject: [PATCH] fix: arrow-left icon not centered (#3013)

---
 src/design/ant/index.less |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/design/ant/index.less b/src/design/ant/index.less
index 732582c..d508217 100644
--- a/src/design/ant/index.less
+++ b/src/design/ant/index.less
@@ -8,22 +8,6 @@
   }
 }
 
-span.anticon:not(
-    .app-iconify,
-    .anticon-vertical-align-top,
-    .anticon-bell,
-    .anticon-left,
-    .anticon-right,
-    .anticon-check-circle,
-    .anticon-info-circle,
-    .anticon-close-circle,
-    .anticon-exclamation-circle,
-    .anticon-loading,
-    .anticon-close
-  ) {
-  vertical-align: 0.125em !important;
-}
-
 .ant-back-top {
   right: 20px;
   bottom: 20px;

--
Gitblit v1.8.0