如何更改下拉选择角度的颜色

时间:2020-01-30 13:51:34

标签: angular angular-directive

如何更改所选值的背景色黑色为蓝色,为更好地理解,请参见下图:-

https://prnt.sc/qv322o

我的代码:-

<select class="drop_select_none" (change)="customer_item($event.target.value)">
    <option value="0">--{{'Select_customer' | translate}}--</option>
    <option *ngFor="let cust of customer;" [value]="cust | json">{{cust.first_name}} 
    </option>
 </select>

0 个答案:

没有答案