chore: all packages update latest version

This commit is contained in:
xiaoxian521
2021-09-09 10:51:29 +08:00
parent 173575687d
commit 03955f7470
16 changed files with 2391 additions and 337 deletions

View File

@@ -81,7 +81,7 @@
.el-sub-menu__title {
color: $menuText;
}
// menu hover
.submenu-title-noDropdown,
.el-sub-menu__title {

View File

@@ -14,7 +14,7 @@
/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
transition: all .5s;
transition: all 0.5s;
}
.fade-transform-enter-from {
@@ -30,7 +30,7 @@
/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
transition: all .5s;
transition: all 0.5s;
}
.breadcrumb-enter-from,
@@ -41,4 +41,4 @@
.breadcrumb-leave-active {
position: absolute;
}
}