gpt4 book ai didi

css - ionic 2 - 在 ion-slide 中使用缩略图和头像

转载 作者:太空宇宙 更新时间:2023-11-04 09:39:18 25 4
gpt4 key购买 nike

在 Ionic 2 中,“ion-slide”内部不会以头像和缩略图大小呈现头像和缩略图,而是以更大的尺寸显示。

我的代码:

    <ion-slides>
<ion-slide>
<ion-item class="item item-trns item-stable">
<ion-avatar item-left>
<img src="http://placehold.it/300x300" class="avatarImage"/>
</ion-avatar>
<ion-avatar item-right>
<img src="http://placehold.it/300x300" class="avatarImage"/>
</ion-avatar>
</ion-item>
</ion-slide>
</ion-slides>

SCSS:
.avatarImage {
width: auto;
height: auto;
}

我们不能在 ionic 2 的 ion-slide 中使用 avatar 吗?

最佳答案

您需要将图像宽度从 width:100% 更改为 width:auto。

关于css - ionic 2 - 在 ion-slide 中使用缩略图和头像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40066318/

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