jQuery Mobile panel width

后端 未结 7 1080
梦如初夏
梦如初夏 2020-12-30 09:53

In the new jQuery mobile there is a new panel option. I have implemented this and it works, but I would like to customize the width of the panel. The standard width is 272px

7条回答
  •  旧时难觅i
    2020-12-30 10:51

    I think you've made a typo. Try

    .ui-panel { width: 150px; }
    

    or if you're issuing that inline, perhaps

    
    

    Of course, new as I am to jquery, I could be wrong.

提交回复
热议问题