linkmore-design 1.0.9 → 1.0.12

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 (81) hide show
  1. package/dist/index.umd.js +3562 -252
  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/CkFilter/components/modal.js +1 -3
  11. package/es/CkFilter/style/style.css +3 -0
  12. package/es/CustomerService/style/style.css +3 -0
  13. package/es/Drawer/style/index.css +6 -0
  14. package/es/Dropdown/style/index.css +3 -0
  15. package/es/EditTable/style/style.css +3 -0
  16. package/es/Filter/style/style.css +3 -0
  17. package/es/IconFont/index.js +1 -1
  18. package/es/IconSelect/iconJson.json +2935 -0
  19. package/es/IconSelect/index.js +115 -0
  20. package/es/{input → IconSelect}/style/index.js +0 -0
  21. package/es/IconSelect/style/style.css +25 -0
  22. package/es/{input → Input}/index.js +0 -0
  23. package/{lib/input → es/Input}/style/index.js +0 -0
  24. package/{lib/input → es/Input}/style/style.css +3 -0
  25. package/es/InputNumber/style/index.css +3 -0
  26. package/es/LeftTable/style/style.css +3 -0
  27. package/es/Modal/style/index.css +7 -0
  28. package/es/Notification/index.d.ts +7 -0
  29. package/es/Notification/index.js +12 -0
  30. package/es/Notification/style/index.css +495 -0
  31. package/es/Notification/style/index.d.ts +1 -0
  32. package/es/Notification/style/index.js +1 -0
  33. package/es/Pagination/style/index.css +3 -0
  34. package/es/PopTable/style/style.css +3 -0
  35. package/es/ProTable/style/style.css +3 -0
  36. package/es/Select/index.d.ts +1 -1
  37. package/es/Select/style/index.css +3 -0
  38. package/es/Space/style/index.css +3 -0
  39. package/es/index.js +36 -4
  40. package/es/styles/main.css +3 -0
  41. package/es/styles/resetAntd.css +3 -0
  42. package/lib/Button/style/style.css +32 -31
  43. package/lib/ButtonTags/style/style.css +3 -0
  44. package/lib/Card/index.d.ts +2 -0
  45. package/lib/Card/index.js +29 -0
  46. package/lib/Card/style/index.css +495 -0
  47. package/lib/Card/style/index.d.ts +1 -0
  48. package/lib/Card/style/index.js +3 -0
  49. package/lib/CkFilter/components/modal.js +1 -3
  50. package/lib/CkFilter/style/style.css +3 -0
  51. package/lib/CustomerService/style/style.css +3 -0
  52. package/lib/Drawer/style/index.css +6 -0
  53. package/lib/Dropdown/style/index.css +3 -0
  54. package/lib/EditTable/style/style.css +3 -0
  55. package/lib/Filter/style/style.css +3 -0
  56. package/lib/IconFont/index.js +1 -1
  57. package/lib/IconSelect/iconJson.json +2935 -0
  58. package/lib/IconSelect/index.js +115 -0
  59. package/lib/IconSelect/style/index.js +3 -0
  60. package/lib/IconSelect/style/style.css +25 -0
  61. package/lib/{input → Input}/index.js +0 -0
  62. package/lib/Input/style/index.js +3 -0
  63. package/{es/input → lib/Input}/style/style.css +3 -0
  64. package/lib/InputNumber/style/index.css +3 -0
  65. package/lib/LeftTable/style/style.css +3 -0
  66. package/lib/Modal/style/index.css +7 -0
  67. package/lib/Notification/index.d.ts +7 -0
  68. package/lib/Notification/index.js +25 -0
  69. package/lib/Notification/style/index.css +495 -0
  70. package/lib/Notification/style/index.d.ts +1 -0
  71. package/lib/Notification/style/index.js +3 -0
  72. package/lib/Pagination/style/index.css +3 -0
  73. package/lib/PopTable/style/style.css +3 -0
  74. package/lib/ProTable/style/style.css +3 -0
  75. package/lib/Select/index.d.ts +1 -1
  76. package/lib/Select/style/index.css +3 -0
  77. package/lib/Space/style/index.css +3 -0
  78. package/lib/index.js +36 -4
  79. package/lib/styles/main.css +3 -0
  80. package/lib/styles/resetAntd.css +3 -0
  81. 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,3 @@
1
+ "use strict";
2
+
3
+ require("./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 */
@@ -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 */
@@ -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 */
package/lib/index.js CHANGED
@@ -20,7 +20,7 @@ Object.defineProperty(exports, "ButtonTags", {
20
20
  Object.defineProperty(exports, "Checkbox", {
21
21
  enumerable: true,
22
22
  get: function get() {
23
- return _CheckBox.default;
23
+ return _Checkbox.default;
24
24
  }
25
25
  });
26
26
  Object.defineProperty(exports, "CkFilter", {
@@ -41,6 +41,12 @@ Object.defineProperty(exports, "Drawer", {
41
41
  return _Drawer.default;
42
42
  }
43
43
  });
44
+ Object.defineProperty(exports, "Dropdown", {
45
+ enumerable: true,
46
+ get: function get() {
47
+ return _Dropdown.default;
48
+ }
49
+ });
44
50
  Object.defineProperty(exports, "EditTable", {
45
51
  enumerable: true,
46
52
  get: function get() {
@@ -71,6 +77,12 @@ Object.defineProperty(exports, "IconFont", {
71
77
  return _IconFont.default;
72
78
  }
73
79
  });
80
+ Object.defineProperty(exports, "IconSelect", {
81
+ enumerable: true,
82
+ get: function get() {
83
+ return _IconSelect.default;
84
+ }
85
+ });
74
86
  Object.defineProperty(exports, "Input", {
75
87
  enumerable: true,
76
88
  get: function get() {
@@ -137,6 +149,12 @@ Object.defineProperty(exports, "Radio", {
137
149
  return _Radio.default;
138
150
  }
139
151
  });
152
+ Object.defineProperty(exports, "Select", {
153
+ enumerable: true,
154
+ get: function get() {
155
+ return _Select.default;
156
+ }
157
+ });
140
158
  Object.defineProperty(exports, "Space", {
141
159
  enumerable: true,
142
160
  get: function get() {
@@ -161,12 +179,18 @@ Object.defineProperty(exports, "VirtualList", {
161
179
  return _VirtualList.default;
162
180
  }
163
181
  });
182
+ Object.defineProperty(exports, "notification", {
183
+ enumerable: true,
184
+ get: function get() {
185
+ return _Notification.default;
186
+ }
187
+ });
164
188
 
165
189
  var _Button = _interopRequireDefault(require("./Button"));
166
190
 
167
191
  var _ButtonTags = _interopRequireDefault(require("./ButtonTags"));
168
192
 
169
- var _CheckBox = _interopRequireDefault(require("./CheckBox"));
193
+ var _Checkbox = _interopRequireDefault(require("./Checkbox"));
170
194
 
171
195
  var _CkFilter = _interopRequireDefault(require("./CkFilter"));
172
196
 
@@ -174,6 +198,8 @@ var _CustomerService = _interopRequireDefault(require("./CustomerService"));
174
198
 
175
199
  var _Drawer = _interopRequireDefault(require("./Drawer"));
176
200
 
201
+ var _Dropdown = _interopRequireDefault(require("./Dropdown"));
202
+
177
203
  var _EditTable = _interopRequireDefault(require("./EditTable"));
178
204
 
179
205
  var _EnlargeImg = _interopRequireDefault(require("./EnlargeImg"));
@@ -190,9 +216,11 @@ var _InputNumber = _interopRequireDefault(require("./InputNumber"));
190
216
 
191
217
  var _LeftTable = _interopRequireDefault(require("./LeftTable"));
192
218
 
219
+ var _LoadingPage = _interopRequireDefault(require("./LoadingPage"));
220
+
193
221
  var _Modal = _interopRequireDefault(require("./Modal"));
194
222
 
195
- var _LoadingPage = _interopRequireDefault(require("./LoadingPage"));
223
+ var _Notification = _interopRequireDefault(require("./Notification"));
196
224
 
197
225
  var _OldModal = _interopRequireDefault(require("./OldModal"));
198
226
 
@@ -204,6 +232,8 @@ var _ProTable = _interopRequireDefault(require("./ProTable"));
204
232
 
205
233
  var _Radio = _interopRequireDefault(require("./Radio"));
206
234
 
235
+ var _Select = _interopRequireDefault(require("./Select"));
236
+
207
237
  var _Space = _interopRequireDefault(require("./Space"));
208
238
 
209
239
  var _TabBar = _interopRequireDefault(require("./TabBar"));
@@ -212,4 +242,6 @@ var _TableRender = _interopRequireDefault(require("./TableRender"));
212
242
 
213
243
  var _UploadOss = _interopRequireDefault(require("./UploadOss"));
214
244
 
215
- var _VirtualList = _interopRequireDefault(require("./VirtualList"));
245
+ var _VirtualList = _interopRequireDefault(require("./VirtualList"));
246
+
247
+ var _IconSelect = _interopRequireDefault(require("./IconSelect"));
@@ -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,3 +71,6 @@
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
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linkmore-design",
3
- "version": "1.0.9",
3
+ "version": "1.0.12",
4
4
  "author": {
5
5
  "name": "nowthen",
6
6
  "email": "rnlvwyx@gmail.com"