摘要:
.divBox{ height: calc(100vh - 380px); overflow: auto; } .divBoxl::-webkit-scrollbar{ display: none; } 阅读全文
摘要:
在html页面中,如果是数字或者字母显示的话,默认是不换行的。 解决方法确实也很简单,添加样式: word-break:break-all; word-wrap: break-word; //试了没有效果,应该是被弃用了 阅读全文