修改Messager中的alert方法info默认图片
在项目中有个同事说alert中info的那个图片太丑了,能不能换个好看的,其实换那个很简单就是覆盖原来的css样式
?
<style type="text/css">.messager-info{background:url('images/icons/ok.png') no-repeat scroll left top;}</style>