linkmore-design 1.0.10 → 1.0.13

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 (95) hide show
  1. package/dist/index.umd.js +4359 -1032
  2. package/dist/index.umd.min.js +6 -6
  3. package/es/Button/style/style.css +32 -31
  4. package/es/ButtonTags/style/style.css +3 -0
  5. package/es/Card/index.d.ts +2 -0
  6. package/es/Card/index.js +17 -0
  7. package/es/Card/style/index.css +495 -0
  8. package/es/Card/style/index.d.ts +1 -0
  9. package/es/Card/style/index.js +1 -0
  10. package/es/{CheckBox → Checkbox}/index.js +0 -0
  11. package/es/{CheckBox → Checkbox}/style/index.js +0 -0
  12. package/es/{CheckBox → Checkbox}/style/style.css +0 -0
  13. package/es/CkFilter/components/filterTypes.js +41 -31
  14. package/es/CkFilter/filter.js +1 -1
  15. package/es/CkFilter/style/style.css +5 -2
  16. package/es/CustomerService/style/style.css +3 -0
  17. package/es/Drawer/style/index.css +6 -0
  18. package/es/Dropdown/style/index.css +3 -0
  19. package/es/EditTable/style/style.css +3 -0
  20. package/es/Filter/Popover.js +2 -2
  21. package/es/Filter/style/style.css +3 -0
  22. package/es/IconFont/index.js +1 -1
  23. package/es/IconSelect/iconJson.json +2935 -0
  24. package/es/IconSelect/index.js +115 -0
  25. package/{lib/CheckBox → es/IconSelect}/style/index.js +0 -0
  26. package/es/IconSelect/style/style.css +25 -0
  27. package/es/Input/style/style.css +3 -0
  28. package/es/InputNumber/style/index.css +3 -0
  29. package/es/LeftTable/index.js +5 -3
  30. package/es/LeftTable/style/style.css +41 -10
  31. package/es/Modal/index.js +7 -3
  32. package/es/Modal/style/index.css +7 -0
  33. package/es/Notification/index.d.ts +7 -0
  34. package/es/Notification/index.js +12 -0
  35. package/es/Notification/style/index.css +495 -0
  36. package/es/Notification/style/index.d.ts +1 -0
  37. package/es/Notification/style/index.js +1 -0
  38. package/es/Pagination/style/index.css +3 -0
  39. package/es/PopTable/style/style.css +3 -1
  40. package/es/ProTable/ImgList/body.js +5 -5
  41. package/es/ProTable/Table.js +5 -4
  42. package/es/ProTable/style/style.css +11 -2
  43. package/es/Select/index.d.ts +1 -1
  44. package/es/Select/style/index.css +3 -0
  45. package/es/Space/style/index.css +3 -0
  46. package/es/index.js +36 -4
  47. package/es/styles/main.css +3 -0
  48. package/es/styles/resetAntd.css +3 -0
  49. package/lib/Button/style/style.css +32 -31
  50. package/lib/ButtonTags/style/style.css +3 -0
  51. package/lib/Card/index.d.ts +2 -0
  52. package/lib/Card/index.js +29 -0
  53. package/lib/Card/style/index.css +495 -0
  54. package/lib/Card/style/index.d.ts +1 -0
  55. package/lib/Card/style/index.js +3 -0
  56. package/lib/{CheckBox → Checkbox}/index.js +0 -0
  57. package/lib/Checkbox/style/index.js +3 -0
  58. package/lib/{CheckBox → Checkbox}/style/style.css +0 -0
  59. package/lib/CkFilter/components/filterTypes.js +41 -31
  60. package/lib/CkFilter/filter.js +1 -1
  61. package/lib/CkFilter/style/style.css +5 -2
  62. package/lib/CustomerService/style/style.css +3 -0
  63. package/lib/Drawer/style/index.css +6 -0
  64. package/lib/Dropdown/style/index.css +3 -0
  65. package/lib/EditTable/style/style.css +3 -0
  66. package/lib/Filter/Popover.js +2 -2
  67. package/lib/Filter/style/style.css +3 -0
  68. package/lib/IconFont/index.js +1 -1
  69. package/lib/IconSelect/iconJson.json +2935 -0
  70. package/lib/IconSelect/index.js +115 -0
  71. package/lib/IconSelect/style/index.js +3 -0
  72. package/lib/IconSelect/style/style.css +25 -0
  73. package/lib/Input/style/style.css +3 -0
  74. package/lib/InputNumber/style/index.css +3 -0
  75. package/lib/LeftTable/index.js +5 -3
  76. package/lib/LeftTable/style/style.css +41 -10
  77. package/lib/Modal/index.js +7 -3
  78. package/lib/Modal/style/index.css +7 -0
  79. package/lib/Notification/index.d.ts +7 -0
  80. package/lib/Notification/index.js +25 -0
  81. package/lib/Notification/style/index.css +495 -0
  82. package/lib/Notification/style/index.d.ts +1 -0
  83. package/lib/Notification/style/index.js +3 -0
  84. package/lib/Pagination/style/index.css +3 -0
  85. package/lib/PopTable/style/style.css +3 -1
  86. package/lib/ProTable/ImgList/body.js +5 -5
  87. package/lib/ProTable/Table.js +5 -4
  88. package/lib/ProTable/style/style.css +11 -2
  89. package/lib/Select/index.d.ts +1 -1
  90. package/lib/Select/style/index.css +3 -0
  91. package/lib/Space/style/index.css +3 -0
  92. package/lib/index.js +36 -4
  93. package/lib/styles/main.css +3 -0
  94. package/lib/styles/resetAntd.css +3 -0
  95. package/package.json +1 -1
@@ -0,0 +1,495 @@
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
+ }
@@ -0,0 +1 @@
1
+ import './index.less';
@@ -0,0 +1 @@
1
+ import "./index.css";
@@ -71,6 +71,9 @@
71
71
  padding: var(--gap);
72
72
  line-height: 1;
73
73
  }
74
+ .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-weight: 500;
76
+ }
74
77
  @font-face {
75
78
  font-family: 'iconfont';
76
79
  /* Project id 2966019 */
@@ -71,6 +71,9 @@
71
71
  padding: var(--gap);
72
72
  line-height: 1;
73
73
  }
74
+ .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-weight: 500;
76
+ }
74
77
  @font-face {
75
78
  font-family: 'iconfont';
76
79
  /* Project id 2966019 */
@@ -527,7 +530,6 @@ html {
527
530
  .lm_popover_table .lm_operate .operate_left,
528
531
  .lm_popover_table .lm_operate .operate_right {
529
532
  display: flex;
530
- padding-bottom: calc(var(--gap) * 2);
531
533
  }
532
534
  .lm_popover_table .lm_operate .operate_left:empty,
533
535
  .lm_popover_table .lm_operate .operate_right:empty {
@@ -17,14 +17,14 @@ var _reactVirtualizedAutoSizer = _interopRequireDefault(require("react-virtualiz
17
17
 
18
18
  var _reactWindow = require("react-window");
19
19
 
20
- var _context = _interopRequireDefault(require("./context"));
21
-
22
- var _imgCell = _interopRequireDefault(require("./imgCell"));
23
-
24
20
  var _cardCell = _interopRequireDefault(require("./cardCell"));
25
21
 
22
+ var _context = _interopRequireDefault(require("./context"));
23
+
26
24
  var _empty = _interopRequireDefault(require("./empty"));
27
25
 
26
+ var _imgCell = _interopRequireDefault(require("./imgCell"));
27
+
28
28
  var ImgList = function ImgList(props) {
29
29
  var widthCount = props.width,
30
30
  heightCount = props.height;
@@ -40,7 +40,7 @@ var ImgList = function ImgList(props) {
40
40
 
41
41
 
42
42
  var columnCount = (0, _react.useMemo)(function () {
43
- return widthCount > 1800 ? 5 : widthCount > 1500 ? 4 : 3;
43
+ return widthCount > 1800 ? 7 : widthCount > 1400 ? 6 : widthCount > 1000 ? 5 : 4;
44
44
  }, [widthCount]);
45
45
  var widthCell = (0, _react.useMemo)(function () {
46
46
  return (widthCount - 8) / columnCount;
@@ -19,14 +19,14 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm
19
19
 
20
20
  var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
21
21
 
22
- var _react = _interopRequireWildcard(require("react"));
23
-
24
- var _reactVirtualizedAutoSizer = _interopRequireDefault(require("react-virtualized-auto-sizer"));
25
-
26
22
  var _proTable = _interopRequireDefault(require("@ant-design/pro-table"));
27
23
 
28
24
  var _lodash = require("lodash");
29
25
 
26
+ var _react = _interopRequireWildcard(require("react"));
27
+
28
+ var _reactVirtualizedAutoSizer = _interopRequireDefault(require("react-virtualized-auto-sizer"));
29
+
30
30
  var _context = _interopRequireDefault(require("./context"));
31
31
 
32
32
  var _VList = require("./VList");
@@ -273,6 +273,7 @@ var ResetTable = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
273
273
  loading: loading,
274
274
  dataSource: dataSource,
275
275
  components: vComponents,
276
+ tableClassName: "lm_protable",
276
277
  summary: function summary(pageData) {
277
278
  return _summary && _summary(pageData, resultColumns);
278
279
  }
@@ -71,6 +71,9 @@
71
71
  padding: var(--gap);
72
72
  line-height: 1;
73
73
  }
74
+ .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-weight: 500;
76
+ }
74
77
  @font-face {
75
78
  font-family: 'iconfont';
76
79
  /* Project id 2966019 */
@@ -575,7 +578,6 @@ html {
575
578
  .lm_operate .operate_left,
576
579
  .lm_operate .operate_right {
577
580
  display: flex;
578
- padding-bottom: calc(var(--gap) * 2);
579
581
  }
580
582
  .lm_operate .operate_left:empty,
581
583
  .lm_operate .operate_right:empty {
@@ -814,7 +816,7 @@ html {
814
816
  height: 100%;
815
817
  border-radius: 2px;
816
818
  background-color: var(--background-color);
817
- padding: 8px;
819
+ padding: 16px 8px 8px 8px;
818
820
  overflow: hidden;
819
821
  border: 1px solid transparent;
820
822
  transition: 0.3s;
@@ -877,9 +879,11 @@ html {
877
879
  white-space: nowrap;
878
880
  text-overflow: ellipsis;
879
881
  overflow: hidden;
882
+ font-weight: 500;
880
883
  }
881
884
  .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_title .code {
882
885
  padding-top: 5px;
886
+ color: var(--text-color);
883
887
  }
884
888
  .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_title .code .ant-typography {
885
889
  color: var(--text-color);
@@ -899,6 +903,8 @@ html {
899
903
  justify-content: flex-start;
900
904
  align-items: center;
901
905
  flex-wrap: wrap;
906
+ font-size: 12px;
907
+ padding-left: 4px;
902
908
  }
903
909
  .lm_img_table .lm_imgList .img_cell_wrap .img_cell_body .img_cell_tags button.ant-btn-sm {
904
910
  border: 0;
@@ -967,6 +973,9 @@ html {
967
973
  background: var(--background-color);
968
974
  padding: 0 8px;
969
975
  }
976
+ .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_info .code {
977
+ font-size: 12px;
978
+ }
970
979
  .lm_img_table .lm_card_cell_content .card_cell_body .card_cell_info .code .ant-typography {
971
980
  color: var(--text-color);
972
981
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
@@ -9,7 +9,7 @@ export interface ISelectProps extends SelectProps {
9
9
  declare const LMSelect: (<ValueType = any, OptionType extends import("rc-select/lib/Select").DefaultOptionType | import("rc-select/lib/Select").BaseOptionType = import("rc-select/lib/Select").DefaultOptionType>(props: SelectProps<ValueType, OptionType> & {
10
10
  children?: React.ReactNode;
11
11
  } & {
12
- ref?: React.Ref<import("rc-select").BaseSelectRef>;
12
+ ref?: React.Ref<import("antd").RefSelectProps>;
13
13
  }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) & {
14
14
  SECRET_COMBOBOX_MODE_DO_NOT_USE: string;
15
15
  Option: import("rc-select/lib/Option").OptionFC;
@@ -71,6 +71,9 @@
71
71
  padding: var(--gap);
72
72
  line-height: 1;
73
73
  }
74
+ .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-weight: 500;
76
+ }
74
77
  @font-face {
75
78
  font-family: 'iconfont';
76
79
  /* Project id 2966019 */
@@ -71,6 +71,9 @@
71
71
  padding: var(--gap);
72
72
  line-height: 1;
73
73
  }
74
+ .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-weight: 500;
76
+ }
74
77
  @font-face {
75
78
  font-family: 'iconfont';
76
79
  /* Project id 2966019 */