File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
>
9
9
<nav
10
10
v-bind =" $attrs"
11
- class =" isolate inline-flex -space-x-px rounded-md shadow-sm"
11
+ class =" inline-flex -space-x-px rounded-md shadow-sm isolate ltr:flex-row rtl:flex-row-reverse "
12
12
aria-label =" Pagination"
13
13
v-if =" slotProps.computed.total > slotProps.computed.perPage"
14
14
>
15
15
<button
16
- class =" relative inline-flex items-center rounded-l-md border px-2 py-2 text-sm font-medium focus:z-20 disabled:opacity-50"
16
+ class =" relative inline-flex items-center px-2 py-2 text-sm font-medium border rounded-l-md focus:z-20 disabled:opacity-50"
17
17
:class =" itemClasses"
18
18
:disabled =" !slotProps.computed.prevPageUrl"
19
19
v-on =" slotProps.prevButtonEvents"
20
20
>
21
21
<slot name =" prev-nav" >
22
22
<span class =" sr-only" >Previous</span >
23
23
<svg
24
- class =" h -5 w -5" aria-hidden =" true" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24"
24
+ class =" w -5 h -5" aria-hidden =" true" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24"
25
25
stroke-width =" 1.5" stroke =" currentColor"
26
26
>
27
27
<path stroke-linecap =" round" stroke-linejoin =" round" d =" M15.75 19.5L8.25 12l7.5-7.5" />
30
30
</button >
31
31
32
32
<button
33
- class =" relative inline-flex items-center border px-4 py-2 text-sm font-medium focus:z-20"
33
+ class =" relative inline-flex items-center px-4 py-2 text-sm font-medium border focus:z-20"
34
34
:class =" [
35
35
page == slotProps.computed.currentPage ? activeClasses : itemClasses,
36
36
page == slotProps.computed.currentPage ? 'z-30' : '',
45
45
</button >
46
46
47
47
<button
48
- class =" relative inline-flex items-center rounded-r-md border px-2 py-2 text-sm font-medium focus:z-20 disabled:opacity-50"
48
+ class =" relative inline-flex items-center px-2 py-2 text-sm font-medium border rounded-r-md focus:z-20 disabled:opacity-50"
49
49
:class =" itemClasses"
50
50
:disabled =" !slotProps.computed.nextPageUrl"
51
51
v-on =" slotProps.nextButtonEvents"
You can’t perform that action at this time.
0 commit comments