Explorar el Código

feature_20250819_产品列表多余线条优化

zhujindu hace 4 meses
padre
commit
2e8a13f6ce
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/views/deviceOutside/productItem.vue

+ 3 - 0
src/views/deviceOutside/productItem.vue

@@ -281,5 +281,8 @@ export default {
       font-size: 14px;
     }
   }
+  .el-table::before {
+    height: 0;
+  }
 }
 </style>