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