chore(client): tweak style

This commit is contained in:
syuilo
2022-07-16 20:53:53 +09:00
parent c1c8c9c37c
commit fbb0cc686e
3 changed files with 24 additions and 23 deletions

View File

@@ -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) => {