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

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bb7c-2c2b1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bb7c-2c2b1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?