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
db06289481965524f42ed36a056bd54ba1a46dfe
Authored by
vben
2020-10-31 00:55:02 +0800
1 parent
28f7f7bf
fix: fix the failure of table expansion icon animation
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/components/Basic/src/BasicArrow.vue
src/components/Basic/src/BasicArrow.vue
View file @
db06289
...
...
@@ -50,5 +50,11 @@
50
50
&__active {
51
51
transform: rotate(90deg);
52
52
}
53
+
54
+ &.right.base-arrow__active {
55
+ span {
56
+ transform: rotate(90deg);
57
+ }
58
+ }
53
59
}
54
60
</style>
...
...