答案 0 :(得分:1)
将移动断点值添加到您的barplot(sort(a), main="a", ylab="",cex.main=0.9, ylim = c(-1, 2))
barplot(sort(b), main="b", ylab="",cex.main=0.9, ylim = c(-1, 2), yaxt = "n")
中,例如<v-data-table>
答案 1 :(得分:1)
在您的 Vue 文件中添加样式而不使用“范围”
<style>
.v-data-table-header-mobile{
display: none !important;
}
</style>