mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
improve question tag and card display
This commit is contained in:
21
src/App.vue
21
src/App.vue
@@ -178,4 +178,25 @@ const themeOverrides = {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.slide-up-enter-active,
|
||||
.slide-up-leave-active {
|
||||
transition: all 0.5s ease-out;
|
||||
}
|
||||
.slide-up-enter-to {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
.slide-up-enter-from {
|
||||
position: absolute;
|
||||
top: -100%;
|
||||
}
|
||||
.slide-up-leave-to {
|
||||
position: absolute;
|
||||
bottom : -100%;
|
||||
}
|
||||
.slide-up-leave-from {
|
||||
position: absolute;
|
||||
bottom : 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user