tntd 2.8.0-beta.20 → 2.8.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.
@@ -291,7 +291,7 @@
291
291
  }
292
292
 
293
293
  &-title + &-content {
294
- // position: relative;
294
+ position: relative;
295
295
  // border-radius: @table-border-radius-base @table-border-radius-base 0 0;
296
296
 
297
297
  .@{table-prefix-cls}-bordered & {
@@ -291,7 +291,7 @@
291
291
  }
292
292
 
293
293
  &-title + &-content {
294
- // position: relative;
294
+ position: relative;
295
295
  // border-radius: @table-border-radius-base @table-border-radius-base 0 0;
296
296
 
297
297
  .@{table-prefix-cls}-bordered & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tntd",
3
- "version": "2.8.0-beta.20",
3
+ "version": "2.8.0-beta.22",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "heft start --storybook",
@@ -106,4 +106,4 @@
106
106
  "main": "lib/index.js",
107
107
  "module": "es/index.js",
108
108
  "typings": "lib/index.d.ts"
109
- }
109
+ }