解決方案:
在App.vue中增加:
<style>
/*每個(gè)頁(yè)面公共css */
::-webkit-scrollbar {
display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}
</style>

解決方案:
在App.vue中增加:
<style>
/*每個(gè)頁(yè)面公共css */
::-webkit-scrollbar {
display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}
</style>