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.
現在、Angular 2 アプリのエディターに取り組んでいますが、サイズ変更に問題があります。私のコードでは width プロパティを変更していますが、ツールバーではなくエディターの本体のみを縮小しています。これも変更できる方法はありますか?
<p-editor [(ngModel)]='text' [style]="{'height':'320px', 'width': '200px'}">