gpt4 book ai didi

jquery - X-editable data-type=number 导致弹出窗口位于错误的位置。

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

当我将 x-editable 元素渲染为 type=text 时,

<a data-csrf="" data-pk="2031" data-role="x-editable" data-type="text" data-url="./ajax/update/" data-value="" href="#" id="account_budget" name="account_budget" class="editable editable-click editable-empty" data-original-title="" title="">Empty</a>

enter image description here

弹出窗口的位置正确。

但是当我将其呈现为数字时,

<a data-csrf="" data-pk="2031" data-role="x-editable" data-step="any" data-type="number" data-url="./ajax/update/" data-value="" href="#" id="account_budget" name="account_budget" class="editable editable-click editable-empty editable-open" data-original-title="" title="" aria-describedby="popover90342">Empty</a>

enter image description here

弹出窗口显示在错误的位置。

有人见过这个问题吗?

最佳答案

使用数据步=“0.01”。例如:

<a data-csrf="" data-pk="2031" data-role="x-editable" data-step="0.01" data-type="number" data-url="./ajax/update/" data-value="" href="#" id="account_budget" name="account_budget" class="editable editable-click editable-empty editable-open" data-original-title="" title="" aria-describedby="popover90342">Empty</a>

关于jquery - X-editable data-type=number 导致弹出窗口位于错误的位置。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47314748/

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