Commit 7fe58637f4165b1fc76e3eee386cff9a905cca6e

Authored by 梁灏
1 parent f43bc792

fix #5056

Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
src/styles/components/tree.less
... ... @@ -6,12 +6,21 @@
6 6 margin: 0;
7 7 padding: 0;
8 8 font-size: @font-size-small;
  9 + &.@{dropdown-prefix-cls}-menu{
  10 + padding: 0;
  11 + }
9 12 li{
10 13 list-style: none;
11 14 margin: 8px 0;
12 15 padding: 0;
13 16 white-space: nowrap;
14 17 outline: none;
  18 +
  19 + &.@{dropdown-item-prefix-cls}{
  20 + margin: 0;
  21 + padding: 7px 16px;
  22 + white-space: nowrap;
  23 + }
15 24 }
16 25 }
17 26 li{
... ...