chore(client): tweak style
This commit is contained in:
parent
c1c8c9c37c
commit
fbb0cc686e
3 changed files with 24 additions and 23 deletions
|
|
@ -63,9 +63,9 @@ const prefixEl = ref(null);
|
|||
const suffixEl = ref(null);
|
||||
const container = ref(null);
|
||||
const height =
|
||||
props.small ? 38 :
|
||||
props.large ? 42 :
|
||||
40;
|
||||
props.small ? 36 :
|
||||
props.large ? 40 :
|
||||
38;
|
||||
|
||||
const focus = () => inputEl.value.focus();
|
||||
const onInput = (ev) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue