| | |
| | | .themeDark { |
| | | .el-breadcrumb__inner, |
| | | .el-breadcrumb__inner a { |
| | | font-weight: bold !important; |
| | | font-weight: 500 !important; |
| | | color: #97a8be !important; |
| | | font-size: 24px !important; |
| | | font-size: 16px !important; |
| | | } |
| | | } |
| | | .themeLight { |
| | | .el-breadcrumb__inner, |
| | | .el-breadcrumb__inner a { |
| | | font-weight: bold !important; |
| | | color: #000103 !important; |
| | | font-size: 24px !important; |
| | | font-weight: 500 !important; |
| | | color: #333 !important; |
| | | font-size: 16px !important; |
| | | } |
| | | .app-breadcrumb.el-breadcrumb .no-redirect{ |
| | | color: #000103 !important; |
| | | color: #333 !important; |
| | | } |
| | | } |
| | | |