소스 검색

style: 调整总结栏中的单元格样式

lanjianrong 4 년 전
부모
커밋
b5c2c44d93
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/components/Table/src/index.less

+ 4 - 0
src/components/Table/src/index.less

@@ -8,4 +8,8 @@
   :global(.ant-card-body) {
     padding: 24px 24px 0 24px;
   }
+
+  :global(.ant-table-summary > tr > th, .ant-table-summary > tr > td) {
+    border-bottom: none;
+  }
 }