@qn-pandora/pandora-component 4.3.4 → 4.3.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (120) hide show
  1. package/CHANGELOG.json +20 -0
  2. package/CHANGELOG.md +8 -1
  3. package/README.md +36 -36
  4. package/es/components/AutoComplete/style.less +8 -8
  5. package/es/components/Breadcrumb/style.less +9 -9
  6. package/es/components/Button/style.less +51 -51
  7. package/es/components/Card/RowExtra/style.less +8 -8
  8. package/es/components/Card/SearchInput/style.less +8 -8
  9. package/es/components/Card/style.less +11 -11
  10. package/es/components/CheckTransformList/style.less +35 -35
  11. package/es/components/Checkbox/style.less +5 -5
  12. package/es/components/CheckboxList/style.less +11 -11
  13. package/es/components/Collapse/style.less +58 -58
  14. package/es/components/CollapsiblePanel/style.less +63 -63
  15. package/es/components/DateTimePicker/Base/style.less +160 -160
  16. package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  17. package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
  18. package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  19. package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
  20. package/es/components/DateTimePicker/constants.d.ts +2 -2
  21. package/es/components/DateTimePicker/style.less +19 -19
  22. package/es/components/Descriptions/style.less +16 -16
  23. package/es/components/Drawer/CloseIcon/style.less +8 -8
  24. package/es/components/Drawer/style.less +61 -61
  25. package/es/components/FileResumable/style.less +94 -94
  26. package/es/components/Input/style.less +12 -12
  27. package/es/components/KeyValuePair/style.less +25 -25
  28. package/es/components/Menu/style.less +18 -18
  29. package/es/components/Modal/style.less +30 -30
  30. package/es/components/NameExplainTooltip/style.less +10 -10
  31. package/es/components/NameLimiter/style.less +19 -19
  32. package/es/components/OptionList/InlineOptionList/style.less +16 -16
  33. package/es/components/OptionList/OptionItem/style.less +25 -25
  34. package/es/components/OptionList/PopoverOptionList/style.less +30 -30
  35. package/es/components/OptionList/style.less +3 -3
  36. package/es/components/RadioGroup/style.less +41 -41
  37. package/es/components/RangeInput/style.less +37 -37
  38. package/es/components/RemarkName/style.less +2 -2
  39. package/es/components/Selector/style.less +99 -99
  40. package/es/components/Spin/style.less +26 -26
  41. package/es/components/Steps/ControlButton/style.less +5 -5
  42. package/es/components/Steps/style.less +48 -48
  43. package/es/components/Table/ColumnSetting/index.js +5 -1
  44. package/es/components/Table/ColumnSetting/style.less +46 -46
  45. package/es/components/Table/ColumnTag/style.less +40 -40
  46. package/es/components/Table/style.css +21 -0
  47. package/es/components/Table/style.less +344 -321
  48. package/es/components/Tabs/style.less +33 -33
  49. package/es/components/TagList/Tag/style.less +72 -72
  50. package/es/components/TagList/TagSwitch/style.less +28 -28
  51. package/es/components/TagList/style.less +28 -28
  52. package/es/components/Timeline/TimelineItem/style.less +49 -49
  53. package/es/components/Timeline/style.less +23 -23
  54. package/es/components/Transfer/List/style.less +19 -19
  55. package/es/components/Transfer/ListBody/style.less +18 -18
  56. package/es/components/Transfer/style.less +14 -14
  57. package/es/components/TreeSelector/style.less +56 -56
  58. package/es/index.css +2263 -2242
  59. package/es/index.less +53 -53
  60. package/es/style/mixin.less +45 -45
  61. package/es/style/theme.less +414 -412
  62. package/lib/components/AutoComplete/style.less +8 -8
  63. package/lib/components/Breadcrumb/style.less +9 -9
  64. package/lib/components/Button/style.less +51 -51
  65. package/lib/components/Card/RowExtra/style.less +8 -8
  66. package/lib/components/Card/SearchInput/style.less +8 -8
  67. package/lib/components/Card/style.less +11 -11
  68. package/lib/components/CheckTransformList/style.less +35 -35
  69. package/lib/components/Checkbox/style.less +5 -5
  70. package/lib/components/CheckboxList/style.less +11 -11
  71. package/lib/components/Collapse/style.less +58 -58
  72. package/lib/components/CollapsiblePanel/style.less +63 -63
  73. package/lib/components/DateTimePicker/Base/style.less +160 -160
  74. package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  75. package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
  76. package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  77. package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
  78. package/lib/components/DateTimePicker/constants.d.ts +2 -2
  79. package/lib/components/DateTimePicker/style.less +19 -19
  80. package/lib/components/Descriptions/style.less +16 -16
  81. package/lib/components/Drawer/CloseIcon/style.less +8 -8
  82. package/lib/components/Drawer/style.less +61 -61
  83. package/lib/components/FileResumable/style.less +94 -94
  84. package/lib/components/Input/style.less +12 -12
  85. package/lib/components/KeyValuePair/style.less +25 -25
  86. package/lib/components/Menu/style.less +18 -18
  87. package/lib/components/Modal/style.less +30 -30
  88. package/lib/components/NameExplainTooltip/style.less +10 -10
  89. package/lib/components/NameLimiter/style.less +19 -19
  90. package/lib/components/OptionList/InlineOptionList/style.less +16 -16
  91. package/lib/components/OptionList/OptionItem/style.less +25 -25
  92. package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
  93. package/lib/components/OptionList/style.less +3 -3
  94. package/lib/components/RadioGroup/style.less +41 -41
  95. package/lib/components/RangeInput/style.less +37 -37
  96. package/lib/components/RemarkName/style.less +2 -2
  97. package/lib/components/Selector/style.less +99 -99
  98. package/lib/components/Spin/style.less +26 -26
  99. package/lib/components/Steps/ControlButton/style.less +5 -5
  100. package/lib/components/Steps/style.less +48 -48
  101. package/lib/components/Table/ColumnSetting/index.js +5 -1
  102. package/lib/components/Table/ColumnSetting/style.less +46 -46
  103. package/lib/components/Table/ColumnTag/style.less +40 -40
  104. package/lib/components/Table/style.css +21 -0
  105. package/lib/components/Table/style.less +344 -321
  106. package/lib/components/Tabs/style.less +33 -33
  107. package/lib/components/TagList/Tag/style.less +72 -72
  108. package/lib/components/TagList/TagSwitch/style.less +28 -28
  109. package/lib/components/TagList/style.less +28 -28
  110. package/lib/components/Timeline/TimelineItem/style.less +49 -49
  111. package/lib/components/Timeline/style.less +23 -23
  112. package/lib/components/Transfer/List/style.less +19 -19
  113. package/lib/components/Transfer/ListBody/style.less +18 -18
  114. package/lib/components/Transfer/style.less +14 -14
  115. package/lib/components/TreeSelector/style.less +56 -56
  116. package/lib/index.css +212 -191
  117. package/lib/index.less +53 -53
  118. package/lib/style/mixin.less +45 -45
  119. package/lib/style/theme.less +414 -412
  120. package/package.json +83 -83
@@ -1,321 +1,344 @@
1
- @import 'antd/lib/table/style/index.less';
2
- @import 'antd/lib/pagination/style/index.less';
3
- @import '../../style/theme.less';
4
- @import '../../style/mixin.less';
5
-
6
- .@{sdk-prefix}-table-wrapper {
7
- a {
8
- color: @table-link-color;
9
-
10
- &:hover {
11
- text-decoration: underline;
12
- }
13
- }
14
- .@{ant-prefix}-table {
15
- color: @heading-color;
16
- font-size: 12px;
17
- colgroup {
18
- .@{ant-prefix}-table-selection-col {
19
- width: 36px;
20
- }
21
- }
22
- }
23
-
24
- .@{ant-prefix}-table-tbody > tr {
25
- .@{ant-prefix}-table-selection-column {
26
- text-align: left;
27
- }
28
- }
29
-
30
- .@{ant-prefix}-table-thead > tr > th,
31
- .@{ant-prefix}-table-tbody > tr > td {
32
- padding: 12px;
33
- line-height: 20px;
34
- }
35
-
36
- .@{ant-prefix}-table-thead > tr > th:first-child,
37
- .@{ant-prefix}-table-tbody > tr > td:first-child {
38
- padding-left: 20px;
39
- }
40
-
41
- .@{ant-prefix}-table-thead > tr > th:last-child,
42
- .@{ant-prefix}-table-tbody > tr > td:last-child {
43
- padding-right: 20px;
44
- }
45
- .@{ant-prefix}-table-tbody
46
- > tr
47
- > td:first-child:has(.@{sdk-prefix}-table-empty) {
48
- padding: 0;
49
- }
50
-
51
- .@{ant-prefix}-table-thead > tr > th .anticon-filter {
52
- line-height: 20px;
53
- &.@{ant-prefix}-table-filter-selected {
54
- color: @theme-color;
55
- }
56
- }
57
-
58
- .@{ant-prefix}-table-thead
59
- > tr
60
- > th
61
- .@{ant-prefix}-table-column-sorter
62
- .@{ant-prefix}-table-column-sorter-inner {
63
- margin-left: 8px;
64
- color: @input-placeholder-color;
65
- &:hover {
66
- background: inherit;
67
- }
68
- }
69
-
70
- .@{ant-prefix}-table-thead
71
- > tr
72
- > th
73
- .@{ant-prefix}-table-header-column
74
- .@{ant-prefix}-table-column-sorters
75
- > .@{ant-prefix}-table-column-title {
76
- display: inline-block;
77
- }
78
- .@{ant-prefix}-table-small {
79
- border: none;
80
- }
81
-
82
- .@{ant-prefix}-table-thead > tr > th {
83
- background: @table-thead-bg;
84
- border-bottom: none;
85
- color: @table-thead-color;
86
- font-weight: 500;
87
- .@{ant-prefix}-table-selection {
88
- width: 16px;
89
- .@{ant-prefix}-checkbox-wrapper {
90
- display: none;
91
- }
92
- }
93
- }
94
-
95
- .@{ant-prefix}-table-thead
96
- > tr
97
- > th.@{ant-prefix}-table-selection-column
98
- > .@{ant-prefix}-table-header-column {
99
- visibility: hidden;
100
- }
101
-
102
- .@{ant-prefix}-table-thead
103
- > tr
104
- > th
105
- .@{ant-prefix}-table-column-sorter
106
- .@{ant-prefix}-table-column-sorter-inner-full
107
- .@{ant-prefix}-table-column-sorter-down {
108
- margin-top: 0;
109
- }
110
-
111
- .@{ant-prefix}-table-thead
112
- > tr
113
- > th
114
- .@{ant-prefix}-table-column-sorter
115
- .@{ant-prefix}-table-column-sorter-inner-full {
116
- margin-top: -0.3em;
117
- }
118
-
119
- .@{ant-prefix}-table-thead
120
- > tr
121
- > th
122
- .@{ant-prefix}-table-header-column
123
- .@{ant-prefix}-table-column-sorters:hover::before {
124
- background: inherit;
125
- }
126
-
127
- .@{ant-prefix}-table-tbody > tr > td {
128
- border-bottom: none;
129
- }
130
-
131
- .@{ant-prefix}-table-tbody > tr > td.@{ant-prefix}-table-selection-column {
132
- padding-left: 20px;
133
- width: 36px;
134
- }
135
-
136
- .@{sdk-prefix}-odd-table-row,
137
- .@{sdk-prefix}-odd-table-row + .@{ant-prefix}-table-expanded-row {
138
- background: @table-row-even-bg;
139
- td {
140
- background-color: inherit;
141
- }
142
- }
143
- .@{sdk-prefix}-even-table-row,
144
- .@{sdk-prefix}-even-table-row + .@{ant-prefix}-table-expanded-row {
145
- background: @table-row-odd-bg;
146
- td {
147
- background-color: inherit;
148
- }
149
- }
150
-
151
- .@{ant-prefix}-table-row {
152
- &:hover {
153
- background: @table-row-hover-bg;
154
- }
155
- }
156
-
157
- .@{ant-prefix}-table-row-hover {
158
- background: @table-row-hover-bg;
159
- }
160
-
161
- .@{ant-prefix}-table-placeholder {
162
- border: none;
163
- }
164
-
165
- .@{ant-prefix}-table-tbody > tr.@{ant-prefix}-table-row-selected td {
166
- transition: none;
167
- background: inherit;
168
- }
169
-
170
- .@{ant-prefix}-pagination-item a:hover,
171
- .@{ant-prefix}-pagination-item-link:hover {
172
- text-decoration: none;
173
- }
174
-
175
- .@{ant-prefix}-pagination-item {
176
- border-color: @pagination-item-border-color;
177
- a {
178
- color: @pagination-item-text-color;
179
- }
180
- }
181
-
182
- .@{ant-prefix}-pagination-item:hover,
183
- .@{ant-prefix}-pagination-item-active {
184
- border-color: @table-link-color;
185
- a {
186
- color: @table-link-color;
187
- }
188
- }
189
-
190
- .@{ant-prefix}-pagination-item-link,
191
- .@{ant-prefix}-pagination-item-link {
192
- border-color: @pagination-item-border-color;
193
- i {
194
- color: @pagination-item-text-color;
195
- }
196
- }
197
-
198
- .@{ant-prefix}-pagination-item-link:hover,
199
- .@{ant-prefix}-pagination-item-link:hover {
200
- border-color: @table-link-color;
201
- i {
202
- color: @table-link-color;
203
- }
204
- }
205
-
206
- .@{ant-prefix}-pagination-disabled {
207
- .@{ant-prefix}-pagination-item-link:hover,
208
- .@{ant-prefix}-pagination-item-link:hover {
209
- border-color: @pagination-item-border-color;
210
- i {
211
- color: @pagination-item-text-color;
212
- }
213
- }
214
- }
215
-
216
- .@{ant-prefix}-pagination-options-size-changer {
217
- color: @heading-color;
218
- .@{ant-prefix}-select-selection {
219
- border: solid 1px @pagination-item-border-color;
220
- }
221
- .@{ant-prefix}-select-selection--single {
222
- height: 32px;
223
- position: relative;
224
- .@{ant-prefix}-select-selection__rendered {
225
- line-height: 30px;
226
- }
227
- }
228
- }
229
- .@{ant-prefix}-table-thead > tr > th .@{ant-prefix}-table-filter-column,
230
- .@{ant-prefix}-table-thead > tr > th .@{ant-prefix}-table-column-sorters {
231
- display: flex;
232
- flex-direction: row;
233
- justify-content: flex-start;
234
- .@{ant-prefix}-table-column-title {
235
- flex: 0 1 auto;
236
- padding-right: 0px;
237
- }
238
- .@{ant-prefix}-table-filter-trigger-container {
239
- position: relative;
240
- }
241
- }
242
-
243
- .@{ant-prefix}-table-filter-dropdown .@{ant-prefix}-dropdown-menu {
244
- max-height: 200px;
245
- }
246
-
247
- .@{ant-prefix}-table-tbody > tr.@{ant-prefix}-table-row:hover > td {
248
- background-color: @table-row-hover-bg;
249
- }
250
- .@{ant-prefix}-table-filter-trigger {
251
- display: block;
252
- line-height: 28px;
253
- }
254
- .@{sdk-prefix}-table-empty {
255
- margin: 32px 0;
256
- .@{sdk-prefix}-table-empty-text {
257
- margin-top: 12px;
258
- color: @icon-color;
259
- font-size: 14px;
260
- }
261
- }
262
- }
263
-
264
- .@{sdk-prefix}-table-batch-opt {
265
- position: absolute;
266
- left: 40px;
267
- bottom: 16px;
268
- height: 32px;
269
- line-height: 32px;
270
-
271
- .@{sdk-prefix}-table-batch-opt-label {
272
- color: @heading-color;
273
- margin-right: 12px;
274
- margin-left: 12px;
275
- }
276
-
277
- .@{sdk-prefix}-table-batch-opt-item {
278
- margin-right: 10px;
279
- cursor: pointer;
280
- color: @theme-color;
281
- }
282
-
283
- .@{sdk-prefix}-table-batch-opt-disabled {
284
- pointer-events: none;
285
- color: @font-disable-color-2;
286
- }
287
- }
288
-
289
- // 表格滚动条样式,覆盖style中的样式important不能去掉
290
- .@{sdk-prefix}-table-scrollX {
291
- .@{ant-prefix}-table-body {
292
- overflow-x: auto !important;
293
- }
294
- }
295
-
296
- .@{sdk-prefix}-table-scrollY {
297
- .@{ant-prefix}-table-body {
298
- overflow-y: auto !important;
299
- }
300
- }
301
-
302
- .@{ant-prefix}-table-row-collapsed::after {
303
- margin-left: 1.2px;
304
- }
305
-
306
- .@{ant-prefix}-table-cell::before {
307
- display: none;
308
- }
309
-
310
- .@{ant-prefix}-empty {
311
- .@{ant-prefix}-empty-description {
312
- color: @input-placeholder-color;
313
- }
314
- }
315
-
316
- .@{sdk-prefix}-last-column-title {
317
- .@{sdk-prefix}-last-column-setting {
318
- position: absolute;
319
- right: 12px;
320
- }
321
- }
1
+ @import 'antd/lib/table/style/index.less';
2
+ @import 'antd/lib/pagination/style/index.less';
3
+ @import '../../style/theme.less';
4
+ @import '../../style/mixin.less';
5
+
6
+ .@{sdk-prefix}-table-wrapper {
7
+ a {
8
+ color: @table-link-color;
9
+
10
+ &:hover {
11
+ text-decoration: underline;
12
+ }
13
+ }
14
+ .@{ant-prefix}-table {
15
+ color: @heading-color;
16
+ font-size: 12px;
17
+ colgroup {
18
+ .@{ant-prefix}-table-selection-col {
19
+ width: 36px;
20
+ }
21
+ }
22
+ }
23
+
24
+ .@{ant-prefix}-table-tbody > tr {
25
+ .@{ant-prefix}-table-selection-column {
26
+ text-align: left;
27
+ }
28
+ }
29
+
30
+ .@{ant-prefix}-table-thead > tr > th,
31
+ .@{ant-prefix}-table-tbody > tr > td {
32
+ padding: 12px;
33
+ line-height: 20px;
34
+ }
35
+
36
+ .@{ant-prefix}-table-thead > tr > th:first-child,
37
+ .@{ant-prefix}-table-tbody > tr > td:first-child {
38
+ padding-left: 20px;
39
+ }
40
+
41
+ .@{ant-prefix}-table-thead > tr > th:last-child,
42
+ .@{ant-prefix}-table-tbody > tr > td:last-child {
43
+ padding-right: 20px;
44
+ }
45
+ .@{ant-prefix}-table-tbody
46
+ > tr
47
+ > td:first-child:has(.@{sdk-prefix}-table-empty) {
48
+ padding: 0;
49
+ }
50
+
51
+ .@{ant-prefix}-table-thead > tr > th .anticon-filter {
52
+ line-height: 20px;
53
+ &.@{ant-prefix}-table-filter-selected {
54
+ color: @theme-color;
55
+ }
56
+ }
57
+
58
+ .@{ant-prefix}-table-thead
59
+ > tr
60
+ > th
61
+ .@{ant-prefix}-table-column-sorter
62
+ .@{ant-prefix}-table-column-sorter-inner {
63
+ margin-left: 8px;
64
+ color: @input-placeholder-color;
65
+ &:hover {
66
+ background: inherit;
67
+ }
68
+ }
69
+
70
+ .@{ant-prefix}-table-thead
71
+ > tr
72
+ > th
73
+ .@{ant-prefix}-table-header-column
74
+ .@{ant-prefix}-table-column-sorters
75
+ > .@{ant-prefix}-table-column-title {
76
+ display: inline-block;
77
+ }
78
+ .@{ant-prefix}-table-small {
79
+ border: none;
80
+ }
81
+
82
+ .@{ant-prefix}-table-thead > tr > th {
83
+ background: @table-thead-bg;
84
+ border-bottom: none;
85
+ color: @table-thead-color;
86
+ font-weight: 500;
87
+ .@{ant-prefix}-table-selection {
88
+ width: 16px;
89
+ .@{ant-prefix}-checkbox-wrapper {
90
+ display: none;
91
+ }
92
+ }
93
+ }
94
+
95
+ .@{ant-prefix}-table-thead
96
+ > tr
97
+ > th.@{ant-prefix}-table-selection-column
98
+ > .@{ant-prefix}-table-header-column {
99
+ visibility: hidden;
100
+ }
101
+
102
+ .@{ant-prefix}-table-thead
103
+ > tr
104
+ > th
105
+ .@{ant-prefix}-table-column-sorter
106
+ .@{ant-prefix}-table-column-sorter-inner-full
107
+ .@{ant-prefix}-table-column-sorter-down {
108
+ margin-top: 0;
109
+ }
110
+
111
+ .@{ant-prefix}-table-thead
112
+ > tr
113
+ > th
114
+ .@{ant-prefix}-table-column-sorter
115
+ .@{ant-prefix}-table-column-sorter-inner-full {
116
+ margin-top: -0.3em;
117
+ }
118
+
119
+ .@{ant-prefix}-table-thead
120
+ > tr
121
+ > th
122
+ .@{ant-prefix}-table-header-column
123
+ .@{ant-prefix}-table-column-sorters:hover::before {
124
+ background: inherit;
125
+ }
126
+
127
+ .@{ant-prefix}-table-tbody > tr > td {
128
+ border-bottom: none;
129
+ }
130
+
131
+ .@{ant-prefix}-table-tbody > tr > td.@{ant-prefix}-table-selection-column {
132
+ padding-left: 20px;
133
+ width: 36px;
134
+ }
135
+
136
+ .@{sdk-prefix}-odd-table-row,
137
+ .@{sdk-prefix}-odd-table-row + .@{ant-prefix}-table-expanded-row {
138
+ background: @table-row-even-bg;
139
+ td {
140
+ background-color: inherit;
141
+ }
142
+ }
143
+ .@{sdk-prefix}-even-table-row,
144
+ .@{sdk-prefix}-even-table-row + .@{ant-prefix}-table-expanded-row {
145
+ background: @table-row-odd-bg;
146
+ td {
147
+ background-color: inherit;
148
+ }
149
+ }
150
+
151
+ .@{ant-prefix}-table-row {
152
+ &:hover {
153
+ background: @table-row-hover-bg;
154
+ }
155
+ }
156
+
157
+ .@{ant-prefix}-table-row-hover {
158
+ background: @table-row-hover-bg;
159
+ }
160
+
161
+ .@{ant-prefix}-table-placeholder {
162
+ border: none;
163
+ }
164
+
165
+ .@{ant-prefix}-table-tbody > tr.@{ant-prefix}-table-row-selected td {
166
+ transition: none;
167
+ background: inherit;
168
+ }
169
+
170
+ .@{ant-prefix}-pagination-item a:hover,
171
+ .@{ant-prefix}-pagination-item-link:hover {
172
+ text-decoration: none;
173
+ }
174
+
175
+ .@{ant-prefix}-pagination-item {
176
+ border-color: @pagination-item-border-color;
177
+ a {
178
+ color: @pagination-item-text-color;
179
+ }
180
+ }
181
+
182
+ .@{ant-prefix}-pagination-item:hover,
183
+ .@{ant-prefix}-pagination-item-active {
184
+ border-color: @table-link-color;
185
+ a {
186
+ color: @table-link-color;
187
+ }
188
+ }
189
+
190
+ .@{ant-prefix}-pagination-item-link,
191
+ .@{ant-prefix}-pagination-item-link {
192
+ border-color: @pagination-item-border-color;
193
+ i {
194
+ color: @pagination-item-text-color;
195
+ }
196
+ }
197
+
198
+ .@{ant-prefix}-pagination-item-link:hover,
199
+ .@{ant-prefix}-pagination-item-link:hover {
200
+ border-color: @table-link-color;
201
+ i {
202
+ color: @table-link-color;
203
+ }
204
+ }
205
+
206
+ .@{ant-prefix}-pagination-disabled {
207
+ .@{ant-prefix}-pagination-item-link:hover,
208
+ .@{ant-prefix}-pagination-item-link:hover {
209
+ border-color: @pagination-item-border-color;
210
+ i {
211
+ color: @pagination-item-text-color;
212
+ }
213
+ }
214
+ }
215
+
216
+ .@{ant-prefix}-pagination-options-size-changer {
217
+ color: @heading-color;
218
+ .@{ant-prefix}-select-selection {
219
+ border: solid 1px @pagination-item-border-color;
220
+ }
221
+ .@{ant-prefix}-select-selection--single {
222
+ height: 32px;
223
+ position: relative;
224
+ .@{ant-prefix}-select-selection__rendered {
225
+ line-height: 30px;
226
+ }
227
+ }
228
+ }
229
+ .@{ant-prefix}-table-thead > tr > th .@{ant-prefix}-table-filter-column,
230
+ .@{ant-prefix}-table-thead > tr > th .@{ant-prefix}-table-column-sorters {
231
+ display: flex;
232
+ flex-direction: row;
233
+ justify-content: flex-start;
234
+ .@{ant-prefix}-table-column-title {
235
+ flex: 0 1 auto;
236
+ padding-right: 0px;
237
+ }
238
+ .@{ant-prefix}-table-filter-trigger-container {
239
+ position: relative;
240
+ }
241
+ }
242
+
243
+ .@{ant-prefix}-table-filter-dropdown .@{ant-prefix}-dropdown-menu {
244
+ max-height: 200px;
245
+ }
246
+
247
+ .@{ant-prefix}-table-tbody > tr.@{ant-prefix}-table-row:hover > td {
248
+ background-color: @table-row-hover-bg;
249
+ }
250
+ .@{ant-prefix}-table-filter-trigger {
251
+ display: block;
252
+ line-height: 28px;
253
+ }
254
+ .@{sdk-prefix}-table-empty {
255
+ margin: 32px 0;
256
+ .@{sdk-prefix}-table-empty-text {
257
+ margin-top: 12px;
258
+ color: @icon-color;
259
+ font-size: 14px;
260
+ }
261
+ }
262
+ }
263
+
264
+ .@{sdk-prefix}-table-batch-opt {
265
+ position: absolute;
266
+ left: 40px;
267
+ bottom: 16px;
268
+ height: 32px;
269
+ line-height: 32px;
270
+
271
+ .@{sdk-prefix}-table-batch-opt-label {
272
+ color: @heading-color;
273
+ margin-right: 12px;
274
+ margin-left: 12px;
275
+ }
276
+
277
+ .@{sdk-prefix}-table-batch-opt-item {
278
+ margin-right: 10px;
279
+ cursor: pointer;
280
+ color: @theme-color;
281
+ }
282
+
283
+ .@{sdk-prefix}-table-batch-opt-disabled {
284
+ pointer-events: none;
285
+ color: @font-disable-color-2;
286
+ }
287
+ }
288
+
289
+ // 表格滚动条样式,覆盖style中的样式important不能去掉
290
+ .@{sdk-prefix}-table-scrollX {
291
+ .@{ant-prefix}-table-body {
292
+ overflow-x: auto !important;
293
+ }
294
+ }
295
+
296
+ .@{sdk-prefix}-table-scrollY {
297
+ .@{ant-prefix}-table-body {
298
+ overflow-y: auto !important;
299
+ }
300
+ }
301
+
302
+ .@{ant-prefix}-table-row-collapsed::after {
303
+ margin-left: 1.2px;
304
+ }
305
+
306
+ .@{ant-prefix}-table-cell::before {
307
+ display: none;
308
+ }
309
+
310
+ .@{ant-prefix}-empty {
311
+ .@{ant-prefix}-empty-description {
312
+ color: @input-placeholder-color;
313
+ }
314
+ }
315
+
316
+ .@{sdk-prefix}-last-column-title {
317
+ .@{sdk-prefix}-last-column-setting {
318
+ position: absolute;
319
+ right: 12px;
320
+ }
321
+ }
322
+
323
+ .@{ant-prefix}-table-thead > tr > th > .@{ant-prefix}-table-column-sorters {
324
+ position: relative;
325
+ & > .@{ant-prefix}-table-column-title {
326
+ position: static;
327
+ }
328
+ }
329
+
330
+ .@{ant-prefix}-table-thead > tr > th > .@{ant-prefix}-table-filter-column {
331
+ position: relative;
332
+ & > .@{ant-prefix}-table-column-title {
333
+ position: static;
334
+ > .@{ant-prefix}-table-column-sorters {
335
+ position: static;
336
+ &::after {
337
+ display: none;
338
+ }
339
+ & > .@{ant-prefix}-table-column-title {
340
+ position: static;
341
+ }
342
+ }
343
+ }
344
+ }