@jetlinks-web/components 2.0.4 → 2.0.5

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 (90) hide show
  1. package/es/AMap/Map.js +3 -0
  2. package/es/AMap/index.js +3 -0
  3. package/es/BadgeStatus/Badge.js +3 -0
  4. package/es/BadgeStatus/index.js +3 -0
  5. package/es/CardSelect/CardSelect.js +4 -2
  6. package/es/CardSelect/index.js +3 -0
  7. package/es/CheckButton/CheckButton.js +4 -2
  8. package/es/CheckButton/index.js +3 -0
  9. package/es/CheckButton/style/index.css +37 -0
  10. package/es/CheckButton/style/index.less +40 -0
  11. package/es/ConfigProvider/index.js +3 -0
  12. package/es/Echarts/Echarts.js +3 -0
  13. package/es/Echarts/index.js +3 -0
  14. package/es/Ellipsis/Ellipsis.js +23 -15
  15. package/es/Ellipsis/index.js +3 -0
  16. package/es/Ellipsis/style/index.css +17 -0
  17. package/es/Ellipsis/style/index.less +20 -0
  18. package/es/Empty/Empty.js +3 -0
  19. package/es/Empty/index.js +3 -0
  20. package/es/FullPage/FullPage.js +4 -1
  21. package/es/FullPage/index.js +3 -0
  22. package/es/Icon/index.js +3 -0
  23. package/es/MonacoEditor/Monaco.js +4 -2
  24. package/es/MonacoEditor/index.js +3 -0
  25. package/es/PermissionButton/index.js +4 -1
  26. package/es/ProLayout/PageContainer/index.js +2 -1
  27. package/es/ProLayout/SiderMenu/BaseMenu.js +2 -3
  28. package/es/ProLayout/index.js +3 -0
  29. package/es/ProLayout/style/default.less +4 -4
  30. package/es/ProTable/index.js +4 -1
  31. package/es/Scrollbar/index.js +3 -0
  32. package/es/Search/Advanced/SaveHistory.js +1 -1
  33. package/es/Search/Advanced/index.js +3 -0
  34. package/es/Search/Item.js +1 -1
  35. package/es/Search/Search.js +4 -1
  36. package/es/Search/index.js +3 -0
  37. package/es/ValueItem/ValueItem.js +3 -0
  38. package/es/ValueItem/index.js +3 -0
  39. package/es/components.js +17 -0
  40. package/es/index.js +13 -22
  41. package/es/style/index.css +707 -0
  42. package/es/style/index.less +6 -0
  43. package/es/style.js +2 -0
  44. package/lib/AMap/Map.js +3 -0
  45. package/lib/AMap/index.js +3 -0
  46. package/lib/BadgeStatus/Badge.js +3 -0
  47. package/lib/BadgeStatus/index.js +3 -0
  48. package/lib/CardSelect/CardSelect.js +4 -2
  49. package/lib/CardSelect/index.js +3 -0
  50. package/lib/CheckButton/CheckButton.js +4 -2
  51. package/lib/CheckButton/index.js +3 -0
  52. package/lib/CheckButton/style/index.css +37 -0
  53. package/lib/CheckButton/style/index.less +40 -0
  54. package/lib/ConfigProvider/index.js +3 -0
  55. package/lib/Echarts/Echarts.js +3 -0
  56. package/lib/Echarts/index.js +3 -0
  57. package/lib/Ellipsis/Ellipsis.js +23 -15
  58. package/lib/Ellipsis/index.js +3 -0
  59. package/lib/Ellipsis/style/index.css +17 -0
  60. package/lib/Ellipsis/style/index.less +20 -0
  61. package/lib/Empty/Empty.js +3 -0
  62. package/lib/Empty/index.js +3 -0
  63. package/lib/FullPage/FullPage.js +4 -1
  64. package/lib/FullPage/index.js +3 -0
  65. package/lib/Icon/index.js +3 -0
  66. package/lib/MonacoEditor/Monaco.js +4 -2
  67. package/lib/MonacoEditor/index.js +3 -0
  68. package/lib/PermissionButton/index.js +4 -1
  69. package/lib/ProLayout/PageContainer/index.js +2 -1
  70. package/lib/ProLayout/SiderMenu/BaseMenu.js +2 -3
  71. package/lib/ProLayout/index.js +3 -0
  72. package/lib/ProLayout/style/default.less +4 -4
  73. package/lib/ProTable/index.js +4 -1
  74. package/lib/Scrollbar/index.js +3 -0
  75. package/lib/Search/Advanced/SaveHistory.js +1 -1
  76. package/lib/Search/Advanced/index.js +3 -0
  77. package/lib/Search/Item.js +1 -1
  78. package/lib/Search/Search.js +4 -1
  79. package/lib/Search/index.js +3 -0
  80. package/lib/ValueItem/ValueItem.js +3 -0
  81. package/lib/ValueItem/index.js +3 -0
  82. package/lib/components.js +134 -0
  83. package/lib/index.js +18 -138
  84. package/lib/style/index.css +707 -0
  85. package/lib/style/index.less +6 -0
  86. package/lib/style.js +2 -0
  87. package/package.json +8 -10
  88. package/es/ProTable/style/index.css +0 -65
  89. package/lib/ProTable/style/index.css +0 -65
  90. package/lib/style/components.less +0 -1
@@ -0,0 +1,707 @@
1
+ .j-ellipsis {
2
+ overflow: hidden;
3
+ vertical-align: bottom;
4
+ }
5
+ .j-ellipsis-cursor {
6
+ cursor: pointer;
7
+ }
8
+ .j-ellipsis-line-clamp {
9
+ display: -webkit-box;
10
+ -webkit-box-orient: vertical;
11
+ word-break: break-all;
12
+ }
13
+ .j-ellipsis-deep {
14
+ max-height: 380px;
15
+ -webkit-line-clamp: 17;
16
+ text-overflow: ellipsis;
17
+ }
18
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
19
+ /* stylelint-disable no-duplicate-selectors */
20
+ /* stylelint-disable */
21
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
22
+ .j-check-button {
23
+ display: flex;
24
+ gap: 16px;
25
+ width: 100%;
26
+ }
27
+ .j-check-button .j-check-button-item {
28
+ flex: 1;
29
+ min-width: 0;
30
+ padding: 8px;
31
+ border-radius: 2px;
32
+ background-color: #f2f3f5;
33
+ transition: all 0.3s;
34
+ color: #333;
35
+ text-align: center;
36
+ cursor: pointer;
37
+ }
38
+ .j-check-button .j-check-button-item:hover {
39
+ background-color: #1890ff;
40
+ opacity: 0.85;
41
+ color: #fff;
42
+ }
43
+ .j-check-button .j-check-button-item.selected {
44
+ background-color: #1890ff;
45
+ color: #fff;
46
+ }
47
+ .j-check-button .j-check-button-item.disabled {
48
+ cursor: not-allowed;
49
+ color: #00000060;
50
+ }
51
+ .j-check-button .j-check-button-item.disabled:hover {
52
+ background-color: #f2f3f5;
53
+ color: #00000060;
54
+ }
55
+ .ant-pro-basicLayout {
56
+ display: flex;
57
+ flex-direction: column;
58
+ width: 100%;
59
+ min-height: 100%;
60
+ }
61
+ .ant-pro-basicLayout .ant-layout-header.ant-pro-fixed-header {
62
+ position: fixed;
63
+ top: 0;
64
+ }
65
+ .ant-pro-basicLayout-content {
66
+ position: relative;
67
+ margin: 24px;
68
+ }
69
+ .ant-pro-basicLayout-content .ant-pro-page-container {
70
+ margin: -24px -24px 0;
71
+ }
72
+ .ant-pro-basicLayout-content-disable-margin {
73
+ margin: 0;
74
+ }
75
+ .ant-pro-basicLayout-content-disable-margin .ant-pro-page-container {
76
+ margin: 0;
77
+ }
78
+ .ant-pro-basicLayout-content > .ant-layout {
79
+ max-height: 100%;
80
+ }
81
+ .ant-pro-basicLayout .ant-pro-basicLayout-is-children.ant-pro-basicLayout-fix-siderbar {
82
+ height: 100vh;
83
+ overflow: hidden;
84
+ transform: rotate(0);
85
+ }
86
+ .ant-pro-basicLayout .ant-pro-basicLayout-has-header .tech-page-container {
87
+ height: calc(100vh - 48px);
88
+ }
89
+ .ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .tech-page-container {
90
+ height: calc(100vh - 48px - 48px);
91
+ }
92
+ .ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children {
93
+ min-height: calc(100vh - 48px);
94
+ }
95
+ .ant-pro-basicLayout .ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-has-header .ant-pro-basicLayout-is-children.ant-pro-basicLayout-fix-siderbar {
96
+ height: calc(100vh - 48px);
97
+ }
98
+ .ant-pro-fixed-header {
99
+ z-index: 9;
100
+ width: 100%;
101
+ }
102
+ .ant-pro-page-container-children-content {
103
+ margin: 24px 24px 0;
104
+ }
105
+ .ant-pro-page-container-warp {
106
+ background-color: #fff;
107
+ }
108
+ .ant-pro-page-container-warp .ant-tabs-bar {
109
+ margin: 0;
110
+ }
111
+ .ant-pro-page-container-ghost .ant-pro-page-container-warp {
112
+ background-color: #fff;
113
+ }
114
+ .ant-pro-page-container-main .ant-pro-page-container-detail {
115
+ display: flex;
116
+ }
117
+ .ant-pro-page-container-main .ant-pro-page-container-row {
118
+ display: flex;
119
+ width: 100%;
120
+ }
121
+ .ant-pro-page-container-main .ant-pro-page-container-title-content {
122
+ margin-bottom: 16px;
123
+ }
124
+ .ant-pro-page-container-main .ant-pro-page-container-title,
125
+ .ant-pro-page-container-main .ant-pro-page-container-content {
126
+ flex: auto;
127
+ }
128
+ .ant-pro-page-container-main .ant-pro-page-container-extraContent,
129
+ .ant-pro-page-container-main .ant-pro-page-container-main {
130
+ flex: 0 1 auto;
131
+ }
132
+ .ant-pro-page-container-main .ant-pro-page-container-main {
133
+ width: 100%;
134
+ }
135
+ .ant-pro-page-container-main .ant-pro-page-container-title {
136
+ margin-bottom: 16px;
137
+ }
138
+ .ant-pro-page-container-main .ant-pro-page-container-logo {
139
+ margin-bottom: 16px;
140
+ }
141
+ .ant-pro-page-container-main .ant-pro-page-container-extraContent {
142
+ min-width: 242px;
143
+ margin-left: 88px;
144
+ text-align: right;
145
+ }
146
+ @media screen and (max-width: 1200px) {
147
+ .ant-pro-page-container-main .ant-pro-page-container-extraContent {
148
+ margin-left: 44px;
149
+ }
150
+ }
151
+ @media screen and (max-width: 992px) {
152
+ .ant-pro-page-container-main .ant-pro-page-container-extraContent {
153
+ margin-left: 20px;
154
+ }
155
+ }
156
+ @media screen and (max-width: 768px) {
157
+ .ant-pro-page-container-main .ant-pro-page-container-row {
158
+ display: block;
159
+ }
160
+ .ant-pro-page-container-main .ant-pro-page-container-action,
161
+ .ant-pro-page-container-main .ant-pro-page-container-extraContent {
162
+ margin-left: 0;
163
+ text-align: left;
164
+ }
165
+ }
166
+ @media screen and (max-width: 576px) {
167
+ .ant-pro-page-container-detail {
168
+ display: block;
169
+ }
170
+ .ant-pro-page-container-extraContent {
171
+ margin-left: 0;
172
+ }
173
+ }
174
+ .ant-pro-sider {
175
+ position: relative;
176
+ background-color: #001529;
177
+ border-right: 0;
178
+ z-index: 20;
179
+ }
180
+ .ant-pro-sider .ant-menu {
181
+ background: transparent;
182
+ }
183
+ .ant-pro-sider.ant-layout-sider-light .ant-menu-item a {
184
+ color: rgba(0, 0, 0, 0.85);
185
+ }
186
+ .ant-pro-sider.ant-layout-sider-light .ant-menu-item-selected a,
187
+ .ant-pro-sider.ant-layout-sider-light .ant-menu-item a:hover {
188
+ color: #1890ff;
189
+ }
190
+ .ant-pro-sider-logo {
191
+ position: relative;
192
+ display: flex;
193
+ align-items: center;
194
+ padding: 16px 16px;
195
+ cursor: pointer;
196
+ transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
197
+ }
198
+ .ant-pro-sider-logo > a {
199
+ display: flex;
200
+ align-items: center;
201
+ justify-content: center;
202
+ min-height: 32px;
203
+ }
204
+ .ant-pro-sider-logo img {
205
+ display: inline-block;
206
+ height: 32px;
207
+ vertical-align: middle;
208
+ }
209
+ .ant-pro-sider-logo h1 {
210
+ display: inline-block;
211
+ height: 32px;
212
+ margin: 0 0 0 12px;
213
+ color: white;
214
+ font-weight: 600;
215
+ font-size: 18px;
216
+ line-height: 32px;
217
+ vertical-align: middle;
218
+ animation: pro-layout-title-hide 0.3s;
219
+ }
220
+ .ant-pro-sider-extra {
221
+ margin-bottom: 16px;
222
+ padding: 0 16px;
223
+ }
224
+ .ant-pro-sider-extra-no-logo {
225
+ margin-top: 16px;
226
+ }
227
+ .ant-pro-sider-menu {
228
+ position: relative;
229
+ z-index: 10;
230
+ min-height: 100%;
231
+ box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
232
+ }
233
+ .ant-pro-sider .ant-layout-sider-children {
234
+ display: flex;
235
+ flex-direction: column;
236
+ height: 100%;
237
+ /* 滚动条滑块 */
238
+ }
239
+ .ant-pro-sider .ant-layout-sider-children ::-webkit-scrollbar {
240
+ width: 6px;
241
+ height: 6px;
242
+ }
243
+ .ant-pro-sider .ant-layout-sider-children ::-webkit-scrollbar-track {
244
+ background: rgba(255, 255, 255, 0.15);
245
+ border-radius: 3px;
246
+ box-shadow: inset 0 0 5px rgba(37, 37, 37, 0.05);
247
+ }
248
+ .ant-pro-sider .ant-layout-sider-children ::-webkit-scrollbar-thumb {
249
+ background: rgba(255, 255, 255, 0.2);
250
+ border-radius: 3px;
251
+ box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.05);
252
+ }
253
+ .ant-pro-sider.ant-layout-sider-collapsed .ant-menu-inline-collapsed {
254
+ width: 48px;
255
+ }
256
+ .ant-pro-sider.ant-layout-sider-collapsed .ant-pro-sider-logo {
257
+ padding: 16px 8px;
258
+ }
259
+ .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed {
260
+ position: fixed;
261
+ top: 0;
262
+ left: 0;
263
+ z-index: 99;
264
+ height: 100%;
265
+ overflow: auto;
266
+ overflow-x: hidden;
267
+ box-shadow: 2px 0 8px 0 rgba(29, 35, 41, 0.05);
268
+ }
269
+ .ant-pro-sider.ant-layout-sider.ant-pro-sider-fixed > .ant-menu-root :not(.ant-pro-sider-link-menu) {
270
+ height: calc(100vh - 48px);
271
+ overflow-y: auto;
272
+ }
273
+ .ant-pro-sider-light {
274
+ background-color: #fff;
275
+ box-shadow: 2px 0 8px 0 rgba(29, 35, 41, 0.05);
276
+ }
277
+ .ant-pro-sider-light .ant-layout-sider-children {
278
+ /* 滚动条滑块 */
279
+ }
280
+ .ant-pro-sider-light .ant-layout-sider-children ::-webkit-scrollbar-track {
281
+ background: rgba(0, 0, 0, 0.06);
282
+ border-radius: 3px;
283
+ box-shadow: inset 0 0 5px rgba(0, 21, 41, 0.05);
284
+ }
285
+ .ant-pro-sider-light .ant-layout-sider-children ::-webkit-scrollbar-thumb {
286
+ background: rgba(0, 0, 0, 0.12);
287
+ border-radius: 3px;
288
+ box-shadow: inset 0 0 5px rgba(0, 21, 41, 0.05);
289
+ }
290
+ .ant-pro-sider-light .ant-pro-sider-logo h1 {
291
+ color: #1890ff;
292
+ }
293
+ .ant-pro-sider-light .ant-menu-light {
294
+ border-right-color: transparent;
295
+ }
296
+ .ant-pro-sider-light .ant-pro-sider-collapsed-button {
297
+ border-top: 1px solid #f0f0f0;
298
+ }
299
+ .ant-pro-sider-icon {
300
+ width: 14px;
301
+ vertical-align: baseline;
302
+ }
303
+ .ant-pro-sider-links {
304
+ width: 100%;
305
+ }
306
+ .ant-pro-sider-links ul.ant-menu-root {
307
+ height: auto;
308
+ }
309
+ .ant-pro-sider-collapsed-button {
310
+ border-top: 1px solid rgba(0, 0, 0, 0.25);
311
+ }
312
+ .ant-pro-sider-collapsed-button .anticon {
313
+ font-size: 16px;
314
+ }
315
+ .ant-pro-sider .top-nav-menu li.ant-menu-item {
316
+ height: 100%;
317
+ line-height: 1;
318
+ }
319
+ .ant-pro-sider .drawer .drawer-content {
320
+ background: #001529;
321
+ }
322
+ .ant-pro-menu-item .anticon + .ant-pro-menu-item-title {
323
+ margin-left: 10px;
324
+ }
325
+ @keyframes pro-layout-title-hide {
326
+ 0% {
327
+ display: none;
328
+ opacity: 0;
329
+ }
330
+ 80% {
331
+ display: none;
332
+ opacity: 0;
333
+ }
334
+ 100% {
335
+ display: unset;
336
+ opacity: 1;
337
+ }
338
+ }
339
+ .ant-pro-global-header {
340
+ position: relative;
341
+ display: flex;
342
+ align-items: center;
343
+ height: 100%;
344
+ padding: 0 16px;
345
+ background: #fff;
346
+ box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
347
+ }
348
+ .ant-pro-global-header > * {
349
+ height: 100%;
350
+ }
351
+ .ant-pro-global-header-collapsed-button {
352
+ display: flex;
353
+ align-items: center;
354
+ margin-left: 16px;
355
+ font-size: 20px;
356
+ }
357
+ .ant-pro-global-header-layout-mix {
358
+ background-color: #001529;
359
+ }
360
+ .ant-pro-global-header-layout-mix .ant-pro-global-header-logo h1 {
361
+ color: #fff;
362
+ }
363
+ .ant-pro-global-header-layout-mix .anticon {
364
+ color: #fff;
365
+ }
366
+ .ant-pro-global-header-logo {
367
+ position: relative;
368
+ overflow: hidden;
369
+ }
370
+ .ant-pro-global-header-logo a {
371
+ display: flex;
372
+ align-items: center;
373
+ height: 100%;
374
+ }
375
+ .ant-pro-global-header-logo a img {
376
+ height: 28px;
377
+ }
378
+ .ant-pro-global-header-logo a h1 {
379
+ height: 32px;
380
+ margin: 0 0 0 8px;
381
+ margin: 0 0 0 12px;
382
+ color: #1890ff;
383
+ font-weight: 600;
384
+ font-size: 18px;
385
+ line-height: 32px;
386
+ }
387
+ .ant-pro-global-header-menu .anticon {
388
+ margin-right: 8px;
389
+ }
390
+ .ant-pro-global-header-menu .ant-dropdown-menu-item {
391
+ min-width: 160px;
392
+ }
393
+ .ant-pro-global-header .dark {
394
+ height: 48px;
395
+ }
396
+ .ant-pro-global-header .dark .action {
397
+ color: rgba(255, 255, 255, 0.85);
398
+ }
399
+ .ant-pro-global-header .dark .action > i {
400
+ color: rgba(255, 255, 255, 0.85);
401
+ }
402
+ .ant-pro-global-header .dark .action:hover,
403
+ .ant-pro-global-header .dark .action.opened {
404
+ background: #1890ff;
405
+ }
406
+ .ant-pro-global-header .dark .action .ant-badge {
407
+ color: rgba(255, 255, 255, 0.85);
408
+ }
409
+ .ant-pro-top-nav-header {
410
+ position: relative;
411
+ width: 100%;
412
+ height: 100%;
413
+ box-shadow: 0 1px 4px 0 rgba(0, 21, 41, 0.12);
414
+ transition: background 0.3s, width 0.2s;
415
+ }
416
+ .ant-pro-top-nav-header .ant-menu {
417
+ background: transparent;
418
+ }
419
+ .ant-pro-top-nav-header.light {
420
+ background-color: #fff;
421
+ }
422
+ .ant-pro-top-nav-header.light .ant-pro-top-nav-header-logo h1 {
423
+ color: rgba(0, 0, 0, 0.85);
424
+ }
425
+ .ant-pro-top-nav-header.light .anticon {
426
+ color: inherit;
427
+ }
428
+ .ant-pro-top-nav-header-main {
429
+ display: flex;
430
+ height: 100%;
431
+ padding-left: 16px;
432
+ }
433
+ .ant-pro-top-nav-header-main-left {
434
+ display: flex;
435
+ min-width: 192px;
436
+ }
437
+ .ant-pro-top-nav-header .anticon {
438
+ color: #fff;
439
+ }
440
+ .ant-pro-top-nav-header-logo {
441
+ position: relative;
442
+ min-width: 165px;
443
+ height: 100%;
444
+ overflow: hidden;
445
+ }
446
+ .ant-pro-top-nav-header-logo img {
447
+ display: inline-block;
448
+ height: 32px;
449
+ vertical-align: middle;
450
+ }
451
+ .ant-pro-top-nav-header-logo h1 {
452
+ display: inline-block;
453
+ margin: 0 0 0 12px;
454
+ color: #fff;
455
+ font-weight: 600;
456
+ font-size: 16px;
457
+ vertical-align: top;
458
+ }
459
+ .ant-pro-top-nav-header-menu {
460
+ min-width: 0;
461
+ }
462
+ .ant-pro-top-nav-header-menu .ant-menu.ant-menu-horizontal {
463
+ height: 100%;
464
+ border: none;
465
+ }
466
+ .ant-pro-top-nav-header-menu .ant-menu.ant-menu-horizontal .ant-menu-item {
467
+ height: 100%;
468
+ }
469
+ .ant-pro-top-nav-header-menu .ant-menu.ant-menu-horizontal .ant-menu-item .ant-badge {
470
+ color: unset;
471
+ }
472
+ .ant-pro-menu-popup .ant-badge {
473
+ color: unset;
474
+ }
475
+ .jtable-body-spin {
476
+ min-height: 100%;
477
+ width: 100%;
478
+ padding: 16px 24px 24px;
479
+ background-color: #fff;
480
+ }
481
+ .jtable-body-spin .ant-spin-nested-loading {
482
+ height: 100%;
483
+ }
484
+ .jtable-body-spin .ant-spin-nested-loading .ant-spin-container {
485
+ height: 100%;
486
+ }
487
+ .jtable-body-spin .jtable-body {
488
+ width: 100%;
489
+ box-sizing: border-box;
490
+ height: 100%;
491
+ display: flex;
492
+ flex-direction: column;
493
+ }
494
+ .jtable-body-spin .jtable-body .jtable-body-header {
495
+ display: flex;
496
+ justify-content: space-between;
497
+ align-items: center;
498
+ }
499
+ .jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right {
500
+ display: flex;
501
+ gap: 8px;
502
+ align-items: center;
503
+ }
504
+ .jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .right-button-icon {
505
+ font-size: 16px;
506
+ color: #d9d9d9;
507
+ }
508
+ .jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .ant-radio-button-wrapper {
509
+ padding: 0 8px;
510
+ }
511
+ .jtable-body-spin .jtable-body .jtable-body-header .jtable-body-header-right .jtable-body-header-right-button .ant-radio-button-wrapper-checked .right-button-icon {
512
+ color: #1890ff;
513
+ }
514
+ .jtable-body-spin .jtable-body .jtable-content {
515
+ flex: 1;
516
+ padding: 16px 0;
517
+ }
518
+ .jtable-body-spin .jtable-body .jtable-content .jtable-alert {
519
+ margin-bottom: 16px;
520
+ }
521
+ .jtable-body-spin .jtable-body .jtable-content .jtable-card .jtable-card-items {
522
+ display: grid;
523
+ grid-gap: 26px;
524
+ }
525
+ .jtable-body-spin .jtable-body .jtable-content .jtable-card .jtable-card-items .jtable-card-item {
526
+ display: flex;
527
+ min-width: 0;
528
+ }
529
+ .jtable-body-spin .jtable-body .jtable-pagination {
530
+ width: 100%;
531
+ display: flex;
532
+ justify-content: flex-end;
533
+ }
534
+ .jtable-body-spin .jtable-body .j-table-empty {
535
+ display: flex;
536
+ justify-content: center;
537
+ align-items: center;
538
+ margin: 10% 0;
539
+ }
540
+ .JSearch-warp {
541
+ padding: 24px;
542
+ background-color: #fff;
543
+ margin-bottom: 24px;
544
+ }
545
+ .JSearch-warp .pack-up .JSearch-items {
546
+ flex: 1 1 auto;
547
+ }
548
+ .JSearch-warp .pack-up .JSearch-items .left {
549
+ min-width: 380px;
550
+ max-width: 580px;
551
+ }
552
+ .JSearch-warp.senior > .JSearch-content {
553
+ display: flex;
554
+ }
555
+ .JSearch-warp.senior > .JSearch-content .JSearch-footer {
556
+ display: flex;
557
+ gap: 64px;
558
+ position: relative;
559
+ }
560
+ .JSearch-warp.senior > .JSearch-content .JSearch-footer .more-btn .more-text {
561
+ padding-right: 24px;
562
+ }
563
+ .JSearch-warp.senior > .JSearch-content .JSearch-footer .more-btn .more-icon {
564
+ transition: transform 0.3s;
565
+ transform: rotateZ(90deg);
566
+ font-size: 14px;
567
+ }
568
+ .JSearch-warp.senior > .JSearch-content .JSearch-footer .more-btn .more-icon.more-up {
569
+ transform: rotateZ(-90deg);
570
+ }
571
+ .JSearch-warp.senior > .JSearch-content .JSearch-footer.expand {
572
+ margin-top: 16px;
573
+ width: 100%;
574
+ justify-content: space-between;
575
+ }
576
+ .JSearch-warp.senior > .JSearch-content .JSearch-footer .JSearch-footer--btns {
577
+ display: flex;
578
+ gap: 12px;
579
+ }
580
+ .JSearch-warp.senior > .JSearch-content .items-expand {
581
+ display: flex;
582
+ gap: 16px;
583
+ }
584
+ .JSearch-warp.senior > .JSearch-content .items-expand .left,
585
+ .JSearch-warp.senior > .JSearch-content .items-expand .right {
586
+ min-width: 0;
587
+ flex: 1 1 0;
588
+ }
589
+ .JSearch-warp.senior > .JSearch-content .items-expand .left-items,
590
+ .JSearch-warp.senior > .JSearch-content .items-expand .right-items {
591
+ display: flex;
592
+ gap: 16px;
593
+ flex-direction: column;
594
+ }
595
+ .JSearch-warp.senior > .JSearch-content .items-expand .center {
596
+ display: flex;
597
+ flex-direction: column;
598
+ justify-content: center;
599
+ }
600
+ .JSearch-warp.senior > .JSearch-content .items-expand.vertical {
601
+ flex-direction: column;
602
+ }
603
+ .JSearch-warp.senior > .JSearch-content .items-expand.vertical .center {
604
+ flex-direction: row;
605
+ justify-content: center;
606
+ }
607
+ .JSearch-warp.senior > .JSearch-content.senior-expand {
608
+ flex-direction: column;
609
+ }
610
+ .JSearch-warp.senior > .JSearch-content.small {
611
+ gap: 12px;
612
+ }
613
+ .JSearch-warp.senior > .JSearch-content.small .JSearch-footer {
614
+ gap: 4px;
615
+ }
616
+ .JSearch-warp .JSearch-content.simple .JSearch-footer--btns {
617
+ display: flex;
618
+ gap: 12px;
619
+ }
620
+ .JSearch-warp .JSearch-content.simple .JSearch-item {
621
+ gap: 8px;
622
+ }
623
+ .JSearch-warp .JSearch-content.simple .JSearch-item .JSearch-item--label {
624
+ text-align: right;
625
+ }
626
+ .JSearch-warp .no-radius {
627
+ border-radius: 0;
628
+ border-color: #f1f1f1;
629
+ }
630
+ .JSearch-warp .search-history-warp {
631
+ position: relative;
632
+ }
633
+ .JSearch-warp .search-history-warp .search-history-button {
634
+ padding-right: 32px;
635
+ }
636
+ .JSearch-warp .search-history-warp .search-history-button-icon {
637
+ position: absolute;
638
+ width: 24px;
639
+ height: 18px;
640
+ right: 6px;
641
+ top: 8px;
642
+ color: #fff;
643
+ line-height: 18px;
644
+ text-align: center;
645
+ font-weight: bold;
646
+ }
647
+ .JSearch-warp .search-history-warp .search-history-button-icon > span {
648
+ font-size: 14px;
649
+ }
650
+ .search-history-empty {
651
+ padding: 12px 12px 6px 12px;
652
+ background-color: #fff;
653
+ }
654
+ .search-history-items {
655
+ width: 120px;
656
+ max-height: 300px;
657
+ overflow-y: auto;
658
+ }
659
+ .search-history-items .search-history-item {
660
+ display: flex;
661
+ padding: 4px 0px 4px 4px;
662
+ align-items: center;
663
+ gap: 4px;
664
+ }
665
+ .search-history-items .search-history-item:hover {
666
+ background-color: #f1f1f1;
667
+ }
668
+ .search-history-items .search-history-item .history-item--title {
669
+ width: calc(100% - 30px);
670
+ cursor: pointer;
671
+ }
672
+ .search-history-items .search-history-item .delete {
673
+ padding: 0 6px;
674
+ flex: 0 0 28px;
675
+ }
676
+ .search-history-list-pop .ant-popover-inner-content {
677
+ padding: 0;
678
+ }
679
+ .JSearch-item {
680
+ display: flex;
681
+ gap: 16px;
682
+ align-items: center;
683
+ }
684
+ .JSearch-item .JSearch-item--type {
685
+ width: 90px;
686
+ min-width: 0;
687
+ }
688
+ .JSearch-item .JSearch-item--type > span {
689
+ line-height: 34px;
690
+ font-weight: bold;
691
+ }
692
+ .JSearch-item .JSearch-item--column {
693
+ width: 130px;
694
+ min-width: 0;
695
+ }
696
+ .JSearch-item .JSearch-item--termType {
697
+ width: 110px;
698
+ min-width: 0;
699
+ }
700
+ .JSearch-item .JSearch-item--label {
701
+ min-width: 40px;
702
+ }
703
+ .JSearch-item .JSearch-item--value {
704
+ display: flex;
705
+ width: 0;
706
+ flex-grow: 1;
707
+ }
@@ -0,0 +1,6 @@
1
+ @import '../Ellipsis/style/index.less';
2
+ @import '../CheckButton/style/index.less';
3
+ @import '../ProLayout/style/style.less';
4
+ @import '../ProTable/style/index.less';
5
+ @import '../Search/style/Search.less';
6
+ @import '../Search/style/Item.less';
package/lib/style.js CHANGED
@@ -1,5 +1,7 @@
1
1
  "use strict";
2
2
 
3
+ require("./Ellipsis/style");
4
+ require("./CheckButton/style");
3
5
  require("./ProLayout/style");
4
6
  require("./ProTable/style");
5
7
  require("./Search/style");