From 49fd8978fb69e5c254498b5fb839d58cc0eebf87 Mon Sep 17 00:00:00 2001 From: qiucong Date: Tue, 15 Dec 2020 10:43:04 +0800 Subject: [PATCH] =?UTF-8?q?DEC-16396=20fix:=20=E5=8E=BB=E6=8E=89fineui?= =?UTF-8?q?=E9=87=8C=E9=9D=A2hack=EF=BC=8C=E9=9C=80=E8=A6=81=E5=9C=B0?= =?UTF-8?q?=E6=96=B9=E8=87=AA=E8=A1=8C=E6=B7=BB=E5=8A=A0=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E7=84=B6=E8=BF=99=E4=B8=AA=E5=AF=BC=E8=87=B4=E5=BE=88=E5=A4=9A?= =?UTF-8?q?=E5=9C=B0=E6=96=B9=E5=8D=A1=E7=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/base/combo/combo.bubble.less | 4 ---- src/less/base/single/tip/tip.less | 4 ---- src/less/base/view/popupview.less | 4 ---- 3 files changed, 12 deletions(-) diff --git a/src/less/base/combo/combo.bubble.less b/src/less/base/combo/combo.bubble.less index 5de59abe1..e6e7a5aa8 100644 --- a/src/less/base/combo/combo.bubble.less +++ b/src/less/base/combo/combo.bubble.less @@ -3,10 +3,6 @@ .bi-bubble-combo { & .button-combo-triangle-wrapper { position: fixed !important; - // -ms-device-fixed >= IE11 - // 与fixed表现形式一致,区别在于浏览器缩放的时候,-ms-device-fixed的元素不受其影响,而fixed的元素受其影响 - // 最重要的是-ms-device-fixed解决了IE11下的残影问题 - position: -ms-device-fixed !important; // 消除祖先节点设置的line-height:normal对空白节点的行高影响 line-height: 0; .z-index-layer(@zIndex-popup); diff --git a/src/less/base/single/tip/tip.less b/src/less/base/single/tip/tip.less index d2862afc7..99a050472 100644 --- a/src/less/base/single/tip/tip.less +++ b/src/less/base/single/tip/tip.less @@ -3,8 +3,4 @@ .bi-tip{ position: fixed !important; - // -ms-device-fixed >= IE11 - // 与fixed表现形式一致,区别在于浏览器缩放的时候,-ms-device-fixed的元素不受其影响,而fixed的元素受其影响 - // 最重要的是-ms-device-fixed解决了IE11下的残影问题 - position: -ms-device-fixed !important; } diff --git a/src/less/base/view/popupview.less b/src/less/base/view/popupview.less index 3440bd305..43f2c0c84 100644 --- a/src/less/base/view/popupview.less +++ b/src/less/base/view/popupview.less @@ -3,10 +3,6 @@ /**********BI.BIListView*************/ .bi-popup-view { position: fixed !important; - // -ms-device-fixed >= IE11 - // 与fixed表现形式一致,区别在于浏览器缩放的时候,-ms-device-fixed的元素不受其影响,而fixed的元素受其影响 - // 最重要的是-ms-device-fixed解决了IE11下的残影问题 - position: -ms-device-fixed !important; overflow-y: visible !important; overflow-x: visible !important; overflow: visible !important;