tntd 2.8.0-beta.22 → 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.
- package/es/drawer/index.less +6 -4
- package/lib/drawer/index.less +6 -4
- package/package.json +1 -1
package/es/drawer/index.less
CHANGED
|
@@ -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:
|
|
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
|
}
|
package/lib/drawer/index.less
CHANGED
|
@@ -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:
|
|
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
|
}
|