🎨
This commit is contained in:
parent
d031f64b9e
commit
666c9be447
@ -79,8 +79,8 @@ const prefixEl = ref<HTMLElement>();
|
|||||||
const suffixEl = ref<HTMLElement>();
|
const suffixEl = ref<HTMLElement>();
|
||||||
const height =
|
const height =
|
||||||
props.small ? 36 :
|
props.small ? 36 :
|
||||||
props.large ? 40 :
|
props.large ? 38 :
|
||||||
38;
|
37;
|
||||||
|
|
||||||
const focus = () => inputEl.value.focus();
|
const focus = () => inputEl.value.focus();
|
||||||
const onInput = (ev: KeyboardEvent) => {
|
const onInput = (ev: KeyboardEvent) => {
|
||||||
|
@ -65,8 +65,8 @@ const suffixEl = ref(null);
|
|||||||
const container = ref(null);
|
const container = ref(null);
|
||||||
const height =
|
const height =
|
||||||
props.small ? 36 :
|
props.small ? 36 :
|
||||||
props.large ? 40 :
|
props.large ? 38 :
|
||||||
38;
|
37;
|
||||||
|
|
||||||
const focus = () => inputEl.value.focus();
|
const focus = () => inputEl.value.focus();
|
||||||
const onInput = (ev) => {
|
const onInput = (ev) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user