el‐scrollbar - daniel-qa/Vue GitHub Wiki
el-scrollbar
最多 100px、高度根據內容決定
改用 max-height,不要設 height 屬性,這樣才有彈性!
<el-scrollbar style="max-height: 100px; overflow: auto;">
這樣就會根據內容撐高,直到最多 100px,高過的時候才出現捲軸。
最多 100px、高度根據內容決定
改用 max-height,不要設 height 屬性,這樣才有彈性!
<el-scrollbar style="max-height: 100px; overflow: auto;">
這樣就會根據內容撐高,直到最多 100px,高過的時候才出現捲軸。