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を使用して input:file のサイズをカスタマイズする方法は?
試してみましたが、うまくいきませんでした:
$("#SomeID").css('width','470px');
ありがとう。
CTP が作成する要素の幅を変更します。
$("#SomeID").closest("span").find(".cTPFileInput").css("width","470px");