forked from 0x2620/oxjs
support fixed-ratio icon lists
This commit is contained in:
parent
accb7c862a
commit
6dfa732636
4 changed files with 64 additions and 44 deletions
|
|
@ -918,7 +918,11 @@ Lists
|
|||
//left: -2px;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxIcon img {
|
||||
.OxIconList .OxItem > .OxIcon {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.OxIconList .OxItem > .OxIcon > img {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue