代码生成列支持拖动排序

This commit is contained in:
RuoYi
2020-04-01 09:52:49 +08:00
parent f9799cd444
commit ed04c24eb3
3 changed files with 22 additions and 1 deletions

View File

@ -187,4 +187,11 @@
border-radius: 50%;
box-shadow: 0 0 4px #ccc;
overflow: hidden;
}
/* 拖拽列样式 */
.sortable-ghost{
opacity: .8;
color: #fff!important;
background: #42b983!important;
}