vue3inputtype=“file”修改样式
- IT业界
- 2025-08-22 15:45:01

直接上代码,开干!!!
html部分:
<div class="file-box textThemeColor"><input type="file" class="file-btn" accept=".xls,.xlsx" @change="changeExcel($event)"/>点击添加</div>
less部分:
.file-box {
display: inline-block;
position: relative;
overflow: hidden;
background-color: rgb(255, 255, 255);
.file-btn {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
outline: none;
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
}
这就是效果啦,嘿嘿嘿
vue3inputtype=“file”修改样式由讯客互联IT业界栏目发布,感谢您对讯客互联的认可,以及对我们原创作品以及文章的青睐,非常欢迎各位朋友分享到个人网站或者朋友圈,但转载请说明文章出处“vue3inputtype=“file”修改样式”