修复耗材记录服务器上居中失效
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user