refactor style

This commit is contained in:
youxingzhi
2018-11-28 11:28:04 +08:00
parent 162c911f3b
commit c3019872c5
3 changed files with 77 additions and 91 deletions

View File

@@ -36,7 +36,7 @@
name: 'Node 2',
id: 3,
pid: 0,
dragDisabled: true
disabled: true
},
{
name: 'Node 3',
@@ -82,3 +82,16 @@
}
}
</script>
<style lang="less" rel="stylesheet/less">
.vtl {
.vtl-drag-disabled {
background-color: #d0cfcf;
&:hover {
background-color: #d0cfcf;
}
}
.vtl-disabled {
background-color: #d0cfcf;
}
}
</style>