摘要: .divBox{ height: calc(100vh - 380px); overflow: auto; } .divBoxl::-webkit-scrollbar{ display: none; } 阅读全文
posted @ 2020-09-04 11:07 棠樾 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 在html页面中,如果是数字或者字母显示的话,默认是不换行的。 解决方法确实也很简单,添加样式: word-break:break-all; word-wrap: break-word; //试了没有效果,应该是被弃用了 阅读全文
posted @ 2020-09-04 10:40 棠樾 阅读(620) 评论(0) 推荐(1) 编辑