table表格設置100%寬,無法自適應橫向滾動

table設置100% 外部div設置橫向滾動,但是裏面的table折行了 需要這麼設置

div{

   width: 100%;

   background: #fff;

   white-space: nowrap;

   overflow: hidden;

   overflow-x: scroll;

}

table td{

   border: 1px solid #000;

}

table{

   width: 100%;

   height: 200px;

 

}

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章