1、支持列表自定义表头

2、业务完事,代码优化
This commit is contained in:
2019-04-23 20:54:42 +08:00
parent 8a03b03888
commit 211e59ea3b
8 changed files with 104 additions and 116 deletions

View File

@@ -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;
}