Forráskód Böngészése

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

lanjianrong 4 éve
szülő
commit
b5c2c44d93
1 módosított fájl, 4 hozzáadás és 0 törlés
  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;
+  }
 }