fix(upload): in abstract mode, input node of upload can be clicked in iOS

This commit is contained in:
zhanglecong 2023-12-18 19:24:28 +08:00
parent 7cb5b03968
commit 14ea8d4575

View File

@ -321,7 +321,7 @@ export default c([
])
]),
cB('upload-file-input', `
display: block;
display: none;
width: 0;
height: 0;
opacity: 0;