zs 6 月之前
父节点
当前提交
124a2a30ad
共有 1 个文件被更改,包括 3 次插入0 次删除
  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>