CN-817 下钻table的error交互实施

This commit is contained in:
hyx
2022-12-01 16:11:21 +08:00
parent 7b811e3eb6
commit 49e08f723a
2 changed files with 47 additions and 7 deletions

View File

@@ -113,6 +113,15 @@
.el-table thead {
color: $grey;
}
.el-table__empty-text{
line-height:20px !important;
}
.el-table__header th .cell {
display:flex;
flex-direction:row;
justify-content: center;
align-items: center;
}
.score-cell {
display: flex !important;
justify-content: center;