tntd 2.8.17 → 2.8.19

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.
Files changed (71) hide show
  1. package/es/tntd-virtual-tree/index.js +20 -6
  2. package/es/tntd-virtual-tree/index.js.map +1 -1
  3. package/es/tntd-virtual-tree/index.less +3 -4
  4. package/es/tntd-virtual-tree-select/index.js +6 -2
  5. package/es/tntd-virtual-tree-select/index.js.map +1 -1
  6. package/lib/tntd-virtual-tree/index.d.ts +2 -1
  7. package/lib/tntd-virtual-tree/index.d.ts.map +1 -1
  8. package/lib/tntd-virtual-tree/index.js +20 -6
  9. package/lib/tntd-virtual-tree/index.js.map +1 -1
  10. package/lib/tntd-virtual-tree/index.less +3 -4
  11. package/lib/tntd-virtual-tree-select/index.d.ts +3 -1
  12. package/lib/tntd-virtual-tree-select/index.d.ts.map +1 -1
  13. package/lib/tntd-virtual-tree-select/index.js +9 -3
  14. package/lib/tntd-virtual-tree-select/index.js.map +1 -1
  15. package/package.json +1 -1
  16. package/es/alert/alert.less +0 -128
  17. package/es/cascader/cascader.less +0 -16
  18. package/es/checkbox/check.png +0 -0
  19. package/es/checkbox/checkbox.less +0 -69
  20. package/es/date-picker/index.less +0 -294
  21. package/es/input-number/inputNumber.less +0 -12
  22. package/es/modal/index.less +0 -36
  23. package/es/popconfirm/index.less +0 -32
  24. package/es/popover/index.less +0 -57
  25. package/es/progress/progress.less +0 -82
  26. package/es/query-form-backup/Field/Composition/FieldPopover.less +0 -35
  27. package/es/query-form-backup/Field/Composition/index.less +0 -114
  28. package/es/query-form-backup/index.less +0 -90
  29. package/es/radio/radio.less +0 -43
  30. package/es/spin/spin.less +0 -9
  31. package/es/steps/assets/background_left.svg +0 -12
  32. package/es/steps/assets/background_right.svg +0 -12
  33. package/es/steps/assets/horizontal_line.svg +0 -3
  34. package/es/steps/assets/vertical_line.svg +0 -3
  35. package/es/steps/stepStyle/icon.less +0 -51
  36. package/es/steps/stepStyle/progress-dot.less +0 -10
  37. package/es/steps/stepStyle/variables.less +0 -8
  38. package/es/steps/stepStyle/vertical.less +0 -41
  39. package/es/switch/index.less +0 -45
  40. package/es/tabs/tabs.less +0 -125
  41. package/es/time-picker/index.less +0 -38
  42. package/es/tntd-action/index.less +0 -59
  43. package/es/tntd-select/index.less +0 -7
  44. package/lib/alert/alert.less +0 -128
  45. package/lib/cascader/cascader.less +0 -16
  46. package/lib/checkbox/check.png +0 -0
  47. package/lib/checkbox/checkbox.less +0 -69
  48. package/lib/date-picker/index.less +0 -294
  49. package/lib/input-number/inputNumber.less +0 -12
  50. package/lib/modal/index.less +0 -36
  51. package/lib/popconfirm/index.less +0 -32
  52. package/lib/popover/index.less +0 -57
  53. package/lib/progress/progress.less +0 -82
  54. package/lib/query-form-backup/Field/Composition/FieldPopover.less +0 -35
  55. package/lib/query-form-backup/Field/Composition/index.less +0 -114
  56. package/lib/query-form-backup/index.less +0 -90
  57. package/lib/radio/radio.less +0 -43
  58. package/lib/spin/spin.less +0 -9
  59. package/lib/steps/assets/background_left.svg +0 -12
  60. package/lib/steps/assets/background_right.svg +0 -12
  61. package/lib/steps/assets/horizontal_line.svg +0 -3
  62. package/lib/steps/assets/vertical_line.svg +0 -3
  63. package/lib/steps/stepStyle/icon.less +0 -51
  64. package/lib/steps/stepStyle/progress-dot.less +0 -10
  65. package/lib/steps/stepStyle/variables.less +0 -8
  66. package/lib/steps/stepStyle/vertical.less +0 -41
  67. package/lib/switch/index.less +0 -45
  68. package/lib/tabs/tabs.less +0 -125
  69. package/lib/time-picker/index.less +0 -38
  70. package/lib/tntd-action/index.less +0 -59
  71. package/lib/tntd-select/index.less +0 -7
@@ -1,38 +0,0 @@
1
- @import '../style/themes/index';
2
-
3
- @timepicker-prefix-cls: ~'@{ant-prefix}-time-picker';
4
- .@{timepicker-prefix-cls} {
5
- input{
6
- border-color: @border-color-secondary;
7
- }
8
- &:has(input:not([value=''])),&:hover {
9
- .@{timepicker-prefix-cls}-icon{
10
- i{
11
- color: @text-color-secondary;
12
- }
13
- }
14
- }
15
- &:has(input[disabled]){
16
- .@{timepicker-prefix-cls}-icon{
17
- i{
18
- color: @disabled-color;
19
- }
20
- }
21
- }
22
- &-fill{
23
- input {
24
- background-color: @fill-color-quaternary;
25
- border-color: @fill-color-quaternary;
26
- &[disabled] {
27
- border: none;
28
- }
29
- &:focus{
30
- background-color: @white;
31
- }
32
- &:not([value='']):hover {
33
- background-color: @white;
34
- }
35
- }
36
- }
37
- }
38
-
@@ -1,59 +0,0 @@
1
- .tnt-action {
2
- position: fixed;
3
- // bottom: 100px;
4
- // width: @tnt-action-width;
5
- // left: calc(50vw - @tnt-action-width / 2);
6
- padding: 10px 16px;
7
- background-color: @text-color;
8
- border-radius: @border-radius-base;
9
- z-index: 200;
10
- cursor: grab;
11
- box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.25), 0px 1px 1px 0px #263354 inset;
12
- &-text {
13
- color: @white;
14
- margin-left: 20px;
15
- font-size: 14px;
16
- user-select: none;
17
- .num {
18
- display: inline-block;
19
- width: 16px;
20
- height: 16px;
21
- background: #454f64;
22
- border-radius: 8px;
23
- font-size: 10px;
24
- margin-right: 4px;
25
- vertical-align: text-bottom;
26
- text-align: center;
27
- }
28
- }
29
- > .tnt-btn-tertiary {
30
- opacity: 0.5;
31
- background: #454f64;
32
- color: @white;
33
- border-width: 0;
34
- width: @tnt-action-close-width;
35
- height: @tnt-action-close-width;
36
- min-width: @tnt-action-close-width;
37
- line-height: @tnt-action-close-width;
38
- margin-top: 4px;
39
- font-size: 14px;
40
- &:hover {
41
- opacity: 0.8;
42
- }
43
- }
44
- .fr {
45
- float: right;
46
- .ant-btn {
47
- margin-left: 10px;
48
- background: rgba(69, 79, 100, 0.5);
49
- color: @white;
50
- border-width: 0;
51
- .tntd-anticon {
52
- margin-right: 4px;
53
- }
54
- &:hover {
55
- background: rgba(69, 79, 100, 0.8);
56
- }
57
- }
58
- }
59
- }
@@ -1,7 +0,0 @@
1
- .tntd-select-empty-container {
2
- padding: 5px 12px;
3
-
4
- & > .ant-empty > .ant-empty-image > svg {
5
- width: 100%;
6
- }
7
- }
@@ -1,128 +0,0 @@
1
- @alert-prefix-cls: ~'@{ant-prefix}-alert';
2
- @alert-description-color: @text-color-secondary;
3
- @tnt-alert-prefix-cls: ~'tnt-alert';
4
-
5
-
6
- .@{tnt-alert-prefix-cls} {
7
-
8
- &.@{alert-prefix-cls}.@{alert-prefix-cls}-no-icon.@{alert-prefix-cls}-closable {
9
- padding-right: 30px;
10
- }
11
-
12
- &.@{tnt-alert-prefix-cls}-with-action {
13
- .@{alert-prefix-cls}-message {
14
- display: flex;
15
- justify-content: space-between;
16
- > .action-btn {
17
- flex: none;
18
- margin-left: 36px;
19
- margin-right: 12px;
20
- font-size: @font-size-base;
21
- }
22
- }
23
- }
24
-
25
- &.@{alert-prefix-cls} {
26
- border-radius: @border-radius-lg;
27
- padding: 8px 15px 8px 44px;
28
- & .anticon {
29
- left: 20px;
30
- top: 11px; // 与文字对齐
31
- }
32
-
33
- }
34
-
35
- .@{alert-prefix-cls}-message {
36
- font-weight: 500;
37
- color: @alert-description-color;
38
- }
39
-
40
- & .@{alert-prefix-cls}-close-icon {
41
- font-size: @font-size-lg;
42
- }
43
-
44
- &.@{alert-prefix-cls}-with-description {
45
- padding: 16px 20px 16px 48px;
46
- }
47
-
48
- &.@{alert-prefix-cls}.@{alert-prefix-cls}-no-icon {
49
- padding: 8px 20px;
50
- }
51
-
52
- &.@{alert-prefix-cls}-with-description.@{alert-prefix-cls}-no-icon {
53
- padding: 16px 20px;
54
- }
55
-
56
- &.@{alert-prefix-cls}-with-description i.@{alert-prefix-cls}-icon {
57
- top: 18px;
58
- font-size: @font-size-xl;
59
- }
60
- }
61
-
62
-
63
- .@{alert-prefix-cls}-success {
64
- .action-btn {
65
- background-color: @alert-success-bg-color;
66
- color: @green-6;
67
- a {
68
- color: @green-6;
69
- }
70
- }
71
- .@{alert-prefix-cls}-close-icon {
72
- .@{iconfont-css-prefix}-close {
73
- color: @alert-success-icon-color;
74
- }
75
- }
76
- }
77
-
78
- .@{alert-prefix-cls}-info {
79
- .action-btn {
80
- background-color: @alert-info-bg-color;
81
- color: @alert-info-icon-color;
82
- a {
83
- color: @alert-info-icon-color;
84
- }
85
- }
86
- .@{alert-prefix-cls}-close-icon {
87
- .@{iconfont-css-prefix}-close {
88
- color: @alert-info-icon-color;
89
- }
90
- }
91
- }
92
-
93
- .@{alert-prefix-cls}-warning {
94
- .action-btn {
95
- background-color: @alert-warning-bg-color;
96
- color: @gold-7;
97
- a {
98
- color: @gold-7;
99
- }
100
- }
101
- .@{alert-prefix-cls}-close-icon {
102
- .@{iconfont-css-prefix}-close {
103
- color: @alert-warning-icon-color;
104
- }
105
- }
106
- }
107
-
108
- .@{alert-prefix-cls}-error {
109
- .action-btn {
110
- background-color: @alert-error-bg-color;
111
- color: @red-6;
112
- a {
113
- color: @red-6;
114
- }
115
- }
116
- .@{alert-prefix-cls}-close-icon {
117
- .@{iconfont-css-prefix}-close {
118
- color: @alert-error-icon-color;
119
- }
120
- }
121
- }
122
-
123
- .@{alert-prefix-cls} {
124
- >
125
- .@{alert-prefix-cls}-icon {
126
- font-size: @font-size-lg;
127
- }
128
- }
@@ -1,16 +0,0 @@
1
- @cascader-prefix-cls: ~'@{ant-prefix}-cascader';
2
-
3
- .tnt-cascader {
4
- .@{cascader-prefix-cls}-picker {
5
- &-clear {
6
- width: 16px;
7
- height: 16px;
8
- font-size: initial;
9
- margin-top: -8px;
10
- }
11
- &-arrow {
12
- width: 16px;
13
- height: 16px;
14
- }
15
- }
16
- }
Binary file
@@ -1,69 +0,0 @@
1
- @checkbox-prefix-cls: ~'@{ant-prefix}-checkbox';
2
- @checkbox-inner-prefix-cls: ~'@{checkbox-prefix-cls}-inner';
3
-
4
- .tnt-checkbox,
5
- .tnt-checkbox-group {
6
- .@{checkbox-prefix-cls}-indeterminate {
7
- .@{checkbox-inner-prefix-cls} {
8
- background-color: @checkbox-color;
9
- border-color: @checkbox-color;
10
- }
11
- .@{checkbox-inner-prefix-cls}::after {
12
- @indeterminate-width: calc(@checkbox-size - 8px);
13
- @indeterminate-height: 1.4px;
14
-
15
- width: @indeterminate-width;
16
- height: @indeterminate-height;
17
- background-color: @component-background;
18
- border-radius: 2px;
19
- transition: none;
20
- }
21
-
22
- &.@{checkbox-prefix-cls}-disabled {
23
- .@{checkbox-inner-prefix-cls} {
24
- background: @checkbox-check-disabled-color;
25
- border-color: @checkbox-check-disabled-color !important;
26
-
27
- &::after {
28
- background-color: #fff;
29
- }
30
- }
31
- }
32
- }
33
-
34
- .@{checkbox-prefix-cls}-checked {
35
- &.@{checkbox-prefix-cls}-disabled {
36
- .@{checkbox-inner-prefix-cls} {
37
- background: @checkbox-check-disabled-color;
38
- border-color: @checkbox-check-disabled-color !important;
39
- &::after {
40
- border-color: #fff;
41
- }
42
- }
43
- }
44
-
45
- .@{checkbox-inner-prefix-cls}::after {
46
- width: 16px;
47
- height: 16px;
48
- border-width: 0;
49
- background-image: url(./check.png);
50
- background-size: contain;
51
- transform: translate(-25%, -50%);
52
- transition: none;
53
- }
54
- }
55
- }
56
-
57
- .tnt-checkbox {
58
- & > span:nth-of-type(2) {
59
- display: inline-block;
60
- }
61
- &-children {
62
- display: flex;
63
- flex-direction: column;
64
- }
65
- &-desc {
66
- font-size: @font-size-sm;
67
- color: @bg-color-spotilight-tint-50;
68
- }
69
- }
@@ -1,294 +0,0 @@
1
- @import '../style/themes/index';
2
-
3
- @datepicker-prefix-cls: ~'@{ant-prefix}-date-picker';
4
- @calendar-prefix-cls: ~'@{ant-prefix}-calendar';
5
- @calendar-timepicker-prefix-cls: ~'@{ant-prefix}-calendar-time-picker';
6
-
7
- .@{calendar-prefix-cls}-picker-container{
8
- .@{calendar-prefix-cls}{
9
- // margin-top: 42px;
10
- .@{calendar-prefix-cls}-input-wrap{
11
- // display: none;
12
- }
13
- }
14
- .@{calendar-prefix-cls}-range{
15
- // margin-top: 42px;
16
- .@{calendar-prefix-cls}-input-wrap,.@{calendar-prefix-cls}-range-middle{
17
- // display: none;
18
- }
19
- .@{calendar-prefix-cls}-decade-panel,.@{calendar-prefix-cls}-year-panel,.@{calendar-prefix-cls}-month-panel{
20
- // top: 0
21
- }
22
- }
23
- .@{calendar-prefix-cls}-month-calendar,.@{calendar-prefix-cls}-week-number{
24
- // margin-top: 42px;
25
- }
26
- //.@{calendar-prefix-cls}-today .@{calendar-prefix-cls}-date{
27
- // background-color: @white;
28
- //}
29
- .@{calendar-prefix-cls}:not(.@{calendar-prefix-cls}-range){
30
- .@{calendar-prefix-cls}-selected-date .@{calendar-prefix-cls}-date{
31
- background-color: @blue-6;
32
- color: @white;
33
- }
34
- }
35
-
36
- }
37
- //Picker
38
- .@{calendar-prefix-cls}-picker{
39
- input,.@{calendar-prefix-cls}-picker-input{
40
- border-color: @border-color-secondary;
41
- color: @text-color;
42
- &:focus{
43
- border-color: @blue-5;
44
- }
45
- }
46
- &:has(input:not([value=''])),&:hover {
47
- .@{calendar-prefix-cls}-picker-icon{
48
- color: @text-color-secondary;
49
- }
50
- }
51
- &:has(input[disabled]){
52
- .@{calendar-prefix-cls}-picker-icon{
53
- color: @disabled-color;
54
- }
55
- }
56
- .@{calendar-prefix-cls}-picker-icon{
57
- width: auto;
58
- height: @font-size-lg;
59
- font-size: @font-size-lg;
60
- }
61
- .@{calendar-prefix-cls}-picker-clear{
62
- color: tint(@bg-color-spotilight, 50%);
63
- }
64
- }
65
- .@{datepicker-prefix-cls}{
66
- &-fill{
67
- .@{calendar-prefix-cls}-picker{
68
- &-input {
69
- &.@{ant-prefix}-input {
70
- background-color: @fill-color-quaternary;
71
- border-color: @fill-color-quaternary;
72
- &-disabled {
73
- border: none;
74
- pointer-events: none;
75
- background: @disabled-bg;
76
- }
77
- &:focus{
78
- background-color: @white;
79
- border-color: @blue-5;
80
- }
81
- }
82
- &:not([value='']):hover {
83
- background-color: @white;
84
- }
85
- }
86
- }
87
- }
88
- }
89
-
90
- //Calender
91
- .@{calendar-prefix-cls}{
92
- &-footer {
93
- &-extra {
94
- .@{ant-prefix}-tag{
95
- color: @text-color;
96
- border: none;
97
- background-color: @white;
98
- &:hover{
99
- color: @blue-6;
100
- }
101
- }
102
- }
103
- }
104
-
105
- thead tr{
106
- border-bottom: none;
107
- }
108
- table th{
109
- background-color: @white;
110
- }
111
- }
112
-
113
- //RangePicker
114
- .@{calendar-prefix-cls}-range{
115
- .@{calendar-prefix-cls}-in-range-cell,
116
- .@{calendar-prefix-cls}-selected-start-date,
117
- .@{calendar-prefix-cls}-selected-end-date {
118
- position: relative;
119
- border-radius: 0;
120
- > div {
121
- position: relative;
122
- z-index: 1;
123
- }
124
- &::before {
125
- position: absolute;
126
- top: 3px;
127
- right: 0;
128
- bottom: 3px;
129
- left: 0;
130
- display: block;
131
- background: @item-active-bg;
132
- border: 0;
133
- border-radius: 0;
134
- content: '';
135
- }
136
- }
137
- .@{calendar-prefix-cls}-selected-start-date{
138
- &::before{
139
- border-radius: @border-radius-base 0 0 @border-radius-base;
140
- }
141
- &::after {
142
- position: absolute;
143
- bottom: -2px;
144
- left: 16px;
145
- display: block;
146
- background: @blue-6;
147
- border: 0;
148
- border-radius: 50%;
149
- width: 4px;
150
- height: 4px;
151
- content: '';
152
- }
153
- }
154
- //ant-calendar-last-day-of-month
155
- //ant-calendar-last-month-cell ant-calendar-last-day-of-month
156
- .@{calendar-prefix-cls}-selected-end-date{
157
- &::before{
158
- border-radius: 0 @border-radius-base @border-radius-base 0;
159
- }
160
- }
161
- .@{calendar-prefix-cls}-selected-start-date.@{calendar-prefix-cls}-selected-end-date{
162
- &::before{
163
- border-radius: @border-radius-base @border-radius-base @border-radius-base @border-radius-base;
164
- }
165
- }
166
- tr .@{calendar-prefix-cls}-in-range-cell:first-child{
167
- &::before{
168
- border-radius: @border-radius-base 0 0 @border-radius-base;
169
- }
170
- }
171
- tr .@{calendar-prefix-cls}-selected-end-date:first-child,
172
- tr .@{calendar-prefix-cls}-selected-start-date:last-child{
173
- &::before{
174
- border-radius: @border-radius-base @border-radius-base @border-radius-base @border-radius-base;
175
- }
176
- }
177
- tr .@{calendar-prefix-cls}-in-range-cell:last-child{
178
- &::before{
179
- border-radius: 0 @border-radius-base @border-radius-base 0;
180
- }
181
- }
182
- .@{calendar-prefix-cls}-cell{
183
- height: 38px;
184
- }
185
- }
186
-
187
- //MonthPanel
188
- .@{calendar-prefix-cls}-month-panel-month {
189
- border-radius: @border-radius-base;
190
- }
191
-
192
- //WeekPicker
193
- .@{calendar-prefix-cls}-week-number {
194
- &-cell {
195
- opacity: 1;
196
- font-weight: normal;
197
- color: @text-color-tertiary !important;
198
- }
199
- .@{calendar-prefix-cls}-body tr {
200
- cursor: pointer;
201
- transition: all 0.3s;
202
- background: @white;
203
- .@{calendar-prefix-cls}-date{
204
- width: auto;
205
- border-radius: 0;
206
- font-weight: 500;
207
- }
208
- &:hover {
209
- background: @white;
210
- td:nth-child(2){
211
- .@{calendar-prefix-cls}-date{
212
- border-radius: @border-radius-base 0 0 @border-radius-base;
213
- }
214
- }
215
- td:last-child{
216
- .@{calendar-prefix-cls}-date{
217
- border-radius: 0 @border-radius-base @border-radius-base 0;
218
- }
219
- }
220
- .@{calendar-prefix-cls}-cell{
221
- &::before{
222
- top: 8px;
223
- bottom: 8px;
224
- }
225
- .@{calendar-prefix-cls}-date{
226
- background: @background-color-base;
227
- &:hover{
228
- background: @background-color-base;
229
- }
230
- }
231
- .@{calendar-prefix-cls}-selected-day{
232
- background: @background-color-base;
233
- }
234
- }
235
- .@{calendar-prefix-cls}-week-number-cell{
236
- background: @white;
237
- }
238
- }
239
- .@{calendar-prefix-cls}-selected-day .@{calendar-prefix-cls}-date,
240
- .@{calendar-prefix-cls}-selected-day:hover .@{calendar-prefix-cls}-date {
241
- color: @text-color;
242
- background: transparent;
243
- }
244
- &.@{calendar-prefix-cls}-active-week {
245
- background: transparent;
246
- td:nth-child(2){
247
- .@{calendar-prefix-cls}-selected-day,.@{calendar-prefix-cls}-date{
248
- border-radius: @border-radius-base 0 0 @border-radius-base;
249
- }
250
- }
251
- td:last-child{
252
- .@{calendar-prefix-cls}-selected-day,.@{calendar-prefix-cls}-date{
253
- border-radius: 0 @border-radius-base @border-radius-base 0;
254
- }
255
- }
256
- .@{calendar-prefix-cls}-cell{
257
- font-weight: bold;
258
- //background: @primary-color;
259
- .@{calendar-prefix-cls}-date{
260
- color: @text-color-inverse;
261
- background: @primary-color;
262
- &:hover{
263
- color: @text-color-inverse;
264
- background: @primary-color;
265
- }
266
- }
267
- .@{calendar-prefix-cls}-selected-day{
268
- background: @primary-color;
269
- }
270
- }
271
- }
272
- .@{calendar-prefix-cls}-today .@{calendar-prefix-cls}-date{
273
- //color: @text-color;
274
- //font-weight: normal;
275
- border-color: transparent;
276
- }
277
- }
278
- .@{calendar-prefix-cls}-cell{
279
- height: 38px;
280
- position: relative;
281
- &::before {
282
- position: absolute;
283
- top: 3px;
284
- right: 0;
285
- bottom: 3px;
286
- left: 0;
287
- display: block;
288
- border: 0;
289
- border-radius: 0;
290
- content: '';
291
- }
292
- }
293
- }
294
-
@@ -1,12 +0,0 @@
1
- @import './style/index.less';
2
-
3
- @input-prefix-cls: ~'@{ant-prefix}-input-number';
4
-
5
- .tnt-input-number,
6
- .@{input-prefix-cls} {
7
- border-color: @border-color-secondary;
8
-
9
- &.@{input-prefix-cls}-focused {
10
- .active();
11
- }
12
- }
@@ -1,36 +0,0 @@
1
- @modal-prefix-cls: ~'@{ant-prefix}-modal';
2
- @confirm-prefix-cls: ~'@{ant-prefix}-modal-confirm';
3
-
4
-
5
- .@{modal-prefix-cls}{
6
- &-header{
7
- font-size: @font-size-lg;
8
- font-weight: 500;
9
- }
10
- &-close-x{
11
- font-size: 20px;
12
- }
13
-
14
- &-title{
15
- line-height: @line-height-lg;
16
- }
17
- }
18
-
19
- .@{confirm-prefix-cls}{
20
- &-body{
21
- .anticon {
22
- font-size: 22px !important;
23
- margin-top: 1px;
24
- }
25
- }
26
-
27
- &-body &-content{
28
- margin-top: @margin-xs;
29
- }
30
-
31
- .@{confirm-prefix-cls}-btns {
32
- button {
33
- border-radius: @border-radius-base;
34
- }
35
- }
36
- }
@@ -1,32 +0,0 @@
1
- @popover-prefix-cls: ~'@{ant-prefix}-popover';
2
-
3
- .@{popover-prefix-cls} {
4
- &-inner-content {
5
- padding: @padding-base;
6
- }
7
-
8
- &-message {
9
- padding: 0 0 @padding-xs;
10
-
11
- &>.anticon {
12
- font-size: @font-size-lg;
13
- top: 7px;
14
- }
15
- }
16
-
17
- &-message-title {
18
- padding-top: @padding-xxs;
19
- padding-bottom: @padding-xxs;
20
- line-height: @line-height-base;
21
- }
22
-
23
- &-buttons {
24
- margin-bottom: 0;
25
- }
26
- }
27
-
28
- .@{popover-prefix-cls}-arrow-hidden {
29
- .@{popover-prefix-cls}-arrow {
30
- display: none;
31
- }
32
- }