🎨
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user