我把 modal-body 的高度設100vh 扣掉header 和footer 的高,然後設overflow: scroll; 就可以滾動。 .modal-body { height: calc(100vh - 52px - 48px); // ...
確定! 回上一頁