feat(DropdownItem): add @dropdown-item-z-index less var

This commit is contained in:
陈嘉涵
2020-01-27 15:22:53 +08:00
parent f90015efe7
commit 6f4c6f5aa6
5 changed files with 40 additions and 41 deletions

View File

@@ -19,15 +19,12 @@ export default createComponent({
],
props: {
zIndex: Number,
activeColor: String,
overlay: {
type: Boolean,
default: true,
},
zIndex: {
type: Number,
default: 10,
},
duration: {
type: Number,
default: 0.2,