<div style="overflow-y:auto; height:73%;"></div>

直接在css中加这句话

/* 隐藏滚动条 */
::-webkit-scrollbar {
  display: none;
}