Commit 8e5f3a5de79dbd311e95ce24a9e229be3d80ec93

Authored by qiang.tian
2 parents 60a46201 471f5319

Merge branch 'feature/dataflow' of http://gitlab.qgutech.com/tianqiang/qx-common…

… into feature/dataflow
@@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
47 } 47 }
48 48
49 .@{ant-prefix-cls}-collapse-content { 49 .@{ant-prefix-cls}-collapse-content {
50 - background-color: @N3 !important; 50 + background-color: transparent !important;
51 padding: 0 !important; 51 padding: 0 !important;
52 52
53 &-box { 53 &-box {
@@ -59,8 +59,9 @@ @@ -59,8 +59,9 @@
59 &-item { 59 &-item {
60 width: 100%; 60 width: 100%;
61 padding: 7px 16px 7px 32px !important; 61 padding: 7px 16px 7px 32px !important;
  62 + color: @N9;
62 &:hover { 63 &:hover {
63 - background-color: @N4; 64 + background-color: @N3;
64 cursor: pointer; 65 cursor: pointer;
65 } 66 }
66 67