@cmstops/pro-compo 0.3.67 → 0.3.69

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 (88) hide show
  1. package/dist/index.css +139 -79
  2. package/dist/index.min.css +1 -1
  3. package/es/baseFilter/component.js +6 -1
  4. package/es/config.js +1 -1
  5. package/es/contentDetailList/components/CustomWrp/CustomItem.js +15 -9
  6. package/es/contentDetailList/style/CustomItem.less +18 -0
  7. package/es/contentDetailList/style/index.css +14 -0
  8. package/es/contentDetailList/style/index.less +1 -0
  9. package/es/hooks/useAttachement.d.ts +14 -6
  10. package/es/hooks/useAttachement.js +15 -1
  11. package/es/hooks/useLocalStorage.d.ts +1 -0
  12. package/es/hooks/useLocalStorage.js +2 -1
  13. package/es/index.css +139 -79
  14. package/es/selectResourceModal/assets/images/sys_load_more.js +2 -0
  15. package/es/selectResourceModal/component.js +71 -170
  16. package/es/selectResourceModal/components/{ListCardWrapper/index.js → List/ListCardWrapper.js} +13 -11
  17. package/es/selectResourceModal/components/List/ListLocal/index.js +92 -0
  18. package/es/selectResourceModal/components/{ListFilter/index.js → List/ListNormal/Filter.js} +14 -14
  19. package/es/selectResourceModal/components/List/ListNormal/index.js +77 -0
  20. package/es/selectResourceModal/components/List/ListSystem/Filter.d.ts +0 -0
  21. package/es/selectResourceModal/components/List/ListSystem/Filter.js +141 -0
  22. package/es/selectResourceModal/components/List/ListSystem/SubList.d.ts +0 -0
  23. package/es/selectResourceModal/components/List/ListSystem/SubList.js +67 -0
  24. package/es/selectResourceModal/components/List/ListSystem/index.d.ts +0 -0
  25. package/es/selectResourceModal/components/List/ListSystem/index.js +109 -0
  26. package/es/selectResourceModal/components/List/ListWraper.d.ts +0 -0
  27. package/es/selectResourceModal/components/List/ListWraper.js +61 -0
  28. package/es/selectResourceModal/components/ListTabs/index.js +9 -18
  29. package/es/selectResourceModal/{components/ListFilter/scripts/api.d.ts → scripts/selectionApis.d.ts} +1 -0
  30. package/es/selectResourceModal/scripts/selectionApis.js +15 -0
  31. package/es/selectResourceModal/scripts/useCompoLf.d.ts +21 -0
  32. package/es/selectResourceModal/scripts/useCompoLf.js +32 -0
  33. package/es/selectResourceModal/scripts/useResourceSelect.js +7 -3
  34. package/es/selectResourceModal/scripts/useTabFilter.d.ts +21 -0
  35. package/es/selectResourceModal/scripts/useTabFilter.js +37 -0
  36. package/es/selectResourceModal/style/index.css +125 -79
  37. package/es/selectResourceModal/style/index.less +3 -32
  38. package/es/selectResourceModal/style/list.less +163 -0
  39. package/es/selectThumb/component.js +25 -13
  40. package/es/utils/filter.js +0 -1
  41. package/lib/baseFilter/component.js +6 -1
  42. package/lib/config.js +1 -1
  43. package/lib/contentDetailList/components/CustomWrp/CustomItem.js +14 -8
  44. package/lib/contentDetailList/style/CustomItem.less +18 -0
  45. package/lib/contentDetailList/style/index.css +14 -0
  46. package/lib/contentDetailList/style/index.less +1 -0
  47. package/lib/hooks/useAttachement.js +16 -0
  48. package/lib/hooks/useLocalStorage.js +2 -1
  49. package/lib/index.css +139 -79
  50. package/lib/selectResourceModal/assets/images/sys_load_more.js +3 -0
  51. package/lib/selectResourceModal/component.js +71 -170
  52. package/lib/selectResourceModal/components/{ListCardWrapper/index.js → List/ListCardWrapper.js} +12 -10
  53. package/lib/selectResourceModal/components/List/ListLocal/index.js +93 -0
  54. package/lib/selectResourceModal/components/{ListFilter/index.js → List/ListNormal/Filter.js} +15 -15
  55. package/lib/selectResourceModal/components/List/ListNormal/index.js +78 -0
  56. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +142 -0
  57. package/lib/selectResourceModal/components/List/ListSystem/SubList.js +68 -0
  58. package/lib/selectResourceModal/components/List/ListSystem/index.js +110 -0
  59. package/lib/selectResourceModal/components/List/ListWraper.js +62 -0
  60. package/lib/selectResourceModal/components/ListTabs/index.js +8 -17
  61. package/lib/selectResourceModal/{components/ListFilter/scripts/api.js → scripts/selectionApis.js} +8 -1
  62. package/lib/selectResourceModal/scripts/useCompoLf.js +33 -0
  63. package/lib/selectResourceModal/scripts/useResourceSelect.js +7 -3
  64. package/lib/selectResourceModal/scripts/useTabFilter.js +38 -0
  65. package/lib/selectResourceModal/style/index.css +125 -79
  66. package/lib/selectResourceModal/style/index.less +3 -32
  67. package/lib/selectResourceModal/style/list.less +163 -0
  68. package/lib/selectThumb/component.js +25 -13
  69. package/lib/utils/filter.js +0 -1
  70. package/package.json +3 -3
  71. package/es/selectResourceModal/components/ListContent/index.js +0 -46
  72. package/es/selectResourceModal/components/ListContentLocal/index.js +0 -93
  73. package/es/selectResourceModal/components/ListFilter/scripts/api.js +0 -9
  74. package/es/selectResourceModal/style/listContent.less +0 -5
  75. package/es/selectResourceModal/style/listContentLocal.less +0 -26
  76. package/es/selectResourceModal/style/listFilter.less +0 -41
  77. package/lib/selectResourceModal/components/ListContent/index.js +0 -47
  78. package/lib/selectResourceModal/components/ListContentLocal/index.js +0 -94
  79. package/lib/selectResourceModal/style/listContent.less +0 -5
  80. package/lib/selectResourceModal/style/listContentLocal.less +0 -26
  81. package/lib/selectResourceModal/style/listFilter.less +0 -41
  82. /package/es/selectResourceModal/components/{ListCardWrapper/index.d.ts → List/ListCardWrapper.d.ts} +0 -0
  83. /package/es/selectResourceModal/components/{ListContentLocal/components → List/ListLocal}/Upload.d.ts +0 -0
  84. /package/es/selectResourceModal/components/{ListContentLocal/components → List/ListLocal}/Upload.js +0 -0
  85. /package/es/selectResourceModal/components/{ListContent → List/ListLocal}/index.d.ts +0 -0
  86. /package/es/selectResourceModal/components/{ListContentLocal/index.d.ts → List/ListNormal/Filter.d.ts} +0 -0
  87. /package/es/selectResourceModal/components/{ListFilter → List/ListNormal}/index.d.ts +0 -0
  88. /package/lib/selectResourceModal/components/{ListContentLocal/components → List/ListLocal}/Upload.js +0 -0
@@ -0,0 +1,163 @@
1
+ // 基础列表 layout 样式
2
+ .resource-list {
3
+ display: flex;
4
+ flex: 1;
5
+ flex-direction: column;
6
+ gap: 10px;
7
+ overflow: hidden;
8
+
9
+ // 整体布局结构
10
+ &-content {
11
+ flex: 1;
12
+ overflow: hidden;
13
+ }
14
+
15
+ &-footer,
16
+ &-header,
17
+ &-content .arco-scrollbar-container {
18
+ padding: 0 40px;
19
+ }
20
+
21
+ &-footer {
22
+ display: flex;
23
+ justify-content: space-between;
24
+ padding-bottom: 10px;
25
+
26
+ .footer-right {
27
+ display: flex;
28
+ flex: 1;
29
+ gap: 10px;
30
+ align-items: center;
31
+ justify-content: flex-end;
32
+ }
33
+ }
34
+
35
+ // 处理空数据 & 加载中样式
36
+ &-content {
37
+ &-loading {
38
+ display: flex;
39
+ align-items: center;
40
+ justify-content: center;
41
+ width: 100%;
42
+ height: 100%;
43
+ }
44
+ }
45
+
46
+ // 所有的卡片 grid 布局
47
+ .list-item-grid {
48
+ display: grid;
49
+ grid-gap: 20px;
50
+ grid-template-columns: repeat(5, 1fr);
51
+ }
52
+ }
53
+
54
+ // 衍生列表一:本地上传页面样式
55
+ .resource-list {
56
+ .list-content {
57
+ margin-top: 30px;
58
+
59
+ .list-tips {
60
+ margin-bottom: 16px;
61
+ color: #3d3d3d;
62
+ }
63
+ }
64
+
65
+ .upload-wrapper {
66
+ display: flex;
67
+ flex-direction: column;
68
+
69
+ .upload-buttons {
70
+ display: flex;
71
+ gap: 20px;
72
+ justify-content: center;
73
+ margin: 20px 0;
74
+ }
75
+
76
+ .upload-dragger {
77
+ width: calc(100% - 2px);
78
+ }
79
+ }
80
+ }
81
+
82
+ // 衍生列表二:内置素材
83
+ .resource-list {
84
+ .scen-module {
85
+ margin-bottom: 20px;
86
+
87
+ .title {
88
+ display: flex;
89
+ gap: 8px;
90
+ align-items: center;
91
+ margin-bottom: 20px;
92
+ font-weight: bold;
93
+ font-size: 16px;
94
+
95
+ .line {
96
+ width: 3px;
97
+ height: 16px;
98
+ background-color: #4886ff;
99
+ }
100
+ }
101
+ }
102
+
103
+ .item-load-more {
104
+ display: flex;
105
+ flex-direction: column;
106
+ gap: 10px;
107
+ align-items: center;
108
+ justify-content: center;
109
+ width: 100%;
110
+ overflow: hidden;
111
+ color: #9a9a9a;
112
+ font-size: 12px;
113
+ cursor: pointer;
114
+ aspect-ratio: 4 / 3;
115
+
116
+ img {
117
+ height: calc(100% - 40px);
118
+ }
119
+ }
120
+ }
121
+
122
+ // 列表筛选样式
123
+ .resource-list .list-filter-wrapper {
124
+ .list-filter-tags {
125
+ display: flex;
126
+ justify-content: space-between;
127
+ margin-top: 10px;
128
+
129
+ .list-filter-tag {
130
+ padding: 5px 16px;
131
+ border-radius: 15px;
132
+ cursor: pointer;
133
+
134
+ &:hover {
135
+ background-color: var(--color-fill-3);
136
+ }
137
+
138
+ &.active {
139
+ color: rgb(var(--primary-6));
140
+ font-weight: bold;
141
+ background: var(--color-fill-2);
142
+ }
143
+ }
144
+ }
145
+
146
+ .list-filter {
147
+ display: flex;
148
+ justify-content: space-between;
149
+
150
+ .filter-list {
151
+ display: flex;
152
+ gap: 10px;
153
+
154
+ .filter-item {
155
+ width: 100px;
156
+ }
157
+ }
158
+
159
+ .arco-input-prepend {
160
+ padding: 0;
161
+ }
162
+ }
163
+ }
@@ -1,12 +1,12 @@
1
1
  import { defineComponent, ref, provide, computed, watch, nextTick, openBlock, createElementBlock, createCommentVNode, createElementVNode, normalizeClass, normalizeStyle, toDisplayString, Fragment, renderList, createBlock, createVNode, unref, withCtx, createTextVNode } from "vue";
2
2
  import { RadioGroup, Radio, Switch } from "@arco-design/web-vue";
3
3
  import { docThumbObjMap, docThumbArrMap } from "../utils/doc.js";
4
- import _sfc_main$3 from "../resourceModal/component.js";
5
4
  import _sfc_main$4 from "../imageCrop/component.js";
6
5
  import _sfc_main$1 from "./components/card.js";
7
6
  import _sfc_main$2 from "./components/colorPalette.js";
8
7
  import { DEFAULT_BASE_API } from "../config.js";
9
8
  import { getThemeColor } from "../utils/index.js";
9
+ import _sfc_main$3 from "../selectResourceModal/component.js";
10
10
  const _hoisted_1 = {
11
11
  key: 0,
12
12
  class: "star"
@@ -243,6 +243,7 @@ const _sfc_main = defineComponent({
243
243
  thumbOptionIndex.value = index;
244
244
  };
245
245
  const openDialogMediaSelection = (type, index) => {
246
+ console.log(type, index, "dkdk");
246
247
  thumbBannerModel.value = type || "thumb";
247
248
  thumbOptionIndex.value = index || 0;
248
249
  dialogMediaSelectionShow.value = true;
@@ -571,20 +572,31 @@ const _sfc_main = defineComponent({
571
572
  ])
572
573
  ], 2)
573
574
  ], 64)) : createCommentVNode("v-if", true),
574
- createVNode(_sfc_main$3, {
575
- dialogVisible: dialogMediaSelectionShow.value,
576
- "onUpdate:dialogVisible": _cache[9] || (_cache[9] = ($event) => dialogMediaSelectionShow.value = $event),
577
- preview: false,
578
- "catalog-props": "image",
579
- ai_static_covers: _ctx.aiImages,
580
- BASE_API: unref(BASE_API),
581
- onSubmit: submitCallback,
582
- onUpload: _cache[10] || (_cache[10] = (cb) => _ctx.$emit("upload", cb))
583
- }, null, 8, ["dialogVisible", "ai_static_covers", "BASE_API"]),
584
- refreshCrop.value ? (openBlock(), createBlock(_sfc_main$4, {
575
+ createCommentVNode(" 2024.9.2 dyz\uFF1A\u5F03\u7528\u65E7\u5F39\u7A97 "),
576
+ createCommentVNode(` <resourceModal
577
+ v-model:dialogVisible="dialogMediaSelectionShow"
578
+ :preview="false"
579
+ catalog-props="image"
580
+ :ai_static_covers="aiImages"
581
+ :BASE_API="BASE_API"
582
+ @submit="submitCallback"
583
+ @upload="(cb) => $emit('upload', cb)"
584
+ /> `),
585
+ createCommentVNode(" 2024.9.2 dyz\uFF1A\u4F7F\u7528\u65E7\u5F39\u7A97 "),
586
+ dialogMediaSelectionShow.value ? (openBlock(), createBlock(_sfc_main$3, {
585
587
  key: 1,
588
+ visible: dialogMediaSelectionShow.value,
589
+ "onUpdate:visible": _cache[9] || (_cache[9] = ($event) => dialogMediaSelectionShow.value = $event),
590
+ maxcount: 1,
591
+ userInfo: { domain_id: 1, repository_id: 4 },
592
+ filterOptions: { mediaType: "image", mediaTypeStrict: true },
593
+ wrap: "modal",
594
+ onSubmit: submitCallback
595
+ }, null, 8, ["visible"])) : createCommentVNode("v-if", true),
596
+ refreshCrop.value ? (openBlock(), createBlock(_sfc_main$4, {
597
+ key: 2,
586
598
  visible: dialogCropperShow.value,
587
- "onUpdate:visible": _cache[11] || (_cache[11] = ($event) => dialogCropperShow.value = $event),
599
+ "onUpdate:visible": _cache[10] || (_cache[10] = ($event) => dialogCropperShow.value = $event),
588
600
  "aspect-ratio-prop": aspectRatioProp.value,
589
601
  BASE_API: unref(BASE_API),
590
602
  "corp-data": cropperData.value,
@@ -1,6 +1,5 @@
1
1
  import { ref, computed } from "vue";
2
2
  const rateOptions = ref([
3
- { label: "\u5168\u90E8\u6BD4\u4F8B", value: "" },
4
3
  { label: "16:9", value: "16:9" },
5
4
  { label: "4:3", value: "4:3" },
6
5
  { label: "4:1", value: "4:1" },
@@ -89,6 +89,10 @@ const _sfc_main = vue.defineComponent({
89
89
  form.value[item.key] = null;
90
90
  }
91
91
  };
92
+ const resetFilter = () => {
93
+ form.value = {};
94
+ renderForm();
95
+ };
92
96
  const formMatte = (_form) => {
93
97
  Object.keys(_form).forEach((key) => {
94
98
  if (_form[key] && typeof _form[key] === "object" && Object.prototype.hasOwnProperty.call(_form[key], "range")) {
@@ -147,7 +151,8 @@ const _sfc_main = vue.defineComponent({
147
151
  refreshPanel: () => {
148
152
  var _a;
149
153
  return (_a = filterGroup.value) == null ? void 0 : _a.refreshPanel();
150
- }
154
+ },
155
+ resetFilter
151
156
  });
152
157
  return (_ctx, _cache) => {
153
158
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
package/lib/config.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  var _a, _b, _c, _d, _e, _f, _g, _h;
3
3
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
- const DEFAULT_BASE_API = ((_b = (_a = window.situoyun) == null ? void 0 : _a.env) == null ? void 0 : _b.BASE_HOST) || "https://site.r.cmstop.xyz";
4
+ const DEFAULT_BASE_API = ((_b = (_a = window.situoyun) == null ? void 0 : _a.env) == null ? void 0 : _b.BASE_HOST) || "https://site.cmstop.xyz";
5
5
  const DEFAULT_BASE_ACCOUNT_HOST = ((_d = (_c = window.situoyun) == null ? void 0 : _c.env) == null ? void 0 : _d.BASE_ACCOUNT_HOST) || "https://account.cmstop.xyz";
6
6
  const DEFAULT_UPLOAD_CHUNK_SIZE = ((_f = (_e = window.situoyun) == null ? void 0 : _e.env) == null ? void 0 : _f.UPLOAD_CHUNK_SIZE) || 5242880;
7
7
  const DEFAULT_UPLOAD_URL = ((_h = (_g = window.situoyun) == null ? void 0 : _g.env) == null ? void 0 : _h.BASE_STATIC_FILE_API) || "https://oss.cmstop.xyz/maple/v1";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  var vue = require("vue");
3
3
  var webVue = require("@arco-design/web-vue");
4
+ var vueCmstopIcons = require("@arco-iconbox/vue-cmstop-icons");
4
5
  var doc = require("../../../utils/doc.js");
5
6
  var index = require("../../../utils/index.js");
6
7
  const _hoisted_1 = { class: "cover-view" };
@@ -10,9 +11,11 @@ const _hoisted_2 = {
10
11
  };
11
12
  const _hoisted_3 = { class: "batch-select" };
12
13
  const _hoisted_4 = { class: "info-view" };
13
- const _hoisted_5 = { class: "abttrite-v" };
14
- const _hoisted_6 = { class: "left" };
15
- const _hoisted_7 = { class: "right" };
14
+ const _hoisted_5 = { class: "title-desc" };
15
+ const _hoisted_6 = { class: "abttrite-v" };
16
+ const _hoisted_7 = { class: "left" };
17
+ const _hoisted_8 = { class: "abttr-content" };
18
+ const _hoisted_9 = { class: "right" };
16
19
  const _sfc_main = vue.defineComponent({
17
20
  __name: "CustomItem",
18
21
  props: {
@@ -103,11 +106,11 @@ const _sfc_main = vue.defineComponent({
103
106
  onClick: clickTitle
104
107
  }, [
105
108
  vue.renderSlot(_ctx.$slots, "index"),
106
- vue.createTextVNode(" " + vue.toDisplayString(title.value || "\u2014\u2014"), 1)
109
+ vue.createElementVNode("span", _hoisted_5, vue.toDisplayString(title.value || "\u2014\u2014"), 1)
107
110
  ]),
108
111
  vue.createCommentVNode(" \u5143\u4FE1\u606F "),
109
- vue.createElementVNode("div", _hoisted_5, [
110
- vue.createElementVNode("div", _hoisted_6, [
112
+ vue.createElementVNode("div", _hoisted_6, [
113
+ vue.createElementVNode("div", _hoisted_7, [
111
114
  vue.createCommentVNode(" \u524D\u7F00 "),
112
115
  vue.renderSlot(_ctx.$slots, "tip"),
113
116
  vue.createCommentVNode(" \u5C5E\u6027 "),
@@ -121,14 +124,17 @@ const _sfc_main = vue.defineComponent({
121
124
  placement: "top"
122
125
  }, {
123
126
  default: vue.withCtx(() => [
124
- vue.createElementVNode("span", null, vue.toDisplayString(attr.value || "--"), 1)
127
+ vue.createElementVNode("div", _hoisted_8, [
128
+ attr.topic ? (vue.openBlock(), vue.createBlock(vue.unref(vueCmstopIcons.IconTopic), { key: 0 })) : vue.createCommentVNode("v-if", true),
129
+ vue.createElementVNode("span", null, vue.toDisplayString(attr.value || "--"), 1)
130
+ ])
125
131
  ]),
126
132
  _: 2
127
133
  }, 1032, ["content"])
128
134
  ]);
129
135
  }), 128))
130
136
  ]),
131
- vue.createElementVNode("div", _hoisted_7, [
137
+ vue.createElementVNode("div", _hoisted_9, [
132
138
  vue.createCommentVNode(" \u540E\u7F00 "),
133
139
  vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
134
140
  ])
@@ -0,0 +1,18 @@
1
+ .title-desc {
2
+ &:hover {
3
+ color: #165dff;
4
+ text-decoration: underline;
5
+ cursor: pointer;
6
+ }
7
+ }
8
+
9
+ .abttr-content {
10
+ display: flex;
11
+ gap: 5px;
12
+ align-items: center;
13
+
14
+ .cms-icon-topic {
15
+ width: 18px;
16
+ height: 18px;
17
+ }
18
+ }
@@ -1291,6 +1291,20 @@
1291
1291
  .doc-qrcode-preview-container-v .time-go {
1292
1292
  font-size: 12px;
1293
1293
  }
1294
+ .title-desc:hover {
1295
+ color: #165dff;
1296
+ text-decoration: underline;
1297
+ cursor: pointer;
1298
+ }
1299
+ .abttr-content {
1300
+ display: flex;
1301
+ gap: 5px;
1302
+ align-items: center;
1303
+ }
1304
+ .abttr-content .cms-icon-topic {
1305
+ width: 18px;
1306
+ height: 18px;
1307
+ }
1294
1308
  .gray-for-state-hide {
1295
1309
  -webkit-filter: grayscale(100%);
1296
1310
  -moz-filter: grayscale(100%);
@@ -13,6 +13,7 @@
13
13
  @import './MatrixItem.less';
14
14
  @import './ShowQRCode.less';
15
15
  @import './QrCodeView.less';
16
+ @import './CustomItem.less';
16
17
 
17
18
  .gray-for-state-hide {
18
19
  -webkit-filter: grayscale(100%);
@@ -96,7 +96,23 @@ function useAttachement(options) {
96
96
  loadData
97
97
  };
98
98
  }
99
+ function getSysRsByTag(BASE_API, params) {
100
+ return request(BASE_API, {
101
+ url: "/poplar/v3/classified/sys_attachments",
102
+ method: "get",
103
+ params
104
+ });
105
+ }
106
+ function getSysRsPage(BASE_API, params) {
107
+ return request(BASE_API, {
108
+ url: "/poplar/v3/sys_attachments",
109
+ method: "get",
110
+ params
111
+ });
112
+ }
99
113
  exports["default"] = useAttachement;
100
114
  exports.getAttachmentsAll = getAttachmentsAll;
101
115
  exports.getAttachmentsMy = getAttachmentsMy;
102
116
  exports.getAttachmentsMyMessage = getAttachmentsMyMessage;
117
+ exports.getSysRsByTag = getSysRsByTag;
118
+ exports.getSysRsPage = getSysRsPage;
@@ -2,7 +2,8 @@
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const LOCALSTORAGE_KEYS = {
4
4
  LOCAL_RESOURCES: "cmstop-local-resources",
5
- LOCAL_UPLOAD_CONFIG: "cmstop-local-upload-config"
5
+ LOCAL_UPLOAD_CONFIG: "cmstop-local-upload-config",
6
+ USER_INFO: "cmstop-user-info"
6
7
  };
7
8
  function useLocalstorage(key) {
8
9
  function get() {
package/lib/index.css CHANGED
@@ -3325,6 +3325,20 @@
3325
3325
  .doc-qrcode-preview-container-v .time-go {
3326
3326
  font-size: 12px;
3327
3327
  }
3328
+ .title-desc:hover {
3329
+ color: #165dff;
3330
+ text-decoration: underline;
3331
+ cursor: pointer;
3332
+ }
3333
+ .abttr-content {
3334
+ display: flex;
3335
+ gap: 5px;
3336
+ align-items: center;
3337
+ }
3338
+ .abttr-content .cms-icon-topic {
3339
+ width: 18px;
3340
+ height: 18px;
3341
+ }
3328
3342
  .gray-for-state-hide {
3329
3343
  -webkit-filter: grayscale(100%);
3330
3344
  -moz-filter: grayscale(100%);
@@ -4336,43 +4350,6 @@
4336
4350
  opacity: 1;
4337
4351
  transition: all 0.3s ease-in-out;
4338
4352
  }
4339
- .card-list-wrapper {
4340
- display: grid;
4341
- grid-gap: 20px;
4342
- grid-template-columns: repeat(5, 1fr);
4343
- }
4344
- .list-filter-wrapper .list-filter-tags {
4345
- display: flex;
4346
- justify-content: space-between;
4347
- margin-top: 10px;
4348
- }
4349
- .list-filter-wrapper .list-filter-tags .list-filter-tag {
4350
- padding: 5px 16px;
4351
- border-radius: 15px;
4352
- cursor: pointer;
4353
- }
4354
- .list-filter-wrapper .list-filter-tags .list-filter-tag:hover {
4355
- background-color: var(--color-fill-3);
4356
- }
4357
- .list-filter-wrapper .list-filter-tags .list-filter-tag.active {
4358
- color: rgb(var(--primary-6));
4359
- font-weight: bold;
4360
- background: var(--color-fill-2);
4361
- }
4362
- .list-filter-wrapper .list-filter {
4363
- display: flex;
4364
- justify-content: space-between;
4365
- }
4366
- .list-filter-wrapper .list-filter .filter-list {
4367
- display: flex;
4368
- gap: 10px;
4369
- }
4370
- .list-filter-wrapper .list-filter .filter-list .filter-item {
4371
- width: 100px;
4372
- }
4373
- .list-filter-wrapper .list-filter .arco-input-prepend {
4374
- padding: 0;
4375
- }
4376
4353
  .list-panel-wrapper {
4377
4354
  width: 420px;
4378
4355
  padding: 0 !important;
@@ -4453,26 +4430,6 @@
4453
4430
  white-space: nowrap;
4454
4431
  text-overflow: ellipsis;
4455
4432
  }
4456
- .upload-list-wrapper .list-content {
4457
- margin-top: 30px;
4458
- }
4459
- .upload-list-wrapper .list-content .list-tips {
4460
- margin-bottom: 16px;
4461
- color: #3d3d3d;
4462
- }
4463
- .upload-list-wrapper .upload-wrapper {
4464
- display: flex;
4465
- flex-direction: column;
4466
- }
4467
- .upload-list-wrapper .upload-wrapper .upload-buttons {
4468
- display: flex;
4469
- gap: 20px;
4470
- justify-content: center;
4471
- margin: 20px 0;
4472
- }
4473
- .upload-list-wrapper .upload-wrapper .upload-dragger {
4474
- width: calc(100% - 2px);
4475
- }
4476
4433
  .card-wrapper-image {
4477
4434
  position: relative;
4478
4435
  overflow: hidden;
@@ -4554,8 +4511,132 @@
4554
4511
  background-color: #165dff;
4555
4512
  border-color: #165dff;
4556
4513
  }
4514
+ .resource-list {
4515
+ display: flex;
4516
+ flex: 1;
4517
+ flex-direction: column;
4518
+ gap: 10px;
4519
+ overflow: hidden;
4520
+ }
4521
+ .resource-list-content {
4522
+ flex: 1;
4523
+ overflow: hidden;
4524
+ }
4525
+ .resource-list-footer,
4526
+ .resource-list-header,
4527
+ .resource-list-content .arco-scrollbar-container {
4528
+ padding: 0 40px;
4529
+ }
4530
+ .resource-list-footer {
4531
+ display: flex;
4532
+ justify-content: space-between;
4533
+ padding-bottom: 10px;
4534
+ }
4535
+ .resource-list-footer .footer-right {
4536
+ display: flex;
4537
+ flex: 1;
4538
+ gap: 10px;
4539
+ align-items: center;
4540
+ justify-content: flex-end;
4541
+ }
4542
+ .resource-list-content-loading {
4543
+ display: flex;
4544
+ align-items: center;
4545
+ justify-content: center;
4546
+ width: 100%;
4547
+ height: 100%;
4548
+ }
4549
+ .resource-list .list-item-grid {
4550
+ display: grid;
4551
+ grid-gap: 20px;
4552
+ grid-template-columns: repeat(5, 1fr);
4553
+ }
4554
+ .resource-list .list-content {
4555
+ margin-top: 30px;
4556
+ }
4557
+ .resource-list .list-content .list-tips {
4558
+ margin-bottom: 16px;
4559
+ color: #3d3d3d;
4560
+ }
4561
+ .resource-list .upload-wrapper {
4562
+ display: flex;
4563
+ flex-direction: column;
4564
+ }
4565
+ .resource-list .upload-wrapper .upload-buttons {
4566
+ display: flex;
4567
+ gap: 20px;
4568
+ justify-content: center;
4569
+ margin: 20px 0;
4570
+ }
4571
+ .resource-list .upload-wrapper .upload-dragger {
4572
+ width: calc(100% - 2px);
4573
+ }
4574
+ .resource-list .scen-module {
4575
+ margin-bottom: 20px;
4576
+ }
4577
+ .resource-list .scen-module .title {
4578
+ display: flex;
4579
+ gap: 8px;
4580
+ align-items: center;
4581
+ margin-bottom: 20px;
4582
+ font-weight: bold;
4583
+ font-size: 16px;
4584
+ }
4585
+ .resource-list .scen-module .title .line {
4586
+ width: 3px;
4587
+ height: 16px;
4588
+ background-color: #4886ff;
4589
+ }
4590
+ .resource-list .item-load-more {
4591
+ display: flex;
4592
+ flex-direction: column;
4593
+ gap: 10px;
4594
+ align-items: center;
4595
+ justify-content: center;
4596
+ width: 100%;
4597
+ overflow: hidden;
4598
+ color: #9a9a9a;
4599
+ font-size: 12px;
4600
+ cursor: pointer;
4601
+ aspect-ratio: 4 / 3;
4602
+ }
4603
+ .resource-list .item-load-more img {
4604
+ height: calc(100% - 40px);
4605
+ }
4606
+ .resource-list .list-filter-wrapper .list-filter-tags {
4607
+ display: flex;
4608
+ justify-content: space-between;
4609
+ margin-top: 10px;
4610
+ }
4611
+ .resource-list .list-filter-wrapper .list-filter-tags .list-filter-tag {
4612
+ padding: 5px 16px;
4613
+ border-radius: 15px;
4614
+ cursor: pointer;
4615
+ }
4616
+ .resource-list .list-filter-wrapper .list-filter-tags .list-filter-tag:hover {
4617
+ background-color: var(--color-fill-3);
4618
+ }
4619
+ .resource-list .list-filter-wrapper .list-filter-tags .list-filter-tag.active {
4620
+ color: rgb(var(--primary-6));
4621
+ font-weight: bold;
4622
+ background: var(--color-fill-2);
4623
+ }
4624
+ .resource-list .list-filter-wrapper .list-filter {
4625
+ display: flex;
4626
+ justify-content: space-between;
4627
+ }
4628
+ .resource-list .list-filter-wrapper .list-filter .filter-list {
4629
+ display: flex;
4630
+ gap: 10px;
4631
+ }
4632
+ .resource-list .list-filter-wrapper .list-filter .filter-list .filter-item {
4633
+ width: 100px;
4634
+ }
4635
+ .resource-list .list-filter-wrapper .list-filter .arco-input-prepend {
4636
+ padding: 0;
4637
+ }
4557
4638
  .resource-select-modal-body {
4558
- height: 70vh;
4639
+ height: 80vh;
4559
4640
  padding: 0;
4560
4641
  }
4561
4642
  .resource-select-main {
@@ -4573,13 +4654,6 @@
4573
4654
  box-sizing: border-box;
4574
4655
  height: 100%;
4575
4656
  }
4576
- .resource-select-container .resource-select-filter,
4577
- .resource-select-container .resource-select-footer {
4578
- padding: 0 40px;
4579
- }
4580
- .resource-select-container .resource-select-content .arco-scrollbar-container {
4581
- padding: 0 40px;
4582
- }
4583
4657
  .resource-select-container .resource-select-header {
4584
4658
  padding: 10px 24px 0 24px;
4585
4659
  }
@@ -4589,20 +4663,6 @@
4589
4663
  .resource-select-container .resource-select-header .arco-tabs-content {
4590
4664
  display: none !important;
4591
4665
  }
4592
- .resource-select-container .resource-select-content {
4593
- flex: 1;
4594
- overflow: hidden;
4595
- }
4596
- .resource-select-container .resource-select-footer {
4597
- display: flex;
4598
- justify-content: space-between;
4599
- padding-bottom: 10px;
4600
- }
4601
- .resource-select-container .resource-select-footer .footer-right {
4602
- display: flex;
4603
- gap: 10px;
4604
- align-items: center;
4605
- }
4606
4666
  .iframe-container {
4607
4667
  position: relative;
4608
4668
  height: 95vh;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ var _imports_0 = "data:image/png;base64,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";
3
+ module.exports = _imports_0;