拉一下左边的边框才能恢复正常,刷新之后又是这样,但是如果有两条以上的数据是能够正常显示,求各路大神,这个问题怎么解决,代码如下
前手意见查询 |
<ui:contentPane region="center" width="100%">
<ui:grid gridType='taskguide.opinionList' jsId='grid' timeout="90000"
autoWidth="false" query="condition" columnReordering="true"
autoHeight="true" showPagination="true" position="bottom"
rowsPerPage="50" styleId="opinions">
</ui:grid>
</ui:contentPane>
</ui:borderContainer>
你肯定是不想出现横向滚动条的吧,那就把body再加一条设置:overflow-x:hidden;
把.dojoxGridMasterView里面设置的overflow:auto!important去掉,改成overflow-x:hidden;overflow-y:auto;