读书人

Ext.DataView 图片治理出现错位

发布时间: 2012-09-04 14:19:30 作者: rapoo

Ext.DataView 图片管理出现错位

解决方法是在data-view.css里面对图片盒子增加高、宽度限定,很多人为此而发愁

#images .thumb{
background: #dddddd;
padding:3px;
float:left;
height: 60px;
width: 80px;
}
#images .thumb img{
border:1px solid white;
height: 60px;
width: 80px;
}
#images .text{
float:left;
height: 57px;
width: 87px;
}
#images .thumb-wrap{
float: left;
margin: 4px;
margin-right: 0;
padding: 5px;
height: 117px;
width: 87px;
}

读书人网 >Web前端

热点推荐