Browse Source

bugfix:BOM清单展开背景色

damon227 1 year ago
parent
commit
1689ef8e67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/tech/product-management.vue

+ 1 - 1
src/views/modules/tech/product-management.vue

@@ -795,6 +795,6 @@ export default {
 
 
 <style scoped lang="scss">
 <style scoped lang="scss">
 /deep/ .product-management  .el-table__row--level-1 > td{
 /deep/ .product-management  .el-table__row--level-1 > td{
-  background-color: #c1c9d244;
+  background-color: #5e616444;
 }
 }
 </style>
 </style>