<el-scrollbar wrap-class="list" wrap-style="color: red;" view-style="font-weight: bold;" view-class="view-box" :native="false"> <!--這里放其他內容,表格等--> </el-scrollbar> /*展示列表的區域,超過200px出現滾動條*/ .list { max-height: 200px; } </style>
火狐瀏覽器下,滾動條是非常丑的,用了這個el-scrollbar,就很好看了