🎨
This commit is contained in:
parent
d031f64b9e
commit
666c9be447
2 changed files with 4 additions and 4 deletions
|
@ -79,8 +79,8 @@ const prefixEl = ref<HTMLElement>();
|
|||
const suffixEl = ref<HTMLElement>();
|
||||
const height =
|
||||
props.small ? 36 :
|
||||
props.large ? 40 :
|
||||
38;
|
||||
props.large ? 38 :
|
||||
37;
|
||||
|
||||
const focus = () => inputEl.value.focus();
|
||||
const onInput = (ev: KeyboardEvent) => {
|
||||
|
|
|
@ -65,8 +65,8 @@ const suffixEl = ref(null);
|
|||
const container = ref(null);
|
||||
const height =
|
||||
props.small ? 36 :
|
||||
props.large ? 40 :
|
||||
38;
|
||||
props.large ? 38 :
|
||||
37;
|
||||
|
||||
const focus = () => inputEl.value.focus();
|
||||
const onInput = (ev) => {
|
||||
|
|
Loading…
Reference in a new issue