修复客户名字错误

This commit is contained in:
huangdeliang
2021-01-29 14:45:42 +08:00
parent 3c7e7a0f00
commit e1cff320bd
3 changed files with 10 additions and 10 deletions

View File

@ -736,11 +736,11 @@ export default {
cursor: pointer;
}
.warning-row {
background: oldlace !important;
}
// .warning-row {
// background: oldlace !important;
// }
.success-row {
background: #f0f9eb !important;
}
// .success-row {
// background: #f0f9eb !important;
// }
</style>