@cmstops/pro-compo 0.1.25 → 0.1.27

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 (45) hide show
  1. package/dist/index.css +28 -10
  2. package/dist/index.min.css +1 -1
  3. package/es/appCenter/script/routeMap.js +0 -1
  4. package/es/baseFilter/component.js +0 -3
  5. package/es/contentDetailList/components/Content/KongoNavItem/index.js +13 -12
  6. package/es/contentDetailList/components/Content/MaccountItem/index.js +29 -22
  7. package/es/contentDetailList/components/DocTags/index.js +2 -2
  8. package/es/contentDetailList/style/ComoItem.less +4 -0
  9. package/es/contentDetailList/style/ContentListItem.less +4 -0
  10. package/es/contentDetailList/style/DocItem.less +4 -6
  11. package/es/contentDetailList/style/DocMpItem.less +4 -6
  12. package/es/contentDetailList/style/KongoNavItem.less +4 -0
  13. package/es/contentDetailList/style/LiveItem.less +4 -0
  14. package/es/contentDetailList/style/MaccountItem.less +4 -0
  15. package/es/contentDetailList/style/index.css +28 -10
  16. package/es/index.css +28 -10
  17. package/es/messageBox/component.js +0 -1
  18. package/es/messageBox/list.js +0 -1
  19. package/es/selectThumb/component.js +0 -1
  20. package/es/uploadBefore/component.js +0 -1
  21. package/es/uploadBefore/components/UploadBefore.js +0 -1
  22. package/es/utils/request.js +0 -2
  23. package/es/utils/tusUpload.js +0 -2
  24. package/lib/appCenter/script/routeMap.js +0 -1
  25. package/lib/baseFilter/component.js +0 -3
  26. package/lib/contentDetailList/components/Content/KongoNavItem/index.js +13 -12
  27. package/lib/contentDetailList/components/Content/MaccountItem/index.js +28 -21
  28. package/lib/contentDetailList/components/DocTags/index.js +1 -1
  29. package/lib/contentDetailList/style/ComoItem.less +4 -0
  30. package/lib/contentDetailList/style/ContentListItem.less +4 -0
  31. package/lib/contentDetailList/style/DocItem.less +4 -6
  32. package/lib/contentDetailList/style/DocMpItem.less +4 -6
  33. package/lib/contentDetailList/style/KongoNavItem.less +4 -0
  34. package/lib/contentDetailList/style/LiveItem.less +4 -0
  35. package/lib/contentDetailList/style/MaccountItem.less +4 -0
  36. package/lib/contentDetailList/style/index.css +28 -10
  37. package/lib/index.css +28 -10
  38. package/lib/messageBox/component.js +0 -1
  39. package/lib/messageBox/list.js +0 -1
  40. package/lib/selectThumb/component.js +0 -1
  41. package/lib/uploadBefore/component.js +0 -1
  42. package/lib/uploadBefore/components/UploadBefore.js +0 -1
  43. package/lib/utils/request.js +0 -2
  44. package/lib/utils/tusUpload.js +0 -2
  45. package/package.json +1 -1
@@ -22,6 +22,10 @@
22
22
  width: 100%;
23
23
  height: 100%;
24
24
  border-radius: 4px;
25
+ img {
26
+ width: 100%;
27
+ height: 100%;
28
+ }
25
29
  }
26
30
 
27
31
  .no-img {
@@ -59,6 +59,10 @@
59
59
  height: 100%;
60
60
  border-radius: 4px;
61
61
  }
62
+ .medialist-component-item-view .cover-view .image img {
63
+ width: 100%;
64
+ height: 100%;
65
+ }
62
66
  .medialist-component-item-view .cover-view .no-img {
63
67
  display: flex;
64
68
  align-items: center;
@@ -140,6 +144,10 @@
140
144
  height: 100%;
141
145
  border-radius: 4px;
142
146
  }
147
+ .medialist-component-item-view .cover-view .image img {
148
+ width: 100%;
149
+ height: 100%;
150
+ }
143
151
  .medialist-component-item-view .cover-view .no-img {
144
152
  display: flex;
145
153
  align-items: center;
@@ -246,6 +254,10 @@
246
254
  height: 100%;
247
255
  border-radius: 4px;
248
256
  }
257
+ .medialist-kongo-item-view .cover-view .image img {
258
+ width: 100%;
259
+ height: 100%;
260
+ }
249
261
  .medialist-kongo-item-view .cover-view .no-img {
250
262
  display: flex;
251
263
  align-items: center;
@@ -377,6 +389,10 @@
377
389
  height: 100%;
378
390
  border-radius: 4px;
379
391
  }
392
+ .medialist-ilive-item-view .cover-view .image img {
393
+ width: 100%;
394
+ height: 100%;
395
+ }
380
396
  .medialist-ilive-item-view .cover-view .no-img {
381
397
  display: flex;
382
398
  align-items: center;
@@ -467,6 +483,10 @@
467
483
  height: 100%;
468
484
  border-radius: 4px;
469
485
  }
486
+ .medialist-account-item-view .cover-view .image img {
487
+ width: 100%;
488
+ height: 100%;
489
+ }
470
490
  .medialist-account-item-view .cover-view .no-img {
471
491
  display: flex;
472
492
  align-items: center;
@@ -559,16 +579,15 @@
559
579
  height: 100%;
560
580
  border-radius: 4px;
561
581
  }
582
+ .medialist-doc-item-view .cover-view .image img {
583
+ width: 100%;
584
+ height: 100%;
585
+ }
562
586
  .medialist-doc-item-view .cover-view .batch-select {
563
587
  position: absolute;
564
588
  top: 3px;
565
589
  left: 5px;
566
590
  }
567
- .medialist-doc-item-view .cover-view .arco-image-img {
568
- width: 100%;
569
- height: 100%;
570
- border-radius: 4px;
571
- }
572
591
  .medialist-doc-item-view .cover-view .no-img {
573
592
  display: flex;
574
593
  align-items: center;
@@ -677,16 +696,15 @@
677
696
  height: 100%;
678
697
  border-radius: 4px;
679
698
  }
699
+ .medialist-mpdoc-item-view .cover-view .image img {
700
+ width: 100%;
701
+ height: 100%;
702
+ }
680
703
  .medialist-mpdoc-item-view .cover-view .batch-select {
681
704
  position: absolute;
682
705
  top: 3px;
683
706
  left: 5px;
684
707
  }
685
- .medialist-mpdoc-item-view .cover-view .arco-image-img {
686
- width: 100%;
687
- height: 100%;
688
- border-radius: 4px;
689
- }
690
708
  .medialist-mpdoc-item-view .cover-view .no-img {
691
709
  display: flex;
692
710
  align-items: center;
package/es/index.css CHANGED
@@ -1832,6 +1832,10 @@
1832
1832
  height: 100%;
1833
1833
  border-radius: 4px;
1834
1834
  }
1835
+ .medialist-component-item-view .cover-view .image img {
1836
+ width: 100%;
1837
+ height: 100%;
1838
+ }
1835
1839
  .medialist-component-item-view .cover-view .no-img {
1836
1840
  display: flex;
1837
1841
  align-items: center;
@@ -1913,6 +1917,10 @@
1913
1917
  height: 100%;
1914
1918
  border-radius: 4px;
1915
1919
  }
1920
+ .medialist-component-item-view .cover-view .image img {
1921
+ width: 100%;
1922
+ height: 100%;
1923
+ }
1916
1924
  .medialist-component-item-view .cover-view .no-img {
1917
1925
  display: flex;
1918
1926
  align-items: center;
@@ -2019,6 +2027,10 @@
2019
2027
  height: 100%;
2020
2028
  border-radius: 4px;
2021
2029
  }
2030
+ .medialist-kongo-item-view .cover-view .image img {
2031
+ width: 100%;
2032
+ height: 100%;
2033
+ }
2022
2034
  .medialist-kongo-item-view .cover-view .no-img {
2023
2035
  display: flex;
2024
2036
  align-items: center;
@@ -2150,6 +2162,10 @@
2150
2162
  height: 100%;
2151
2163
  border-radius: 4px;
2152
2164
  }
2165
+ .medialist-ilive-item-view .cover-view .image img {
2166
+ width: 100%;
2167
+ height: 100%;
2168
+ }
2153
2169
  .medialist-ilive-item-view .cover-view .no-img {
2154
2170
  display: flex;
2155
2171
  align-items: center;
@@ -2240,6 +2256,10 @@
2240
2256
  height: 100%;
2241
2257
  border-radius: 4px;
2242
2258
  }
2259
+ .medialist-account-item-view .cover-view .image img {
2260
+ width: 100%;
2261
+ height: 100%;
2262
+ }
2243
2263
  .medialist-account-item-view .cover-view .no-img {
2244
2264
  display: flex;
2245
2265
  align-items: center;
@@ -2332,16 +2352,15 @@
2332
2352
  height: 100%;
2333
2353
  border-radius: 4px;
2334
2354
  }
2355
+ .medialist-doc-item-view .cover-view .image img {
2356
+ width: 100%;
2357
+ height: 100%;
2358
+ }
2335
2359
  .medialist-doc-item-view .cover-view .batch-select {
2336
2360
  position: absolute;
2337
2361
  top: 3px;
2338
2362
  left: 5px;
2339
2363
  }
2340
- .medialist-doc-item-view .cover-view .arco-image-img {
2341
- width: 100%;
2342
- height: 100%;
2343
- border-radius: 4px;
2344
- }
2345
2364
  .medialist-doc-item-view .cover-view .no-img {
2346
2365
  display: flex;
2347
2366
  align-items: center;
@@ -2450,16 +2469,15 @@
2450
2469
  height: 100%;
2451
2470
  border-radius: 4px;
2452
2471
  }
2472
+ .medialist-mpdoc-item-view .cover-view .image img {
2473
+ width: 100%;
2474
+ height: 100%;
2475
+ }
2453
2476
  .medialist-mpdoc-item-view .cover-view .batch-select {
2454
2477
  position: absolute;
2455
2478
  top: 3px;
2456
2479
  left: 5px;
2457
2480
  }
2458
- .medialist-mpdoc-item-view .cover-view .arco-image-img {
2459
- width: 100%;
2460
- height: 100%;
2461
- border-radius: 4px;
2462
- }
2463
2481
  .medialist-mpdoc-item-view .cover-view .no-img {
2464
2482
  display: flex;
2465
2483
  align-items: center;
@@ -38,7 +38,6 @@ const _sfc_main = defineComponent({
38
38
  setData();
39
39
  }
40
40
  } catch (error) {
41
- console.log(error);
42
41
  }
43
42
  };
44
43
  const setData = async () => {
@@ -50,7 +50,6 @@ const _sfc_main = defineComponent({
50
50
  approval_retrial: { label: "\u60A8\u63D0\u4EA4\u4E86\u4E00\u9879\u5185\u5BB9\u5BA1\u6838\u88AB\u9A73\u56DE\u91CD\u5BA1" }
51
51
  });
52
52
  const openApprovalDetail = (msg) => {
53
- console.log(msg);
54
53
  };
55
54
  const handleScroll = (e) => {
56
55
  e && e.stopPropagation();
@@ -106,7 +106,6 @@ const _sfc_main = defineComponent({
106
106
  });
107
107
  }
108
108
  if (props.mode === "smiple") {
109
- console.log(temp);
110
109
  emit("update:dataValue", ((_a = temp.data[0]) == null ? void 0 : _a.url) || "");
111
110
  } else {
112
111
  if (!temp.data) {
@@ -54,7 +54,6 @@ const _sfc_main = defineComponent({
54
54
  { rid: 4, dirId: 0, url: uploadRet.url },
55
55
  baseApi.value,
56
56
  (data) => {
57
- console.log(data);
58
57
  }
59
58
  );
60
59
  return true;
@@ -87,7 +87,6 @@ const _sfc_main = defineComponent({
87
87
  templateDict.set(item.id, item);
88
88
  });
89
89
  } catch (e) {
90
- console.log(e);
91
90
  }
92
91
  };
93
92
  const handleClose = () => {
@@ -14,7 +14,6 @@ function request(BASE_API, options) {
14
14
  return config;
15
15
  },
16
16
  (error) => {
17
- console.log(error);
18
17
  return Promise.reject(error);
19
18
  }
20
19
  );
@@ -27,7 +26,6 @@ function request(BASE_API, options) {
27
26
  return res;
28
27
  },
29
28
  (error) => {
30
- console.log(`err${error}`);
31
29
  return Promise.reject(error);
32
30
  }
33
31
  );
@@ -9,7 +9,6 @@ function uploadByTUS(file, progressCallback) {
9
9
  xhr.withCredentials = true;
10
10
  },
11
11
  onError: (error) => {
12
- console.log(error);
13
12
  reject(error);
14
13
  },
15
14
  onProgress: (bytesSent, bytesTotal) => {
@@ -24,7 +23,6 @@ function uploadByTUS(file, progressCallback) {
24
23
  }
25
24
  function uploadConfig(file) {
26
25
  const fType = getFileType(file);
27
- console.log(DEFAULT_UPLOAD_URL);
28
26
  return {
29
27
  endpoint: DEFAULT_UPLOAD_URL,
30
28
  chunkSize: DEFAULT_UPLOAD_CHUNK_SIZE,
@@ -104,7 +104,6 @@ async function routeMap(BASE_API, rid = auth.getRID(), listType, app = null) {
104
104
  window.open(`${origin}/#/popManagement/${rid}`, "_blank");
105
105
  return;
106
106
  }
107
- console.log(`/media/enterprisepublish/${rid}`);
108
107
  window.open(`${origin}/#/media/enterprisepublish/${rid}`, "_blank");
109
108
  }
110
109
  module.exports = routeMap;
@@ -73,8 +73,6 @@ const _sfc_main = vue.defineComponent({
73
73
  });
74
74
  render.value = true;
75
75
  form.value = _form;
76
- console.log("_form", _form);
77
- console.log("columnsMap", columnsMap);
78
76
  };
79
77
  const formMatte = (_form) => {
80
78
  Object.keys(_form).forEach((key) => {
@@ -119,7 +117,6 @@ const _sfc_main = vue.defineComponent({
119
117
  vue.watch(
120
118
  () => form.value,
121
119
  () => {
122
- console.log("watch form", form.value);
123
120
  emit("search", formMatte(vue.toRaw({ ...form.value })));
124
121
  },
125
122
  { deep: true }
@@ -40,27 +40,28 @@ const _sfc_main = vue.defineComponent({
40
40
  return null;
41
41
  return res.data[0].thumb;
42
42
  });
43
+ const payload = vue.computed(() => {
44
+ if (!props.item)
45
+ return null;
46
+ const _payload = typeof props.item.payload === "string" ? JSON.parse(props.item.payload) : props.item.payload;
47
+ return _payload;
48
+ });
43
49
  const showValue = vue.computed(() => {
44
- if (!props.item.payload)
50
+ const _payload = payload.value;
51
+ if (!_payload)
45
52
  return "";
46
53
  if (props.item.series === "category_list")
47
- return props.payload.rootAlias;
54
+ return _payload.rootAlias;
48
55
  if (props.item.series === "service")
49
- return props.payload.label;
56
+ return _payload.label;
50
57
  if (props.item.series === "document")
51
- return props.payload.title;
58
+ return _payload.title;
52
59
  if (props.item.series === "url")
53
- return props.payload.relation_url;
60
+ return _payload.relation_url;
54
61
  if (props.item.series === "app")
55
- return props.payload.label;
62
+ return _payload.label;
56
63
  return "";
57
64
  });
58
- vue.computed(() => {
59
- if (!props.item.payload)
60
- return null;
61
- const _payload = typeof props.item.payload === "string" ? JSON.parse(props.item.payload) : props.item.payload;
62
- return _payload;
63
- });
64
65
  const clickTitle = () => {
65
66
  emit("clickTitle", props.item);
66
67
  };
@@ -8,7 +8,9 @@ const _hoisted_1 = { class: "cover-view" };
8
8
  const _hoisted_2 = { class: "info-view" };
9
9
  const _hoisted_3 = { class: "abttrite-v" };
10
10
  const _hoisted_4 = { class: "left" };
11
- const _hoisted_5 = { class: "right" };
11
+ const _hoisted_5 = { class: "abttr" };
12
+ const _hoisted_6 = { class: "abttr time" };
13
+ const _hoisted_7 = { class: "right" };
12
14
  const _sfc_main = vue.defineComponent({
13
15
  __name: "index",
14
16
  props: {
@@ -48,32 +50,37 @@ const _sfc_main = vue.defineComponent({
48
50
  vue.createElementVNode("div", _hoisted_4, [
49
51
  vue.createVNode(component, {
50
52
  class: "icon",
51
- doc: _ctx.item.catalog === "doc",
52
- type: _ctx.item.series
53
- }, null, 8, ["doc", "type"]),
53
+ type: "mpdoc"
54
+ }),
54
55
  vue.createVNode(index, {
55
56
  class: "abttr tags",
56
57
  item: _ctx.item
57
58
  }, null, 8, ["item"]),
58
59
  vue.renderSlot(_ctx.$slots, "tip"),
59
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.abttrites, (column, i) => {
60
- return vue.openBlock(), vue.createElementBlock("span", {
61
- key: i,
62
- class: "abttr"
63
- }, [
64
- vue.createVNode(vue.unref(webVue.Tooltip), {
65
- content: `${column.label}: ${_ctx.item[column.key]}`,
66
- placement: "top"
67
- }, {
68
- default: vue.withCtx(() => [
69
- vue.createElementVNode("span", null, vue.toDisplayString(_ctx.item[column.key] || "\u2014 \u2014"), 1)
70
- ]),
71
- _: 2
72
- }, 1032, ["content"])
73
- ]);
74
- }), 128))
60
+ vue.createElementVNode("span", _hoisted_5, [
61
+ vue.createVNode(vue.unref(webVue.Tooltip), {
62
+ content: `\u8FD0\u8425\u8005: ${_ctx.item.mp_user_name}`,
63
+ placement: "top"
64
+ }, {
65
+ default: vue.withCtx(() => [
66
+ vue.createElementVNode("span", null, vue.toDisplayString(_ctx.item.mp_user_name || "--"), 1)
67
+ ]),
68
+ _: 1
69
+ }, 8, ["content"])
70
+ ]),
71
+ vue.createElementVNode("span", _hoisted_6, [
72
+ vue.createVNode(vue.unref(webVue.Tooltip), {
73
+ content: `\u6240\u5C5E\u9886\u57DF: ${_ctx.item.catalog_alias}`,
74
+ placement: "top"
75
+ }, {
76
+ default: vue.withCtx(() => [
77
+ vue.createElementVNode("span", null, vue.toDisplayString(_ctx.item.catalog_alias), 1)
78
+ ]),
79
+ _: 1
80
+ }, 8, ["content"])
81
+ ])
75
82
  ]),
76
- vue.createElementVNode("div", _hoisted_5, [
83
+ vue.createElementVNode("div", _hoisted_7, [
77
84
  vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
78
85
  ])
79
86
  ])
@@ -173,7 +173,7 @@ const _sfc_main = vue.defineComponent({
173
173
  size: "small"
174
174
  }, {
175
175
  default: vue.withCtx(() => [
176
- vue.createTextVNode(vue.toDisplayString(vue.unref(typeMap.contentList_list_type_map)[_ctx.item.mp_type]), 1)
176
+ vue.createTextVNode(vue.toDisplayString(vue.unref(typeMap.mp_type_map)[_ctx.item.mp_type]), 1)
177
177
  ]),
178
178
  _: 1
179
179
  })) : _ctx.item.catalog === "mp_content" ? (vue.openBlock(), vue.createBlock(component, {
@@ -20,6 +20,10 @@
20
20
  width: 100%;
21
21
  height: 100%;
22
22
  border-radius: 4px;
23
+ img {
24
+ width: 100%;
25
+ height: 100%;
26
+ }
23
27
  }
24
28
 
25
29
  .no-img {
@@ -20,6 +20,10 @@
20
20
  width: 100%;
21
21
  height: 100%;
22
22
  border-radius: 4px;
23
+ img {
24
+ width: 100%;
25
+ height: 100%;
26
+ }
23
27
  }
24
28
 
25
29
  .no-img {
@@ -20,6 +20,10 @@
20
20
  width: 100%;
21
21
  height: 100%;
22
22
  border-radius: 4px;
23
+ img {
24
+ width: 100%;
25
+ height: 100%;
26
+ }
23
27
  }
24
28
 
25
29
  .batch-select {
@@ -28,12 +32,6 @@
28
32
  left: 5px;
29
33
  }
30
34
 
31
- .arco-image-img {
32
- width: 100%;
33
- height: 100%;
34
- border-radius: 4px;
35
- }
36
-
37
35
  .no-img {
38
36
  display: flex;
39
37
  align-items: center;
@@ -20,6 +20,10 @@
20
20
  width: 100%;
21
21
  height: 100%;
22
22
  border-radius: 4px;
23
+ img {
24
+ width: 100%;
25
+ height: 100%;
26
+ }
23
27
  }
24
28
 
25
29
  .batch-select {
@@ -28,12 +32,6 @@
28
32
  left: 5px;
29
33
  }
30
34
 
31
- .arco-image-img {
32
- width: 100%;
33
- height: 100%;
34
- border-radius: 4px;
35
- }
36
-
37
35
  .no-img {
38
36
  display: flex;
39
37
  align-items: center;
@@ -20,6 +20,10 @@
20
20
  width: 100%;
21
21
  height: 100%;
22
22
  border-radius: 4px;
23
+ img {
24
+ width: 100%;
25
+ height: 100%;
26
+ }
23
27
  }
24
28
 
25
29
  .no-img {
@@ -20,6 +20,10 @@
20
20
  width: 100%;
21
21
  height: 100%;
22
22
  border-radius: 4px;
23
+ img {
24
+ width: 100%;
25
+ height: 100%;
26
+ }
23
27
  }
24
28
 
25
29
  .no-img {
@@ -22,6 +22,10 @@
22
22
  width: 100%;
23
23
  height: 100%;
24
24
  border-radius: 4px;
25
+ img {
26
+ width: 100%;
27
+ height: 100%;
28
+ }
25
29
  }
26
30
 
27
31
  .no-img {
@@ -59,6 +59,10 @@
59
59
  height: 100%;
60
60
  border-radius: 4px;
61
61
  }
62
+ .medialist-component-item-view .cover-view .image img {
63
+ width: 100%;
64
+ height: 100%;
65
+ }
62
66
  .medialist-component-item-view .cover-view .no-img {
63
67
  display: flex;
64
68
  align-items: center;
@@ -140,6 +144,10 @@
140
144
  height: 100%;
141
145
  border-radius: 4px;
142
146
  }
147
+ .medialist-component-item-view .cover-view .image img {
148
+ width: 100%;
149
+ height: 100%;
150
+ }
143
151
  .medialist-component-item-view .cover-view .no-img {
144
152
  display: flex;
145
153
  align-items: center;
@@ -246,6 +254,10 @@
246
254
  height: 100%;
247
255
  border-radius: 4px;
248
256
  }
257
+ .medialist-kongo-item-view .cover-view .image img {
258
+ width: 100%;
259
+ height: 100%;
260
+ }
249
261
  .medialist-kongo-item-view .cover-view .no-img {
250
262
  display: flex;
251
263
  align-items: center;
@@ -377,6 +389,10 @@
377
389
  height: 100%;
378
390
  border-radius: 4px;
379
391
  }
392
+ .medialist-ilive-item-view .cover-view .image img {
393
+ width: 100%;
394
+ height: 100%;
395
+ }
380
396
  .medialist-ilive-item-view .cover-view .no-img {
381
397
  display: flex;
382
398
  align-items: center;
@@ -467,6 +483,10 @@
467
483
  height: 100%;
468
484
  border-radius: 4px;
469
485
  }
486
+ .medialist-account-item-view .cover-view .image img {
487
+ width: 100%;
488
+ height: 100%;
489
+ }
470
490
  .medialist-account-item-view .cover-view .no-img {
471
491
  display: flex;
472
492
  align-items: center;
@@ -559,16 +579,15 @@
559
579
  height: 100%;
560
580
  border-radius: 4px;
561
581
  }
582
+ .medialist-doc-item-view .cover-view .image img {
583
+ width: 100%;
584
+ height: 100%;
585
+ }
562
586
  .medialist-doc-item-view .cover-view .batch-select {
563
587
  position: absolute;
564
588
  top: 3px;
565
589
  left: 5px;
566
590
  }
567
- .medialist-doc-item-view .cover-view .arco-image-img {
568
- width: 100%;
569
- height: 100%;
570
- border-radius: 4px;
571
- }
572
591
  .medialist-doc-item-view .cover-view .no-img {
573
592
  display: flex;
574
593
  align-items: center;
@@ -677,16 +696,15 @@
677
696
  height: 100%;
678
697
  border-radius: 4px;
679
698
  }
699
+ .medialist-mpdoc-item-view .cover-view .image img {
700
+ width: 100%;
701
+ height: 100%;
702
+ }
680
703
  .medialist-mpdoc-item-view .cover-view .batch-select {
681
704
  position: absolute;
682
705
  top: 3px;
683
706
  left: 5px;
684
707
  }
685
- .medialist-mpdoc-item-view .cover-view .arco-image-img {
686
- width: 100%;
687
- height: 100%;
688
- border-radius: 4px;
689
- }
690
708
  .medialist-mpdoc-item-view .cover-view .no-img {
691
709
  display: flex;
692
710
  align-items: center;