Browse Source

adjust tree style

pull/653/head
afc163 9 years ago
parent
commit
c6a5f61373
  1. 5
      style/components/tree.less

5
style/components/tree.less

@ -32,7 +32,8 @@
}
a {
display: inline-block;
padding: 1px 3px 0 0;
padding: 1px 4px;
border-radius: 2px;
margin: 0;
cursor: pointer;
height: 20px;
@ -42,7 +43,7 @@
}
span {
&.@{tree-prefix-cls}-checkbox {
margin: 3px 7px 0 0;
margin: 3px 4px 0 0;
}
&.@{tree-prefix-cls}-switcher-noop,
&.@{tree-prefix-cls}-switcher,

Loading…
Cancel
Save