tntd 2.8.0-beta.21 → 2.8.0-beta.23

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.
@@ -25,7 +25,7 @@
25
25
 
26
26
  &-footer {
27
27
  .@{drawer-prefix-cls}-header {
28
- border-bottom: none;
28
+ // border-bottom: none;
29
29
  position: absolute;
30
30
  right: 0;
31
31
  top: 0;
@@ -119,19 +119,19 @@
119
119
 
120
120
  .@{drawer-prefix-cls}-header {
121
121
  padding: 13px 24px;
122
- border-bottom: none;
123
122
  position: absolute;
124
123
  right: 0;
125
124
  top: 0;
126
125
  width: 100%;
127
126
  background: #fff;
127
+ border-bottom: 1px solid #E9EDF3;
128
+
128
129
  }
129
130
 
130
131
  .@{drawer-prefix-cls}-body {
131
132
  padding: 24px !important;
132
133
  }
133
134
 
134
-
135
135
  .@{drawer-prefix-cls}-wrapper-body {
136
136
 
137
137
  .@{drawer-prefix-cls}-footer-style {
@@ -139,9 +139,11 @@
139
139
  right: 0;
140
140
  bottom: 0;
141
141
  width: 100%;
142
- padding: 10px 24px;
142
+ padding: 8px 24px;
143
143
  background: #fff;
144
144
  text-align: right;
145
+ border-top: 1px solid #E9EDF3;
146
+
145
147
  .@{ant-prefix}-btn {
146
148
  margin-left: 15px;
147
149
  }
@@ -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 & {
@@ -25,7 +25,7 @@
25
25
 
26
26
  &-footer {
27
27
  .@{drawer-prefix-cls}-header {
28
- border-bottom: none;
28
+ // border-bottom: none;
29
29
  position: absolute;
30
30
  right: 0;
31
31
  top: 0;
@@ -119,19 +119,19 @@
119
119
 
120
120
  .@{drawer-prefix-cls}-header {
121
121
  padding: 13px 24px;
122
- border-bottom: none;
123
122
  position: absolute;
124
123
  right: 0;
125
124
  top: 0;
126
125
  width: 100%;
127
126
  background: #fff;
127
+ border-bottom: 1px solid #E9EDF3;
128
+
128
129
  }
129
130
 
130
131
  .@{drawer-prefix-cls}-body {
131
132
  padding: 24px !important;
132
133
  }
133
134
 
134
-
135
135
  .@{drawer-prefix-cls}-wrapper-body {
136
136
 
137
137
  .@{drawer-prefix-cls}-footer-style {
@@ -139,9 +139,11 @@
139
139
  right: 0;
140
140
  bottom: 0;
141
141
  width: 100%;
142
- padding: 10px 24px;
142
+ padding: 8px 24px;
143
143
  background: #fff;
144
144
  text-align: right;
145
+ border-top: 1px solid #E9EDF3;
146
+
145
147
  .@{ant-prefix}-btn {
146
148
  margin-left: 15px;
147
149
  }
@@ -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.21",
3
+ "version": "2.8.0-beta.23",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "heft start --storybook",