关于webuploader上传按钮高度渲染的问题

简单粗暴的解决方式

 webuploader.js 修改参数955、956行 高宽改为 48PX (就行了)

container.css({
    position: 'absolute',
    top: '0px',
    left: '0px',
    width: '48px',
    height: '48px',
    overflow: 'hidden'
});

猜你喜欢

转载自blog.csdn.net/xiao_xiao_meng/article/details/79524342