ソースを参照

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;
   }