我当前正在使用Prime ng版本6.1.7 并弹出日历。
我使用了inputStyleClass,但是该类被ng默认CSS覆盖。 我应该如何覆盖默认CSS并应用inputStyleClass中提到的CSS。
我的代码:
<p-calendar formControlName="date_of_birth"
inputStyleClass="form-control" required="true" [showIcon]="true"
[icon]="'glyphicon glyphicon-calendar'" [monthNavigator]="true"
[yearNavigator]="true" yearRange="2000:2030" dateFormat="yy-mm-dd"
baseZIndex="1050">
<p-footer>
<div class="calender-footer">
</div>
</p-footer>
</p-calendar>