fix: improve the layout of tables offline on the mobile (#4573)

This commit is contained in:
Vben
2024-10-05 22:00:11 +08:00
committed by GitHub
parent d37e2f599c
commit 47d162e6e4
4 changed files with 36 additions and 20 deletions

View File

@@ -76,3 +76,7 @@
}
}
}
.vxe-pager--wrapper {
@apply justify-center md:justify-end;
}