gpt4 book ai didi

javascript - Vue.js 中的样式元素

转载 作者:行者123 更新时间:2023-12-01 01:24:22 25 4
gpt4 key购买 nike

我正在尝试在 Vue js 中的 json 元素上添加样式:

<div v-for="(item, index) in json._items" class="help-inner-callout" v-html="item.text" style="top:item.top; left: item.left;"></div>

在我的 try 循环中,元素正在通过 v-html="item.text" 填充文本,但未应用样式。有人可以看一下吗,我刚开始学习 Vue js..

最佳答案

由于您使用item,因此需要绑定(bind)它(v-bind:style:style)

:style="{top:item.top, left: item.left}"

关于javascript - Vue.js 中的样式元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53940056/

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