修复耗材记录服务器上居中失效
This commit is contained in:
parent
015ca6ae4e
commit
a427cfff76
|
|
@ -191,5 +191,12 @@ export default {
|
||||||
font-weight: bold;
|
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>
|
</style>
|
||||||
Loading…
Reference in New Issue