修复排序功能
This commit is contained in:
@@ -21574,5 +21574,39 @@ Color library demo
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
|
||||
/*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ*/
|
||||
.sort-column {
|
||||
cursor: pointer;
|
||||
}
|
||||
.sort-column i {
|
||||
top: 2px;
|
||||
position: relative;
|
||||
display: inline-table;
|
||||
}
|
||||
.sort-icon {
|
||||
width: 9px;
|
||||
height: 13px;
|
||||
background-image: url('../img/bee.png');
|
||||
background-position: -232px -59px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.sort-icon-down {
|
||||
width: 9px;
|
||||
height: 12px;
|
||||
background-image: url('../img/bee.png');
|
||||
background-position: -232px -73px;
|
||||
}
|
||||
|
||||
.sort-icon-up {
|
||||
width: 9px;
|
||||
height: 13px;
|
||||
background-image: url('../img/bee.png');
|
||||
background-position: -232px -86px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user