system.page.js 181 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 require('scss/service/system.page.scss'); let $ = require('yoho-jquery'); if ($('.systemMain').height() < $(window).height()) { $('.systemMain').height($(window).height()); }