Vue uses the breadcrumb component of Element UI and how to modify the style of its font.

as shown in the figure: by default, the back is light and the front is dark.

clipboard.png

clipboard.png

:



:span

clipboard.png

Apr.24,2021

.el-breadcrumb__inner {
  color: 
} 

just overwrite it


to .el-breadcrumb__item:last-child. El-breadcrumb__inner
and .el-breadcrumb__item. El-breadcrumb__inner set different colors color:red or color:blue , etc.
then if it does not take effect, just pay attention to the style weight.


/ deep/ or >


may be caused by the component giving the style before rendering. You can add a timer to see

.
Menu