gpt4 book ai didi

javascript - 如何通过 Bootstrap 在弹出按钮中制作内容文本 "rtl"

转载 作者:行者123 更新时间:2023-11-28 04:19:49 24 4
gpt4 key购买 nike

enter image description here我有一个弹出悬停按钮。我想让它成为文本 RTL。我该怎么做?

<button
type = "button"
class = "btn btn-success btn-xs pop"
data-container = "body"
data-toggle = "popover"
data-placement = "right"
data-content = "hello world"
data-original-title = ""
title = "">help</button>

最佳答案

添加:

style="direction:rtl;"


<button type="button" class="btn btn-success btn-xs pop" data-container="body" data-toggle="popover" data-placement="right" data-content="hello world"
data-original-title="" title="" style="direction:rtl;" >

关于javascript - 如何通过 Bootstrap 在弹出按钮中制作内容文本 "rtl",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42272128/

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