在做vue项目时遇到了这个问题,在网上查找资料发现了这个方法,仅供参考。
在App.vue文件下加入以下代码 :
<style>
.el-table th.gutter {
display: table-cell !important;
}
</style>
一定要在全局下配置。
在做vue项目时遇到了这个问题,在网上查找资料发现了这个方法,仅供参考。
在App.vue文件下加入以下代码 :
<style>
.el-table th.gutter {
display: table-cell !important;
}
</style>
一定要在全局下配置。