@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.
- package/dist/index.css +28 -10
- package/dist/index.min.css +1 -1
- package/es/appCenter/script/routeMap.js +0 -1
- package/es/baseFilter/component.js +0 -3
- package/es/contentDetailList/components/Content/KongoNavItem/index.js +13 -12
- package/es/contentDetailList/components/Content/MaccountItem/index.js +29 -22
- package/es/contentDetailList/components/DocTags/index.js +2 -2
- package/es/contentDetailList/style/ComoItem.less +4 -0
- package/es/contentDetailList/style/ContentListItem.less +4 -0
- package/es/contentDetailList/style/DocItem.less +4 -6
- package/es/contentDetailList/style/DocMpItem.less +4 -6
- package/es/contentDetailList/style/KongoNavItem.less +4 -0
- package/es/contentDetailList/style/LiveItem.less +4 -0
- package/es/contentDetailList/style/MaccountItem.less +4 -0
- package/es/contentDetailList/style/index.css +28 -10
- package/es/index.css +28 -10
- package/es/messageBox/component.js +0 -1
- package/es/messageBox/list.js +0 -1
- package/es/selectThumb/component.js +0 -1
- package/es/uploadBefore/component.js +0 -1
- package/es/uploadBefore/components/UploadBefore.js +0 -1
- package/es/utils/request.js +0 -2
- package/es/utils/tusUpload.js +0 -2
- package/lib/appCenter/script/routeMap.js +0 -1
- package/lib/baseFilter/component.js +0 -3
- package/lib/contentDetailList/components/Content/KongoNavItem/index.js +13 -12
- package/lib/contentDetailList/components/Content/MaccountItem/index.js +28 -21
- package/lib/contentDetailList/components/DocTags/index.js +1 -1
- package/lib/contentDetailList/style/ComoItem.less +4 -0
- package/lib/contentDetailList/style/ContentListItem.less +4 -0
- package/lib/contentDetailList/style/DocItem.less +4 -6
- package/lib/contentDetailList/style/DocMpItem.less +4 -6
- package/lib/contentDetailList/style/KongoNavItem.less +4 -0
- package/lib/contentDetailList/style/LiveItem.less +4 -0
- package/lib/contentDetailList/style/MaccountItem.less +4 -0
- package/lib/contentDetailList/style/index.css +28 -10
- package/lib/index.css +28 -10
- package/lib/messageBox/component.js +0 -1
- package/lib/messageBox/list.js +0 -1
- package/lib/selectThumb/component.js +0 -1
- package/lib/uploadBefore/component.js +0 -1
- package/lib/uploadBefore/components/UploadBefore.js +0 -1
- package/lib/utils/request.js +0 -2
- package/lib/utils/tusUpload.js +0 -2
- package/package.json +1 -1
package/lib/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;
|
package/lib/messageBox/list.js
CHANGED
|
@@ -51,7 +51,6 @@ const _sfc_main = vue.defineComponent({
|
|
|
51
51
|
approval_retrial: { label: "\u60A8\u63D0\u4EA4\u4E86\u4E00\u9879\u5185\u5BB9\u5BA1\u6838\u88AB\u9A73\u56DE\u91CD\u5BA1" }
|
|
52
52
|
});
|
|
53
53
|
const openApprovalDetail = (msg) => {
|
|
54
|
-
console.log(msg);
|
|
55
54
|
};
|
|
56
55
|
const handleScroll = (e) => {
|
|
57
56
|
e && e.stopPropagation();
|
package/lib/utils/request.js
CHANGED
|
@@ -19,7 +19,6 @@ function request(BASE_API, options) {
|
|
|
19
19
|
return config;
|
|
20
20
|
},
|
|
21
21
|
(error) => {
|
|
22
|
-
console.log(error);
|
|
23
22
|
return Promise.reject(error);
|
|
24
23
|
}
|
|
25
24
|
);
|
|
@@ -32,7 +31,6 @@ function request(BASE_API, options) {
|
|
|
32
31
|
return res;
|
|
33
32
|
},
|
|
34
33
|
(error) => {
|
|
35
|
-
console.log(`err${error}`);
|
|
36
34
|
return Promise.reject(error);
|
|
37
35
|
}
|
|
38
36
|
);
|
package/lib/utils/tusUpload.js
CHANGED
|
@@ -32,7 +32,6 @@ function uploadByTUS(file, progressCallback) {
|
|
|
32
32
|
xhr.withCredentials = true;
|
|
33
33
|
},
|
|
34
34
|
onError: (error) => {
|
|
35
|
-
console.log(error);
|
|
36
35
|
reject(error);
|
|
37
36
|
},
|
|
38
37
|
onProgress: (bytesSent, bytesTotal) => {
|
|
@@ -47,7 +46,6 @@ function uploadByTUS(file, progressCallback) {
|
|
|
47
46
|
}
|
|
48
47
|
function uploadConfig(file) {
|
|
49
48
|
const fType = getFileType(file);
|
|
50
|
-
console.log(config.DEFAULT_UPLOAD_URL);
|
|
51
49
|
return {
|
|
52
50
|
endpoint: config.DEFAULT_UPLOAD_URL,
|
|
53
51
|
chunkSize: config.DEFAULT_UPLOAD_CHUNK_SIZE,
|