Browse Source

营销物料/物料发布 面包屑导航优化

qymljy 9 months ago
parent
commit
493b8af84b
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/components/bread-crumbs/BreadCrumbs.vue

+ 11 - 0
src/components/bread-crumbs/BreadCrumbs.vue

@@ -35,4 +35,15 @@ export default {
 </script>
 
 <style scoped>
+ /deep/ .el-breadcrumb__inner {
+   font-weight: 700;
+   text-decoration: none;
+   transition: color .2s cubic-bezier(.645, .045, .355, 1);
+   color: #999;
+ }
+ /deep/ .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
+   font-weight: 400;
+   color: #3874f6;
+   cursor: text;
+ }
 </style>