标签:
在你的页面里增加2个class样式:
.datagrid-mask{
opacity:0;
filter:alpha(opacity=0);
}
.datagrid-mask-msg{
opacity:0;
filter:alpha(opacity=0);
}
就能将刷新动画去掉~
标签:
原文地址:http://www.cnblogs.com/sunrunzhi/p/5085399.html