This commit is contained in:
YeMingfei666 2024-07-20 17:49:42 +08:00
commit fb63eabb33
1 changed files with 7 additions and 0 deletions

View File

@ -191,5 +191,12 @@ export default {
font-weight: bold;
}
::v-deep .el-table .cell{
display: flex;
justify-content: center;
}
::v-deep .el-table th.el-table__cell>.cell{
text-align: center;
}
</style>