3.10 工程代码同步master
This commit is contained in:
13
src/assets/drag.less
Normal file
13
src/assets/drag.less
Normal file
@ -0,0 +1,13 @@
|
||||
.row-dragging {
|
||||
background: #fafafa;
|
||||
border: 1px solid #ccc;
|
||||
z-index: 99999999;
|
||||
}
|
||||
|
||||
.row-dragging td {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.row-dragging .drag-visible {
|
||||
visibility: visible;
|
||||
}
|
Reference in New Issue
Block a user