@cmstops/pro-compo 0.3.28 → 0.3.29

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.
package/lib/index.css CHANGED
@@ -3968,7 +3968,6 @@
3968
3968
  width: 100%;
3969
3969
  padding-top: 56.25%;
3970
3970
  background-color: #fff;
3971
- background-image: url('../assets/images/unknown.png');
3972
3971
  background-repeat: no-repeat;
3973
3972
  background-repeat: repeat-x;
3974
3973
  background-position: top;
@@ -3978,89 +3977,6 @@
3978
3977
  transform: scale(1.02);
3979
3978
  transition: ease-out 0.4s;
3980
3979
  }
3981
- .resource-grid-file-type-thumb .audio {
3982
- background-image: url('../assets/images/music.png') !important;
3983
- }
3984
- .resource-grid-file-type-thumb .audio.doc {
3985
- background-image: url('../assets/images/draf.png') !important;
3986
- }
3987
- .resource-grid-file-type-thumb .project {
3988
- background-image: url('../assets/images/project1.png') !important;
3989
- }
3990
- .resource-grid-file-type-thumb .doc {
3991
- background-image: url('../assets/images/draf.png');
3992
- }
3993
- .resource-grid-file-type-thumb .link {
3994
- background-image: url('../assets/images/link.png');
3995
- }
3996
- .resource-grid-file-type-thumb .sp_topic {
3997
- background-image: url('../assets/images/link.png');
3998
- }
3999
- .resource-grid-file-type-thumb .live {
4000
- background-image: url('../assets/images/live.png');
4001
- }
4002
- .resource-grid-file-type-thumb .pdf {
4003
- background-image: url('../assets/images/pdf.png') !important;
4004
- }
4005
- .resource-grid-file-type-thumb .officeexcel {
4006
- background-image: url('../assets/images/excel.png') !important;
4007
- }
4008
- .resource-grid-file-type-thumb .officeppt {
4009
- background-image: url('../assets/images/ppt.png') !important;
4010
- }
4011
- .resource-grid-file-type-thumb .zip {
4012
- background-image: url('../assets/images/zip.png') !important;
4013
- }
4014
- .resource-grid-file-type-thumb .rar {
4015
- background-image: url('../assets/images/rar.png') !important;
4016
- }
4017
- .resource-grid-file-type-thumb .txt {
4018
- background-image: url('../assets/images/txt.png') !important;
4019
- }
4020
- .resource-grid-file-type-thumb .exe {
4021
- background-image: url('../assets/images/exe.png') !important;
4022
- }
4023
- .resource-grid-file-type-thumb .html {
4024
- background-image: url('../assets/images/html.png') !important;
4025
- }
4026
- .resource-grid-file-type-thumb .officedoc {
4027
- background-image: url('../assets/images/word.png') !important;
4028
- }
4029
- .resource-grid-file-type-thumb .wechat {
4030
- background-image: url('../assets/images/wechat.png') !important;
4031
- }
4032
- .resource-grid-file-type-thumb .h5 {
4033
- background-image: url('../assets/images/h5.png') !important;
4034
- }
4035
- .resource-grid-file-type-thumb .ad {
4036
- background-image: url('../assets/images/ad.png') !important;
4037
- }
4038
- .resource-grid-file-type-thumb .booklink {
4039
- background-image: url('../assets/images/booklink.png') !important;
4040
- }
4041
- .resource-grid-file-type-thumb .activity {
4042
- background-image: url('../assets/images/activity.png') !important;
4043
- }
4044
- .resource-grid-file-type-thumb .svideo {
4045
- background-image: url('../assets/images/svideo.png') !important;
4046
- }
4047
- .resource-grid-file-type-thumb .cloud_lottery {
4048
- background-image: url('../assets/images/cloud_lottery.png') !important;
4049
- }
4050
- .resource-grid-file-type-thumb .cloud_form {
4051
- background-image: url('../assets/images/cloud_form.png') !important;
4052
- }
4053
- .resource-grid-file-type-thumb .illegal-media-warning {
4054
- position: absolute;
4055
- top: 0;
4056
- width: 100%;
4057
- height: 100%;
4058
- background-color: rgba(0, 0, 0, 0.65);
4059
- background-image: url('../assets/images/unknown.png');
4060
- background-repeat: no-repeat;
4061
- background-position: center;
4062
- background-size: 30%;
4063
- }
4064
3980
  .media-grid-list-scroll {
4065
3981
  height: 100%;
4066
3982
  overflow: auto;
@@ -4097,7 +4013,6 @@
4097
4013
  height: 46px;
4098
4014
  overflow: hidden;
4099
4015
  font-size: 0;
4100
- background: url('../assets/selection/folder.png') no-repeat 13px center;
4101
4016
  background-size: 17px auto;
4102
4017
  border: solid 1px transparent;
4103
4018
  border-radius: 4px;
@@ -4191,7 +4106,6 @@
4191
4106
  .media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap .thumb-wrap {
4192
4107
  position: relative;
4193
4108
  width: 100%;
4194
- background: url('../assets/selection/picBg.png');
4195
4109
  }
4196
4110
  .media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap h4,
4197
4111
  .media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap p {
@@ -5,6 +5,7 @@ var vueCmstopIcons = require("@arco-iconbox/vue-cmstop-icons");
5
5
  var component = require("../typeIcons/component.js");
6
6
  var index = require("./components/FileTypeThumb/index.js");
7
7
  var filter = require("../utils/filter.js");
8
+ var config = require("../config.js");
8
9
  const _hoisted_1 = { class: "file-wrap" };
9
10
  const _hoisted_2 = {
10
11
  key: 0,
@@ -12,33 +13,31 @@ const _hoisted_2 = {
12
13
  };
13
14
  const _hoisted_3 = ["onClick"];
14
15
  const _hoisted_4 = { class: "wrap" };
15
- const _hoisted_5 = { class: "thumb" };
16
- const _hoisted_6 = ["onClick"];
17
- const _hoisted_7 = { class: "wrap" };
18
- const _hoisted_8 = { class: "thumb" };
19
- const _hoisted_9 = { class: "folder-more-wrap" };
20
- const _hoisted_10 = { class: "file-list clearfix" };
21
- const _hoisted_11 = ["onClick"];
22
- const _hoisted_12 = { class: "thumb-wrap" };
23
- const _hoisted_13 = { class: "menu-wrap" };
24
- const _hoisted_14 = /* @__PURE__ */ vue.createElementVNode("div", { class: "transcoding-in-progress grid-mode" }, [
16
+ const _hoisted_5 = ["onClick"];
17
+ const _hoisted_6 = { class: "wrap" };
18
+ const _hoisted_7 = { class: "thumb" };
19
+ const _hoisted_8 = { class: "folder-more-wrap" };
20
+ const _hoisted_9 = { class: "file-list clearfix" };
21
+ const _hoisted_10 = ["onClick"];
22
+ const _hoisted_11 = { class: "menu-wrap" };
23
+ const _hoisted_12 = /* @__PURE__ */ vue.createElementVNode("div", { class: "transcoding-in-progress grid-mode" }, [
25
24
  /* @__PURE__ */ vue.createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
26
25
  ], -1);
27
- const _hoisted_15 = {
26
+ const _hoisted_13 = {
28
27
  key: 1,
29
28
  class: "load_more_title"
30
29
  };
31
- const _hoisted_16 = {
30
+ const _hoisted_14 = {
32
31
  key: 1,
33
32
  class: "nomore_tips"
34
33
  };
35
- const _hoisted_17 = {
34
+ const _hoisted_15 = {
36
35
  key: 2,
37
36
  class: "null-file"
38
37
  };
39
- const _hoisted_18 = /* @__PURE__ */ vue.createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1);
40
- const _hoisted_19 = [
41
- _hoisted_18
38
+ const _hoisted_16 = /* @__PURE__ */ vue.createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1);
39
+ const _hoisted_17 = [
40
+ _hoisted_16
42
41
  ];
43
42
  const _sfc_main = vue.defineComponent({
44
43
  ...{ name: "resourceGridList" },
@@ -54,6 +53,9 @@ const _sfc_main = vue.defineComponent({
54
53
  emits: ["clickDir", "clickItem", "loadMore"],
55
54
  setup(__props, { emit: __emit }) {
56
55
  const props = __props;
56
+ const fodStyle = `background: url('${config.DEFAULT_BASE_API}/static/images/folder.png') no-repeat 13px
57
+ center;`;
58
+ const thumbStyle = `background: url('${config.DEFAULT_BASE_API}/static/images/picBg.png')`;
57
59
  const isFold = vue.ref(true);
58
60
  vue.watch(
59
61
  () => {
@@ -101,7 +103,10 @@ const _sfc_main = vue.defineComponent({
101
103
  placement: "top"
102
104
  }, {
103
105
  default: vue.withCtx(() => [
104
- vue.createElementVNode("div", _hoisted_5, [
106
+ vue.createElementVNode("div", {
107
+ class: "thumb",
108
+ style: fodStyle
109
+ }, [
105
110
  vue.createElementVNode("h4", null, vue.toDisplayString(item.alias), 1)
106
111
  ])
107
112
  ]),
@@ -117,7 +122,7 @@ const _sfc_main = vue.defineComponent({
117
122
  class: "item folder-item",
118
123
  onClick: ($event) => _changeDirectory(item)
119
124
  }, [
120
- vue.createElementVNode("div", _hoisted_7, [
125
+ vue.createElementVNode("div", _hoisted_6, [
121
126
  vue.createVNode(vue.unref(webVue.Tooltip), {
122
127
  content: item.alias,
123
128
  "open-delay": 500,
@@ -126,14 +131,14 @@ const _sfc_main = vue.defineComponent({
126
131
  placement: "top"
127
132
  }, {
128
133
  default: vue.withCtx(() => [
129
- vue.createElementVNode("div", _hoisted_8, [
134
+ vue.createElementVNode("div", _hoisted_7, [
130
135
  vue.createElementVNode("h4", null, vue.toDisplayString(item.alias), 1)
131
136
  ])
132
137
  ]),
133
138
  _: 2
134
139
  }, 1032, ["content"])
135
140
  ])
136
- ], 8, _hoisted_6);
141
+ ], 8, _hoisted_5);
137
142
  }), 128))
138
143
  ], 64)),
139
144
  ((_b = _ctx.folderList) == null ? void 0 : _b.length) > 10 ? (vue.openBlock(), vue.createElementBlock("div", {
@@ -141,7 +146,7 @@ const _sfc_main = vue.defineComponent({
141
146
  class: "folder-more-button",
142
147
  onClick: _cache[0] || (_cache[0] = ($event) => isFold.value = !isFold.value)
143
148
  }, [
144
- vue.createElementVNode("div", _hoisted_9, [
149
+ vue.createElementVNode("div", _hoisted_8, [
145
150
  isFold.value ? (vue.openBlock(), vue.createBlock(vue.unref(vueCmstopIcons.IconDoubleDown), { key: 0 })) : (vue.openBlock(), vue.createBlock(vue.unref(vueCmstopIcons.IconDoubleUp), { key: 1 })),
146
151
  vue.createTextVNode(" " + vue.toDisplayString(isFold.value ? "\u5C55\u5F00\u5168\u90E8" : "\u6536\u7F29\u5168\u90E8"), 1)
147
152
  ])
@@ -150,7 +155,7 @@ const _sfc_main = vue.defineComponent({
150
155
  [vue.vShow, ((_c = _ctx.folderList) == null ? void 0 : _c.length) !== 0 && _ctx.showFolder]
151
156
  ]) : vue.createCommentVNode("v-if", true),
152
157
  vue.createCommentVNode(" \u6587\u4EF6 "),
153
- vue.createElementVNode("div", _hoisted_10, [
158
+ vue.createElementVNode("div", _hoisted_9, [
154
159
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.fileList, (item, index$1) => {
155
160
  return vue.openBlock(), vue.createElementBlock("div", {
156
161
  key: index$1,
@@ -160,7 +165,10 @@ const _sfc_main = vue.defineComponent({
160
165
  class: vue.normalizeClass([{ active: selectedData.value.includes(item) }, "shadow-wrap"]),
161
166
  onClick: ($event) => _clickFileItem(item)
162
167
  }, [
163
- vue.createElementVNode("div", _hoisted_12, [
168
+ vue.createElementVNode("div", {
169
+ class: "thumb-wrap",
170
+ style: thumbStyle
171
+ }, [
164
172
  vue.createVNode(index, {
165
173
  "item-data": item,
166
174
  preview: _ctx.preview,
@@ -188,7 +196,7 @@ const _sfc_main = vue.defineComponent({
188
196
  ]),
189
197
  vue.createElementVNode("p", null, vue.toDisplayString(vue.unref(filter.timeFormat)(item.updated_at)), 1),
190
198
  vue.createCommentVNode(" \u83DC\u5355\u63D2\u69FD "),
191
- vue.createElementVNode("div", _hoisted_13, [
199
+ vue.createElementVNode("div", _hoisted_11, [
192
200
  vue.renderSlot(_ctx.$slots, "menu", { item })
193
201
  ]),
194
202
  vue.createCommentVNode(" \u89C6\u9891\u8F6C\u7801\u8FDB\u5EA6 "),
@@ -200,15 +208,15 @@ const _sfc_main = vue.defineComponent({
200
208
  placement: "bottom"
201
209
  }, {
202
210
  default: vue.withCtx(() => [
203
- _hoisted_14
211
+ _hoisted_12
204
212
  ]),
205
213
  _: 1
206
214
  })) : vue.createCommentVNode("v-if", true)
207
- ], 10, _hoisted_11)
215
+ ], 10, _hoisted_10)
208
216
  ]);
209
217
  }), 128))
210
218
  ]),
211
- _ctx.fileListCount ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15, [
219
+ _ctx.fileListCount ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_13, [
212
220
  !_ctx.isOver ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Button), {
213
221
  key: 0,
214
222
  class: "loadmore_tips",
@@ -220,9 +228,9 @@ const _sfc_main = vue.defineComponent({
220
228
  vue.createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ")
221
229
  ]),
222
230
  _: 1
223
- })) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_16, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
231
+ })) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_14, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
224
232
  ])) : vue.createCommentVNode("v-if", true),
225
- !((_d = _ctx.fileList) == null ? void 0 : _d.length) && !((_e = _ctx.folderList) == null ? void 0 : _e.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_17, _hoisted_19)) : vue.createCommentVNode("v-if", true)
233
+ !((_d = _ctx.fileList) == null ? void 0 : _d.length) && !((_e = _ctx.folderList) == null ? void 0 : _e.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15, _hoisted_17)) : vue.createCommentVNode("v-if", true)
226
234
  ])
227
235
  ];
228
236
  }),
@@ -3,6 +3,7 @@ var vue = require("vue");
3
3
  var webVue = require("@arco-design/web-vue");
4
4
  var icon = require("@arco-design/web-vue/es/icon");
5
5
  var component = require("../../../mediaView/component.js");
6
+ var config = require("../../../config.js");
6
7
  const _hoisted_1 = { class: "resource-grid-file-type-thumb" };
7
8
  const _hoisted_2 = {
8
9
  key: 0,
@@ -42,6 +43,38 @@ const _sfc_main = vue.defineComponent({
42
43
  const add = () => {
43
44
  emit("confirm", props.itemData);
44
45
  };
46
+ const picStyle = vue.computed(() => {
47
+ const map = {
48
+ audio: "music",
49
+ project: "project1",
50
+ doc: "draf",
51
+ link: "link",
52
+ sp_topic: "link",
53
+ live: "live",
54
+ pdf: "pdf",
55
+ officeexcel: "excel",
56
+ officeppt: "ppt",
57
+ zip: "zip",
58
+ rar: "zip",
59
+ txt: "txt",
60
+ exe: "exe",
61
+ html: "html",
62
+ officedoc: "word",
63
+ wechat: "wechat",
64
+ h5: "h5",
65
+ ad: "ad",
66
+ booklink: "booklink",
67
+ activity: "activity",
68
+ svideo: "svideo",
69
+ cloud_lottery: "cloud_lottery",
70
+ cloud_form: "cloud_form",
71
+ other: "unknown"
72
+ };
73
+ const type = props.itemData.series || props.itemData.catalog || "other";
74
+ return {
75
+ backgroundImage: `url('${config.DEFAULT_BASE_API}/static/images/${map[type]}.png') !important`
76
+ };
77
+ });
45
78
  const getRate = vue.computed(() => {
46
79
  if (!props.itemData.metas)
47
80
  return "";
@@ -79,11 +112,12 @@ const _sfc_main = vue.defineComponent({
79
112
  _ctx.itemData.source === "ai" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3, "AI\u751F\u6210")) : vue.createCommentVNode("v-if", true)
80
113
  ], 4)) : (vue.openBlock(), vue.createElementBlock("div", {
81
114
  key: 1,
82
- class: vue.normalizeClass(["pic", `${_ctx.itemData.catalog} ${_ctx.itemData.series}`])
115
+ class: vue.normalizeClass(["pic", `${_ctx.itemData.catalog} ${_ctx.itemData.series}`]),
116
+ style: vue.normalizeStyle(picStyle.value)
83
117
  }, [
84
118
  getRate.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, vue.toDisplayString(getRate.value), 1)) : vue.createCommentVNode("v-if", true),
85
119
  _ctx.itemData.source === "ai" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5, "AI\u751F\u6210")) : vue.createCommentVNode("v-if", true)
86
- ], 2)),
120
+ ], 6)),
87
121
  vue.createVNode(vue.Transition, { name: "el-fade-in" }, {
88
122
  default: vue.withCtx(() => [
89
123
  _ctx.preview ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6, [
@@ -83,7 +83,6 @@
83
83
  width: 100%;
84
84
  padding-top: 56.25%;
85
85
  background-color: #fff;
86
- background-image: url('../assets/images/unknown.png');
87
86
  background-repeat: no-repeat;
88
87
  background-repeat: repeat-x;
89
88
  background-position: top;
@@ -94,112 +93,4 @@
94
93
  transition: ease-out 0.4s;
95
94
  }
96
95
  }
97
-
98
- .audio {
99
- background-image: url('../assets/images/music.png') !important;
100
-
101
- &.doc {
102
- background-image: url('../assets/images/draf.png') !important;
103
- }
104
- }
105
-
106
- .project {
107
- background-image: url('../assets/images/project1.png') !important;
108
- }
109
-
110
- .doc {
111
- background-image: url('../assets/images/draf.png');
112
- }
113
-
114
- .link {
115
- background-image: url('../assets/images/link.png');
116
- }
117
-
118
- .sp_topic {
119
- background-image: url('../assets/images/link.png');
120
- }
121
-
122
- .live {
123
- background-image: url('../assets/images/live.png');
124
- }
125
-
126
- .pdf {
127
- background-image: url('../assets/images/pdf.png') !important;
128
- }
129
-
130
- .officeexcel {
131
- background-image: url('../assets/images/excel.png') !important;
132
- }
133
-
134
- .officeppt {
135
- background-image: url('../assets/images/ppt.png') !important;
136
- }
137
-
138
- .zip {
139
- background-image: url('../assets/images/zip.png') !important;
140
- }
141
-
142
- .rar {
143
- background-image: url('../assets/images/rar.png') !important;
144
- }
145
-
146
- .txt {
147
- background-image: url('../assets/images/txt.png') !important;
148
- }
149
-
150
- .exe {
151
- background-image: url('../assets/images/exe.png') !important;
152
- }
153
-
154
- .html {
155
- background-image: url('../assets/images/html.png') !important;
156
- }
157
-
158
- .officedoc {
159
- background-image: url('../assets/images/word.png') !important;
160
- }
161
-
162
- .wechat {
163
- background-image: url('../assets/images/wechat.png') !important;
164
- }
165
-
166
- .h5 {
167
- background-image: url('../assets/images/h5.png') !important;
168
- }
169
-
170
- .ad {
171
- background-image: url('../assets/images/ad.png') !important;
172
- }
173
-
174
- .booklink {
175
- background-image: url('../assets/images/booklink.png') !important;
176
- }
177
-
178
- .activity {
179
- background-image: url('../assets/images/activity.png') !important;
180
- }
181
-
182
- .svideo {
183
- background-image: url('../assets/images/svideo.png') !important;
184
- }
185
-
186
- .cloud_lottery {
187
- background-image: url('../assets/images/cloud_lottery.png') !important;
188
- }
189
-
190
- .cloud_form {
191
- background-image: url('../assets/images/cloud_form.png') !important;
192
- }
193
-
194
- .illegal-media-warning {
195
- position: absolute;
196
- top: 0;
197
- width: 100%;
198
- height: 100%;
199
- background-color: rgba(0, 0, 0, 0.65);
200
- background-image: url('../assets/images/unknown.png');
201
- background-repeat: no-repeat;
202
- background-position: center;
203
- background-size: 30%;
204
- }
205
96
  }
@@ -71,7 +71,6 @@
71
71
  width: 100%;
72
72
  padding-top: 56.25%;
73
73
  background-color: #fff;
74
- background-image: url('../assets/images/unknown.png');
75
74
  background-repeat: no-repeat;
76
75
  background-repeat: repeat-x;
77
76
  background-position: top;
@@ -81,89 +80,6 @@
81
80
  transform: scale(1.02);
82
81
  transition: ease-out 0.4s;
83
82
  }
84
- .resource-grid-file-type-thumb .audio {
85
- background-image: url('../assets/images/music.png') !important;
86
- }
87
- .resource-grid-file-type-thumb .audio.doc {
88
- background-image: url('../assets/images/draf.png') !important;
89
- }
90
- .resource-grid-file-type-thumb .project {
91
- background-image: url('../assets/images/project1.png') !important;
92
- }
93
- .resource-grid-file-type-thumb .doc {
94
- background-image: url('../assets/images/draf.png');
95
- }
96
- .resource-grid-file-type-thumb .link {
97
- background-image: url('../assets/images/link.png');
98
- }
99
- .resource-grid-file-type-thumb .sp_topic {
100
- background-image: url('../assets/images/link.png');
101
- }
102
- .resource-grid-file-type-thumb .live {
103
- background-image: url('../assets/images/live.png');
104
- }
105
- .resource-grid-file-type-thumb .pdf {
106
- background-image: url('../assets/images/pdf.png') !important;
107
- }
108
- .resource-grid-file-type-thumb .officeexcel {
109
- background-image: url('../assets/images/excel.png') !important;
110
- }
111
- .resource-grid-file-type-thumb .officeppt {
112
- background-image: url('../assets/images/ppt.png') !important;
113
- }
114
- .resource-grid-file-type-thumb .zip {
115
- background-image: url('../assets/images/zip.png') !important;
116
- }
117
- .resource-grid-file-type-thumb .rar {
118
- background-image: url('../assets/images/rar.png') !important;
119
- }
120
- .resource-grid-file-type-thumb .txt {
121
- background-image: url('../assets/images/txt.png') !important;
122
- }
123
- .resource-grid-file-type-thumb .exe {
124
- background-image: url('../assets/images/exe.png') !important;
125
- }
126
- .resource-grid-file-type-thumb .html {
127
- background-image: url('../assets/images/html.png') !important;
128
- }
129
- .resource-grid-file-type-thumb .officedoc {
130
- background-image: url('../assets/images/word.png') !important;
131
- }
132
- .resource-grid-file-type-thumb .wechat {
133
- background-image: url('../assets/images/wechat.png') !important;
134
- }
135
- .resource-grid-file-type-thumb .h5 {
136
- background-image: url('../assets/images/h5.png') !important;
137
- }
138
- .resource-grid-file-type-thumb .ad {
139
- background-image: url('../assets/images/ad.png') !important;
140
- }
141
- .resource-grid-file-type-thumb .booklink {
142
- background-image: url('../assets/images/booklink.png') !important;
143
- }
144
- .resource-grid-file-type-thumb .activity {
145
- background-image: url('../assets/images/activity.png') !important;
146
- }
147
- .resource-grid-file-type-thumb .svideo {
148
- background-image: url('../assets/images/svideo.png') !important;
149
- }
150
- .resource-grid-file-type-thumb .cloud_lottery {
151
- background-image: url('../assets/images/cloud_lottery.png') !important;
152
- }
153
- .resource-grid-file-type-thumb .cloud_form {
154
- background-image: url('../assets/images/cloud_form.png') !important;
155
- }
156
- .resource-grid-file-type-thumb .illegal-media-warning {
157
- position: absolute;
158
- top: 0;
159
- width: 100%;
160
- height: 100%;
161
- background-color: rgba(0, 0, 0, 0.65);
162
- background-image: url('../assets/images/unknown.png');
163
- background-repeat: no-repeat;
164
- background-position: center;
165
- background-size: 30%;
166
- }
167
83
  .media-grid-list-scroll {
168
84
  height: 100%;
169
85
  overflow: auto;
@@ -200,7 +116,6 @@
200
116
  height: 46px;
201
117
  overflow: hidden;
202
118
  font-size: 0;
203
- background: url('../assets/selection/folder.png') no-repeat 13px center;
204
119
  background-size: 17px auto;
205
120
  border: solid 1px transparent;
206
121
  border-radius: 4px;
@@ -294,7 +209,6 @@
294
209
  .media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap .thumb-wrap {
295
210
  position: relative;
296
211
  width: 100%;
297
- background: url('../assets/selection/picBg.png');
298
212
  }
299
213
  .media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap h4,
300
214
  .media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap p {
@@ -38,8 +38,6 @@
38
38
  height: 46px;
39
39
  overflow: hidden;
40
40
  font-size: 0;
41
- background: url('../assets/selection/folder.png') no-repeat 13px
42
- center;
43
41
  background-size: 17px auto;
44
42
  border: solid 1px transparent;
45
43
  border-radius: 4px;
@@ -147,7 +145,6 @@
147
145
  .thumb-wrap {
148
146
  position: relative;
149
147
  width: 100%;
150
- background: url('../assets/selection/picBg.png');
151
148
  }
152
149
 
153
150
  h4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmstops/pro-compo",
3
- "version": "0.3.28",
3
+ "version": "0.3.29",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "vue",