Commit 471f531937837bf0544421e7ed248792c77b8875

Authored by 陈洋
1 parent b31e36b3

pref: 样式迭代

@@ -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