Explorar el Código

update:BOM清单展开加背景色

damon227 hace 1 año
padre
commit
4874ceb959
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      src/views/modules/tech/product-management.vue

+ 4 - 2
src/views/modules/tech/product-management.vue

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