fix(Input)!: redesign file type without absolute positioning (#1712)

This commit is contained in:
Benjamin Canac
2024-04-25 17:12:06 +02:00
committed by GitHub
parent bb3ea40218
commit ed5c74dc17
3 changed files with 4 additions and 10 deletions

View File

@@ -240,7 +240,7 @@ export default defineComponent({
ui.value.form,
rounded.value,
ui.value.placeholder,
props.type === 'file' && [ui.value.file.base, ui.value.file.padding[size.value]],
props.type === 'file' && ui.value.file.base,
ui.value.size[size.value],
props.padded ? ui.value.padding[size.value] : 'p-0',
variant?.replaceAll('{color}', color.value),