[new feature] DropdownItem: add disabled prop

This commit is contained in:
陈嘉涵
2019-05-16 15:07:25 +08:00
parent d07c5b6547
commit 61748ad7c4
9 changed files with 91 additions and 3 deletions
+10
View File
@@ -15,6 +15,16 @@
&:active {
opacity: .7;
}
&--disabled {
&:active {
opacity: 1;
}
.van-dropdown-menu__title {
color: @gray-dark;
}
}
}
&__title {