gpt4 book ai didi

angular - 如何在 Swiper (Angular) 中自定义导航按钮的大小

转载 作者:行者123 更新时间:2023-12-05 04:34:57 24 4
gpt4 key购买 nike

在我目前的项目中,Swiper 导航按钮太大,但我不知道如何操作大小。

我已经在 styles.css 文件中试过了:

::ng-deep .swiper-button-prev:after,
::ng-deep .swiper-button-next:after {
font-size: 20px;
}

但这对我不起作用。

我知道我可以打开文件 swiper-bundle.css 并更正此行:

:root {
--swiper-navigation-size: 44px;
}

但是这个文件位于 npm 包中,这意味着对该文件所做的更改只是本地。我需要将我的代码推送到 GitHub,这样解决方案就不算数了。

最佳答案

  <Swiper
style={{
"--swiper-navigation-color": "#000",
"--swiper-navigation-size": "25px",
}}
slidesPerView={matchesSmall ? 5 : 8}
spaceBetween={30}
centeredSlides={true}
freeMode={true}
navigation={false}
watchSlidesProgress={true}
modules={[FreeMode, Navigation]}
>
...
</Swiper>

使用样式 Prop

关于angular - 如何在 Swiper (Angular) 中自定义导航按钮的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71143821/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com