Browse Source

fix: 创建PO.样式修正.

peter 2 months ago
parent
commit
81d7cdf282
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/purchase-order/edit.vue

+ 2 - 2
src/pages/purchase-order/edit.vue

@@ -153,11 +153,11 @@
                       backgroundColor:
                         subItem.Supplier.id === form.currentVendor
                           ? '#409eff'
-                          : 'inhert',
+                          : '#fff',
                       color:
                         subItem.Supplier.id === form.currentVendor
                           ? '#fff'
-                          : 'inhert',
+                          : '#333',
                     }"
                     class="border border-solid border-gray-200 border-b-[0] p-[6px] hover:bg-sky-100"
                   >