tntd 3.0.0-beta.21 → 3.0.0-beta.22

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.
@@ -281,7 +281,7 @@
281
281
  }
282
282
 
283
283
  &-title + &-content {
284
- // position: relative;
284
+ position: relative;
285
285
  // border-radius: @table-border-radius-base @table-border-radius-base 0 0;
286
286
 
287
287
  .@{table-prefix-cls}-bordered & {
@@ -281,7 +281,7 @@
281
281
  }
282
282
 
283
283
  &-title + &-content {
284
- // position: relative;
284
+ position: relative;
285
285
  // border-radius: @table-border-radius-base @table-border-radius-base 0 0;
286
286
 
287
287
  .@{table-prefix-cls}-bordered & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tntd",
3
- "version": "3.0.0-beta.21",
3
+ "version": "3.0.0-beta.22",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "heft start --storybook",