@cmstops/pro-compo 0.1.21 → 0.1.23
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 +127 -3
- package/dist/index.min.css +1 -1
- package/es/baseFilter/component.js +188 -0
- package/es/baseFilter/index.d.ts +2 -0
- package/es/baseFilter/index.js +7 -0
- package/es/baseFilter/style/css.js +1 -0
- package/es/baseFilter/style/index.css +9 -0
- package/es/baseFilter/style/index.d.ts +1 -0
- package/es/baseFilter/style/index.js +1 -0
- package/es/baseFilter/style/index.less +10 -0
- package/es/contentDetailList/components/Content/DocItem/index.js +1 -1
- package/es/contentDetailList/components/Content/DocMpItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocMpItem/index.js +117 -0
- package/es/contentDetailList/components/Content/KongoNavItem/index.js +2 -2
- package/es/contentDetailList/components/Content/MaccountItem/index.js +1 -1
- package/es/contentDetailList/components/Content/index.js +43 -0
- package/es/contentDetailList/components/DocTags/index.d.ts +0 -0
- package/es/contentDetailList/components/{Content/KongoNavItem/DocTags → DocTags}/index.js +9 -4
- package/es/contentDetailList/style/ComoItem.less +1 -1
- package/es/contentDetailList/style/DocItem.less +1 -1
- package/es/contentDetailList/style/DocMpItem.less +136 -0
- package/es/contentDetailList/style/LiveItem.less +1 -1
- package/es/contentDetailList/style/index.css +118 -3
- package/es/contentDetailList/style/index.less +1 -0
- package/es/index.css +127 -3
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/index.less +1 -0
- package/es/typeIcons/component.js +5 -2
- package/es/utils/typeMap.d.ts +17 -13
- package/es/utils/typeMap.js +18 -2
- package/lib/baseFilter/component.js +189 -0
- package/lib/baseFilter/index.js +8 -0
- package/lib/baseFilter/style/css.js +2 -0
- package/lib/baseFilter/style/index.css +9 -0
- package/lib/baseFilter/style/index.js +2 -0
- package/lib/baseFilter/style/index.less +10 -0
- package/lib/contentDetailList/components/Content/DocItem/index.js +1 -1
- package/lib/contentDetailList/components/Content/DocMpItem/index.js +118 -0
- package/lib/contentDetailList/components/Content/KongoNavItem/index.js +2 -2
- package/lib/contentDetailList/components/Content/MaccountItem/index.js +1 -1
- package/lib/contentDetailList/components/Content/index.js +43 -0
- package/lib/contentDetailList/components/{Content/KongoNavItem/DocTags → DocTags}/index.js +9 -4
- package/lib/contentDetailList/style/ComoItem.less +1 -1
- package/lib/contentDetailList/style/DocItem.less +1 -1
- package/lib/contentDetailList/style/DocMpItem.less +136 -0
- package/lib/contentDetailList/style/LiveItem.less +1 -1
- package/lib/contentDetailList/style/index.css +118 -3
- package/lib/contentDetailList/style/index.less +1 -0
- package/lib/index.css +127 -3
- package/lib/index.js +2 -0
- package/lib/index.less +1 -0
- package/lib/typeIcons/component.js +4 -1
- package/lib/utils/typeMap.js +19 -1
- package/package.json +9 -9
- /package/es/{contentDetailList/components/Content/KongoNavItem/DocTags/index.d.ts → baseFilter/component.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./index.less";
|
|
@@ -3,7 +3,7 @@ import { Image, Tooltip, Popover, Button } from "@arco-design/web-vue";
|
|
|
3
3
|
import { noCoverText, timeFormat } from "../../../../utils/index.js";
|
|
4
4
|
import { approvalItem, docStateMap } from "../../../../utils/doc.js";
|
|
5
5
|
import _sfc_main$1 from "../../../../typeIcons/component.js";
|
|
6
|
-
import _sfc_main$2 from "
|
|
6
|
+
import _sfc_main$2 from "../../DocTags/index.js";
|
|
7
7
|
import _sfc_main$3 from "./ApprovalStateMap/index.js";
|
|
8
8
|
const _hoisted_1 = { class: "cover-view" };
|
|
9
9
|
const _hoisted_2 = {
|
|
File without changes
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, createBlock, unref, toDisplayString, renderSlot, createTextVNode, createVNode, withCtx } from "vue";
|
|
2
|
+
import { Image, Tooltip } from "@arco-design/web-vue";
|
|
3
|
+
import _sfc_main$1 from "../../../../typeIcons/component.js";
|
|
4
|
+
import _sfc_main$2 from "../../DocTags/index.js";
|
|
5
|
+
import { noCoverText, timeFormat } from "../../../../utils/index.js";
|
|
6
|
+
const _hoisted_1 = { class: "cover-view" };
|
|
7
|
+
const _hoisted_2 = {
|
|
8
|
+
key: 1,
|
|
9
|
+
class: "no-img"
|
|
10
|
+
};
|
|
11
|
+
const _hoisted_3 = { class: "batch-select" };
|
|
12
|
+
const _hoisted_4 = { class: "info-view" };
|
|
13
|
+
const _hoisted_5 = { class: "abttrite-v" };
|
|
14
|
+
const _hoisted_6 = { class: "left" };
|
|
15
|
+
const _hoisted_7 = { class: "tags" };
|
|
16
|
+
const _hoisted_8 = { class: "abttr" };
|
|
17
|
+
const _hoisted_9 = { class: "abttr time" };
|
|
18
|
+
const _hoisted_10 = { class: "right" };
|
|
19
|
+
const _sfc_main = defineComponent({
|
|
20
|
+
__name: "index",
|
|
21
|
+
props: {
|
|
22
|
+
item: {},
|
|
23
|
+
abttrites: {}
|
|
24
|
+
},
|
|
25
|
+
emits: ["clickTitle"],
|
|
26
|
+
setup(__props, { emit }) {
|
|
27
|
+
const props = __props;
|
|
28
|
+
const hide = computed(() => {
|
|
29
|
+
const { hide: hide2 } = props.item;
|
|
30
|
+
return hide2 === 7 || hide2 === 6;
|
|
31
|
+
});
|
|
32
|
+
const thumb = computed(() => {
|
|
33
|
+
if (!props.item)
|
|
34
|
+
return null;
|
|
35
|
+
if (props.item.preview_url) {
|
|
36
|
+
return props.item.preview_url;
|
|
37
|
+
}
|
|
38
|
+
if (props.item.style) {
|
|
39
|
+
let { style } = props.item;
|
|
40
|
+
if (typeof style === "string") {
|
|
41
|
+
style = JSON.parse(style);
|
|
42
|
+
return style.data && style.data[0] && style.data[0].thumb;
|
|
43
|
+
}
|
|
44
|
+
return style.data && style.data[0] && style.data[0].thumb;
|
|
45
|
+
}
|
|
46
|
+
return props.item.cover && props.item.cover.data && props.item.cover.data[0] && props.item.cover.data[0].thumb;
|
|
47
|
+
});
|
|
48
|
+
const clickTitle = () => {
|
|
49
|
+
emit("clickTitle", props.item);
|
|
50
|
+
};
|
|
51
|
+
return (_ctx, _cache) => {
|
|
52
|
+
return openBlock(), createElementBlock("div", {
|
|
53
|
+
class: normalizeClass(["medialist-mpdoc-item-view", { "gray-for-state-hide": hide.value }])
|
|
54
|
+
}, [
|
|
55
|
+
createElementVNode("div", _hoisted_1, [
|
|
56
|
+
thumb.value ? (openBlock(), createBlock(unref(Image), {
|
|
57
|
+
key: 0,
|
|
58
|
+
src: thumb.value,
|
|
59
|
+
class: "image",
|
|
60
|
+
fit: "cover"
|
|
61
|
+
}, null, 8, ["src"])) : (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(unref(noCoverText)(_ctx.item)), 1)),
|
|
62
|
+
createElementVNode("div", _hoisted_3, [
|
|
63
|
+
renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
|
|
64
|
+
])
|
|
65
|
+
]),
|
|
66
|
+
createElementVNode("div", _hoisted_4, [
|
|
67
|
+
createElementVNode("div", {
|
|
68
|
+
class: "title",
|
|
69
|
+
onClick: clickTitle
|
|
70
|
+
}, [
|
|
71
|
+
renderSlot(_ctx.$slots, "index"),
|
|
72
|
+
createTextVNode(toDisplayString(_ctx.item.alias || _ctx.item.title), 1)
|
|
73
|
+
]),
|
|
74
|
+
createElementVNode("div", _hoisted_5, [
|
|
75
|
+
createElementVNode("div", _hoisted_6, [
|
|
76
|
+
createVNode(_sfc_main$1, {
|
|
77
|
+
class: "icon",
|
|
78
|
+
doc: true,
|
|
79
|
+
type: _ctx.item.series
|
|
80
|
+
}, null, 8, ["type"]),
|
|
81
|
+
createElementVNode("span", _hoisted_7, [
|
|
82
|
+
createVNode(_sfc_main$2, { item: _ctx.item }, null, 8, ["item"]),
|
|
83
|
+
renderSlot(_ctx.$slots, "tip")
|
|
84
|
+
]),
|
|
85
|
+
createElementVNode("span", _hoisted_8, [
|
|
86
|
+
createVNode(unref(Tooltip), {
|
|
87
|
+
position: "top",
|
|
88
|
+
content: `\u6240\u5C5E\u516C\u4F17\u53F7: ${_ctx.item.account_name || _ctx.item.mp_user_name}`
|
|
89
|
+
}, {
|
|
90
|
+
default: withCtx(() => [
|
|
91
|
+
createElementVNode("span", null, toDisplayString(_ctx.item.account_name || _ctx.item.mp_user_name), 1)
|
|
92
|
+
]),
|
|
93
|
+
_: 1
|
|
94
|
+
}, 8, ["content"])
|
|
95
|
+
]),
|
|
96
|
+
createElementVNode("span", _hoisted_9, [
|
|
97
|
+
createVNode(unref(Tooltip), {
|
|
98
|
+
position: "top",
|
|
99
|
+
content: `\u53D1\u5E03\u65F6\u95F4: ${unref(timeFormat)(_ctx.item.pub_time)}`
|
|
100
|
+
}, {
|
|
101
|
+
default: withCtx(() => [
|
|
102
|
+
createElementVNode("span", null, toDisplayString(unref(timeFormat)(_ctx.item.pub_time)), 1)
|
|
103
|
+
]),
|
|
104
|
+
_: 1
|
|
105
|
+
}, 8, ["content"])
|
|
106
|
+
])
|
|
107
|
+
]),
|
|
108
|
+
createElementVNode("div", _hoisted_10, [
|
|
109
|
+
renderSlot(_ctx.$slots, "option", { row: _ctx.item })
|
|
110
|
+
])
|
|
111
|
+
])
|
|
112
|
+
])
|
|
113
|
+
], 2);
|
|
114
|
+
};
|
|
115
|
+
}
|
|
116
|
+
});
|
|
117
|
+
export { _sfc_main as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, createBlock, unref, toDisplayString, renderSlot, createVNode, withCtx } from "vue";
|
|
2
2
|
import { Image, Tooltip } from "@arco-design/web-vue";
|
|
3
3
|
import _sfc_main$1 from "../../../../typeIcons/component.js";
|
|
4
|
-
import _sfc_main$2 from "
|
|
4
|
+
import _sfc_main$2 from "../../DocTags/index.js";
|
|
5
5
|
import { noCoverText, timeFormat } from "../../../../utils/index.js";
|
|
6
6
|
const _hoisted_1 = { class: "cover-view" };
|
|
7
7
|
const _hoisted_2 = {
|
|
@@ -40,7 +40,7 @@ const _sfc_main = defineComponent({
|
|
|
40
40
|
return res.data[0].thumb;
|
|
41
41
|
});
|
|
42
42
|
const showValue = computed(() => {
|
|
43
|
-
if (!props.payload)
|
|
43
|
+
if (!props.item.payload)
|
|
44
44
|
return "";
|
|
45
45
|
if (props.item.series === "category_list")
|
|
46
46
|
return props.payload.rootAlias;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, unref, renderSlot, createTextVNode, toDisplayString, Fragment, renderList, withCtx } from "vue";
|
|
2
2
|
import { Image, Tooltip } from "@arco-design/web-vue";
|
|
3
3
|
import _sfc_main$1 from "../../../../typeIcons/component.js";
|
|
4
|
-
import _sfc_main$2 from "
|
|
4
|
+
import _sfc_main$2 from "../../DocTags/index.js";
|
|
5
5
|
import defaultAvatar from "./temp/user.js";
|
|
6
6
|
const _hoisted_1 = { class: "cover-view" };
|
|
7
7
|
const _hoisted_2 = { class: "info-view" };
|
|
@@ -6,6 +6,7 @@ import _sfc_main$1 from "./DocItem/index.js";
|
|
|
6
6
|
import _sfc_main$6 from "./KongoNavItem/index.js";
|
|
7
7
|
import _sfc_main$5 from "./LiveItem/index.js";
|
|
8
8
|
import _sfc_main$4 from "./MaccountItem/index.js";
|
|
9
|
+
import _sfc_main$7 from "./DocMpItem/index.js";
|
|
9
10
|
const _hoisted_1 = { class: "index" };
|
|
10
11
|
const _hoisted_2 = {
|
|
11
12
|
key: 0,
|
|
@@ -74,6 +75,17 @@ const _hoisted_27 = {
|
|
|
74
75
|
};
|
|
75
76
|
const _hoisted_28 = { class: "doc-fixed-icon" };
|
|
76
77
|
const _hoisted_29 = { class: "doc-fixed-num" };
|
|
78
|
+
const _hoisted_30 = { class: "index" };
|
|
79
|
+
const _hoisted_31 = {
|
|
80
|
+
key: 0,
|
|
81
|
+
class: "add_new"
|
|
82
|
+
};
|
|
83
|
+
const _hoisted_32 = {
|
|
84
|
+
key: 1,
|
|
85
|
+
class: "fix_position"
|
|
86
|
+
};
|
|
87
|
+
const _hoisted_33 = { class: "doc-fixed-icon" };
|
|
88
|
+
const _hoisted_34 = { class: "doc-fixed-num" };
|
|
77
89
|
const _sfc_main = defineComponent({
|
|
78
90
|
__name: "index",
|
|
79
91
|
props: {
|
|
@@ -276,6 +288,37 @@ const _sfc_main = defineComponent({
|
|
|
276
288
|
]),
|
|
277
289
|
_: 3
|
|
278
290
|
}, 8, ["item"]))
|
|
291
|
+
], 2112)) : _ctx.item.catalog === "mp_content" ? (openBlock(), createElementBlock(Fragment, { key: 6 }, [
|
|
292
|
+
createCommentVNode(" \u7A3F\u4EF6\uFF08\u516C\u4F17\u53F7\u7A3F\u4EF6\uFF09 "),
|
|
293
|
+
(openBlock(), createBlock(_sfc_main$7, {
|
|
294
|
+
key: `doc-mp-${_ctx.item.post_id}`,
|
|
295
|
+
abttrites: _ctx.abttrites,
|
|
296
|
+
item: { ..._ctx.item, index: _ctx.index },
|
|
297
|
+
onClickTitle: clickTitle
|
|
298
|
+
}, {
|
|
299
|
+
index: withCtx(() => [
|
|
300
|
+
createElementVNode("span", _hoisted_30, toDisplayString(_ctx.index + 1), 1)
|
|
301
|
+
]),
|
|
302
|
+
tip: withCtx(() => [
|
|
303
|
+
createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
304
|
+
_ctx.item._status ? (openBlock(), createElementBlock("i", _hoisted_31, [
|
|
305
|
+
createVNode(unref(IconPenFill), { size: "16" })
|
|
306
|
+
])) : createCommentVNode("v-if", true),
|
|
307
|
+
_ctx.item.fix_position ? (openBlock(), createElementBlock("span", _hoisted_32, [
|
|
308
|
+
createElementVNode("i", _hoisted_33, [
|
|
309
|
+
createVNode(unref(IconPushpin), { size: "16" })
|
|
310
|
+
]),
|
|
311
|
+
createElementVNode("span", _hoisted_34, toDisplayString(_ctx.item.fix_position), 1)
|
|
312
|
+
])) : createCommentVNode("v-if", true)
|
|
313
|
+
]),
|
|
314
|
+
option: withCtx(() => [
|
|
315
|
+
renderSlot(_ctx.$slots, "option", {
|
|
316
|
+
row: _ctx.item,
|
|
317
|
+
index: _ctx.index
|
|
318
|
+
})
|
|
319
|
+
]),
|
|
320
|
+
_: 3
|
|
321
|
+
}, 8, ["abttrites", "item"]))
|
|
279
322
|
], 2112)) : createCommentVNode("v-if", true)
|
|
280
323
|
], 2112);
|
|
281
324
|
};
|
|
File without changes
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, openBlock, createElementBlock, Fragment, createCommentVNode, createElementVNode, createBlock, unref, withCtx, renderList, createVNode, normalizeClass, createTextVNode, toDisplayString } from "vue";
|
|
2
2
|
import { Popover, Tag, Tooltip } from "@arco-design/web-vue";
|
|
3
|
-
import { kongo_source_map, contentList_list_type_map } from "
|
|
4
|
-
import { docThumbMap } from "
|
|
3
|
+
import { kongo_source_map, contentList_list_type_map } from "../../../utils/typeMap.js";
|
|
4
|
+
import { docThumbMap } from "../../../utils/doc.js";
|
|
5
|
+
import _sfc_main$1 from "../../../typeIcons/component.js";
|
|
5
6
|
const _hoisted_1 = { class: "doc-tags-container" };
|
|
6
7
|
const _hoisted_2 = { class: "doc-tags-thumb-ul" };
|
|
7
8
|
const _hoisted_3 = ["src"];
|
|
@@ -142,7 +143,7 @@ const _sfc_main = defineComponent({
|
|
|
142
143
|
})) : createCommentVNode("v-if", true),
|
|
143
144
|
_ctx.item.sensitives ? (openBlock(), createBlock(unref(Tooltip), {
|
|
144
145
|
key: 4,
|
|
145
|
-
content: _ctx.item.sensitives
|
|
146
|
+
content: `\u5305\u542B\u654F\u611F\u8BCD\uFF1A${_ctx.item.sensitives}`,
|
|
146
147
|
position: "top"
|
|
147
148
|
}, {
|
|
148
149
|
default: withCtx(() => [
|
|
@@ -174,7 +175,11 @@ const _sfc_main = defineComponent({
|
|
|
174
175
|
createTextVNode(toDisplayString(unref(contentList_list_type_map)[_ctx.item.mp_type]), 1)
|
|
175
176
|
]),
|
|
176
177
|
_: 1
|
|
177
|
-
})) : (openBlock(),
|
|
178
|
+
})) : _ctx.item.catalog === "mp_content" ? (openBlock(), createBlock(_sfc_main$1, {
|
|
179
|
+
key: 3,
|
|
180
|
+
class: "icon",
|
|
181
|
+
type: "mpdoc"
|
|
182
|
+
})) : (openBlock(), createElementBlock(Fragment, { key: 4 }, [
|
|
178
183
|
_ctx.item.list_type ? (openBlock(), createElementBlock("span", _hoisted_4, toDisplayString(unref(contentList_list_type_map)[_ctx.item.list_type]), 1)) : (openBlock(), createElementBlock("span", _hoisted_5, "--"))
|
|
179
184
|
], 64))
|
|
180
185
|
])
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
.medialist-mpdoc-item-view {
|
|
2
|
+
display: flex;
|
|
3
|
+
// width: 100%;
|
|
4
|
+
padding: 10px;
|
|
5
|
+
border-bottom: 1px solid #f0f0f0;
|
|
6
|
+
|
|
7
|
+
&:hover {
|
|
8
|
+
background: #fafafa;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.cover-view {
|
|
12
|
+
position: relative;
|
|
13
|
+
flex-shrink: 0;
|
|
14
|
+
width: 110px;
|
|
15
|
+
height: 70px;
|
|
16
|
+
margin-right: 20px;
|
|
17
|
+
background: #edf3ff;
|
|
18
|
+
|
|
19
|
+
.image {
|
|
20
|
+
width: 100%;
|
|
21
|
+
height: 100%;
|
|
22
|
+
border-radius: 4px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.batch-select {
|
|
26
|
+
position: absolute;
|
|
27
|
+
top: 3px;
|
|
28
|
+
left: 5px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.arco-image-img {
|
|
32
|
+
width: 100%;
|
|
33
|
+
height: 100%;
|
|
34
|
+
border-radius: 4px;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.no-img {
|
|
38
|
+
display: flex;
|
|
39
|
+
align-items: center;
|
|
40
|
+
justify-content: center;
|
|
41
|
+
width: 100%;
|
|
42
|
+
height: 100%;
|
|
43
|
+
color: white;
|
|
44
|
+
font-size: 30px;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.info-view {
|
|
49
|
+
display: flex;
|
|
50
|
+
flex: 1;
|
|
51
|
+
flex-direction: column;
|
|
52
|
+
justify-content: space-between;
|
|
53
|
+
padding: 2px 0;
|
|
54
|
+
|
|
55
|
+
.title {
|
|
56
|
+
width: calc(100% - 50px);
|
|
57
|
+
display: flex;
|
|
58
|
+
align-items: center;
|
|
59
|
+
margin-bottom: 10px;
|
|
60
|
+
overflow: hidden;
|
|
61
|
+
color: #1d2129;
|
|
62
|
+
font-size: 14px;
|
|
63
|
+
font-style: normal;
|
|
64
|
+
font-weight: 400;
|
|
65
|
+
line-height: 22px;
|
|
66
|
+
cursor: pointer;
|
|
67
|
+
-webkit-line-clamp: 2;
|
|
68
|
+
-webkit-box-orient: vertical;
|
|
69
|
+
|
|
70
|
+
&:hover {
|
|
71
|
+
color: #4886ff;
|
|
72
|
+
text-decoration: underline;
|
|
73
|
+
|
|
74
|
+
.index {
|
|
75
|
+
text-decoration: unset;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.abttrite-v {
|
|
81
|
+
display: flex;
|
|
82
|
+
align-items: center;
|
|
83
|
+
justify-content: space-between;
|
|
84
|
+
|
|
85
|
+
.left {
|
|
86
|
+
display: flex;
|
|
87
|
+
flex: 1;
|
|
88
|
+
align-items: center;
|
|
89
|
+
color: #4e5969;
|
|
90
|
+
font-size: 12px;
|
|
91
|
+
|
|
92
|
+
.icon {
|
|
93
|
+
margin-right: 8px;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.tags {
|
|
97
|
+
display: inline-block;
|
|
98
|
+
width: 190px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.abttr {
|
|
102
|
+
display: inline-block;
|
|
103
|
+
width: 20%;
|
|
104
|
+
margin-right: 10px;
|
|
105
|
+
overflow: hidden;
|
|
106
|
+
white-space: nowrap;
|
|
107
|
+
text-overflow: ellipsis;
|
|
108
|
+
cursor: pointer;
|
|
109
|
+
|
|
110
|
+
&.btn {
|
|
111
|
+
padding: 0;
|
|
112
|
+
text-align: left;
|
|
113
|
+
|
|
114
|
+
&:hover,
|
|
115
|
+
&:active {
|
|
116
|
+
background: transparent;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.btn {
|
|
121
|
+
padding: 0;
|
|
122
|
+
text-align: left;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
&.time {
|
|
126
|
+
width: 30%;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.right {
|
|
132
|
+
margin-right: 20px;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
.medialist-component-item-view .info-view .abttrite-v .left .abttr.tags {
|
|
115
115
|
display: flex;
|
|
116
116
|
align-items: center;
|
|
117
|
-
width:
|
|
117
|
+
width: 190px;
|
|
118
118
|
}
|
|
119
119
|
.medialist-component-item-view .info-view .abttrite-v .right {
|
|
120
120
|
margin-right: 20px;
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
.medialist-ilive-item-view .info-view .abttrite-v .left .abttr.tags {
|
|
436
436
|
display: flex;
|
|
437
437
|
align-items: center;
|
|
438
|
-
width:
|
|
438
|
+
width: 190px;
|
|
439
439
|
}
|
|
440
440
|
.medialist-ilive-item-view .info-view .abttrite-v .left .abttr.type {
|
|
441
441
|
display: inline-block;
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
}
|
|
625
625
|
.medialist-doc-item-view .info-view .abttrite-v .left .tags {
|
|
626
626
|
display: inline-block;
|
|
627
|
-
width:
|
|
627
|
+
width: 190px;
|
|
628
628
|
}
|
|
629
629
|
.medialist-doc-item-view .info-view .abttrite-v .left .abttr {
|
|
630
630
|
display: inline-block;
|
|
@@ -656,6 +656,121 @@
|
|
|
656
656
|
.popper-categories {
|
|
657
657
|
max-width: 600px;
|
|
658
658
|
}
|
|
659
|
+
.medialist-mpdoc-item-view {
|
|
660
|
+
display: flex;
|
|
661
|
+
padding: 10px;
|
|
662
|
+
border-bottom: 1px solid #f0f0f0;
|
|
663
|
+
}
|
|
664
|
+
.medialist-mpdoc-item-view:hover {
|
|
665
|
+
background: #fafafa;
|
|
666
|
+
}
|
|
667
|
+
.medialist-mpdoc-item-view .cover-view {
|
|
668
|
+
position: relative;
|
|
669
|
+
flex-shrink: 0;
|
|
670
|
+
width: 110px;
|
|
671
|
+
height: 70px;
|
|
672
|
+
margin-right: 20px;
|
|
673
|
+
background: #edf3ff;
|
|
674
|
+
}
|
|
675
|
+
.medialist-mpdoc-item-view .cover-view .image {
|
|
676
|
+
width: 100%;
|
|
677
|
+
height: 100%;
|
|
678
|
+
border-radius: 4px;
|
|
679
|
+
}
|
|
680
|
+
.medialist-mpdoc-item-view .cover-view .batch-select {
|
|
681
|
+
position: absolute;
|
|
682
|
+
top: 3px;
|
|
683
|
+
left: 5px;
|
|
684
|
+
}
|
|
685
|
+
.medialist-mpdoc-item-view .cover-view .arco-image-img {
|
|
686
|
+
width: 100%;
|
|
687
|
+
height: 100%;
|
|
688
|
+
border-radius: 4px;
|
|
689
|
+
}
|
|
690
|
+
.medialist-mpdoc-item-view .cover-view .no-img {
|
|
691
|
+
display: flex;
|
|
692
|
+
align-items: center;
|
|
693
|
+
justify-content: center;
|
|
694
|
+
width: 100%;
|
|
695
|
+
height: 100%;
|
|
696
|
+
color: white;
|
|
697
|
+
font-size: 30px;
|
|
698
|
+
}
|
|
699
|
+
.medialist-mpdoc-item-view .info-view {
|
|
700
|
+
display: flex;
|
|
701
|
+
flex: 1;
|
|
702
|
+
flex-direction: column;
|
|
703
|
+
justify-content: space-between;
|
|
704
|
+
padding: 2px 0;
|
|
705
|
+
}
|
|
706
|
+
.medialist-mpdoc-item-view .info-view .title {
|
|
707
|
+
width: calc(100% - 50px);
|
|
708
|
+
display: flex;
|
|
709
|
+
align-items: center;
|
|
710
|
+
margin-bottom: 10px;
|
|
711
|
+
overflow: hidden;
|
|
712
|
+
color: #1d2129;
|
|
713
|
+
font-size: 14px;
|
|
714
|
+
font-style: normal;
|
|
715
|
+
font-weight: 400;
|
|
716
|
+
line-height: 22px;
|
|
717
|
+
cursor: pointer;
|
|
718
|
+
-webkit-line-clamp: 2;
|
|
719
|
+
-webkit-box-orient: vertical;
|
|
720
|
+
}
|
|
721
|
+
.medialist-mpdoc-item-view .info-view .title:hover {
|
|
722
|
+
color: #4886ff;
|
|
723
|
+
text-decoration: underline;
|
|
724
|
+
}
|
|
725
|
+
.medialist-mpdoc-item-view .info-view .title:hover .index {
|
|
726
|
+
text-decoration: unset;
|
|
727
|
+
}
|
|
728
|
+
.medialist-mpdoc-item-view .info-view .abttrite-v {
|
|
729
|
+
display: flex;
|
|
730
|
+
align-items: center;
|
|
731
|
+
justify-content: space-between;
|
|
732
|
+
}
|
|
733
|
+
.medialist-mpdoc-item-view .info-view .abttrite-v .left {
|
|
734
|
+
display: flex;
|
|
735
|
+
flex: 1;
|
|
736
|
+
align-items: center;
|
|
737
|
+
color: #4e5969;
|
|
738
|
+
font-size: 12px;
|
|
739
|
+
}
|
|
740
|
+
.medialist-mpdoc-item-view .info-view .abttrite-v .left .icon {
|
|
741
|
+
margin-right: 8px;
|
|
742
|
+
}
|
|
743
|
+
.medialist-mpdoc-item-view .info-view .abttrite-v .left .tags {
|
|
744
|
+
display: inline-block;
|
|
745
|
+
width: 190px;
|
|
746
|
+
}
|
|
747
|
+
.medialist-mpdoc-item-view .info-view .abttrite-v .left .abttr {
|
|
748
|
+
display: inline-block;
|
|
749
|
+
width: 20%;
|
|
750
|
+
margin-right: 10px;
|
|
751
|
+
overflow: hidden;
|
|
752
|
+
white-space: nowrap;
|
|
753
|
+
text-overflow: ellipsis;
|
|
754
|
+
cursor: pointer;
|
|
755
|
+
}
|
|
756
|
+
.medialist-mpdoc-item-view .info-view .abttrite-v .left .abttr.btn {
|
|
757
|
+
padding: 0;
|
|
758
|
+
text-align: left;
|
|
759
|
+
}
|
|
760
|
+
.medialist-mpdoc-item-view .info-view .abttrite-v .left .abttr.btn:hover,
|
|
761
|
+
.medialist-mpdoc-item-view .info-view .abttrite-v .left .abttr.btn:active {
|
|
762
|
+
background: transparent;
|
|
763
|
+
}
|
|
764
|
+
.medialist-mpdoc-item-view .info-view .abttrite-v .left .abttr .btn {
|
|
765
|
+
padding: 0;
|
|
766
|
+
text-align: left;
|
|
767
|
+
}
|
|
768
|
+
.medialist-mpdoc-item-view .info-view .abttrite-v .left .abttr.time {
|
|
769
|
+
width: 30%;
|
|
770
|
+
}
|
|
771
|
+
.medialist-mpdoc-item-view .info-view .abttrite-v .right {
|
|
772
|
+
margin-right: 20px;
|
|
773
|
+
}
|
|
659
774
|
.gray-for-state-hide {
|
|
660
775
|
-webkit-filter: grayscale(100%);
|
|
661
776
|
-moz-filter: grayscale(100%);
|