gpt4 book ai didi

css - 如何设置 CSS 类名来自 ngFor 中的 json 对象数组 | Angular 6

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

我有一个动态显示图标的循环,图标的位置由 style.css 上的 css 设置样式,但类名实际上是json 对象。

问题是如何使用 style 的 json 元素的值来设置图标的样式。

*ngFor 看起来像这样:

  <div *ngFor="let count of counters; let i = index"  class="{{count.style}} dispanserDiv ">
<span class="dispLabel"> {{count.name }}</span>
<img (click)="openStockModal(stockModal)" class="dispanser" src="../assets/icons/dispanserIcons/0.png">
</div>

When i insepct to check the value,the desired classes are set whith the value as exactly as i want, but when i hard coded the classes it works fine

我也试过 [ngClass] 但没有用,感谢任何帮助。

最佳答案

好吧,在我打开检查元素后,我将鼠标悬停在标签上,我在屏幕上发现了一条标题消息,其中的方向箭头超出了屏幕的高度,所以我更改了 margin-top attr th 图标再次出现。

但我很确定,当我在不使用 json 元素值的情况下设置类名时,它显示正常,但是当我使用 json 元素时,图标出现在不同的位置,但我不知道为什么会这样.但它终于奏效了

关于css - 如何设置 CSS 类名来自 ngFor 中的 json 对象数组 | Angular 6,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52996853/

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