gaoluyang
昨天 19aa78a505d468739a61054f07d0840477192b2d
src/views/inventoryManagement/transportTaskManagement/index.vue
@@ -681,11 +681,11 @@
  text-align: right;
}
::v-deep(.row-finished) {
:deep(.row-finished) {
  background-color: #f6ffed;
}
::v-deep(.row-running) {
:deep(.row-running) {
  background-color: #fffbe6;
}
</style>