go_Spurs 2017-05-23 06:11 采纳率: 100%
浏览 1275
已采纳

横向滚动条覆盖表格内容

图片说明
拉一下左边的边框才能恢复正常,刷新之后又是这样,但是如果有两条以上的数据是能够正常显示,求各路大神,这个问题怎么解决,代码如下

body { width: 100%; height: 100%; overflow: auto; margin: 0em; background-color: #fff; -ms-overflow-style: scrollbar; } #opinions td{ word-wrap:break-word; word-break:break-all; } .dojoxGridMasterView{ overflow: auto !important; max-height: 90%; }




/ui:toolbar





前手意见查询

/ui:contentPane
    <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>

  • 写回答

2条回答 默认 最新

  • show_code 2017-05-23 06:40
    关注

    你肯定是不想出现横向滚动条的吧,那就把body再加一条设置:overflow-x:hidden;
    把.dojoxGridMasterView里面设置的overflow:auto!important去掉,改成overflow-x:hidden;overflow-y:auto;

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 做个有关计算的小程序
  • ¥15 MPI读取tif文件无法正常给各进程分配路径
  • ¥15 如何用MATLAB实现以下三个公式(有相互嵌套)
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决
  • ¥15 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历
  • ¥15 TLE9879QXA40 电机驱动
  • ¥20 对于工程问题的非线性数学模型进行线性化