Forráskód Böngészése

Merge branch 'dynamicScale0609' into testNew

wyq 4 éve
szülő
commit
36c8485902
2 módosított fájl, 10 hozzáadás és 9 törlés
  1. 1 0
      src/css/staticInfo.less
  2. 9 9
      src/js/staticInfo.js

+ 1 - 0
src/css/staticInfo.less

@@ -426,6 +426,7 @@
     padding:25px 56px;
     overflow: hidden;
     max-width: 100%;
+    min-width: 100px;
     display: inline-block;
     .result_left{
       display: inline-block;

+ 9 - 9
src/js/staticInfo.js

@@ -227,15 +227,15 @@ function renderContentscale(list, contentWrapClassName, name) {
     }
   }
   $(`.${contentWrapClassName} .infos .infos-box`).scroll(throttle(addScrollEvent, 200));
-  var mb = myBrowser();
-  if ("IE" == mb) {
-    $('.result_left').css({
-      'position': 'relative', //高度自动
-    })
-    $('.result_title').css({
-      'margin-left': '0', //高度自动
-    })
-  }
+  // var mb = myBrowser();
+  // if ("IE" == mb) {
+  //   $('.result_left').css({
+  //     'position': 'relative', //高度自动
+  //   })
+  //   $('.result_title').css({
+  //     'margin-left': '0', //高度自动
+  //   })
+  // }
   addLinkClickEvent(contentWrapClassName);
   adjustHeight();
   adjustWidth()