0
点赞
收藏
分享

微信扫一扫

FRAME去掉横向滚动条

舍予兄 2022-05-20 阅读 66

添加页面的样式

<style>

    body

    {

        width: 90%;

    }


    .maintable

    {

        width: 500px;

    }

    .nesttable

    {

        width: 100%;

        height: 18px;

    }

    </style>




举报

相关推荐

0 条评论