Browse Source

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

lanjianrong 4 năm trước cách đây
mục cha
commit
b5c2c44d93
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
+  }
 }