Browse Source

Pull request #1661: DEC-16396 fix: 去掉fineui里面hack,需要地方自行添加,不然这个导致很多地方卡爆

Merge in VISUAL/fineui from ~FRANK.QIU/fineui:master to master

* commit 'f63fb21b6ecc062cc9e7ebe0e07bce164ac30480':
  DEC-16396 fix: 去掉fineui里面hack,需要地方自行添加,不然这个导致很多地方卡爆
es6
Frank.Qiu 4 years ago
parent
commit
d10989a653
  1. 4
      src/less/base/combo/combo.bubble.less
  2. 4
      src/less/base/single/tip/tip.less
  3. 4
      src/less/base/view/popupview.less

4
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);

4
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;
}

4
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;

Loading…
Cancel
Save