<mat-form-field appearance="standard">
<mat-label>Name *</mat-label>
<input matInput [(ngModel)]="currentUser.username">
</mat-form-field>
<mat-form-field appearance="standard">
<mat-label>Email *</mat-label>
<input matInput [(ngModel)]="currentUser.email">
</mat-form-field>
<mat-form-field appearance="standard">
<mat-label>Steamhex *</mat-label>
<input matInput [(ngModel)]="currentUser.steamhex">
</mat-form-field>
我正在嘗試對我的專案做什么的圖片提前謝謝你:
uj5u.com熱心網友回復:
如果我理解正確的話。
使用以下樣式設定 mat-form-field(s) 的父元素:
display: flex;
flex-direction: column;
應該希望這樣做
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/467700.html
標籤:有角度的
