stbui / angular-material-app

基于最新Angular 11框架与Material 2技术的web中后台前端应用框架。
https://stbui.github.io/angular-material-app/index.html
MIT License
517 stars 175 forks source link

能请教你个问题不,如何设置mat-form-field高度啊 #29

Closed smile2014 closed 6 years ago

smile2014 commented 6 years ago

能请教你个问题不,如何设置mat-form-field高度啊

stbui commented 6 years ago
mat-form-field {
    height: 100px;
}
smile2014 commented 6 years ago

这样好像没撒效果啊,

smile2014 commented 6 years ago

他高度是根据字体来计算的