设置 jQuery 小泡泡的宽度

Set width of jQuery Tipsy bubble

我正在使用这个插件:http://onehackoranother.com/projects/jquery/tipsy/#options

有没有办法(最好通过 CSS 或通过 jQuery)设置弹出气泡的宽度?

我正在 link 喝醉酒,就像这样:

$('#linktip').tipsy({ html: true, opacity: 1.0 });

<a href="" id="linktip" class="help" original-title='<asp:Literal ID="Literalfd19" Text="<%$Resources:pastelink %>" runat="server"/>'><i class="fa fa-info-circle fa-lg"></i></a>

打开tipsy.css你会看到行

.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }

看到有一个 max-width 设置为 200px