Skip to content

Commit

Permalink
remove unuse code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Apr 16, 2020
1 parent 7809706 commit 715f8ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
18 changes: 0 additions & 18 deletions src/styles/_reset_element.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,6 @@
}
}

.el-breadcrumb {
display: inline-block;
vertical-align: middle;
font-size: 14px;
margin-left: 5px;
.el-breadcrumb__inner {
&.is-link {
display: inline-block;
font-weight: normal;
color: #424040 !important;
}
}
.is-last-link .is-link {
font-weight: normal;
color: #999 !important;
}
}

.sidebar-container {
transition: width .28s;
width: 180px ;
Expand Down
14 changes: 0 additions & 14 deletions src/views/layout/component/main-content/top-aside.vue
Original file line number Diff line number Diff line change
Expand Up @@ -283,18 +283,4 @@ export default {
}
}
}
.breadcrumb-enter,
.breadcrumb-leave-active {
opacity: 0;
transform: translateX(20px);
}
.breadcrumb-enter-active,
.breadcrumb-leave-active {
transition: all 0.6s;
}
.breadcrumb-leave-active {
position: absolute;
}
</style>

0 comments on commit 715f8ab

Please sign in to comment.