Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
05bad7b9dccce8e12fbc383c3f31db8be8d30bc8
Authored by
zuihou
2021-12-11 12:18:05 +0800
1 parent
13d660be
fix(BasicTree): 加了top参数,操作按钮会错位
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Tree/style/index.less
src/components/Tree/style/index.less
View file @
05bad7b
@@ -33,7 +33,7 @@
@@ -33,7 +33,7 @@
33
33
34
&__actions {
34
&__actions {
35
position: absolute;
35
position: absolute;
36
-
top: 2px;
36
+
//
top: 2px;
37
right: 3px;
37
right: 3px;
38
display: flex;
38
display: flex;
39
}
39
}