Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何自定义大小输入:使用CsTransPie的文件?
试过了,但没有运气:
$("#SomeID").css('width','470px');
谢谢。
修改 CTP 创建的元素的宽度。
$("#SomeID").closest("span").find(".cTPFileInput").css("width","470px");