|
@@ -282,7 +282,7 @@
|
|
|
.vtl-node-main {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- padding: 2px 0 2px 1rem;
|
|
|
+ padding: 2px 0 2px 2px;
|
|
|
cursor: pointer;
|
|
|
|
|
|
&:hover {
|
|
@@ -296,6 +296,7 @@
|
|
|
flex: 1;
|
|
|
align-items: center; //lxh
|
|
|
width: 100%;
|
|
|
+ padding-left: 5px;
|
|
|
|
|
|
.iconfont {
|
|
|
width: 16px;
|
|
@@ -305,7 +306,8 @@
|
|
|
}
|
|
|
|
|
|
&.selected {
|
|
|
- background-color: rgba(45, 113, 134, 0.2);
|
|
|
+ // background-color: rgba(45, 113, 134, 0.2);
|
|
|
+ background-color: #1C4869;
|
|
|
}
|
|
|
|
|
|
.vtl-input {
|