mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[Improvement] Cell: add arrow-direction prop (#1323)
* [Improvement] Cell: add arrow-direction prop * update
This commit is contained in:
@@ -58,6 +58,20 @@
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
&__arrow {
|
||||
&--left::before {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
&--up::before {
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
&--down::before {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
|
||||
&--clickable {
|
||||
&:active {
|
||||
background-color: $active-color;
|
||||
|
Reference in New Issue
Block a user