docs(carousel): customArrows.vue zindex misspelled (#5099)

pull/6710/head
ZhangQingyuan 2021-12-30 09:37:10 +08:00 committed by GitHub
parent 1d33c51d24
commit 8a3724ff89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Custom arrows display
<template> <template>
<a-carousel arrows> <a-carousel arrows>
<template #prevArrow> <template #prevArrow>
<div class="custom-slick-arrow" style="left: 10px; zindex: 1"> <div class="custom-slick-arrow" style="left: 10px; z-index: 1">
<left-circle-outlined /> <left-circle-outlined />
</div> </div>
</template> </template>