mirror of https://github.com/halo-dev/halo-admin
perf: disable transition of dashboard widgets
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/625/head
parent
2b9ddcfa56
commit
6945fb69dc
|
@ -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