Browse Source

fix(BasicTree): 加了top参数,操作按钮会错位

pull/1464/head
zuihou 4 years ago
parent
commit
05bad7b9dc
  1. 2
      src/components/Tree/style/index.less

2
src/components/Tree/style/index.less

@ -33,7 +33,7 @@
&__actions {
position: absolute;
top: 2px;
//top: 2px;
right: 3px;
display: flex;
}

Loading…
Cancel
Save