Commit 6c400648 authored by Jason Zoo's avatar Jason Zoo Committed by 杨奕

Dropdown: inherit size from global config (#8473)

parent 11b3c8bb
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
data() { data() {
return { return {
size: this.dropdown.size size: this.dropdown.dropdownSize
}; };
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment