!335 合并ruoyi改动

Merge pull request !335 from 疯狂的狮子Li/main
This commit is contained in:
疯狂的狮子Li
2023-04-08 10:12:52 +00:00
committed by Gitee
10 changed files with 102 additions and 117 deletions

View File

@@ -180,12 +180,3 @@ aside {
margin-bottom: 10px;
}
}
//refine vue-multiselect plugin
.multiselect {
line-height: 16px;
}
.multiselect--active {
z-index: 1000 !important;
}

View File

@@ -18,10 +18,6 @@
transition: all .5s;
}
.fade-transform-leave-active {
position: absolute;
}
.fade-transform-enter {
opacity: 0;
transform: translateX(-30px);