$.messager.show({

	$.messager.show({
		showType : "show",
		title : "操作提示",
		msg : data.errorInfo,
        timeout:5000,
		width : 300,
		height : 154,
		style : {
		/*	right : '',
		//	top : document.body.scrollTop + document.documentElement.scrollTop,
			bottom : ''*/
			/*left:document.documentElement.offsetWidth/2-125,
			top:document.documentElement.offsetTop,
			right:"",
			zIndex:$.fn.window.defaults.zIndex++,
			bottom:""*/
			top:220,
			bottom:'',
			right:'',
		}
	});

  

原文地址:https://www.cnblogs.com/luckyyi/p/7999167.html