mirror of https://github.com/ElemeFE/element
Dropdown: fix arrow offset (#10394)
parent
e67d71a42d
commit
438348c33b
|
@ -19,6 +19,10 @@
|
||||||
visibleArrow: {
|
visibleArrow: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: true
|
default: true
|
||||||
|
},
|
||||||
|
arrowOffset: {
|
||||||
|
type: Number,
|
||||||
|
default: 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue