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