gaoluyang
昨天 3a07f2ca675bbd3c55893f7731b8f49d854b0e07
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>