改一下 border-spacing<style scoped lang="scss"> :deep(.el-scrollbar__view) { height: 100%; } :deep(.el-table) { border-spacing: 0; } :deep(.el-table__row) { line-height: 34px !important; } </style>
改一下 border-spacing