webuploader上传按钮无法使用问题

 选择文件按钮:

<div id="filePicker" style="float: left;margin-left: 5%">选择文件</div>

添加如下样式即可解决:

 <style>
        #filePicker div:nth-child(2){width:100%!important;height:100%!important;}
    </style>

发布了7 篇原创文章 · 获赞 1 · 访问量 38

猜你喜欢

转载自blog.csdn.net/qq_40421805/article/details/104972249