mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
Dropdown: inherit size from global config (#8473)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
data() {
|
||||
return {
|
||||
size: this.dropdown.size
|
||||
size: this.dropdown.dropdownSize
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user