The selection in el-select is displayed in red

topic description

clipboard.png

clipboard.png
this.visit_type

clipboard.png

Code displayed:
< el-table-column label= "record" align= "center" >

      <template slot-scope="scope">
        <span>{{scope.row.visit_des}}</span>
      </template>
    </el-table-column>

what result do you expect? What is the error message actually seen?

I would like to ask that when the font of the result this.visit_type is finally displayed at the bottom of the record, the font will be red. How do you do that? Please ask the passing god to give me some advice. Thank you!

May.09,2022

<div style="color:red">:</div>

..el-select-dropdown__item {
    color: red;
}
Menu