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

🎨

parent 3968597a
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,8 @@ const inputEl = ref<HTMLElement>();
const prefixEl = ref<HTMLElement>();
const suffixEl = ref<HTMLElement>();
const height =
props.small ? 36 :
props.large ? 38 :
props.small ? 35 :
props.large ? 39 :
37;
const focus = () => inputEl.value.focus();
......
......@@ -64,8 +64,8 @@ const prefixEl = ref(null);
const suffixEl = ref(null);
const container = ref(null);
const height =
props.small ? 36 :
props.large ? 38 :
props.small ? 35 :
props.large ? 39 :
37;
const focus = () => inputEl.value.focus();
......
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