zhouna 4 vuotta sitten
vanhempi
commit
59266d59b3
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/js/utils.js

+ 2 - 2
src/js/utils.js

@@ -4,7 +4,7 @@ const axios = require('axios');
 var Utils = require('./rePromise');
 const {ywCheckApi} = require('./api.js')
 require('./scrollBar.js');
-const baseUrl = 'http://192.168.2.241:5858';
+const baseUrl = 'http://192.168.2.236:5858';
 //页面映射
 const pageMap = {
   'YH-KZT': 'console.html',
@@ -302,7 +302,7 @@ $('.modal .close').click(function() {
 //计算容器高度
 function setBoxHeight() {
   const ht = window.innerHeight;
-  $('.content-box').height(ht - 55 + 'px');
+  $('.content-box').height(ht - 60 + 'px');
   $('.flaw-table').height(ht - 70 + 'px');
   $('.content-ht').height(ht - 120 + 'px');
   $('.scroll-table tbody').css('max-height', ht - 210 + 'px');