Showing
1 changed file
with
4 additions
and
1 deletions
@@ -487,7 +487,10 @@ | @@ -487,7 +487,10 @@ | ||
487 | </WidgetWrapper> | 487 | </WidgetWrapper> |
488 | </GridItem> | 488 | </GridItem> |
489 | </GridLayout> | 489 | </GridLayout> |
490 | - <Empty v-if="!dataBoardList.length" /> | 490 | + <Empty |
491 | + v-if="!dataBoardList.length" | ||
492 | + class="fixed top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2" | ||
493 | + /> | ||
491 | </Spin> | 494 | </Spin> |
492 | </section> | 495 | </section> |
493 | <DataBindModal | 496 | <DataBindModal |