From 3e2d36ea3332e667f704ec66126c867ced537f62 Mon Sep 17 00:00:00 2001 From: ajuner <106791576@qq.com> Date: Sun, 22 Aug 2021 16:11:58 +0800 Subject: [PATCH] fix: remove zoom --- components/style/mixins/clearfix.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/mixins/clearfix.less b/components/style/mixins/clearfix.less index 7999a3e92f..20ed1079ee 100644 --- a/components/style/mixins/clearfix.less +++ b/components/style/mixins/clearfix.less @@ -1,7 +1,7 @@ // mixins for clearfix // ------------------------ .clearfix() { - zoom: 1; + &::before, &::after { display: table;