开发者

Can I set width of jQuery's split button

开发者 https://www.devze.com 2023-02-23 01:09 出处:网络
At this URL ( http://jqueryui.com/demos/button/#splitbutton ) you can开发者_Python百科 see what I mean for splitbutton.

At this URL ( http://jqueryui.com/demos/button/#splitbutton ) you can开发者_Python百科 see what I mean for splitbutton.

I would set the width of first button (the one which contain text). There is a way to do this?


In you CSS, you should include this:

.ui-button-text {
    width: 300px;
}

Or to whatever the desired width is.

0

精彩评论

暂无评论...
验证码 换一张
取 消