mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-09-09 13:11:14 +00:00
Some adjustment on map
This commit is contained in:
@@ -1166,3 +1166,24 @@ pre.index-alert {
|
||||
.messageCentre{
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
|
||||
.slide-move, /* apply transition to moving elements */
|
||||
.slide-enter-active,
|
||||
.slide-leave-active {
|
||||
transition: all 0.4s cubic-bezier(0.82, 0.58, 0.17, 0.9);
|
||||
}
|
||||
|
||||
.slide-leave-active{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
}
|
||||
.slide-enter-from{
|
||||
opacity: 0;
|
||||
transform: translateX(-50px) !important;
|
||||
}
|
||||
|
||||
.slide-leave-to {
|
||||
opacity: 0;
|
||||
transform: translateX(50px) !important;
|
||||
}
|
Reference in New Issue
Block a user