bug24
This commit is contained in:
@@ -232,12 +232,18 @@ export default {
|
|||||||
|
|
||||||
}
|
}
|
||||||
:deep(.ai-table__header) {
|
:deep(.ai-table__header) {
|
||||||
padding-left: 0 !important;
|
& > .cell {
|
||||||
|
|
||||||
.cell {
|
|
||||||
display: flex !important;
|
display: flex !important;
|
||||||
align-items: center !important;
|
align-items: center !important;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
:deep(.ai-table .el-table__header tr th:first-child .cell) {
|
||||||
|
padding-left: 20px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
:deep(.ai-table .el-table__body tr td:first-child .cell ) {
|
||||||
|
padding-left: 20px !important;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user