Improve a bit on the install dialog internal transisions
This commit is contained in:
@@ -215,18 +215,17 @@ defineExpose({
|
||||
|
||||
.slide-left-enter-from {
|
||||
opacity: 0;
|
||||
transform: translateY(50px);
|
||||
transform: translateY(30px);
|
||||
}
|
||||
|
||||
.slide-left-leave-to {
|
||||
opacity: 0;
|
||||
transform: translateY(-50px);
|
||||
}
|
||||
|
||||
.content {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
transition: all 0.2s;
|
||||
transition: all 0.25s;
|
||||
}
|
||||
|
||||
.step-detail {
|
||||
|
||||
Reference in New Issue
Block a user