linkmore-design 1.0.17 → 1.0.20

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 (59) hide show
  1. package/dist/index.umd.js +1003 -53
  2. package/dist/index.umd.min.js +6 -6
  3. package/es/Button/style/style.css +2 -2
  4. package/es/CkFilter/baseFilter/moreFilters.js +29 -4
  5. package/es/CkFilter/components/Controls.js +3 -1
  6. package/es/CkFilter/components/filterTypes.js +81 -44
  7. package/es/CkFilter/style/style.css +12 -2
  8. package/es/Input/style/style.css +21 -7
  9. package/es/InputNumber/style/index.css +1 -0
  10. package/es/LeftTable/style/style.css +3 -1
  11. package/es/LmTable/ImgList/body.js +111 -0
  12. package/es/LmTable/ImgList/cardCell.js +192 -0
  13. package/es/LmTable/ImgList/context.js +12 -0
  14. package/es/LmTable/ImgList/empty.js +24 -0
  15. package/es/LmTable/ImgList/footer.js +59 -0
  16. package/es/LmTable/ImgList/imgCell.js +181 -0
  17. package/es/LmTable/ImgList/imgTable.js +110 -0
  18. package/es/LmTable/ImgList/index.js +13 -0
  19. package/es/LmTable/Table.js +392 -0
  20. package/es/LmTable/VList.js +594 -0
  21. package/es/LmTable/autosize.js +170 -0
  22. package/es/LmTable/context.js +12 -0
  23. package/es/LmTable/detectElementResize.js +225 -0
  24. package/es/LmTable/index.js +19 -0
  25. package/es/LmTable/resetConfig.js +39 -0
  26. package/es/LmTable/style/index.js +3 -0
  27. package/es/LmTable/style/style.css +1068 -0
  28. package/es/ProTable/style/style.css +0 -3
  29. package/es/Radio/style/style.css +3 -0
  30. package/es/index.js +9 -1
  31. package/lib/Button/style/style.css +2 -2
  32. package/lib/CkFilter/baseFilter/moreFilters.js +29 -4
  33. package/lib/CkFilter/components/Controls.js +3 -1
  34. package/lib/CkFilter/components/filterTypes.js +81 -44
  35. package/lib/CkFilter/style/style.css +12 -2
  36. package/lib/Input/style/style.css +21 -7
  37. package/lib/InputNumber/style/index.css +1 -0
  38. package/lib/LeftTable/style/style.css +3 -1
  39. package/lib/LmTable/ImgList/body.js +111 -0
  40. package/lib/LmTable/ImgList/cardCell.js +192 -0
  41. package/lib/LmTable/ImgList/context.js +12 -0
  42. package/lib/LmTable/ImgList/empty.js +24 -0
  43. package/lib/LmTable/ImgList/footer.js +59 -0
  44. package/lib/LmTable/ImgList/imgCell.js +181 -0
  45. package/lib/LmTable/ImgList/imgTable.js +110 -0
  46. package/lib/LmTable/ImgList/index.js +13 -0
  47. package/lib/LmTable/Table.js +392 -0
  48. package/lib/LmTable/VList.js +594 -0
  49. package/lib/LmTable/autosize.js +170 -0
  50. package/lib/LmTable/context.js +12 -0
  51. package/lib/LmTable/detectElementResize.js +225 -0
  52. package/lib/LmTable/index.js +19 -0
  53. package/lib/LmTable/resetConfig.js +39 -0
  54. package/lib/LmTable/style/index.js +3 -0
  55. package/lib/LmTable/style/style.css +1068 -0
  56. package/lib/ProTable/style/style.css +0 -3
  57. package/lib/Radio/style/style.css +3 -0
  58. package/lib/index.js +9 -1
  59. package/package.json +1 -1
@@ -0,0 +1,1068 @@
1
+ .ant-layout-sider {
2
+ min-height: 100vh;
3
+ background-color: #022766;
4
+ }
5
+ .ant-menu-dark .ant-menu-inline.ant-menu-sub {
6
+ box-shadow: none;
7
+ }
8
+ .ant-menu-submenu-placement-rightTop {
9
+ display: none;
10
+ }
11
+ .ant-table .row-active .ant-table-cell {
12
+ background-color: #feffd3 !important;
13
+ }
14
+ .ant-table.ant-table-empty .ant-table-expanded-row-fixed {
15
+ padding: 0;
16
+ }
17
+ .ant-table.ant-table-empty .ant-table-expanded-row-fixed .ant-empty {
18
+ margin: 0;
19
+ }
20
+ .ant-table .ant-empty {
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: center;
24
+ }
25
+ .ant-table .ant-empty .ant-empty-image {
26
+ height: 24px;
27
+ margin: var(--gap) 0;
28
+ }
29
+ .ant-tabs .ant-tabs-nav .ant-tabs-tab {
30
+ font-size: 14px;
31
+ }
32
+ .ant-tabs.auto_tabs {
33
+ display: flex;
34
+ flex-flow: column;
35
+ height: 100%;
36
+ }
37
+ .ant-tabs.auto_tabs .ant-tabs-nav {
38
+ height: 48px;
39
+ }
40
+ .ant-tabs.auto_tabs .ant-tabs-content-holder {
41
+ flex: 1;
42
+ overflow: auto;
43
+ }
44
+ .ant-drawer.drawer_wrapper .ant-drawer-header {
45
+ padding: 0 24px;
46
+ }
47
+ .ant-drawer.drawer_wrapper .ant-drawer-body {
48
+ position: relative;
49
+ flex: 1;
50
+ padding: 0 24px;
51
+ }
52
+ .ant-modal-wrap.plugin_modal {
53
+ display: flex;
54
+ flex-flow: column;
55
+ justify-content: flex-end;
56
+ }
57
+ .ant-modal-wrap.plugin_modal .ant-modal {
58
+ top: 0;
59
+ left: 56px;
60
+ margin: 0 0 8px 8px;
61
+ padding: 0;
62
+ }
63
+ .ant-modal-wrap.lm_modal_confirm .anticon {
64
+ margin-top: -1px;
65
+ margin-right: 8px;
66
+ }
67
+ .ant-modal-wrap.lm_modal_confirm .ant-modal-body {
68
+ padding: 16px 24px;
69
+ }
70
+ .ant-popover.pop_img .ant-popover-inner-content {
71
+ padding: var(--gap);
72
+ line-height: 1;
73
+ }
74
+ .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-weight: 500;
76
+ }
77
+ @font-face {
78
+ font-family: 'iconfont';
79
+ /* Project id 2966019 */
80
+ src: url('//at.alicdn.com/t/font_2966019_i3eb1wwkoo.woff2?t=1641546077924') format('woff2'), url('//at.alicdn.com/t/font_2966019_i3eb1wwkoo.woff?t=1641546077924') format('woff'), url('//at.alicdn.com/t/font_2966019_i3eb1wwkoo.ttf?t=1641546077924') format('truetype');
81
+ }
82
+ .icon_ {
83
+ font-size: 14px;
84
+ font-family: 'iconfont';
85
+ }
86
+ .iconfont {
87
+ font-size: 12px;
88
+ }
89
+ .icon_home::before {
90
+ content: '\e7fc';
91
+ }
92
+ .lm-font-small-bold {
93
+ font-weight: 400;
94
+ font-size: var(--font-size-sm);
95
+ line-height: 20px;
96
+ }
97
+ .lm-font-middle-bold {
98
+ font-weight: 500;
99
+ font-size: var(--font-size-base);
100
+ line-height: 22px;
101
+ }
102
+ .lm-font-large-bold {
103
+ font-weight: 500;
104
+ font-size: var(--font-size-lg);
105
+ line-height: 24px;
106
+ }
107
+ .lm-font-small {
108
+ font-size: var(--font-size-sm);
109
+ line-height: 20px;
110
+ }
111
+ .lm-font-middle {
112
+ font-size: var(--font-size-base);
113
+ line-height: 22px;
114
+ }
115
+ .lm-font-large {
116
+ font-size: var(--font-size-lg);
117
+ line-height: 24px;
118
+ }
119
+ .lm-shadown-level1-up {
120
+ box-shadow: 0px -1px 2px -2px rgba(0, 0, 0, 0.16), 0px -3px 6px 0px rgba(0, 0, 0, 0.12), 0px -5px 12px 4px rgba(0, 0, 0, 0.09);
121
+ }
122
+ .lm-shadown-level2-up {
123
+ box-shadow: 0px -3px 6px -4px rgba(0, 0, 0, 0.12), 0px -6px 16px 0px rgba(0, 0, 0, 0.08), 0px -9px 28px 8px rgba(0, 0, 0, 0.05);
124
+ }
125
+ .lm-shadown-level3-up {
126
+ box-shadow: 0px -6px 16px -8px rgba(0, 0, 0, 0.08), 0px -9px 28px 0px rgba(0, 0, 0, 0.05), 0px -12px 48px 16px rgba(0, 0, 0, 0.03);
127
+ }
128
+ .lm-shadown-level1-down {
129
+ box-shadow: 0px 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
130
+ }
131
+ .lm-shadown-level2-down {
132
+ box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
133
+ }
134
+ .lm-shadown-level3-down {
135
+ box-shadow: 0px 6px 16px -8px rgba(0, 0, 0, 0.08), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 12px 48px 16px rgba(0, 0, 0, 0.03);
136
+ }
137
+ .lm-shadown-level1-left {
138
+ box-shadow: -1px 0px 2px -2px rgba(0, 0, 0, 0.16), -3px 0px 6px 0px rgba(0, 0, 0, 0.12), -5px 0px 12px 4px rgba(0, 0, 0, 0.09);
139
+ }
140
+ .lm-shadown-level2-left {
141
+ box-shadow: -3px 0px 6px -4px rgba(0, 0, 0, 0.12), -6px 0px 16px 0px rgba(0, 0, 0, 0.08), -9px 0px 28px 8px rgba(0, 0, 0, 0.05);
142
+ }
143
+ .lm-shadown-level3-left {
144
+ box-shadow: -6px 0px 16px -8px rgba(0, 0, 0, 0.08), -9px 0px 28px 0px rgba(0, 0, 0, 0.05), -12px 0px 48px 16px rgba(0, 0, 0, 0.03);
145
+ }
146
+ .lm-shadown-level1-right {
147
+ box-shadow: 1px 0px 2px -2px rgba(0, 0, 0, 0.16), 3px 0px 6px 0px rgba(0, 0, 0, 0.12), 5px 0px 12px 4px rgba(0, 0, 0, 0.09);
148
+ }
149
+ .lm-shadown-level2-right {
150
+ box-shadow: 3px 0px 6px -4px rgba(0, 0, 0, 0.12), 6px 0px 16px 0px rgba(0, 0, 0, 0.08), 9px 0px 28px 8px rgba(0, 0, 0, 0.05);
151
+ }
152
+ .lm-shadown-level3-right {
153
+ box-shadow: 6px 0px 16px -8px rgba(0, 0, 0, 0.08), 9px 0px 28px 0px rgba(0, 0, 0, 0.05), 12px 0px 48px 16px rgba(0, 0, 0, 0.03);
154
+ }
155
+ :root {
156
+ --primary-color: #1890fc;
157
+ --primary-click-color: #096dd9;
158
+ --success-color: #52c14a;
159
+ --warning-color: #fd9727;
160
+ --error-color: #fa4f53;
161
+ --aside-bg-color: #022766;
162
+ --primary-hover-color: #40a9ff;
163
+ --primary-loading-color: #84b7fa;
164
+ --primary-select-color: #e6f7ff;
165
+ --error-hover-color: #ee8079;
166
+ --error-loading-color: #fbcdcd;
167
+ --disabled-border-color: rgba(0, 0, 0, 0.15);
168
+ --disabled-bg-color: rgba(0, 0, 0, 0.04);
169
+ --disabled-font-color: rgba(0, 0, 0, 0.25);
170
+ --font-color: rgba(0, 0, 0, 0.85);
171
+ --text-color: rgba(0, 0, 0, 0.45);
172
+ --tip-text-color: rgba(0, 0, 0, 0.25);
173
+ --stroke-color: rgba(0, 0, 0, 0.15);
174
+ --line-color: rgba(0, 0, 0, 0.06);
175
+ --background-color: rgba(0, 0, 0, 0.04);
176
+ --table-header-color: rgba(0, 0, 0, 0.02);
177
+ --font2-color: rgba(0, 0, 0, 0.65);
178
+ --background-color-hover: rgba(0, 0, 0, 0.08);
179
+ --border-color: #f0f0f0;
180
+ --stripe-color: #f5f5f5;
181
+ --border-hover-color: #f2f5f7;
182
+ --box-shadow-color: rgba(0, 0, 0, 0.1);
183
+ --table-background-color: #fafafa;
184
+ --disabled-color: rgba(0, 0, 0, 0.25);
185
+ --font-size: 12px;
186
+ --gap: 8px;
187
+ --basic-height: 24px;
188
+ --font-size-base: 14px;
189
+ --font-size-lg: calc(var(--font-size-base) + 2px);
190
+ --font-size-sm: 12px;
191
+ --color-contrast: #fff;
192
+ --color-100: #000;
193
+ --color-85: #262626;
194
+ --color-65: #595959;
195
+ --color-45: #8c8c8c;
196
+ --color-25: #bfbfbf;
197
+ --color-15: #d9d9d9;
198
+ --color-6: #f0f0f0;
199
+ --color-4: #f5f5f5;
200
+ --color-2: #fafafa;
201
+ }
202
+ :root[theme='dark'] {
203
+ --font-color: rgba(255, 255, 255, 0.85);
204
+ --text-color: rgba(255, 255, 255, 0.45);
205
+ --tip-text-color: rgba(255, 255, 255, 0.25);
206
+ --stroke-color: rgba(255, 255, 255, 0.15);
207
+ --line-color: rgba(255, 255, 255, 0.06);
208
+ --background-color: rgba(255, 255, 255, 0.04);
209
+ --table-header-color: rgba(255, 255, 255, 0.02);
210
+ --font2-color: rgba(255, 255, 255, 0.65);
211
+ --background-color-hover: rgba(255, 255, 255, 0.08);
212
+ }
213
+ html {
214
+ background-color: #f0f2f5;
215
+ }
216
+ #app {
217
+ width: 100vw;
218
+ min-width: 1200px;
219
+ height: 100vh;
220
+ font-family: 'PingFang SC', 'Microsoft YaHei UI', '微软雅黑', Helvetica, Arial, sans-serif;
221
+ }
222
+ .ka-wrapper,
223
+ .ka-content {
224
+ height: 100%;
225
+ }
226
+ * {
227
+ margin: 0;
228
+ padding: 0;
229
+ list-style: none;
230
+ }
231
+ *::-webkit-scrollbar {
232
+ width: 8px;
233
+ height: 8px;
234
+ border-radius: 10px;
235
+ }
236
+ *::-webkit-scrollbar-button {
237
+ display: none;
238
+ }
239
+ *::-webkit-scrollbar-track {
240
+ background: transparent;
241
+ }
242
+ *::-webkit-scrollbar-thumb {
243
+ background: #d8d8d8;
244
+ border-radius: 6px;
245
+ }
246
+ *::-webkit-scrollbar-thumb:hover,
247
+ *::-webkit-scrollbar-thumb:active {
248
+ background: #bfbfbf;
249
+ }
250
+ .page-content {
251
+ margin: 12px;
252
+ padding: 16px;
253
+ background: #fff;
254
+ }
255
+ .addModal .ant-modal-header {
256
+ display: flex;
257
+ align-items: center;
258
+ height: 46px;
259
+ padding: 0 24px;
260
+ }
261
+ .addModal .ant-modal-close-x {
262
+ width: 46px;
263
+ height: 46px;
264
+ line-height: 44px;
265
+ }
266
+ .addModal .ant-modal-body {
267
+ padding: 24px 24px 21px;
268
+ }
269
+ .addModal .ant-modal-body .ant-tabs-nav {
270
+ margin: 0 10px;
271
+ }
272
+ .addModal .ant-modal-body .ant-tabs-content-holder {
273
+ max-height: 800px;
274
+ padding: 16px 10px;
275
+ overflow-y: auto;
276
+ }
277
+ .addModal .ant-modal-footer {
278
+ padding: 11px 24px;
279
+ }
280
+ .addModal .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
281
+ margin-left: 10px;
282
+ }
283
+ .editModal .ant-modal-header {
284
+ display: flex;
285
+ align-items: center;
286
+ height: 46px;
287
+ padding: 0 24px;
288
+ }
289
+ .editModal .ant-modal-close-x {
290
+ width: 46px;
291
+ height: 46px;
292
+ line-height: 44px;
293
+ }
294
+ .editModal .ant-modal-body {
295
+ max-height: 600px;
296
+ padding: 24px 24px 21px;
297
+ overflow-y: auto;
298
+ }
299
+ .editModal .ant-modal-body .ant-form-item {
300
+ margin-bottom: 16px;
301
+ }
302
+ .editModal .ant-modal-footer {
303
+ padding: 11px 24px;
304
+ }
305
+ .editModal .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
306
+ margin-left: 10px;
307
+ }
308
+ .ant-select-dropdown .ant-select-item {
309
+ align-items: center;
310
+ font-size: 12px;
311
+ }
312
+ .react-resizable {
313
+ position: relative;
314
+ background-clip: padding-box;
315
+ }
316
+ .react-resizable-handle {
317
+ position: absolute;
318
+ top: 0;
319
+ right: 0;
320
+ z-index: 1;
321
+ width: 3px;
322
+ height: 40px;
323
+ cursor: col-resize;
324
+ }
325
+ .react-resizable-handle:hover {
326
+ background-color: var(--primary-color);
327
+ }
328
+ .react-resizable-handle:active {
329
+ background-color: var(--primary-color);
330
+ }
331
+ .yf_resizable_bar {
332
+ position: absolute;
333
+ top: 0;
334
+ left: 0;
335
+ z-index: 2;
336
+ height: 0;
337
+ }
338
+ .resizable_line {
339
+ position: absolute;
340
+ top: 0;
341
+ left: 0;
342
+ z-index: 1;
343
+ width: 1px;
344
+ height: 100%;
345
+ background-color: var(--primary-color);
346
+ }
347
+ .handle_resizable {
348
+ position: absolute;
349
+ top: 0;
350
+ right: 0;
351
+ z-index: 2;
352
+ width: 5px;
353
+ height: 100%;
354
+ }
355
+ .card_cell_content {
356
+ display: flex;
357
+ flex-flow: column;
358
+ height: 100%;
359
+ overflow: hidden;
360
+ border: 1px solid transparent;
361
+ border-radius: 2px;
362
+ transition: 0.3s;
363
+ }
364
+ .card_cell_content .card_cell_body {
365
+ position: relative;
366
+ display: flex;
367
+ flex: 1;
368
+ flex-flow: column;
369
+ padding: 16px;
370
+ background: rgba(0, 0, 0, 0.02);
371
+ cursor: pointer;
372
+ }
373
+ .card_cell_content .card_cell_body .card_cell_checkbox {
374
+ position: absolute;
375
+ top: 8px;
376
+ left: 8px;
377
+ line-height: 1;
378
+ opacity: 0;
379
+ transition: 0.3s;
380
+ }
381
+ .card_cell_content .card_cell_body .card_cell_checkbox .ant-checkbox {
382
+ border: 8px solid rgba(255, 255, 255, 0.624);
383
+ border-radius: 2px;
384
+ }
385
+ .card_cell_content .card_cell_body .card_cell_info .title {
386
+ display: flex;
387
+ gap: 8px;
388
+ align-items: center;
389
+ justify-content: space-between;
390
+ }
391
+ .card_cell_content .card_cell_body .card_cell_info .title .label {
392
+ flex: 1;
393
+ overflow: hidden;
394
+ font-weight: 500;
395
+ font-size: 14px;
396
+ white-space: nowrap;
397
+ text-overflow: ellipsis;
398
+ text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
399
+ }
400
+ .card_cell_content .card_cell_body .card_cell_info .title .icon {
401
+ display: inline-flex;
402
+ gap: 4px;
403
+ align-items: center;
404
+ height: 22px;
405
+ padding: 0 8px;
406
+ font-size: 12px;
407
+ line-height: 1;
408
+ background: var(--background-color);
409
+ }
410
+ .card_cell_content .card_cell_body .card_cell_info .code .ant-typography {
411
+ margin: 0;
412
+ color: var(--text-color);
413
+ text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
414
+ }
415
+ .card_cell_content .card_cell_body .card_cell_info .code .ant-typography .ant-typography-copy {
416
+ color: inherit;
417
+ }
418
+ .card_cell_content .card_cell_body .card_cell_info .expand {
419
+ display: flex;
420
+ flex-wrap: wrap;
421
+ gap: 16px;
422
+ padding: 6px 0 2px;
423
+ color: var(--text-color);
424
+ font-size: 12px;
425
+ text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
426
+ }
427
+ .card_cell_content .card_cell_body .card_cell_info .expand > div {
428
+ padding: 2px 0;
429
+ }
430
+ .card_cell_content .card_cell_body .card_cell_center {
431
+ display: flex;
432
+ flex: 1;
433
+ align-items: center;
434
+ }
435
+ .card_cell_content .card_cell_body .card_cell_center .list {
436
+ display: flex;
437
+ align-items: center;
438
+ justify-content: space-between;
439
+ width: 100%;
440
+ margin: auto 0;
441
+ text-align: center;
442
+ }
443
+ .card_cell_content .card_cell_body .card_cell_center .list .item {
444
+ display: inline-flex;
445
+ gap: 4px;
446
+ align-items: center;
447
+ line-height: 1;
448
+ }
449
+ .card_cell_content .card_cell_body .card_cell_center .list .item .num {
450
+ color: var(--font-color);
451
+ font-weight: 500;
452
+ font-size: 20px;
453
+ }
454
+ .card_cell_content .card_cell_body .card_cell_center .list .item .text {
455
+ color: var(--text-color);
456
+ font-size: 12px;
457
+ }
458
+ .card_cell_content .card_cell_footer {
459
+ display: flex;
460
+ align-items: center;
461
+ height: 40px;
462
+ background: #f7f7f7;
463
+ }
464
+ .card_cell_content .card_cell_footer > * {
465
+ flex: 1;
466
+ }
467
+ .card_cell_content .card_cell_footer > *::after {
468
+ position: absolute;
469
+ top: 50%;
470
+ right: 0;
471
+ width: 1px;
472
+ height: 18px;
473
+ background-color: #e8e8e8;
474
+ transform: translateY(-50%);
475
+ content: '';
476
+ }
477
+ .card_cell_content .card_cell_footer button:last-child {
478
+ border: none;
479
+ }
480
+ .card_cell_content .card_cell_footer button:last-child::after {
481
+ display: none;
482
+ }
483
+ .card_cell_content .card_cell_footer .footer_expand {
484
+ font-size: 16px;
485
+ text-align: center;
486
+ border: none;
487
+ }
488
+ .card_cell_content.checked,
489
+ .card_cell_content:hover {
490
+ border-color: var(--primary-color);
491
+ }
492
+ .card_cell_content.checked .card_cell_body .card_cell_checkbox,
493
+ .card_cell_content:hover .card_cell_body .card_cell_checkbox {
494
+ opacity: 1;
495
+ }
496
+ .z_container {
497
+ position: relative;
498
+ display: flex;
499
+ flex-flow: column;
500
+ height: 100%;
501
+ background-color: #fff;
502
+ padding: 16px;
503
+ }
504
+ .z_container .ant-tabs,
505
+ .z_container .ant-tabs-content,
506
+ .z_container .ant-pro-table,
507
+ .z_container .ant-card,
508
+ .z_container .ant-card-body,
509
+ .z_container .ant-pro-card,
510
+ .z_container .ant-pro-card-body,
511
+ .z_container .ant-table-wrapper,
512
+ .z_container .ant-spin-nested-loading,
513
+ .z_container .ant-spin-container,
514
+ .z_container .ant-table-container,
515
+ .z_container .ant-table-body {
516
+ height: 100%;
517
+ }
518
+ .z_container .ant-card-body,
519
+ .z_container .ant-pro-card-body {
520
+ padding: 0;
521
+ }
522
+ .z_container .ant-spin-container {
523
+ display: flex;
524
+ flex-flow: column;
525
+ }
526
+ .z_container .ant-spin-container .ant-table {
527
+ position: relative;
528
+ flex: 1;
529
+ border-left: 1px solid var(--border-color);
530
+ border-right: 1px solid var(--border-color);
531
+ }
532
+ .z_container .ant-spin-container .ant-table::before {
533
+ content: '';
534
+ position: absolute;
535
+ left: 0;
536
+ right: 0;
537
+ top: 0;
538
+ height: 1px;
539
+ background-color: var(--border-color);
540
+ z-index: 4;
541
+ }
542
+ .z_container .ant-spin-container .ant-table::after {
543
+ content: '';
544
+ position: absolute;
545
+ left: 0;
546
+ right: 0;
547
+ bottom: 0;
548
+ height: 1px;
549
+ background-color: var(--border-color);
550
+ z-index: 4;
551
+ }
552
+ .lm_operate {
553
+ display: flex;
554
+ align-items: center;
555
+ justify-content: space-between;
556
+ }
557
+ .lm_operate .ant-space-item,
558
+ .lm_operate .ant-space-item > *,
559
+ .lm_operate .ant-btn,
560
+ .lm_operate .ant-input {
561
+ font-size: 12px;
562
+ }
563
+ .lm_operate .ant-btn {
564
+ display: inline-flex;
565
+ align-items: center;
566
+ justify-content: center;
567
+ line-height: 1;
568
+ padding-top: 0;
569
+ padding-bottom: 0;
570
+ }
571
+ .lm_operate .anticon + span,
572
+ .lm_operate span + .anticon {
573
+ margin-left: calc(var(--gap) / 2);
574
+ }
575
+ .lm_operate .operate_left,
576
+ .lm_operate .operate_right {
577
+ display: flex;
578
+ }
579
+ .lm_operate .operate_left:empty,
580
+ .lm_operate .operate_right:empty {
581
+ padding-bottom: 0;
582
+ }
583
+ .lm_operate .ant-input-group {
584
+ font-size: 12px;
585
+ line-height: 1.5;
586
+ }
587
+ .lm_operate .ant-input-sm {
588
+ width: 180px;
589
+ font-size: 12px;
590
+ height: var(--basic-height);
591
+ padding: 0 10px;
592
+ }
593
+ .lm_operate .ant-select.ant-select-single .ant-select-selector {
594
+ font-size: 12px;
595
+ width: 160px;
596
+ }
597
+ .lm_operate .ant-picker {
598
+ font-size: 12px;
599
+ }
600
+ .lm_operate .ant-picker .ant-picker-input > input {
601
+ font-size: 12px;
602
+ }
603
+ .lm_operate .line {
604
+ display: block;
605
+ height: var(--basic-height);
606
+ border-right: 1px solid #eee;
607
+ }
608
+ .lm_grid {
609
+ position: relative;
610
+ flex: 1;
611
+ overflow: hidden;
612
+ }
613
+ .lm_grid > div {
614
+ height: 100%;
615
+ }
616
+ .lm_grid .ant-pro-table .ant-table.ant-table-small {
617
+ font-size: 12px;
618
+ }
619
+ .lm_grid .ant-pro-table .ant-table-thead {
620
+ height: 40px;
621
+ }
622
+ .lm_grid .ant-pro-table .ant-table-thead .text-overflow,
623
+ .lm_grid .ant-pro-table .ant-table-thead .text-overflow .ant-table-column-title {
624
+ overflow: hidden;
625
+ text-overflow: ellipsis;
626
+ white-space: nowrap;
627
+ }
628
+ .lm_grid .ant-pro-table .ant-table-thead .ant-table-filter-trigger {
629
+ margin-right: 0;
630
+ }
631
+ .lm_grid .ant-pro-table .ant-table-tbody .ant-table-cell {
632
+ padding: 8px;
633
+ }
634
+ .lm_grid .ant-pro-table .ant-table-tbody .ant-table-cell.number {
635
+ border-left: 1px solid #eee;
636
+ border-right: 1px solid #eee;
637
+ }
638
+ .lm_grid .ant-pro-table .ant-table-tbody .ant-table-cell.money {
639
+ border-left: 1px solid #eee;
640
+ border-right: 1px solid #eee;
641
+ color: var(--error-color);
642
+ }
643
+ .lm_grid .ant-pro-table .ant-table-tbody .ant-table-cell.money-color {
644
+ color: var(--error-color);
645
+ }
646
+ .lm_grid .ant-pro-table .ant-table-tbody .ant-typography {
647
+ margin: 0;
648
+ }
649
+ .lm_grid .ant-pro-table .ant-table-tbody .ant-typography .ant-typography-copy {
650
+ color: var(--text-color);
651
+ }
652
+ .lm_grid .ant-pro-table .ant-table-tbody .ant-typography .ant-typography-copy-success {
653
+ color: var(--success-color);
654
+ }
655
+ .lm_grid .ant-pro-table .ant-table-tbody .ant-typography.ant-typography-ellipsis .ant-typography-edit {
656
+ opacity: 0;
657
+ color: var(--primary-color);
658
+ transition: 0.3s;
659
+ }
660
+ .lm_grid .ant-pro-table .ant-table-tbody .ant-typography.ant-typography-ellipsis:hover .ant-typography-edit {
661
+ opacity: 1;
662
+ }
663
+ .lm_grid .ant-pro-table .ant-table-summary {
664
+ height: 48px;
665
+ }
666
+ .lm_grid .ant-pro-table .ant-table-summary td {
667
+ text-align: right;
668
+ background-color: var(--table-background-color);
669
+ padding: 0 8px;
670
+ }
671
+ .lm_grid .ant-pro-table .ant-table-summary td:first-of-type {
672
+ text-align: left;
673
+ padding: 0 0 0 8px;
674
+ }
675
+ .lm_grid .ant-pro-table .ant-table-summary td.number {
676
+ border-left: 1px solid #eee;
677
+ border-right: 1px solid #eee;
678
+ }
679
+ .lm_grid .ant-pro-table .ant-table-summary td.money {
680
+ border-left: 1px solid #eee;
681
+ border-right: 1px solid #eee;
682
+ color: var(--error-color);
683
+ }
684
+ .lm_grid .ant-pro-table .ant-table-summary td.money-color {
685
+ color: var(--error-color);
686
+ }
687
+ .lm_grid .ant-pro-table .ant-table-summary td > div {
688
+ white-space: nowrap;
689
+ overflow: hidden;
690
+ text-overflow: ellipsis;
691
+ }
692
+ .lm_grid .ant-pro-table .ant-table-summary td > div:last-of-type {
693
+ font-weight: bold;
694
+ }
695
+ .lm_grid .ant-pro-table .ant-table-summary .total_title {
696
+ position: relative;
697
+ white-space: nowrap;
698
+ }
699
+ .lm_grid .ant-pro-table .ant-pro-table-list-toolbar-container {
700
+ padding: 0;
701
+ }
702
+ .lm_grid .ant-pro-table .ant-pro-table-list-toolbar-container .ant-pro-table-list-toolbar-right {
703
+ position: absolute;
704
+ right: 1px;
705
+ top: 1px;
706
+ z-index: 4;
707
+ font-size: 16px;
708
+ width: 48px;
709
+ height: 38px;
710
+ justify-content: center;
711
+ background-color: #fafafa;
712
+ }
713
+ .lm_grid .ant-pro-table .ant-pro-table-list-toolbar-container .ant-pro-table-list-toolbar-right::after {
714
+ content: '';
715
+ position: absolute;
716
+ left: 0;
717
+ top: 50%;
718
+ transform: translateY(-50%);
719
+ height: 1.6em;
720
+ width: 1px;
721
+ background-color: rgba(0, 0, 0, 0.06);
722
+ }
723
+ .lm_grid .ant-pro-table .ant-table-row {
724
+ position: relative;
725
+ }
726
+ .lm_grid .ant-pro-table .ant-table-row .operate_fixed_right .operate_btn {
727
+ font-size: 12px;
728
+ color: var(--primary-color);
729
+ }
730
+ .lm_grid .ant-pro-table .ant-table-row .operate_fixed_right .operate_btn .ant-space-item {
731
+ cursor: pointer;
732
+ }
733
+ .lm_grid .ant-pro-table .ant-table-row .operate_fixed_right .ant-btn {
734
+ font-size: 12px;
735
+ }
736
+ .lm_grid .ant-table-pagination.ant-pagination {
737
+ font-size: 12px;
738
+ padding-top: 12px;
739
+ margin: 0;
740
+ }
741
+ .lm_grid .ant-table-pagination.ant-pagination .ant-select {
742
+ font-size: inherit;
743
+ }
744
+ .z_flex {
745
+ display: flex;
746
+ flex-flow: column;
747
+ flex: 1;
748
+ height: 100%;
749
+ }
750
+ .ant-popover {
751
+ padding-top: 0;
752
+ }
753
+ .ant-popover.ant-pro-table-column-setting-overlay {
754
+ font-size: 12px;
755
+ }
756
+ .ant-popover.ant-pro-table-column-setting-overlay .ant-tree-switcher {
757
+ width: 0;
758
+ }
759
+ .ant-popover.ant-pro-table-column-setting-overlay .ant-tree-indent + span:not(.ant-tree-draggable-icon) {
760
+ width: 24px;
761
+ }
762
+ .ant-popover.ant-pro-table-column-setting-overlay .ant-tree .ant-tree-treenode {
763
+ padding: 2px 0;
764
+ }
765
+ .ant-popover.ant-pro-table-column-setting-overlay .ant-tree .ant-tree-treenode .ant-tree-checkbox {
766
+ margin: auto;
767
+ }
768
+ .ant-popover.ant-pro-table-column-setting-overlay .ant-tree .ant-tree-node-content-wrapper:hover {
769
+ background-color: transparent;
770
+ }
771
+ .lm_img_table {
772
+ display: flex;
773
+ flex-flow: column;
774
+ height: 100%;
775
+ }
776
+ .lm_img_table .lm_img_body {
777
+ flex: 1;
778
+ height: calc(100% - 36px);
779
+ }
780
+ .lm_img_table .lm_img_body.hasChecked .lm_imgList .img_cell_wrap .checkBox,
781
+ .lm_img_table .lm_img_body.hasChecked .lm_imgList .img_cell_wrap .card_cell_checkbox {
782
+ opacity: 1;
783
+ }
784
+ .lm_img_table .lm_img_footer {
785
+ display: flex;
786
+ justify-content: flex-end;
787
+ height: 36px;
788
+ }
789
+ .lm_img_table .lm_imgList {
790
+ font-size: 0;
791
+ }
792
+ .lm_img_table .lm_imgList .img_cell_wrap {
793
+ font-size: 12px;
794
+ width: 20%;
795
+ padding: 6px;
796
+ overflow: hidden;
797
+ }
798
+ .lm_img_table .lm_imgList .img_cell_wrap.first_row {
799
+ padding-top: 0;
800
+ }
801
+ .lm_img_table .lm_imgList .img_cell_wrap.last_row {
802
+ padding-bottom: 0;
803
+ }
804
+ .lm_img_table .lm_imgList .img_cell_wrap.first_column {
805
+ padding-left: 0;
806
+ }
807
+ .lm_img_table .lm_imgList .img_cell_wrap.last_column {
808
+ padding-right: 0;
809
+ }
810
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body {
811
+ display: flex;
812
+ flex-flow: column;
813
+ height: 100%;
814
+ border-radius: 2px;
815
+ background-color: var(--background-color);
816
+ padding: 16px 8px 8px 8px;
817
+ overflow: hidden;
818
+ border: 1px solid transparent;
819
+ transition: 0.3s;
820
+ }
821
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body:hover {
822
+ background-color: var(--background-color-hover);
823
+ }
824
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .ant-checkbox {
825
+ border: 8px solid rgba(255, 255, 255, 0.624);
826
+ border-radius: 2px;
827
+ }
828
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .checkBox {
829
+ position: absolute;
830
+ top: 0;
831
+ left: 0;
832
+ opacity: 0;
833
+ transition: 0.3s;
834
+ }
835
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .more {
836
+ position: absolute;
837
+ top: 0;
838
+ right: 0;
839
+ border-radius: 2px;
840
+ opacity: 0;
841
+ background-color: rgba(255, 255, 255, 0.624);
842
+ transition: 0.3s;
843
+ }
844
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .more .more_btn {
845
+ display: inline-flex;
846
+ align-items: center;
847
+ justify-content: center;
848
+ font-size: 14px;
849
+ width: 32px;
850
+ height: 32px;
851
+ }
852
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_thum {
853
+ position: relative;
854
+ display: flex;
855
+ align-items: center;
856
+ justify-content: center;
857
+ height: 200px;
858
+ text-align: center;
859
+ overflow: hidden;
860
+ }
861
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_thum img {
862
+ display: inline-block;
863
+ max-height: 200px;
864
+ object-fit: cover;
865
+ margin: auto;
866
+ }
867
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_thum:hover .checkBox,
868
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_thum:hover .more {
869
+ opacity: 1;
870
+ }
871
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_title {
872
+ padding: 16px 0 0 4px;
873
+ }
874
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_title .title {
875
+ color: var(--font-color);
876
+ white-space: nowrap;
877
+ text-overflow: ellipsis;
878
+ overflow: hidden;
879
+ font-weight: 500;
880
+ }
881
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_title .code {
882
+ padding-top: 5px;
883
+ color: var(--text-color);
884
+ }
885
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_title .code .ant-typography {
886
+ color: var(--text-color);
887
+ margin-bottom: 0;
888
+ }
889
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_title .code .ant-typography .ant-typography-copy {
890
+ color: inherit;
891
+ }
892
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_title .code .ant-typography .ant-typography-copy-success {
893
+ color: var(--success-color);
894
+ }
895
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_tags {
896
+ flex: 1;
897
+ width: 100%;
898
+ padding-top: 9px;
899
+ display: flex;
900
+ justify-content: flex-start;
901
+ align-items: center;
902
+ flex-wrap: wrap;
903
+ font-size: 12px;
904
+ padding-left: 4px;
905
+ }
906
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_tags button.ant-btn-sm {
907
+ border: 0;
908
+ background: var(--background-color-hover);
909
+ margin: 0 4px 6px 4px;
910
+ }
911
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body.checked {
912
+ border-color: #2593f9;
913
+ }
914
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body.checked .checkBox,
915
+ .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body.checked .more {
916
+ opacity: 1;
917
+ }
918
+ .lm_img_table .lm_card_cell_content {
919
+ display: flex;
920
+ flex-flow: column;
921
+ height: 100%;
922
+ overflow: hidden;
923
+ border: 1px solid transparent;
924
+ border-radius: 2px;
925
+ transition: 0.3s;
926
+ }
927
+ .lm_img_table .lm_card_cell_content .card_cell_body {
928
+ position: relative;
929
+ flex: 1;
930
+ display: flex;
931
+ flex-flow: column;
932
+ background: rgba(0, 0, 0, 0.02);
933
+ padding: 16px;
934
+ cursor: pointer;
935
+ }
936
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_checkbox {
937
+ position: absolute;
938
+ left: 8px;
939
+ top: 8px;
940
+ line-height: 1;
941
+ opacity: 0;
942
+ transition: 0.3s;
943
+ }
944
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_checkbox .ant-checkbox {
945
+ border: 8px solid rgba(255, 255, 255, 0.624);
946
+ border-radius: 2px;
947
+ }
948
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_info .title {
949
+ display: flex;
950
+ align-items: center;
951
+ justify-content: space-between;
952
+ gap: 8px;
953
+ }
954
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_info .title .label {
955
+ flex: 1;
956
+ font-size: 14px;
957
+ font-weight: 500;
958
+ text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
959
+ text-overflow: ellipsis;
960
+ overflow: hidden;
961
+ white-space: nowrap;
962
+ }
963
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_info .title .icon {
964
+ display: inline-flex;
965
+ align-items: center;
966
+ gap: 4px;
967
+ font-size: 12px;
968
+ line-height: 1;
969
+ height: 22px;
970
+ background: var(--background-color);
971
+ padding: 0 8px;
972
+ }
973
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_info .code {
974
+ font-size: 12px;
975
+ }
976
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_info .code .ant-typography {
977
+ color: var(--text-color);
978
+ text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
979
+ margin: 0;
980
+ }
981
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_info .code .ant-typography .ant-typography-copy {
982
+ color: inherit;
983
+ }
984
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_info .expand {
985
+ display: flex;
986
+ flex-wrap: wrap;
987
+ gap: 16px;
988
+ font-size: 12px;
989
+ color: var(--text-color);
990
+ text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
991
+ padding: 6px 0 2px;
992
+ }
993
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_info .expand > div {
994
+ padding: 2px 0;
995
+ }
996
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_center {
997
+ display: flex;
998
+ align-items: center;
999
+ flex: 1;
1000
+ }
1001
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_center .list {
1002
+ display: flex;
1003
+ align-items: center;
1004
+ justify-content: space-between;
1005
+ text-align: center;
1006
+ width: 100%;
1007
+ margin: auto 0;
1008
+ }
1009
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_center .list .item {
1010
+ display: inline-flex;
1011
+ align-items: center;
1012
+ gap: 4px;
1013
+ line-height: 1;
1014
+ }
1015
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_center .list .item .num {
1016
+ font-size: 20px;
1017
+ font-weight: 500;
1018
+ color: var(--font-color);
1019
+ }
1020
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_center .list .item .text {
1021
+ font-size: 12px;
1022
+ color: var(--text-color);
1023
+ }
1024
+ .lm_img_table .lm_card_cell_content .card_cell_footer {
1025
+ display: flex;
1026
+ align-items: center;
1027
+ height: 40px;
1028
+ background: #F7F7F7;
1029
+ }
1030
+ .lm_img_table .lm_card_cell_content .card_cell_footer > * {
1031
+ flex: 1;
1032
+ }
1033
+ .lm_img_table .lm_card_cell_content .card_cell_footer > *::after {
1034
+ content: '';
1035
+ position: absolute;
1036
+ right: 0;
1037
+ top: 50%;
1038
+ transform: translateY(-50%);
1039
+ height: 18px;
1040
+ width: 1px;
1041
+ background-color: #E8E8E8;
1042
+ }
1043
+ .lm_img_table .lm_card_cell_content .card_cell_footer button:last-child {
1044
+ border: none;
1045
+ }
1046
+ .lm_img_table .lm_card_cell_content .card_cell_footer button:last-child::after {
1047
+ display: none;
1048
+ }
1049
+ .lm_img_table .lm_card_cell_content .card_cell_footer .footer_expand {
1050
+ font-size: 16px;
1051
+ text-align: center;
1052
+ border: none;
1053
+ }
1054
+ .lm_img_table .lm_card_cell_content.checked,
1055
+ .lm_img_table .lm_card_cell_content:hover {
1056
+ border-color: var(--primary-color);
1057
+ }
1058
+ .lm_img_table .lm_card_cell_content.checked .card_cell_body .card_cell_checkbox,
1059
+ .lm_img_table .lm_card_cell_content:hover .card_cell_body .card_cell_checkbox {
1060
+ opacity: 1;
1061
+ }
1062
+ .lm_customCheck {
1063
+ position: absolute;
1064
+ bottom: 0;
1065
+ left: 0;
1066
+ max-width: 50%;
1067
+ font-size: 12px;
1068
+ }