tweak style
This commit is contained in:
parent
07025caee9
commit
d59914b959
3 changed files with 7 additions and 7 deletions
|
@ -65,9 +65,9 @@ const prefixEl = ref(null);
|
|||
const suffixEl = ref(null);
|
||||
const container = ref(null);
|
||||
const height =
|
||||
props.small ? 34 :
|
||||
props.large ? 40 :
|
||||
37;
|
||||
props.small ? 33 :
|
||||
props.large ? 39 :
|
||||
36;
|
||||
|
||||
const focus = () => inputEl.value.focus();
|
||||
const onInput = (ev) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue