style: el-tab组件table列表首列标题向左顶格

This commit is contained in:
changcode
2022-12-05 16:33:56 +08:00
parent 0f854556e5
commit e026fb3cfd

View File

@@ -122,6 +122,9 @@
justify-content: center;
align-items: center;
}
.el-table__header tr th:nth-of-type(1) .cell {
justify-content: start;
}
.score-cell {
display: flex !important;
justify-content: center;