zs il y a 6 mois
Parent
commit
124a2a30ad
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/components/custom/custom-table.vue

+ 3 - 0
src/components/custom/custom-table.vue

@@ -118,4 +118,7 @@ const changePage = (page = currentPage.value) => {
 .page {
   margin: 10px 0 0 0;
 }
+:deep(.el-table .el-table__body td .cell:empty::before) {
+  content: '---';
+}
 </style>