This commit is contained in:
shijingjing
2023-01-04 16:45:35 +08:00
parent 81a7a77f2c
commit 83210f5501

View File

@@ -232,12 +232,18 @@ export default {
}
:deep(.ai-table__header) {
padding-left: 0 !important;
.cell {
& > .cell {
display: flex !important;
align-items: center !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>