@bit-sun/business-component 4.0.9 → 4.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bit-sun/business-component",
3
- "version": "4.0.9",
3
+ "version": "4.0.10",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -168,7 +168,7 @@ body {
168
168
  .ant-table.ant-table-middle .ant-table-container tfoot > tr > td {
169
169
  padding: 0 10px;
170
170
  font-size: @font-size-base;
171
- line-height: 31px;
171
+ line-height: 29px;
172
172
  white-space: nowrap;
173
173
  }
174
174
 
@@ -189,7 +189,7 @@ body {
189
189
  .ant-table-thead
190
190
  > tr
191
191
  > th {
192
- height: 31px;
192
+ height: 29px;
193
193
  background: #f7f8fb;
194
194
  }
195
195
 
@@ -536,10 +536,10 @@ body {
536
536
  .ant-table .ant-table-container tfoot > tr > th,
537
537
  .ant-table .ant-table-container tfoot > tr > td,
538
538
  .ant-table .ant-table-container .ant-table-thead .ant-table-column-sorters {
539
- height: 31px;
539
+ height: 29px;
540
540
  // padding: 0 10px;
541
541
  font-size: @font-size-base;
542
- line-height: 31px;
542
+ line-height: 29px;
543
543
  white-space: nowrap;
544
544
  }
545
545
 
@@ -1438,7 +1438,7 @@ body .ant-table .ant-table-container .ant-table-thead > tr > th {
1438
1438
  font-size: 18px;
1439
1439
  color: #000000;
1440
1440
  letter-spacing: 0;
1441
- line-height: 31px;
1441
+ line-height: 29px;
1442
1442
  }
1443
1443
  }
1444
1444
  }