Browse Source

feature_20250819_产品列表多余线条优化

zhujindu 3 months ago
parent
commit
2e8a13f6ce
1 changed files with 3 additions and 0 deletions
  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>