Skip to content

Commit 8a3724f

Browse files
authored
docs(carousel): customArrows.vue zindex misspelled (#5099)
1 parent 1d33c51 commit 8a3724f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/carousel/demo/customArrows.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Custom arrows display
1919
<template>
2020
<a-carousel arrows>
2121
<template #prevArrow>
22-
<div class="custom-slick-arrow" style="left: 10px; zindex: 1">
22+
<div class="custom-slick-arrow" style="left: 10px; z-index: 1">
2323
<left-circle-outlined />
2424
</div>
2525
</template>

0 commit comments

Comments
 (0)