Skip to content

Commit 3e36c29

Browse files
committed
fix: fix blocked pagination on the list view
1 parent 84830fa commit 3e36c29

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

adminforth/spa/src/views/ListView.vue

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -474,16 +474,7 @@ watch([sort], async () => {
474474
475475
476476
.af-button-shadow {
477-
position: relative;
478-
&::after {
479-
content: '';
480-
position: absolute;
481-
left: 0;
482-
right: 0;
483-
height: 100%;
484-
box-shadow: -0px 6px 6px rgb(0, 0, 0, 0.1);
485-
border-radius: inherit;
486-
}
477+
box-shadow: -0px 6px 6px rgb(0, 0, 0, 0.1);
487478
}
488479
489480

0 commit comments

Comments
 (0)