linkmore-design 1.0.21 → 1.0.24

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 (67) hide show
  1. package/dist/index.umd.css +0 -1
  2. package/dist/index.umd.js +41674 -38936
  3. package/dist/index.umd.min.css +1 -1
  4. package/dist/index.umd.min.js +14 -6
  5. package/es/ButtonTags/style/style.css +4 -0
  6. package/es/Card/style/index.css +4 -0
  7. package/es/CkFilter/baseFilter/moreFilters.js +1 -4
  8. package/es/CkFilter/components/filterTypes.js +45 -24
  9. package/es/CkFilter/style/style.css +6 -4
  10. package/es/CustomerService/style/style.css +4 -0
  11. package/es/Drawer/style/index.css +4 -0
  12. package/es/Dropdown/index.js +2 -2
  13. package/es/Dropdown/style/index.css +11 -0
  14. package/es/EditTable/style/style.css +4 -0
  15. package/es/Filter/style/style.css +4 -0
  16. package/es/Input/index.js +23 -3
  17. package/es/Input/style/style.css +10 -0
  18. package/es/InputNumber/style/index.css +4 -0
  19. package/es/LeftTable/style/style.css +4 -0
  20. package/es/LmTable/ImgList/imgCell.js +9 -17
  21. package/es/LmTable/Table.js +1 -1
  22. package/es/LmTable/style/style.css +5 -1
  23. package/es/Modal/style/index.css +10 -0
  24. package/es/Notification/index.js +6 -8
  25. package/es/Notification/style/index.css +7 -0
  26. package/es/Pagination/index.js +6 -1
  27. package/es/Pagination/style/index.css +29 -0
  28. package/es/PopTable/style/style.css +4 -0
  29. package/es/ProTable/style/style.css +5 -0
  30. package/es/Radio/index.js +1 -0
  31. package/es/Select/style/index.css +4 -0
  32. package/es/Space/style/index.css +4 -0
  33. package/es/index.js +327 -5
  34. package/es/styles/main.css +4 -0
  35. package/es/styles/resetAntd.css +4 -0
  36. package/lib/ButtonTags/style/style.css +4 -0
  37. package/lib/Card/style/index.css +4 -0
  38. package/lib/CkFilter/baseFilter/moreFilters.js +1 -4
  39. package/lib/CkFilter/components/filterTypes.js +45 -24
  40. package/lib/CkFilter/style/style.css +6 -4
  41. package/lib/CustomerService/style/style.css +4 -0
  42. package/lib/Drawer/style/index.css +4 -0
  43. package/lib/Dropdown/index.js +2 -2
  44. package/lib/Dropdown/style/index.css +11 -0
  45. package/lib/EditTable/style/style.css +4 -0
  46. package/lib/Filter/style/style.css +4 -0
  47. package/lib/Input/index.js +23 -3
  48. package/lib/Input/style/style.css +10 -0
  49. package/lib/InputNumber/style/index.css +4 -0
  50. package/lib/LeftTable/style/style.css +4 -0
  51. package/lib/LmTable/ImgList/imgCell.js +9 -17
  52. package/lib/LmTable/Table.js +1 -1
  53. package/lib/LmTable/style/style.css +5 -1
  54. package/lib/Modal/style/index.css +10 -0
  55. package/lib/Notification/index.js +6 -8
  56. package/lib/Notification/style/index.css +7 -0
  57. package/lib/Pagination/index.js +6 -1
  58. package/lib/Pagination/style/index.css +29 -0
  59. package/lib/PopTable/style/style.css +4 -0
  60. package/lib/ProTable/style/style.css +5 -0
  61. package/lib/Radio/index.js +1 -0
  62. package/lib/Select/style/index.css +4 -0
  63. package/lib/Space/style/index.css +4 -0
  64. package/lib/index.js +327 -5
  65. package/lib/styles/main.css +4 -0
  66. package/lib/styles/resetAntd.css +4 -0
  67. package/package.json +2 -2
@@ -72,8 +72,12 @@
72
72
  line-height: 1;
73
73
  }
74
74
  .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-size: 14px;
75
76
  font-weight: 500;
76
77
  }
78
+ .ant-notification-notice .ant-notification-notice-description {
79
+ font-size: 12px;
80
+ }
77
81
  @font-face {
78
82
  font-family: 'iconfont';
79
83
  /* Project id 2966019 */
@@ -496,6 +500,10 @@ html {
496
500
  .lm_pagination.ant-pagination li {
497
501
  font-size: 12px;
498
502
  line-height: 24px !important;
503
+ color: var(--color-65);
504
+ }
505
+ .lm_pagination.ant-pagination li.ant-pagination-total-text {
506
+ color: var(--color-65);
499
507
  }
500
508
  .lm_pagination.ant-pagination li.ant-pagination-item {
501
509
  border: 0;
@@ -507,9 +515,16 @@ html {
507
515
  .lm_pagination.ant-pagination li .ant-pagination-item-link {
508
516
  border: 0;
509
517
  }
518
+ .lm_pagination.ant-pagination li .ant-pagination-item-link .anticon {
519
+ color: var(--color-85);
520
+ }
510
521
  .lm_pagination.ant-pagination li > a {
511
522
  color: var(--color-65);
512
523
  }
524
+ .lm_pagination.ant-pagination li.ant-pagination-options .ant-select-selection-item {
525
+ color: var(--color-65);
526
+ font-size: 12px;
527
+ }
513
528
  .lm_pagination.ant-pagination li.ant-pagination-item-active {
514
529
  background-color: var(--primary-color);
515
530
  color: #fff;
@@ -517,3 +532,17 @@ html {
517
532
  .lm_pagination.ant-pagination li.ant-pagination-item-active > a {
518
533
  color: #fff;
519
534
  }
535
+ .lm_pagination.ant-pagination li .ant-pagination-options-quick-jumper input {
536
+ width: 38px;
537
+ font-size: 12px;
538
+ color: var(--color-65);
539
+ }
540
+ .lm_pagination.ant-pagination li.ant-pagination-simple-pager input {
541
+ width: 48px;
542
+ font-size: 12px;
543
+ color: var(--color-65);
544
+ height: 22px;
545
+ }
546
+ .lm_pagination.ant-pagination li.ant-pagination-simple-pager .ant-pagination-slash {
547
+ margin-right: 14px;
548
+ }
@@ -72,8 +72,12 @@
72
72
  line-height: 1;
73
73
  }
74
74
  .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-size: 14px;
75
76
  font-weight: 500;
76
77
  }
78
+ .ant-notification-notice .ant-notification-notice-description {
79
+ font-size: 12px;
80
+ }
77
81
  @font-face {
78
82
  font-family: 'iconfont';
79
83
  /* Project id 2966019 */
@@ -72,8 +72,12 @@
72
72
  line-height: 1;
73
73
  }
74
74
  .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-size: 14px;
75
76
  font-weight: 500;
76
77
  }
78
+ .ant-notification-notice .ant-notification-notice-description {
79
+ font-size: 12px;
80
+ }
77
81
  @font-face {
78
82
  font-family: 'iconfont';
79
83
  /* Project id 2966019 */
@@ -575,6 +579,7 @@ html {
575
579
  .lm_operate .operate_left,
576
580
  .lm_operate .operate_right {
577
581
  display: flex;
582
+ gap: 8px;
578
583
  }
579
584
  .lm_operate .operate_left:empty,
580
585
  .lm_operate .operate_right:empty {
package/es/Radio/index.js CHANGED
@@ -37,6 +37,7 @@ LMRadio.Group = function (props) {
37
37
  _props$direction = props.direction,
38
38
  direction = _props$direction === void 0 ? 'row' : _props$direction,
39
39
  restProps = (0, _objectWithoutProperties2.default)(props, _excluded2);
40
+ console.log(children, 'rrr');
40
41
  return /*#__PURE__*/_react.default.createElement(_radio.default.Group, (0, _extends2.default)({
41
42
  className: (0, _classnames.default)('lm-radio-group', "lm-radio-group-".concat(direction))
42
43
  }, restProps), children);
@@ -72,8 +72,12 @@
72
72
  line-height: 1;
73
73
  }
74
74
  .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-size: 14px;
75
76
  font-weight: 500;
76
77
  }
78
+ .ant-notification-notice .ant-notification-notice-description {
79
+ font-size: 12px;
80
+ }
77
81
  @font-face {
78
82
  font-family: 'iconfont';
79
83
  /* Project id 2966019 */
@@ -72,8 +72,12 @@
72
72
  line-height: 1;
73
73
  }
74
74
  .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-size: 14px;
75
76
  font-weight: 500;
76
77
  }
78
+ .ant-notification-notice .ant-notification-notice-description {
79
+ font-size: 12px;
80
+ }
77
81
  @font-face {
78
82
  font-family: 'iconfont';
79
83
  /* Project id 2966019 */
package/es/index.js CHANGED
@@ -5,6 +5,54 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
+ Object.defineProperty(exports, "Affix", {
9
+ enumerable: true,
10
+ get: function get() {
11
+ return _antd.Affix;
12
+ }
13
+ });
14
+ Object.defineProperty(exports, "Alert", {
15
+ enumerable: true,
16
+ get: function get() {
17
+ return _antd.Alert;
18
+ }
19
+ });
20
+ Object.defineProperty(exports, "Anchor", {
21
+ enumerable: true,
22
+ get: function get() {
23
+ return _antd.Anchor;
24
+ }
25
+ });
26
+ Object.defineProperty(exports, "AutoComplete", {
27
+ enumerable: true,
28
+ get: function get() {
29
+ return _antd.AutoComplete;
30
+ }
31
+ });
32
+ Object.defineProperty(exports, "Avatar", {
33
+ enumerable: true,
34
+ get: function get() {
35
+ return _antd.Avatar;
36
+ }
37
+ });
38
+ Object.defineProperty(exports, "BackTop", {
39
+ enumerable: true,
40
+ get: function get() {
41
+ return _antd.BackTop;
42
+ }
43
+ });
44
+ Object.defineProperty(exports, "Badge", {
45
+ enumerable: true,
46
+ get: function get() {
47
+ return _antd.Badge;
48
+ }
49
+ });
50
+ Object.defineProperty(exports, "Breadcrumb", {
51
+ enumerable: true,
52
+ get: function get() {
53
+ return _antd.Breadcrumb;
54
+ }
55
+ });
8
56
  Object.defineProperty(exports, "Button", {
9
57
  enumerable: true,
10
58
  get: function get() {
@@ -17,6 +65,30 @@ Object.defineProperty(exports, "ButtonTags", {
17
65
  return _ButtonTags.default;
18
66
  }
19
67
  });
68
+ Object.defineProperty(exports, "Calendar", {
69
+ enumerable: true,
70
+ get: function get() {
71
+ return _antd.Calendar;
72
+ }
73
+ });
74
+ Object.defineProperty(exports, "Card", {
75
+ enumerable: true,
76
+ get: function get() {
77
+ return _Card.default;
78
+ }
79
+ });
80
+ Object.defineProperty(exports, "Carousel", {
81
+ enumerable: true,
82
+ get: function get() {
83
+ return _antd.Carousel;
84
+ }
85
+ });
86
+ Object.defineProperty(exports, "Cascader", {
87
+ enumerable: true,
88
+ get: function get() {
89
+ return _antd.Cascader;
90
+ }
91
+ });
20
92
  Object.defineProperty(exports, "Checkbox", {
21
93
  enumerable: true,
22
94
  get: function get() {
@@ -29,12 +101,54 @@ Object.defineProperty(exports, "CkFilter", {
29
101
  return _CkFilter.default;
30
102
  }
31
103
  });
104
+ Object.defineProperty(exports, "Col", {
105
+ enumerable: true,
106
+ get: function get() {
107
+ return _antd.Col;
108
+ }
109
+ });
110
+ Object.defineProperty(exports, "Collapse", {
111
+ enumerable: true,
112
+ get: function get() {
113
+ return _antd.Collapse;
114
+ }
115
+ });
116
+ Object.defineProperty(exports, "Comment", {
117
+ enumerable: true,
118
+ get: function get() {
119
+ return _antd.Comment;
120
+ }
121
+ });
122
+ Object.defineProperty(exports, "ConfigProvider", {
123
+ enumerable: true,
124
+ get: function get() {
125
+ return _antd.ConfigProvider;
126
+ }
127
+ });
32
128
  Object.defineProperty(exports, "CustomerService", {
33
129
  enumerable: true,
34
130
  get: function get() {
35
131
  return _CustomerService.default;
36
132
  }
37
133
  });
134
+ Object.defineProperty(exports, "DatePicker", {
135
+ enumerable: true,
136
+ get: function get() {
137
+ return _antd.DatePicker;
138
+ }
139
+ });
140
+ Object.defineProperty(exports, "Descriptions", {
141
+ enumerable: true,
142
+ get: function get() {
143
+ return _antd.Descriptions;
144
+ }
145
+ });
146
+ Object.defineProperty(exports, "Divider", {
147
+ enumerable: true,
148
+ get: function get() {
149
+ return _antd.Divider;
150
+ }
151
+ });
38
152
  Object.defineProperty(exports, "Drawer", {
39
153
  enumerable: true,
40
154
  get: function get() {
@@ -53,6 +167,12 @@ Object.defineProperty(exports, "EditTable", {
53
167
  return _EditTable.default;
54
168
  }
55
169
  });
170
+ Object.defineProperty(exports, "Empty", {
171
+ enumerable: true,
172
+ get: function get() {
173
+ return _antd.Empty;
174
+ }
175
+ });
56
176
  Object.defineProperty(exports, "EnlargeImg", {
57
177
  enumerable: true,
58
178
  get: function get() {
@@ -65,6 +185,18 @@ Object.defineProperty(exports, "Filter", {
65
185
  return _Filter.default;
66
186
  }
67
187
  });
188
+ Object.defineProperty(exports, "Form", {
189
+ enumerable: true,
190
+ get: function get() {
191
+ return _antd.Form;
192
+ }
193
+ });
194
+ Object.defineProperty(exports, "Grid", {
195
+ enumerable: true,
196
+ get: function get() {
197
+ return _antd.Grid;
198
+ }
199
+ });
68
200
  Object.defineProperty(exports, "Icon", {
69
201
  enumerable: true,
70
202
  get: function get() {
@@ -83,6 +215,12 @@ Object.defineProperty(exports, "IconSelect", {
83
215
  return _IconSelect.default;
84
216
  }
85
217
  });
218
+ Object.defineProperty(exports, "Image", {
219
+ enumerable: true,
220
+ get: function get() {
221
+ return _antd.Image;
222
+ }
223
+ });
86
224
  Object.defineProperty(exports, "Input", {
87
225
  enumerable: true,
88
226
  get: function get() {
@@ -101,12 +239,24 @@ Object.defineProperty(exports, "LMTabBar", {
101
239
  return _TabBar.default;
102
240
  }
103
241
  });
242
+ Object.defineProperty(exports, "Layout", {
243
+ enumerable: true,
244
+ get: function get() {
245
+ return _antd.Layout;
246
+ }
247
+ });
104
248
  Object.defineProperty(exports, "LeftTable", {
105
249
  enumerable: true,
106
250
  get: function get() {
107
251
  return _LeftTable.default;
108
252
  }
109
253
  });
254
+ Object.defineProperty(exports, "List", {
255
+ enumerable: true,
256
+ get: function get() {
257
+ return _antd.List;
258
+ }
259
+ });
110
260
  Object.defineProperty(exports, "LmTable", {
111
261
  enumerable: true,
112
262
  get: function get() {
@@ -119,6 +269,18 @@ Object.defineProperty(exports, "LoadingPage", {
119
269
  return _LoadingPage.default;
120
270
  }
121
271
  });
272
+ Object.defineProperty(exports, "Mentions", {
273
+ enumerable: true,
274
+ get: function get() {
275
+ return _antd.Mentions;
276
+ }
277
+ });
278
+ Object.defineProperty(exports, "Menu", {
279
+ enumerable: true,
280
+ get: function get() {
281
+ return _antd.Menu;
282
+ }
283
+ });
122
284
  Object.defineProperty(exports, "Modal", {
123
285
  enumerable: true,
124
286
  get: function get() {
@@ -131,6 +293,12 @@ Object.defineProperty(exports, "OldModal", {
131
293
  return _OldModal.default;
132
294
  }
133
295
  });
296
+ Object.defineProperty(exports, "PageHeader", {
297
+ enumerable: true,
298
+ get: function get() {
299
+ return _antd.PageHeader;
300
+ }
301
+ });
134
302
  Object.defineProperty(exports, "Pagination", {
135
303
  enumerable: true,
136
304
  get: function get() {
@@ -143,36 +311,174 @@ Object.defineProperty(exports, "PopTable", {
143
311
  return _PopTable.default;
144
312
  }
145
313
  });
314
+ Object.defineProperty(exports, "Popconfirm", {
315
+ enumerable: true,
316
+ get: function get() {
317
+ return _antd.Popconfirm;
318
+ }
319
+ });
320
+ Object.defineProperty(exports, "Popover", {
321
+ enumerable: true,
322
+ get: function get() {
323
+ return _antd.Popover;
324
+ }
325
+ });
146
326
  Object.defineProperty(exports, "ProTable", {
147
327
  enumerable: true,
148
328
  get: function get() {
149
329
  return _ProTable.default;
150
330
  }
151
331
  });
332
+ Object.defineProperty(exports, "Progress", {
333
+ enumerable: true,
334
+ get: function get() {
335
+ return _antd.Progress;
336
+ }
337
+ });
152
338
  Object.defineProperty(exports, "Radio", {
153
339
  enumerable: true,
154
340
  get: function get() {
155
341
  return _Radio.default;
156
342
  }
157
343
  });
344
+ Object.defineProperty(exports, "Rate", {
345
+ enumerable: true,
346
+ get: function get() {
347
+ return _antd.Rate;
348
+ }
349
+ });
350
+ Object.defineProperty(exports, "Result", {
351
+ enumerable: true,
352
+ get: function get() {
353
+ return _antd.Result;
354
+ }
355
+ });
356
+ Object.defineProperty(exports, "Row", {
357
+ enumerable: true,
358
+ get: function get() {
359
+ return _antd.Row;
360
+ }
361
+ });
362
+ Object.defineProperty(exports, "Segmented", {
363
+ enumerable: true,
364
+ get: function get() {
365
+ return _antd.Segmented;
366
+ }
367
+ });
158
368
  Object.defineProperty(exports, "Select", {
159
369
  enumerable: true,
160
370
  get: function get() {
161
371
  return _Select.default;
162
372
  }
163
373
  });
374
+ Object.defineProperty(exports, "Skeleton", {
375
+ enumerable: true,
376
+ get: function get() {
377
+ return _antd.Skeleton;
378
+ }
379
+ });
380
+ Object.defineProperty(exports, "Slider", {
381
+ enumerable: true,
382
+ get: function get() {
383
+ return _antd.Slider;
384
+ }
385
+ });
164
386
  Object.defineProperty(exports, "Space", {
165
387
  enumerable: true,
166
388
  get: function get() {
167
389
  return _Space.default;
168
390
  }
169
391
  });
392
+ Object.defineProperty(exports, "Spin", {
393
+ enumerable: true,
394
+ get: function get() {
395
+ return _antd.Spin;
396
+ }
397
+ });
398
+ Object.defineProperty(exports, "Statistic", {
399
+ enumerable: true,
400
+ get: function get() {
401
+ return _antd.Statistic;
402
+ }
403
+ });
404
+ Object.defineProperty(exports, "Steps", {
405
+ enumerable: true,
406
+ get: function get() {
407
+ return _antd.Steps;
408
+ }
409
+ });
410
+ Object.defineProperty(exports, "Switch", {
411
+ enumerable: true,
412
+ get: function get() {
413
+ return _antd.Switch;
414
+ }
415
+ });
170
416
  Object.defineProperty(exports, "TableRender", {
171
417
  enumerable: true,
172
418
  get: function get() {
173
419
  return _TableRender.default;
174
420
  }
175
421
  });
422
+ Object.defineProperty(exports, "Tabs", {
423
+ enumerable: true,
424
+ get: function get() {
425
+ return _antd.Tabs;
426
+ }
427
+ });
428
+ Object.defineProperty(exports, "Tag", {
429
+ enumerable: true,
430
+ get: function get() {
431
+ return _antd.Tag;
432
+ }
433
+ });
434
+ Object.defineProperty(exports, "TimePicker", {
435
+ enumerable: true,
436
+ get: function get() {
437
+ return _antd.TimePicker;
438
+ }
439
+ });
440
+ Object.defineProperty(exports, "Timeline", {
441
+ enumerable: true,
442
+ get: function get() {
443
+ return _antd.Timeline;
444
+ }
445
+ });
446
+ Object.defineProperty(exports, "Tooltip", {
447
+ enumerable: true,
448
+ get: function get() {
449
+ return _antd.Tooltip;
450
+ }
451
+ });
452
+ Object.defineProperty(exports, "Transfer", {
453
+ enumerable: true,
454
+ get: function get() {
455
+ return _antd.Transfer;
456
+ }
457
+ });
458
+ Object.defineProperty(exports, "Tree", {
459
+ enumerable: true,
460
+ get: function get() {
461
+ return _antd.Tree;
462
+ }
463
+ });
464
+ Object.defineProperty(exports, "TreeSelect", {
465
+ enumerable: true,
466
+ get: function get() {
467
+ return _antd.TreeSelect;
468
+ }
469
+ });
470
+ Object.defineProperty(exports, "Typography", {
471
+ enumerable: true,
472
+ get: function get() {
473
+ return _antd.Typography;
474
+ }
475
+ });
476
+ Object.defineProperty(exports, "Upload", {
477
+ enumerable: true,
478
+ get: function get() {
479
+ return _antd.Upload;
480
+ }
481
+ });
176
482
  Object.defineProperty(exports, "UploadOss", {
177
483
  enumerable: true,
178
484
  get: function get() {
@@ -185,6 +491,18 @@ Object.defineProperty(exports, "VirtualList", {
185
491
  return _VirtualList.default;
186
492
  }
187
493
  });
494
+ Object.defineProperty(exports, "as", {
495
+ enumerable: true,
496
+ get: function get() {
497
+ return _antd.as;
498
+ }
499
+ });
500
+ Object.defineProperty(exports, "message", {
501
+ enumerable: true,
502
+ get: function get() {
503
+ return _antd.message;
504
+ }
505
+ });
188
506
  Object.defineProperty(exports, "notification", {
189
507
  enumerable: true,
190
508
  get: function get() {
@@ -192,10 +510,14 @@ Object.defineProperty(exports, "notification", {
192
510
  }
193
511
  });
194
512
 
513
+ var _antd = require("antd");
514
+
195
515
  var _Button = _interopRequireDefault(require("./Button"));
196
516
 
197
517
  var _ButtonTags = _interopRequireDefault(require("./ButtonTags"));
198
518
 
519
+ var _Card = _interopRequireDefault(require("./Card"));
520
+
199
521
  var _Checkbox = _interopRequireDefault(require("./Checkbox"));
200
522
 
201
523
  var _CkFilter = _interopRequireDefault(require("./CkFilter"));
@@ -216,12 +538,16 @@ var _Icon = _interopRequireDefault(require("./Icon"));
216
538
 
217
539
  var _IconFont = _interopRequireDefault(require("./IconFont"));
218
540
 
541
+ var _IconSelect = _interopRequireDefault(require("./IconSelect"));
542
+
219
543
  var _Input = _interopRequireDefault(require("./Input"));
220
544
 
221
545
  var _InputNumber = _interopRequireDefault(require("./InputNumber"));
222
546
 
223
547
  var _LeftTable = _interopRequireDefault(require("./LeftTable"));
224
548
 
549
+ var _LmTable = _interopRequireDefault(require("./LmTable"));
550
+
225
551
  var _LoadingPage = _interopRequireDefault(require("./LoadingPage"));
226
552
 
227
553
  var _Modal = _interopRequireDefault(require("./Modal"));
@@ -248,8 +574,4 @@ var _TableRender = _interopRequireDefault(require("./TableRender"));
248
574
 
249
575
  var _UploadOss = _interopRequireDefault(require("./UploadOss"));
250
576
 
251
- var _VirtualList = _interopRequireDefault(require("./VirtualList"));
252
-
253
- var _IconSelect = _interopRequireDefault(require("./IconSelect"));
254
-
255
- var _LmTable = _interopRequireDefault(require("./LmTable"));
577
+ var _VirtualList = _interopRequireDefault(require("./VirtualList"));
@@ -72,8 +72,12 @@
72
72
  line-height: 1;
73
73
  }
74
74
  .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-size: 14px;
75
76
  font-weight: 500;
76
77
  }
78
+ .ant-notification-notice .ant-notification-notice-description {
79
+ font-size: 12px;
80
+ }
77
81
  @font-face {
78
82
  font-family: 'iconfont';
79
83
  /* Project id 2966019 */
@@ -72,5 +72,9 @@
72
72
  line-height: 1;
73
73
  }
74
74
  .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-size: 14px;
75
76
  font-weight: 500;
76
77
  }
78
+ .ant-notification-notice .ant-notification-notice-description {
79
+ font-size: 12px;
80
+ }
@@ -72,8 +72,12 @@
72
72
  line-height: 1;
73
73
  }
74
74
  .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-size: 14px;
75
76
  font-weight: 500;
76
77
  }
78
+ .ant-notification-notice .ant-notification-notice-description {
79
+ font-size: 12px;
80
+ }
77
81
  @font-face {
78
82
  font-family: 'iconfont';
79
83
  /* Project id 2966019 */
@@ -72,8 +72,12 @@
72
72
  line-height: 1;
73
73
  }
74
74
  .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
75
+ font-size: 14px;
75
76
  font-weight: 500;
76
77
  }
78
+ .ant-notification-notice .ant-notification-notice-description {
79
+ font-size: 12px;
80
+ }
77
81
  @font-face {
78
82
  font-family: 'iconfont';
79
83
  /* Project id 2966019 */
@@ -200,10 +200,7 @@ var MoreFilters = function MoreFilters() {
200
200
  }, /*#__PURE__*/_react.default.createElement("div", {
201
201
  className: (0, _classnames.default)('filter_item filter_item_more', {
202
202
  active: visible
203
- }),
204
- onClick: function onClick() {
205
- return setVisible(!visible);
206
- }
203
+ })
207
204
  }, /*#__PURE__*/_react.default.createElement("div", {
208
205
  className: "filter_item_value"
209
206
  }, /*#__PURE__*/_react.default.createElement(_IconFont.default, {