소스 검색

fix: fix basciTable card body margin

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

+ 1 - 1
src/components/Table/src/index.less

@@ -5,7 +5,7 @@
   :global(.ant-table-thead th.ant-table-column-sort:hover) {
     background: #f9f0ff;
   }
-  :global(.ant-card-body) {
+  :global(.ant-pro-card-body) {
     padding: 24px 24px 0 24px;
   }