Add paging and button view detail for S1 dashboard + Fix bugs 156 163
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user