Add paging and button view detail for S1 dashboard + Fix bugs 156 163

This commit is contained in:
Michael
2025-08-14 17:09:19 +09:00
parent 6353ffba57
commit 81a20d2851
6 changed files with 180 additions and 67 deletions

View File

@ -2,6 +2,13 @@
// @include theme($theme);
.v-application.#{$theme}-mode {
.pagination-wrapper {
display: flex;
justify-content: center;
align-items: center;
padding: 12px 0;
margin-top: 10px;
}
.ant-pagination-item,
.ant-pagination-prev,