tangning hace 4 meses
padre
commit
202f171391
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Table/src/BasicTable.vue

+ 1 - 1
src/components/Table/src/BasicTable.vue

@@ -440,7 +440,7 @@
     }
   }
   // 自定义添加Table空值字符
-  .ant-table-cell:empty:after,.ant-table-cell span:empty:after {
+  .ant-table-cell:empty:after, .ant-table-cell span:empty:after {
     content: '-';
   }
   .ant-table-row-indent {