@beisen/common-pop
Advanced tools
Comparing version 0.2.85 to 0.2.86
{ | ||
"name": "@beisen\/common-pop", | ||
"version": "0.2.85", | ||
"version": "0.2.86", | ||
"description": "CommonPop", | ||
@@ -5,0 +5,0 @@ "main": "lib\/index.js", |
@@ -326,2 +326,3 @@ /* eslint-disable */ | ||
let isIE = !!window.ActiveXObject || "ActiveXObject" in window; | ||
//兼容edge | ||
var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串 | ||
@@ -331,2 +332,3 @@ if(userAgent.indexOf("Edge") > -1){//判断edge浏览器 | ||
} | ||
//兼容edge | ||
let innerStyle = {}; | ||
@@ -333,0 +335,0 @@ if (this.state.popType == "lookup") { |
2912524
63319