forked from 0x2620/oxjs
update css
This commit is contained in:
parent
95f3d536ec
commit
c6816dc433
2 changed files with 19 additions and 10 deletions
|
|
@ -70,8 +70,8 @@ Ox.InfoList = function(options, self) {
|
|||
.css({
|
||||
float: 'left',
|
||||
width: '132px',
|
||||
height: '194px',
|
||||
margin: '2px',
|
||||
height: '192px',
|
||||
margin: '4px 2px 4px 2px',
|
||||
//background: 'blue'
|
||||
})
|
||||
.append(
|
||||
|
|
@ -109,7 +109,7 @@ Ox.InfoList = function(options, self) {
|
|||
$item = Ox.Element()
|
||||
.css({
|
||||
width: getItemWidth() - 8 + 'px',
|
||||
height: 192 + 'px',
|
||||
height: 196 + 'px',
|
||||
margin: '4px',
|
||||
//background: 'red'
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue