1、支持列表自定义表头
2、业务完事,代码优化
This commit is contained in:
@@ -174,4 +174,13 @@ th{
|
||||
.tlist>li>a:hover {
|
||||
background-color: #e2effc;
|
||||
border-radius: 2px 0 0 2px;
|
||||
}
|
||||
|
||||
/* 为可拖动的条目应用可移动光标类型 */
|
||||
tr {cursor: move}
|
||||
|
||||
/* 为正在被拖动的条目应用半透明外观 */
|
||||
tr.dragging {
|
||||
visibility: visible;
|
||||
opacity: .3;
|
||||
}
|
||||
Reference in New Issue
Block a user