Showing
1 changed file
with
4 additions
and
1 deletions
... | ... | @@ -487,7 +487,10 @@ |
487 | 487 | </WidgetWrapper> |
488 | 488 | </GridItem> |
489 | 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 | 494 | </Spin> |
492 | 495 | </section> |
493 | 496 | <DataBindModal | ... | ... |