JQuery Mobile: Adjusting Width and Height of Grouped Select

前端 未结 1 1652
遇见更好的自我
遇见更好的自我 2021-01-28 15:53

I had a problem before positioning grouped select but fortunately been fixed. now I am having problems with resizing, adjusting width/height of the grouped select. If there is a

1条回答
  •  孤街浪徒
    2021-01-28 16:18

    Add this style in your css

    #Datepicker_0_0-button{
      width:200px;
    }
    

    This should be way you define it - #-button{}

    0 讨论(0)
提交回复
热议问题