mirror of https://github.com/halo-dev/halo
perf: disable transition of dashboard widgets
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/3445/head
parent
fb501a064c
commit
29a5557f69
|
@ -200,4 +200,12 @@ function handleRemove(item: any) {
|
|||
.vue-grid-layout {
|
||||
@apply -m-[10px];
|
||||
}
|
||||
.vue-grid-item {
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
.vue-grid-item.vue-grid-placeholder {
|
||||
@apply bg-gray-200 !important;
|
||||
@apply opacity-100 !important;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue