@cmstops/pro-compo 0.1.31 → 0.1.33

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 (66) hide show
  1. package/dist/index.css +190 -15
  2. package/dist/index.min.css +1 -1
  3. package/es/contentModal/component.js +35 -35
  4. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +53 -22
  5. package/es/contentModal/components/ViewAllColumn/columnTree/index.js +67 -18
  6. package/es/contentModal/components/ViewAllColumn/index.js +91 -44
  7. package/es/contentModal/components/storeBox/index.js +6 -6
  8. package/es/contentModal/images/pic-thumb.js +2 -0
  9. package/es/contentModal/style/MediaFilter.less +35 -5
  10. package/es/contentModal/style/ViewAllColumn.less +11 -0
  11. package/es/contentModal/style/columnTree.less +25 -5
  12. package/es/contentModal/style/index.css +56 -11
  13. package/es/contentModal/style/storeBox.less +16 -6
  14. package/es/editMetaInfo/components/metaInfoForm.js +84 -81
  15. package/es/index.css +190 -15
  16. package/es/resourceModal/assets/images/sys_load_more.js +2 -0
  17. package/es/resourceModal/component.js +9 -2
  18. package/es/resourceModal/components/MediaSelection/MainContent/index.js +1 -1
  19. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.d.ts +0 -0
  20. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +139 -0
  21. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.d.ts +0 -0
  22. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +103 -0
  23. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.d.ts +0 -0
  24. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +103 -0
  25. package/es/resourceModal/components/MediaSelection/index.js +16 -7
  26. package/es/resourceModal/script/api.d.ts +17 -0
  27. package/es/resourceModal/script/api.js +21 -1
  28. package/es/resourceModal/script/mediaSelection.d.ts +4 -0
  29. package/es/resourceModal/script/mediaSelection.js +8 -0
  30. package/es/resourceModal/style/DocAiMediaSelected.less +2 -3
  31. package/es/resourceModal/style/MainContent.less +5 -3
  32. package/es/resourceModal/style/SystemResourceSelected.less +138 -0
  33. package/es/resourceModal/style/ToolbarSearch.less +13 -0
  34. package/es/resourceModal/style/index.css +135 -5
  35. package/es/resourceModal/style/index.less +1 -0
  36. package/es/selectThumb/component.js +6 -2
  37. package/lib/contentModal/component.js +35 -35
  38. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +51 -20
  39. package/lib/contentModal/components/ViewAllColumn/columnTree/index.js +65 -16
  40. package/lib/contentModal/components/ViewAllColumn/index.js +90 -43
  41. package/lib/contentModal/components/storeBox/index.js +6 -6
  42. package/lib/contentModal/images/pic-thumb.js +3 -0
  43. package/lib/contentModal/style/MediaFilter.less +35 -5
  44. package/lib/contentModal/style/ViewAllColumn.less +11 -0
  45. package/lib/contentModal/style/columnTree.less +25 -5
  46. package/lib/contentModal/style/index.css +56 -11
  47. package/lib/contentModal/style/storeBox.less +16 -6
  48. package/lib/editMetaInfo/components/metaInfoForm.js +83 -80
  49. package/lib/index.css +190 -15
  50. package/lib/resourceModal/assets/images/sys_load_more.js +3 -0
  51. package/lib/resourceModal/component.js +8 -1
  52. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +2 -2
  53. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +140 -0
  54. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +104 -0
  55. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +104 -0
  56. package/lib/resourceModal/components/MediaSelection/index.js +15 -6
  57. package/lib/resourceModal/script/api.js +23 -0
  58. package/lib/resourceModal/script/mediaSelection.js +10 -0
  59. package/lib/resourceModal/style/DocAiMediaSelected.less +2 -3
  60. package/lib/resourceModal/style/MainContent.less +5 -3
  61. package/lib/resourceModal/style/SystemResourceSelected.less +138 -0
  62. package/lib/resourceModal/style/ToolbarSearch.less +13 -0
  63. package/lib/resourceModal/style/index.css +135 -5
  64. package/lib/resourceModal/style/index.less +1 -0
  65. package/lib/selectThumb/component.js +5 -1
  66. package/package.json +1 -1
@@ -1,45 +1,55 @@
1
1
  .selected-store-box-popover-content {
2
2
  padding: 0;
3
+
3
4
  .batch-section-popover-main {
4
5
  .item {
5
- height: 35px;
6
6
  display: flex;
7
7
  align-items: center;
8
8
  justify-content: space-between;
9
- padding: 5px 10px;
10
9
  box-sizing: border-box;
10
+ height: 42px;
11
+ padding: 5px 10px;
12
+
11
13
  .icon {
14
+ display: inline-block;
12
15
  width: 20px;
13
16
  height: 25px;
14
17
  margin-right: 8px;
15
18
  font-size: 18px;
16
- vertical-align: middle;
17
- display: inline-block;
18
19
  text-align: center;
20
+ vertical-align: middle;
19
21
  }
22
+
20
23
  .left {
21
- width: 90%;
22
24
  display: inline-block;
23
25
  align-items: center;
24
- text-overflow: ellipsis;
26
+ width: 90%;
25
27
  overflow: hidden;
26
28
  white-space: nowrap;
29
+ text-overflow: ellipsis;
27
30
  }
31
+
28
32
  .close-btn {
29
33
  display: none;
30
34
  }
35
+
31
36
  &:hover,
32
37
  &:active {
33
38
  background-color: #f6f6f6;
39
+
34
40
  .close-btn {
35
41
  display: block;
36
42
  }
37
43
  }
38
44
  }
39
45
  }
46
+
40
47
  .options {
41
48
  display: flex;
42
49
  align-items: center;
43
50
  justify-content: flex-end;
51
+ height: 42px;
52
+ border-top: 1px solid #f2f3f5;
53
+ //background-color: red;
44
54
  }
45
55
  }
@@ -159,10 +159,10 @@ const _sfc_main = vue.defineComponent({
159
159
  data.duty_editor = data.duty_editor && data.duty_editor.join(",");
160
160
  data.extra_attrs = data.extra_attrs && data.extra_attrs.join(",");
161
161
  data.relation_news = data.relation_news && JSON.stringify(data.relation_news);
162
- data.comment_available = data.comment_available ? "true" : "false";
163
- data.statement = data.statement ? "true" : "false";
164
- data.is_recommend = data.is_recommend ? "true" : "false";
165
- data.album_status = data.album_status ? 1 : 0;
162
+ data.comment_available = !!data.comment_available;
163
+ data.statement = !!data.statement;
164
+ data.is_recommend = !!data.is_recommend;
165
+ data.album_status = !!data.album_status;
166
166
  delete data.line_time;
167
167
  delete data.ori_count;
168
168
  delete data.aiRelated;
@@ -240,9 +240,9 @@ const _sfc_main = vue.defineComponent({
240
240
  return vue.openBlock(), vue.createBlock(vue.unref(webVue.Form), {
241
241
  ref_key: "metaInfoFormRef",
242
242
  ref: metaInfoFormRef,
243
+ model: form.value,
243
244
  rules,
244
- class: "meta-info-form",
245
- model: form.value
245
+ class: "meta-info-form"
246
246
  }, {
247
247
  default: vue.withCtx(() => [
248
248
  vue.createVNode(vue.unref(webVue.FormItem), {
@@ -254,27 +254,27 @@ const _sfc_main = vue.defineComponent({
254
254
  vue.createVNode(vue.unref(webVue.Input), {
255
255
  modelValue: form.value.title,
256
256
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => form.value.title = $event),
257
+ "allow-clear": "",
257
258
  class: "input-w",
258
- placeholder: "\u4E3B\u6807\u9898",
259
259
  "max-length": "100",
260
- "allow-clear": ""
260
+ placeholder: "\u4E3B\u6807\u9898"
261
261
  }, null, 8, ["modelValue"])
262
262
  ]),
263
263
  _: 1
264
264
  }),
265
265
  vue.withDirectives(vue.createVNode(vue.unref(webVue.FormItem), {
266
266
  key: "brief",
267
- field: "brief",
268
- label: `${docBrief.value}\u63CF\u8FF0`
267
+ label: `${docBrief.value}\u63CF\u8FF0`,
268
+ field: "brief"
269
269
  }, {
270
270
  default: vue.withCtx(() => [
271
271
  vue.createVNode(vue.unref(webVue.Input), {
272
272
  modelValue: form.value.brief,
273
273
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => form.value.brief = $event),
274
- class: "input-w",
275
274
  placeholder: `\u586B\u5199${docBrief.value}\u63CF\u8FF0`,
276
- "max-length": "300",
277
- "allow-clear": ""
275
+ "allow-clear": "",
276
+ class: "input-w",
277
+ "max-length": "300"
278
278
  }, null, 8, ["modelValue", "placeholder"])
279
279
  ]),
280
280
  _: 1
@@ -283,14 +283,15 @@ const _sfc_main = vue.defineComponent({
283
283
  ]),
284
284
  vue.createVNode(vue.unref(webVue.FormItem), {
285
285
  key: "style",
286
+ "content-class": "style-form-item",
286
287
  field: "style",
287
- "hide-label": "",
288
- "content-class": "style-form-item"
288
+ "hide-label": ""
289
289
  }, {
290
290
  default: vue.withCtx(() => [
291
291
  vue.createVNode(component, {
292
292
  dataValue: form.value.style,
293
293
  "onUpdate:dataValue": _cache[2] || (_cache[2] = ($event) => form.value.style = $event),
294
+ "media-use-type": 1,
294
295
  series: series.value,
295
296
  class: "select-thumb-wrap",
296
297
  mode: "doc"
@@ -307,9 +308,9 @@ const _sfc_main = vue.defineComponent({
307
308
  vue.createVNode(vue.unref(webVue.Input), {
308
309
  modelValue: form.value.sub_title,
309
310
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => form.value.sub_title = $event),
311
+ "allow-clear": "",
310
312
  class: "input-w",
311
- placeholder: "\u586B\u5199\u526F\u6807\u9898",
312
- "allow-clear": ""
313
+ placeholder: "\u586B\u5199\u526F\u6807\u9898"
313
314
  }, null, 8, ["modelValue"])
314
315
  ]),
315
316
  _: 1
@@ -323,9 +324,9 @@ const _sfc_main = vue.defineComponent({
323
324
  vue.createVNode(vue.unref(webVue.Input), {
324
325
  modelValue: form.value.head_title,
325
326
  "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => form.value.head_title = $event),
327
+ "allow-clear": "",
326
328
  class: "input-w",
327
- placeholder: "\u586B\u5199\u5F15\u6807\u9898",
328
- "allow-clear": ""
329
+ placeholder: "\u586B\u5199\u5F15\u6807\u9898"
329
330
  }, null, 8, ["modelValue"])
330
331
  ]),
331
332
  _: 1
@@ -339,9 +340,9 @@ const _sfc_main = vue.defineComponent({
339
340
  vue.createVNode(vue.unref(webVue.Input), {
340
341
  modelValue: form.value.summary,
341
342
  "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => form.value.summary = $event),
343
+ "allow-clear": "",
342
344
  class: "input-w",
343
- placeholder: "\u586B\u5199\u6458\u8981",
344
- "allow-clear": ""
345
+ placeholder: "\u586B\u5199\u6458\u8981"
345
346
  }, null, 8, ["modelValue"])
346
347
  ]),
347
348
  _: 1
@@ -355,9 +356,9 @@ const _sfc_main = vue.defineComponent({
355
356
  vue.createVNode(vue.unref(webVue.Input), {
356
357
  modelValue: form.value.guide,
357
358
  "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => form.value.guide = $event),
359
+ "allow-clear": "",
358
360
  class: "input-w",
359
- placeholder: "\u586B\u5199\u5BFC\u8BFB",
360
- "allow-clear": ""
361
+ placeholder: "\u586B\u5199\u5BFC\u8BFB"
361
362
  }, null, 8, ["modelValue"])
362
363
  ]),
363
364
  _: 1
@@ -371,9 +372,9 @@ const _sfc_main = vue.defineComponent({
371
372
  vue.createVNode(vue.unref(webVue.InputTag), {
372
373
  modelValue: form.value.keywords,
373
374
  "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => form.value.keywords = $event),
375
+ "allow-clear": "",
374
376
  class: "input-w",
375
- placeholder: "\u8BBE\u7F6E\u5173\u952E\u8BCD",
376
- "allow-clear": ""
377
+ placeholder: "\u8BBE\u7F6E\u5173\u952E\u8BCD"
377
378
  }, null, 8, ["modelValue"])
378
379
  ]),
379
380
  _: 1
@@ -394,9 +395,9 @@ const _sfc_main = vue.defineComponent({
394
395
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(SourceInfo), (item) => {
395
396
  return vue.openBlock(), vue.createBlock(vue.unref(webVue.Option), {
396
397
  key: item.value,
397
- value: item.value,
398
- label: item.value
399
- }, null, 8, ["value", "label"]);
398
+ label: item.value,
399
+ value: item.value
400
+ }, null, 8, ["label", "value"]);
400
401
  }), 128))
401
402
  ]),
402
403
  _: 1
@@ -413,9 +414,9 @@ const _sfc_main = vue.defineComponent({
413
414
  vue.createVNode(vue.unref(webVue.Input), {
414
415
  modelValue: form.value.source_url,
415
416
  "onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => form.value.source_url = $event),
417
+ "allow-clear": "",
416
418
  class: "input-w",
417
- placeholder: "\u586B\u5199\u6765\u6E90URL",
418
- "allow-clear": ""
419
+ placeholder: "\u586B\u5199\u6765\u6E90URL"
419
420
  }, null, 8, ["modelValue"])
420
421
  ]),
421
422
  _: 1
@@ -429,9 +430,9 @@ const _sfc_main = vue.defineComponent({
429
430
  vue.createVNode(vue.unref(webVue.Input), {
430
431
  modelValue: form.value.author,
431
432
  "onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => form.value.author = $event),
433
+ "allow-clear": "",
432
434
  class: "input-w",
433
- placeholder: "\u586B\u5199\u4F5C\u8005",
434
- "allow-clear": ""
435
+ placeholder: "\u586B\u5199\u4F5C\u8005"
435
436
  }, null, 8, ["modelValue"])
436
437
  ]),
437
438
  _: 1
@@ -445,17 +446,17 @@ const _sfc_main = vue.defineComponent({
445
446
  vue.createVNode(vue.unref(webVue.Select), {
446
447
  modelValue: form.value.duty_editor,
447
448
  "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => form.value.duty_editor = $event),
448
- multiple: "",
449
449
  class: "input-w",
450
+ multiple: "",
450
451
  placeholder: "\u8BBE\u7F6E\u7F16\u8F91"
451
452
  }, {
452
453
  default: vue.withCtx(() => [
453
454
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(dutyEditorOptions.value, (item) => {
454
455
  return vue.openBlock(), vue.createBlock(vue.unref(webVue.Option), {
455
456
  key: item.value,
456
- value: item.value,
457
- label: item.label
458
- }, null, 8, ["value", "label"]);
457
+ label: item.label,
458
+ value: item.value
459
+ }, null, 8, ["label", "value"]);
459
460
  }), 128))
460
461
  ]),
461
462
  _: 1
@@ -472,9 +473,9 @@ const _sfc_main = vue.defineComponent({
472
473
  vue.createVNode(vue.unref(webVue.InputTag), {
473
474
  modelValue: form.value.extra_attrs,
474
475
  "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => form.value.extra_attrs = $event),
476
+ "allow-clear": "",
475
477
  class: "input-w",
476
- placeholder: "\u8BBE\u7F6E\u81EA\u5B9A\u4E49\u5C5E\u6027",
477
- "allow-clear": ""
478
+ placeholder: "\u8BBE\u7F6E\u81EA\u5B9A\u4E49\u5C5E\u6027"
478
479
  }, null, 8, ["modelValue"])
479
480
  ]),
480
481
  _: 1
@@ -489,9 +490,9 @@ const _sfc_main = vue.defineComponent({
489
490
  vue.createVNode(vue.unref(webVue.DatePicker), {
490
491
  modelValue: form.value.self_publish_time,
491
492
  "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => form.value.self_publish_time = $event),
492
- "show-time": "",
493
- placeholder: "\u9009\u62E9\u81EA\u5B9A\u4E49\u53D1\u5E03\u65F6\u95F4",
494
493
  "time-picker-props": { defaultValue: "12:00:00" },
494
+ placeholder: "\u9009\u62E9\u81EA\u5B9A\u4E49\u53D1\u5E03\u65F6\u95F4",
495
+ "show-time": "",
495
496
  "value-format": "timestamp"
496
497
  }, null, 8, ["modelValue"])
497
498
  ]),
@@ -512,44 +513,46 @@ const _sfc_main = vue.defineComponent({
512
513
  ]),
513
514
  _: 1
514
515
  }),
515
- vue.createVNode(vue.unref(webVue.FormItem), {
516
- key: "online_time",
517
- class: "horizontal",
518
- field: "online_time",
519
- label: "\u4E0A\u7EBF\u65F6\u95F4"
520
- }, {
521
- default: vue.withCtx(() => [
522
- vue.createVNode(vue.unref(webVue.DatePicker), {
523
- modelValue: form.value.online_time,
524
- "onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => form.value.online_time = $event),
525
- "show-time": "",
526
- placeholder: "\u9009\u62E9\u4E0A\u7EBF\u65F6\u95F4",
527
- "time-picker-props": { defaultValue: "12:00:00" },
528
- "value-format": "timestamp",
529
- "disabled-date": disabledStartTime
530
- }, null, 8, ["modelValue"])
531
- ]),
532
- _: 1
533
- }),
534
- vue.createVNode(vue.unref(webVue.FormItem), {
535
- key: "offline_time",
536
- class: "horizontal",
537
- field: "offline_time",
538
- label: "\u4E0B\u7EBF\u65F6\u95F4"
539
- }, {
540
- default: vue.withCtx(() => [
541
- vue.createVNode(vue.unref(webVue.DatePicker), {
542
- modelValue: form.value.offline_time,
543
- "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => form.value.offline_time = $event),
544
- "show-time": "",
545
- placeholder: "\u9009\u62E9\u4E0B\u7EBF\u65F6\u95F4",
546
- "time-picker-props": { defaultValue: "12:00:00" },
547
- "value-format": "timestamp",
548
- "disabled-date": disabledEndTime
549
- }, null, 8, ["modelValue"])
550
- ]),
551
- _: 1
552
- }),
516
+ form.value.line_time ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
517
+ vue.createVNode(vue.unref(webVue.FormItem), {
518
+ key: "online_time",
519
+ class: "horizontal",
520
+ field: "online_time",
521
+ label: "\u4E0A\u7EBF\u65F6\u95F4"
522
+ }, {
523
+ default: vue.withCtx(() => [
524
+ vue.createVNode(vue.unref(webVue.DatePicker), {
525
+ modelValue: form.value.online_time,
526
+ "onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => form.value.online_time = $event),
527
+ "disabled-date": disabledStartTime,
528
+ "time-picker-props": { defaultValue: "12:00:00" },
529
+ placeholder: "\u9009\u62E9\u4E0A\u7EBF\u65F6\u95F4",
530
+ "show-time": "",
531
+ "value-format": "timestamp"
532
+ }, null, 8, ["modelValue"])
533
+ ]),
534
+ _: 1
535
+ }),
536
+ vue.createVNode(vue.unref(webVue.FormItem), {
537
+ key: "offline_time",
538
+ class: "horizontal",
539
+ field: "offline_time",
540
+ label: "\u4E0B\u7EBF\u65F6\u95F4"
541
+ }, {
542
+ default: vue.withCtx(() => [
543
+ vue.createVNode(vue.unref(webVue.DatePicker), {
544
+ modelValue: form.value.offline_time,
545
+ "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => form.value.offline_time = $event),
546
+ "disabled-date": disabledEndTime,
547
+ "time-picker-props": { defaultValue: "12:00:00" },
548
+ placeholder: "\u9009\u62E9\u4E0B\u7EBF\u65F6\u95F4",
549
+ "show-time": "",
550
+ "value-format": "timestamp"
551
+ }, null, 8, ["modelValue"])
552
+ ]),
553
+ _: 1
554
+ })
555
+ ], 64)) : vue.createCommentVNode("v-if", true),
553
556
  vue.createVNode(vue.unref(webVue.FormItem), {
554
557
  key: "statement",
555
558
  class: "horizontal",
@@ -689,10 +692,10 @@ const _sfc_main = vue.defineComponent({
689
692
  }, 8, ["modelValue"]),
690
693
  form.value.mourn_style == 1 ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_2, [
691
694
  vue.createVNode(vue.unref(icon.IconInfoCircle)),
692
- vue.createTextVNode(vue.toDisplayString(tips.value[0]), 1)
695
+ vue.createTextVNode(" " + vue.toDisplayString(tips.value[0]), 1)
693
696
  ])) : form.value.mourn_style == 2 ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_3, [
694
697
  vue.createVNode(vue.unref(icon.IconInfoCircle)),
695
- vue.createTextVNode(vue.toDisplayString(tips.value[1]), 1)
698
+ vue.createTextVNode(" " + vue.toDisplayString(tips.value[1]), 1)
696
699
  ])) : vue.createCommentVNode("v-if", true)
697
700
  ])) : vue.createCommentVNode("v-if", true)
698
701
  ]),
package/lib/index.css CHANGED
@@ -326,49 +326,84 @@
326
326
  text-overflow: ellipsis;
327
327
  }
328
328
  .column-selection-container {
329
- padding: 0px 15px;
329
+ padding: 0 15px;
330
330
  }
331
- .column-selection-popover-content {
332
- padding: 0;
331
+ .column-selection-popover-content .search-column {
332
+ margin-bottom: 4px;
333
+ padding: 4px 8px;
334
+ }
335
+ .column-selection-popover-content .last-search-key {
336
+ height: 32px;
337
+ margin-left: 22px;
338
+ padding-left: 4px;
339
+ color: #165dff;
340
+ line-height: 32px;
341
+ border-radius: var(--border-radius-small);
342
+ }
343
+ .column-selection-popover-content .last-search-key:hover {
344
+ color: var(--color-text-1);
345
+ background-color: var(--color-fill-2);
346
+ cursor: pointer;
333
347
  }
334
348
  .column-selection-popover-content .column-outer-scrollbar {
335
349
  height: 100%;
336
350
  }
337
351
  .media-filter-container {
338
- padding: 10px 15px;
339
352
  display: flex;
340
353
  align-items: center;
354
+ justify-content: space-between;
355
+ padding: 10px 20px;
341
356
  }
342
357
  .media-filter-container .filter-item {
343
358
  width: auto;
344
359
  }
360
+ .media-filter-container .reset-button {
361
+ width: 74px;
362
+ padding: 9px 12px;
363
+ font-size: 14px;
364
+ }
365
+ .media-filter-container .reset-button .reset-icon {
366
+ margin-right: 8px;
367
+ }
368
+ .media-filter-container .sort-button {
369
+ color: #4e5969;
370
+ }
371
+ .media-filter-container .sort-button .filter-item {
372
+ width: 102px;
373
+ }
374
+ .media-filter-container .sort-button .filter-item .arco-select-view-suffix {
375
+ padding-left: 0;
376
+ }
377
+ .media-filter-container .sort-button:hover {
378
+ cursor: pointer;
379
+ }
345
380
  .selected-store-box-popover-content {
346
381
  padding: 0;
347
382
  }
348
383
  .selected-store-box-popover-content .batch-section-popover-main .item {
349
- height: 35px;
350
384
  display: flex;
351
385
  align-items: center;
352
386
  justify-content: space-between;
353
- padding: 5px 10px;
354
387
  box-sizing: border-box;
388
+ height: 42px;
389
+ padding: 5px 10px;
355
390
  }
356
391
  .selected-store-box-popover-content .batch-section-popover-main .item .icon {
392
+ display: inline-block;
357
393
  width: 20px;
358
394
  height: 25px;
359
395
  margin-right: 8px;
360
396
  font-size: 18px;
361
- vertical-align: middle;
362
- display: inline-block;
363
397
  text-align: center;
398
+ vertical-align: middle;
364
399
  }
365
400
  .selected-store-box-popover-content .batch-section-popover-main .item .left {
366
- width: 90%;
367
401
  display: inline-block;
368
402
  align-items: center;
369
- text-overflow: ellipsis;
403
+ width: 90%;
370
404
  overflow: hidden;
371
405
  white-space: nowrap;
406
+ text-overflow: ellipsis;
372
407
  }
373
408
  .selected-store-box-popover-content .batch-section-popover-main .item .close-btn {
374
409
  display: none;
@@ -385,12 +420,22 @@
385
420
  display: flex;
386
421
  align-items: center;
387
422
  justify-content: flex-end;
423
+ height: 42px;
424
+ border-top: 1px solid #f2f3f5;
388
425
  }
389
426
  .view-all-column-container {
390
427
  height: 100%;
391
428
  }
392
429
  .view-all-column-container .content-table-view {
393
430
  height: calc(100% - 110px);
431
+ padding: 0 20px;
432
+ }
433
+ .view-all-column-container .content-table-view .arco-checkbox {
434
+ padding: 0;
435
+ }
436
+ .view-all-column-container .content-table-view .pic-thumb-img {
437
+ width: 60px;
438
+ height: 45px;
394
439
  }
395
440
  .view-all-column-container .content-table-view .title-span,
396
441
  .view-all-column-container .content-table-view .mp_title-span {
@@ -526,11 +571,11 @@
526
571
  width: 100%;
527
572
  height: 100%;
528
573
  overflow: hidden;
529
- border: solid 3px transparent;
574
+ border: solid 1px transparent;
530
575
  border-radius: 4px;
531
576
  }
532
577
  .doc-ai-media-selected .arco-scrollbar .doc-ai-media-selected-scrollbar .thumb-list .thumb-wrap .thumb-item .pic.active {
533
- border: solid 3px #4886ff;
578
+ border: solid 1px #4886ff;
534
579
  border-radius: 4px;
535
580
  }
536
581
  .doc-ai-media-selected .arco-scrollbar .doc-ai-media-selected-scrollbar .thumb-list .thumb-wrap .thumb-item .pic img {
@@ -555,6 +600,14 @@
555
600
  width: auto;
556
601
  margin-right: 10px;
557
602
  }
603
+ .toolbar-search-container .top-container .filter-content .filter-right .arco-btn-size-medium.arco-btn-only-icon {
604
+ width: 48px;
605
+ color: #2f6ffb;
606
+ background-color: #e8f3ff;
607
+ }
608
+ .toolbar-search-container .top-container .filter-content .filter-right .arco-btn-size-medium.arco-btn-only-icon:hover {
609
+ background-color: #d3e6ff;
610
+ }
558
611
  .keywordsSelection {
559
612
  display: flex;
560
613
  justify-content: space-between;
@@ -613,7 +666,7 @@
613
666
  font-size: 0;
614
667
  background: url('../assets/selection/folder.png') no-repeat 13px center;
615
668
  background-size: 17px auto;
616
- border: solid 2px transparent;
669
+ border: solid 1px transparent;
617
670
  border-radius: 4px;
618
671
  }
619
672
  .simple-resources .arco-scrollbar .dialog-media-selection-scroll .file-wrap .folder-list .folder-item .wrap h4 {
@@ -640,13 +693,14 @@
640
693
  padding: 14px 16px;
641
694
  line-height: 24px;
642
695
  background: #f7f8fa;
643
- border: 1px solid #ebeef5;
696
+ border: 1px solid transparent;
644
697
  border-radius: 4px;
645
698
  }
646
699
  .simple-resources .arco-scrollbar .dialog-media-selection-scroll .file-wrap .folder-list .folder-more-button .folder-more-wrap:hover {
647
700
  color: #165dff;
648
701
  background: #f2f3f5;
649
- box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
702
+ border: 1px solid #4886ff;
703
+ box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
650
704
  cursor: pointer;
651
705
  }
652
706
  .simple-resources .arco-scrollbar .dialog-media-selection-scroll .file-wrap .file-list {
@@ -970,6 +1024,127 @@
970
1024
  color: #fff;
971
1025
  font-size: 18px;
972
1026
  }
1027
+ .sys-resource-dialog {
1028
+ padding: 10px 20px;
1029
+ }
1030
+ .sys-resource-dialog .scen-module {
1031
+ margin-bottom: 20px;
1032
+ }
1033
+ .sys-resource-dialog .scen-module .title {
1034
+ display: flex;
1035
+ gap: 8px;
1036
+ align-items: center;
1037
+ margin-bottom: 12px;
1038
+ font-size: 14px;
1039
+ }
1040
+ .sys-resource-dialog .scen-module .title .line {
1041
+ width: 2px;
1042
+ height: 14px;
1043
+ background-color: #4886ff;
1044
+ }
1045
+ .sys-resource-dialog .null-file {
1046
+ display: flex;
1047
+ flex-direction: column;
1048
+ justify-content: center;
1049
+ height: 300px;
1050
+ }
1051
+ .sys-resource-dialog .null-file .null-pic {
1052
+ display: block;
1053
+ width: 10%;
1054
+ margin: 20px auto;
1055
+ }
1056
+ .sys-resource-dialog .null-file p {
1057
+ color: #a2a3a7;
1058
+ font-size: 14px;
1059
+ text-align: center;
1060
+ }
1061
+ .sysfile-filter-container {
1062
+ padding: 12px 0;
1063
+ }
1064
+ .sys-res-file-list {
1065
+ display: flex;
1066
+ flex-wrap: wrap;
1067
+ gap: 20px;
1068
+ }
1069
+ .sys-res-file-list .item-load-more {
1070
+ display: flex;
1071
+ flex-direction: column;
1072
+ gap: 10px;
1073
+ align-items: center;
1074
+ justify-content: center;
1075
+ color: #9a9a9a;
1076
+ font-size: 12px;
1077
+ cursor: pointer;
1078
+ }
1079
+ .sys-res-file-list .item-load-more img {
1080
+ width: 72px;
1081
+ }
1082
+ .sys-res-file-list .item {
1083
+ position: relative;
1084
+ width: calc(20% - 20px);
1085
+ overflow: hidden;
1086
+ cursor: pointer;
1087
+ }
1088
+ .sys-res-file-list .item .move-action {
1089
+ opacity: 0.5;
1090
+ }
1091
+ .sys-res-file-list .item .shadow-wrap {
1092
+ position: relative;
1093
+ overflow: hidden;
1094
+ background: #fff;
1095
+ border: 1px solid #ebeef5;
1096
+ border-radius: 4px;
1097
+ }
1098
+ .sys-res-file-list .item .shadow-wrap:hover {
1099
+ border: 1px solid #4886ff;
1100
+ box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
1101
+ }
1102
+ .sys-res-file-list .item .shadow-wrap .thumb-wrap {
1103
+ position: relative;
1104
+ width: 100%;
1105
+ background: url('../assets/selection/picBg.png');
1106
+ }
1107
+ .sys-res-file-list .item .shadow-wrap h4,
1108
+ .sys-res-file-list .item .shadow-wrap p {
1109
+ margin-top: 4px;
1110
+ margin-bottom: 2px;
1111
+ padding: 0 10px;
1112
+ overflow: hidden;
1113
+ color: rgba(0, 0, 0, 0.85);
1114
+ font-size: 14px;
1115
+ white-space: nowrap;
1116
+ text-overflow: ellipsis;
1117
+ word-wrap: normal;
1118
+ }
1119
+ .sys-res-file-list .item .shadow-wrap h4 i,
1120
+ .sys-res-file-list .item .shadow-wrap p i,
1121
+ .sys-res-file-list .item .shadow-wrap h4 svg,
1122
+ .sys-res-file-list .item .shadow-wrap p svg {
1123
+ margin-right: 4px;
1124
+ color: #e75258;
1125
+ font-size: 16px;
1126
+ vertical-align: middle;
1127
+ }
1128
+ .sys-res-file-list .item .shadow-wrap h4 svg,
1129
+ .sys-res-file-list .item .shadow-wrap p svg {
1130
+ margin-right: 4px;
1131
+ font-size: 16px;
1132
+ vertical-align: middle;
1133
+ }
1134
+ .sys-res-file-list .item .shadow-wrap h4 span,
1135
+ .sys-res-file-list .item .shadow-wrap p span {
1136
+ vertical-align: middle;
1137
+ }
1138
+ .sys-res-file-list .item .shadow-wrap p {
1139
+ margin-bottom: 4px;
1140
+ font-weight: normal;
1141
+ font-size: 12px;
1142
+ line-height: 1em;
1143
+ opacity: 0.65;
1144
+ }
1145
+ .sys-res-file-list::after {
1146
+ height: 50px;
1147
+ }
973
1148
  .select-resources-modal-wrapper .arco-modal-header {
974
1149
  border-bottom: none;
975
1150
  }