🎨
This commit is contained in:
parent
3968597a7b
commit
c631e14e53
2 changed files with 4 additions and 4 deletions
|
@ -78,8 +78,8 @@ const inputEl = ref<HTMLElement>();
|
||||||
const prefixEl = ref<HTMLElement>();
|
const prefixEl = ref<HTMLElement>();
|
||||||
const suffixEl = ref<HTMLElement>();
|
const suffixEl = ref<HTMLElement>();
|
||||||
const height =
|
const height =
|
||||||
props.small ? 36 :
|
props.small ? 35 :
|
||||||
props.large ? 38 :
|
props.large ? 39 :
|
||||||
37;
|
37;
|
||||||
|
|
||||||
const focus = () => inputEl.value.focus();
|
const focus = () => inputEl.value.focus();
|
||||||
|
|
|
@ -64,8 +64,8 @@ const prefixEl = ref(null);
|
||||||
const suffixEl = ref(null);
|
const suffixEl = ref(null);
|
||||||
const container = ref(null);
|
const container = ref(null);
|
||||||
const height =
|
const height =
|
||||||
props.small ? 36 :
|
props.small ? 35 :
|
||||||
props.large ? 38 :
|
props.large ? 39 :
|
||||||
37;
|
37;
|
||||||
|
|
||||||
const focus = () => inputEl.value.focus();
|
const focus = () => inputEl.value.focus();
|
||||||
|
|
Loading…
Reference in a new issue