🎨
This commit is contained in:
parent
63d8b7986b
commit
c89410cab0
3 changed files with 5 additions and 4 deletions
|
@ -64,8 +64,8 @@ const prefixEl = ref(null);
|
|||
const suffixEl = ref(null);
|
||||
const container = ref(null);
|
||||
const height =
|
||||
props.small ? 35 :
|
||||
props.large ? 39 :
|
||||
props.small ? 34 :
|
||||
props.large ? 40 :
|
||||
37;
|
||||
|
||||
const focus = () => inputEl.value.focus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue