All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.smart-ui.expand.smart-fit.js Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
(function(){
    /*
   拓展撑满屏组件
   原理fit的高度 = 父级的高度(不包含border,padding) - 同级其他的高度(包含margin) - 自身的padding,margin,border值
    */
    var smartFit = {
        layout:function(){
            var that = this;
            var divs = document.querySelectorAll(".smart-fit");
            if(!divs || divs.length == 0){
                return;
            }
            for(var i=0;i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy