feat: 行拖拽样式修改[JCJS-2307]

This commit is contained in:
yangchch6 2020-07-16 09:57:18 +08:00
parent e84689ea91
commit 2cb8982d67
6 changed files with 10 additions and 10 deletions

View File

@ -275,7 +275,7 @@ var TableRow = function (_Component) {
}
}
if (type) {
currentObj && currentObj.setAttribute("style", "border-bottom:2px dashed rgb(30, 136, 229)");
currentObj && currentObj.setAttribute("style", "border-bottom:2px solid #02B1FD");
} else {
currentObj && currentObj.setAttribute("style", "");
}

View File

@ -69,7 +69,7 @@ class Demo38 extends Component {
columns={columns}
data={data}
rowDraggAble={true}
useDragHandle={true}
// useDragHandle={true}
onDragRowStart={this.onDragRowStart}
onDropRow={this.onDropRow}
/>

File diff suppressed because one or more lines are too long

10
dist/demo.js vendored

File diff suppressed because one or more lines are too long

2
dist/demo.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -312,7 +312,7 @@ class TableRow extends Component{
}
}
if(type){
currentObj && currentObj.setAttribute("style","border-bottom:2px dashed rgb(30, 136, 229)");
currentObj && currentObj.setAttribute("style","border-bottom:2px solid #02B1FD");
}else{
currentObj && currentObj.setAttribute("style","");
}