Skip to content
Snippets Groups Projects
Commit 666c9be4 authored by syuilo's avatar syuilo
Browse files

🎨

parent d031f64b
No related branches found
No related tags found
No related merge requests found
......@@ -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) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment