How to make jQuery UI's style not overwrite jqGrid's style?

前端 未结 2 1472
自闭症患者
自闭症患者 2021-01-23 14:26

Here is my situation, I\'m having a jquery ui dialog with a jqgrid inside of it. When I opened the dialog, I can see that the grid\'s style has been overwritten by the dialog\'s

2条回答
  •  野的像风
    2021-01-23 14:59

    Remove the following line ".ui-widget .ui-widget { font-size: 1em; }" from jquery-ui.css file.

提交回复
热议问题