修复耗材记录服务器上居中失效

This commit is contained in:
YeMingfei666 2024-07-20 17:49:11 +08:00
parent 015ca6ae4e
commit a427cfff76
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>