瀏覽代碼

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

qymljy 9 月之前
父節點
當前提交
493b8af84b
共有 1 個文件被更改,包括 11 次插入0 次删除
  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>