zhouna 4 năm trước cách đây
mục cha
commit
7860f6f3ad
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      src/css/staticInfo.less
  2. 1 1
      src/js/staticInfo.js

+ 1 - 1
src/css/staticInfo.less

@@ -96,7 +96,7 @@
   }
 
   .infos>div {
-    margin-right: 160px;
+    margin-right: 6.5%;
   }
 
   .title {

+ 1 - 1
src/js/staticInfo.js

@@ -160,7 +160,7 @@ function adjustHeight() {
 function adjustWidth() {
   var wt = window.innerWidth || document.documentElement.clientWidth;
   $(".titleH2").width(wt- 0.2*wt -33 - 200 - 17 - 40 -15 + 'px')
-  $("pre").width(wt- 0.2*wt - 240 + 'px')
+    //$("pre").width(wt- 0.2*wt - 240 + 'px')
 }
 $(window).on('resize', function(){
   adjustHeight()