zhouna il y a 4 ans
Parent
commit
41369930f9
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      src/css/staticInfoOut.less
  2. 1 1
      src/js/staticInfoOut.js

+ 1 - 1
src/css/staticInfoOut.less

@@ -218,7 +218,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
   .tabBox{
     position: relative;
     background: #fff;
-    padding: 20px 40px 0;
+    padding: 0 40px 0;
   }
   .showWhich {
     width: 94px;

+ 1 - 1
src/js/staticInfoOut.js

@@ -207,7 +207,7 @@ function bindTabClick(){
 }
 function adjustHeight() {
   var ht = window.innerHeight || document.documentElement.clientHeight;
-  $(".content").height(ht - 200 + "px");
+  $(".content").height(ht - 220 + "px");
 }
 function adjustWidth() {
   var wt = window.innerWidth || document.documentElement.clientWidth;