当前位置: 代码迷 >> Web前端 >> Ext.DataView 图片治理出现错位
  详细解决方案

Ext.DataView 图片治理出现错位

热度:529   发布时间:2012-09-04 14:19:30.0
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;
}