mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[new feature] DropdownMenu: add direction prop (#3490)
This commit is contained in:
@@ -38,15 +38,14 @@
|
||||
border: 3px solid;
|
||||
border-color: transparent transparent currentColor currentColor;
|
||||
transform: rotate(-45deg);
|
||||
opacity: .6;
|
||||
opacity: .8;
|
||||
content: '';
|
||||
}
|
||||
|
||||
&--active {
|
||||
&--down {
|
||||
&::after {
|
||||
top: 7px;
|
||||
transform: rotate(135deg);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user