fix: dialog base z-index to 2500 (#75)

This commit is contained in:
Yao 2017-08-16 21:34:44 +08:00 committed by GitHub
parent 6e35dfa177
commit f613214965

View File

@ -37,6 +37,10 @@ export default {
},
lockOnScroll: {
default: true
},
zIndex: {
type: [String, Number],
default: 2500
}
},