This commit is contained in:
syuilo 2022-12-29 17:16:35 +09:00
parent d031f64b9e
commit 666c9be447
2 changed files with 4 additions and 4 deletions

View File

@ -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) => {

View File

@ -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) => {