@cmstops/pro-compo 0.2.3 → 0.2.4
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 +29 -18
- package/dist/index.min.css +1 -1
- package/es/baseFilter/components/FilterGroup.js +2 -1
- package/es/contentDetailList/components/Records/MatrixItem/index.js +1 -1
- package/es/contentDetailList/components/Records/index.js +1 -5
- package/es/contentDetailList/style/ComoItem.less +3 -2
- package/es/contentDetailList/style/ContentListItem.less +8 -8
- package/es/contentDetailList/style/DocItem.less +1 -1
- package/es/contentDetailList/style/DocMpItem.less +118 -117
- package/es/contentDetailList/style/KongoNavItem.less +1 -1
- package/es/contentDetailList/style/LiveItem.less +3 -2
- package/es/contentDetailList/style/MaccountItem.less +3 -2
- package/es/contentDetailList/style/MatrixItem.less +11 -1
- package/es/contentDetailList/style/courseItem.less +1 -1
- package/es/contentDetailList/style/funhdItem.less +1 -1
- package/es/contentDetailList/style/index.css +26 -18
- package/es/index.css +29 -18
- package/es/userDirector/style/index.css +3 -0
- package/es/userDirector/style/index.less +6 -0
- package/lib/baseFilter/components/FilterGroup.js +2 -1
- package/lib/contentDetailList/components/Records/MatrixItem/index.js +1 -1
- package/lib/contentDetailList/components/Records/index.js +0 -4
- package/lib/contentDetailList/style/ComoItem.less +3 -2
- package/lib/contentDetailList/style/ContentListItem.less +8 -8
- package/lib/contentDetailList/style/DocItem.less +1 -1
- package/lib/contentDetailList/style/DocMpItem.less +118 -117
- package/lib/contentDetailList/style/KongoNavItem.less +1 -1
- package/lib/contentDetailList/style/LiveItem.less +3 -2
- package/lib/contentDetailList/style/MaccountItem.less +3 -2
- package/lib/contentDetailList/style/MatrixItem.less +11 -1
- package/lib/contentDetailList/style/courseItem.less +1 -1
- package/lib/contentDetailList/style/funhdItem.less +1 -1
- package/lib/contentDetailList/style/index.css +26 -18
- package/lib/index.css +29 -18
- package/lib/userDirector/style/index.css +3 -0
- package/lib/userDirector/style/index.less +6 -0
- package/package.json +1 -1
|
@@ -1,134 +1,135 @@
|
|
|
1
1
|
.medialist-mpdoc-item-view {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
+
img {
|
|
20
25
|
width: 100%;
|
|
21
26
|
height: 100%;
|
|
22
|
-
border-radius: 4px;
|
|
23
|
-
img {
|
|
24
|
-
width: 100%;
|
|
25
|
-
height: 100%;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.batch-select {
|
|
30
|
-
position: absolute;
|
|
31
|
-
top: 3px;
|
|
32
|
-
left: 5px;
|
|
33
27
|
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.batch-select {
|
|
31
|
+
position: absolute;
|
|
32
|
+
top: 3px;
|
|
33
|
+
left: 5px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.no-img {
|
|
37
|
+
display: flex;
|
|
38
|
+
align-items: center;
|
|
39
|
+
justify-content: center;
|
|
40
|
+
width: 100%;
|
|
41
|
+
height: 100%;
|
|
42
|
+
color: white;
|
|
43
|
+
font-size: 30px;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.info-view {
|
|
48
|
+
display: flex;
|
|
49
|
+
flex: 1;
|
|
50
|
+
flex-direction: column;
|
|
51
|
+
justify-content: space-between;
|
|
52
|
+
padding: 2px 0;
|
|
53
|
+
|
|
54
|
+
.title {
|
|
55
|
+
display: flex;
|
|
56
|
+
align-items: center;
|
|
57
|
+
width: calc(100% - 50px);
|
|
58
|
+
margin-bottom: 10px;
|
|
59
|
+
overflow: hidden;
|
|
60
|
+
color: #1d2129;
|
|
61
|
+
font-weight: 400;
|
|
62
|
+
font-size: 16px;
|
|
63
|
+
font-style: normal;
|
|
64
|
+
line-height: 22px;
|
|
65
|
+
cursor: pointer;
|
|
66
|
+
-webkit-line-clamp: 2;
|
|
67
|
+
-webkit-box-orient: vertical;
|
|
68
|
+
|
|
69
|
+
&:hover {
|
|
70
|
+
color: #4886ff;
|
|
71
|
+
text-decoration: underline;
|
|
72
|
+
|
|
73
|
+
.index {
|
|
74
|
+
text-decoration: unset;
|
|
75
|
+
}
|
|
43
76
|
}
|
|
44
77
|
}
|
|
45
|
-
|
|
46
|
-
.
|
|
78
|
+
|
|
79
|
+
.abttrite-v {
|
|
47
80
|
display: flex;
|
|
48
|
-
|
|
49
|
-
flex-direction: column;
|
|
81
|
+
align-items: center;
|
|
50
82
|
justify-content: space-between;
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
.title {
|
|
54
|
-
width: calc(100% - 50px);
|
|
83
|
+
|
|
84
|
+
.left {
|
|
55
85
|
display: flex;
|
|
86
|
+
flex: 1;
|
|
56
87
|
align-items: center;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
font-weight: 400;
|
|
63
|
-
line-height: 22px;
|
|
64
|
-
cursor: pointer;
|
|
65
|
-
-webkit-line-clamp: 2;
|
|
66
|
-
-webkit-box-orient: vertical;
|
|
67
|
-
|
|
68
|
-
&:hover {
|
|
69
|
-
color: #4886ff;
|
|
70
|
-
text-decoration: underline;
|
|
71
|
-
|
|
72
|
-
.index {
|
|
73
|
-
text-decoration: unset;
|
|
74
|
-
}
|
|
88
|
+
color: #4e5969;
|
|
89
|
+
font-size: 12px;
|
|
90
|
+
|
|
91
|
+
.icon {
|
|
92
|
+
margin-right: 8px;
|
|
75
93
|
}
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
94
|
+
|
|
95
|
+
.tags {
|
|
96
|
+
display: inline-block;
|
|
97
|
+
width: 190px;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.abttr {
|
|
101
|
+
display: inline-block;
|
|
102
|
+
width: 20%;
|
|
103
|
+
margin-right: 10px;
|
|
104
|
+
overflow: hidden;
|
|
105
|
+
white-space: nowrap;
|
|
106
|
+
text-overflow: ellipsis;
|
|
107
|
+
cursor: pointer;
|
|
108
|
+
|
|
109
|
+
&.btn {
|
|
110
|
+
padding: 0;
|
|
111
|
+
text-align: left;
|
|
112
|
+
|
|
113
|
+
&:hover,
|
|
114
|
+
&:active {
|
|
115
|
+
background: transparent;
|
|
116
|
+
}
|
|
92
117
|
}
|
|
93
|
-
|
|
94
|
-
.
|
|
95
|
-
|
|
96
|
-
|
|
118
|
+
|
|
119
|
+
.btn {
|
|
120
|
+
padding: 0;
|
|
121
|
+
text-align: left;
|
|
97
122
|
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
width: 20%;
|
|
102
|
-
margin-right: 10px;
|
|
103
|
-
overflow: hidden;
|
|
104
|
-
white-space: nowrap;
|
|
105
|
-
text-overflow: ellipsis;
|
|
106
|
-
cursor: pointer;
|
|
107
|
-
|
|
108
|
-
&.btn {
|
|
109
|
-
padding: 0;
|
|
110
|
-
text-align: left;
|
|
111
|
-
|
|
112
|
-
&:hover,
|
|
113
|
-
&:active {
|
|
114
|
-
background: transparent;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.btn {
|
|
119
|
-
padding: 0;
|
|
120
|
-
text-align: left;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
&.time {
|
|
124
|
-
width: 30%;
|
|
125
|
-
}
|
|
123
|
+
|
|
124
|
+
&.time {
|
|
125
|
+
width: 30%;
|
|
126
126
|
}
|
|
127
127
|
}
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.right {
|
|
131
|
+
margin-right: 20px;
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
|
-
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
width: 100%;
|
|
21
21
|
height: 100%;
|
|
22
22
|
border-radius: 4px;
|
|
23
|
+
|
|
23
24
|
img {
|
|
24
25
|
width: 100%;
|
|
25
26
|
height: 100%;
|
|
@@ -50,9 +51,9 @@
|
|
|
50
51
|
margin-bottom: 10px;
|
|
51
52
|
overflow: hidden;
|
|
52
53
|
color: #1d2129;
|
|
53
|
-
font-size: 14px;
|
|
54
|
-
font-style: normal;
|
|
55
54
|
font-weight: 400;
|
|
55
|
+
font-size: 16px;
|
|
56
|
+
font-style: normal;
|
|
56
57
|
line-height: 22px;
|
|
57
58
|
cursor: pointer;
|
|
58
59
|
-webkit-line-clamp: 2;
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
width: 100%;
|
|
23
23
|
height: 100%;
|
|
24
24
|
border-radius: 4px;
|
|
25
|
+
|
|
25
26
|
img {
|
|
26
27
|
width: 100%;
|
|
27
28
|
height: 100%;
|
|
@@ -52,9 +53,9 @@
|
|
|
52
53
|
margin-bottom: 10px;
|
|
53
54
|
overflow: hidden;
|
|
54
55
|
color: #1d2129;
|
|
55
|
-
font-size: 14px;
|
|
56
|
-
font-style: normal;
|
|
57
56
|
font-weight: 400;
|
|
57
|
+
font-size: 16px;
|
|
58
|
+
font-style: normal;
|
|
58
59
|
line-height: 22px;
|
|
59
60
|
cursor: pointer;
|
|
60
61
|
-webkit-line-clamp: 2;
|
|
@@ -64,12 +64,21 @@
|
|
|
64
64
|
overflow: hidden;
|
|
65
65
|
color: #1d2129;
|
|
66
66
|
font-weight: 400;
|
|
67
|
-
font-size:
|
|
67
|
+
font-size: 16px;
|
|
68
68
|
font-style: normal;
|
|
69
69
|
line-height: 22px;
|
|
70
70
|
cursor: pointer;
|
|
71
71
|
-webkit-line-clamp: 2;
|
|
72
72
|
-webkit-box-orient: vertical;
|
|
73
|
+
|
|
74
|
+
&:hover {
|
|
75
|
+
color: #4886ff;
|
|
76
|
+
text-decoration: underline;
|
|
77
|
+
|
|
78
|
+
.index {
|
|
79
|
+
text-decoration: unset;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
73
82
|
}
|
|
74
83
|
|
|
75
84
|
.abttrite-v {
|
|
@@ -92,6 +101,7 @@
|
|
|
92
101
|
overflow: hidden;
|
|
93
102
|
white-space: nowrap;
|
|
94
103
|
text-overflow: ellipsis;
|
|
104
|
+
cursor: pointer;
|
|
95
105
|
|
|
96
106
|
&.time {
|
|
97
107
|
width: 25%;
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
margin-bottom: 10px;
|
|
86
86
|
overflow: hidden;
|
|
87
87
|
color: #1d2129;
|
|
88
|
-
font-size: 14px;
|
|
89
|
-
font-style: normal;
|
|
90
88
|
font-weight: 400;
|
|
89
|
+
font-size: 16px;
|
|
90
|
+
font-style: normal;
|
|
91
91
|
line-height: 22px;
|
|
92
92
|
cursor: pointer;
|
|
93
93
|
-webkit-line-clamp: 2;
|
|
@@ -165,15 +165,15 @@
|
|
|
165
165
|
padding: 2px 0;
|
|
166
166
|
}
|
|
167
167
|
.medialist-component-item-view .info-view .title {
|
|
168
|
-
width: calc(100% - 50px);
|
|
169
168
|
display: flex;
|
|
170
169
|
align-items: center;
|
|
170
|
+
width: calc(100% - 50px);
|
|
171
171
|
margin-bottom: 10px;
|
|
172
172
|
overflow: hidden;
|
|
173
173
|
color: #1d2129;
|
|
174
|
-
font-size: 14px;
|
|
175
|
-
font-style: normal;
|
|
176
174
|
font-weight: 400;
|
|
175
|
+
font-size: 16px;
|
|
176
|
+
font-style: normal;
|
|
177
177
|
line-height: 22px;
|
|
178
178
|
cursor: pointer;
|
|
179
179
|
-webkit-line-clamp: 2;
|
|
@@ -222,9 +222,9 @@
|
|
|
222
222
|
.medialist-component-item-view .title-tips {
|
|
223
223
|
display: flex;
|
|
224
224
|
align-items: center;
|
|
225
|
+
margin-left: 10px;
|
|
225
226
|
color: #a3a3a3;
|
|
226
227
|
font-size: 10px;
|
|
227
|
-
margin-left: 10px;
|
|
228
228
|
}
|
|
229
229
|
.medialist-component-item-view .title-tips .icon {
|
|
230
230
|
margin-right: 5px;
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
overflow: hidden;
|
|
282
282
|
color: #1d2129;
|
|
283
283
|
font-weight: 400;
|
|
284
|
-
font-size:
|
|
284
|
+
font-size: 16px;
|
|
285
285
|
font-style: normal;
|
|
286
286
|
line-height: 22px;
|
|
287
287
|
cursor: pointer;
|
|
@@ -366,9 +366,9 @@
|
|
|
366
366
|
margin-bottom: 10px;
|
|
367
367
|
overflow: hidden;
|
|
368
368
|
color: #1d2129;
|
|
369
|
-
font-size: 14px;
|
|
370
|
-
font-style: normal;
|
|
371
369
|
font-weight: 400;
|
|
370
|
+
font-size: 16px;
|
|
371
|
+
font-style: normal;
|
|
372
372
|
line-height: 22px;
|
|
373
373
|
cursor: pointer;
|
|
374
374
|
-webkit-line-clamp: 2;
|
|
@@ -460,9 +460,9 @@
|
|
|
460
460
|
margin-bottom: 10px;
|
|
461
461
|
overflow: hidden;
|
|
462
462
|
color: #1d2129;
|
|
463
|
-
font-size: 14px;
|
|
464
|
-
font-style: normal;
|
|
465
463
|
font-weight: 400;
|
|
464
|
+
font-size: 16px;
|
|
465
|
+
font-style: normal;
|
|
466
466
|
line-height: 22px;
|
|
467
467
|
cursor: pointer;
|
|
468
468
|
-webkit-line-clamp: 2;
|
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
overflow: hidden;
|
|
574
574
|
color: #1d2129;
|
|
575
575
|
font-weight: 400;
|
|
576
|
-
font-size:
|
|
576
|
+
font-size: 16px;
|
|
577
577
|
font-style: normal;
|
|
578
578
|
line-height: 22px;
|
|
579
579
|
cursor: pointer;
|
|
@@ -683,15 +683,15 @@
|
|
|
683
683
|
padding: 2px 0;
|
|
684
684
|
}
|
|
685
685
|
.medialist-mpdoc-item-view .info-view .title {
|
|
686
|
-
width: calc(100% - 50px);
|
|
687
686
|
display: flex;
|
|
688
687
|
align-items: center;
|
|
688
|
+
width: calc(100% - 50px);
|
|
689
689
|
margin-bottom: 10px;
|
|
690
690
|
overflow: hidden;
|
|
691
691
|
color: #1d2129;
|
|
692
|
-
font-size: 14px;
|
|
693
|
-
font-style: normal;
|
|
694
692
|
font-weight: 400;
|
|
693
|
+
font-size: 16px;
|
|
694
|
+
font-style: normal;
|
|
695
695
|
line-height: 22px;
|
|
696
696
|
cursor: pointer;
|
|
697
697
|
-webkit-line-clamp: 2;
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
overflow: hidden;
|
|
799
799
|
color: #1d2129;
|
|
800
800
|
font-weight: 400;
|
|
801
|
-
font-size:
|
|
801
|
+
font-size: 16px;
|
|
802
802
|
font-style: normal;
|
|
803
803
|
line-height: 22px;
|
|
804
804
|
cursor: pointer;
|
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
overflow: hidden;
|
|
891
891
|
color: #1d2129;
|
|
892
892
|
font-weight: 400;
|
|
893
|
-
font-size:
|
|
893
|
+
font-size: 16px;
|
|
894
894
|
font-style: normal;
|
|
895
895
|
line-height: 22px;
|
|
896
896
|
cursor: pointer;
|
|
@@ -992,13 +992,20 @@
|
|
|
992
992
|
overflow: hidden;
|
|
993
993
|
color: #1d2129;
|
|
994
994
|
font-weight: 400;
|
|
995
|
-
font-size:
|
|
995
|
+
font-size: 16px;
|
|
996
996
|
font-style: normal;
|
|
997
997
|
line-height: 22px;
|
|
998
998
|
cursor: pointer;
|
|
999
999
|
-webkit-line-clamp: 2;
|
|
1000
1000
|
-webkit-box-orient: vertical;
|
|
1001
1001
|
}
|
|
1002
|
+
.matrix-records-item-view .info-view .title:hover {
|
|
1003
|
+
color: #4886ff;
|
|
1004
|
+
text-decoration: underline;
|
|
1005
|
+
}
|
|
1006
|
+
.matrix-records-item-view .info-view .title:hover .index {
|
|
1007
|
+
text-decoration: unset;
|
|
1008
|
+
}
|
|
1002
1009
|
.matrix-records-item-view .info-view .abttrite-v {
|
|
1003
1010
|
display: flex;
|
|
1004
1011
|
align-items: center;
|
|
@@ -1019,6 +1026,7 @@
|
|
|
1019
1026
|
overflow: hidden;
|
|
1020
1027
|
white-space: nowrap;
|
|
1021
1028
|
text-overflow: ellipsis;
|
|
1029
|
+
cursor: pointer;
|
|
1022
1030
|
}
|
|
1023
1031
|
.matrix-records-item-view .info-view .abttrite-v .left .abttr.time {
|
|
1024
1032
|
width: 25%;
|
package/es/index.css
CHANGED
|
@@ -2108,9 +2108,9 @@
|
|
|
2108
2108
|
margin-bottom: 10px;
|
|
2109
2109
|
overflow: hidden;
|
|
2110
2110
|
color: #1d2129;
|
|
2111
|
-
font-size: 14px;
|
|
2112
|
-
font-style: normal;
|
|
2113
2111
|
font-weight: 400;
|
|
2112
|
+
font-size: 16px;
|
|
2113
|
+
font-style: normal;
|
|
2114
2114
|
line-height: 22px;
|
|
2115
2115
|
cursor: pointer;
|
|
2116
2116
|
-webkit-line-clamp: 2;
|
|
@@ -2188,15 +2188,15 @@
|
|
|
2188
2188
|
padding: 2px 0;
|
|
2189
2189
|
}
|
|
2190
2190
|
.medialist-component-item-view .info-view .title {
|
|
2191
|
-
width: calc(100% - 50px);
|
|
2192
2191
|
display: flex;
|
|
2193
2192
|
align-items: center;
|
|
2193
|
+
width: calc(100% - 50px);
|
|
2194
2194
|
margin-bottom: 10px;
|
|
2195
2195
|
overflow: hidden;
|
|
2196
2196
|
color: #1d2129;
|
|
2197
|
-
font-size: 14px;
|
|
2198
|
-
font-style: normal;
|
|
2199
2197
|
font-weight: 400;
|
|
2198
|
+
font-size: 16px;
|
|
2199
|
+
font-style: normal;
|
|
2200
2200
|
line-height: 22px;
|
|
2201
2201
|
cursor: pointer;
|
|
2202
2202
|
-webkit-line-clamp: 2;
|
|
@@ -2245,9 +2245,9 @@
|
|
|
2245
2245
|
.medialist-component-item-view .title-tips {
|
|
2246
2246
|
display: flex;
|
|
2247
2247
|
align-items: center;
|
|
2248
|
+
margin-left: 10px;
|
|
2248
2249
|
color: #a3a3a3;
|
|
2249
2250
|
font-size: 10px;
|
|
2250
|
-
margin-left: 10px;
|
|
2251
2251
|
}
|
|
2252
2252
|
.medialist-component-item-view .title-tips .icon {
|
|
2253
2253
|
margin-right: 5px;
|
|
@@ -2304,7 +2304,7 @@
|
|
|
2304
2304
|
overflow: hidden;
|
|
2305
2305
|
color: #1d2129;
|
|
2306
2306
|
font-weight: 400;
|
|
2307
|
-
font-size:
|
|
2307
|
+
font-size: 16px;
|
|
2308
2308
|
font-style: normal;
|
|
2309
2309
|
line-height: 22px;
|
|
2310
2310
|
cursor: pointer;
|
|
@@ -2389,9 +2389,9 @@
|
|
|
2389
2389
|
margin-bottom: 10px;
|
|
2390
2390
|
overflow: hidden;
|
|
2391
2391
|
color: #1d2129;
|
|
2392
|
-
font-size: 14px;
|
|
2393
|
-
font-style: normal;
|
|
2394
2392
|
font-weight: 400;
|
|
2393
|
+
font-size: 16px;
|
|
2394
|
+
font-style: normal;
|
|
2395
2395
|
line-height: 22px;
|
|
2396
2396
|
cursor: pointer;
|
|
2397
2397
|
-webkit-line-clamp: 2;
|
|
@@ -2483,9 +2483,9 @@
|
|
|
2483
2483
|
margin-bottom: 10px;
|
|
2484
2484
|
overflow: hidden;
|
|
2485
2485
|
color: #1d2129;
|
|
2486
|
-
font-size: 14px;
|
|
2487
|
-
font-style: normal;
|
|
2488
2486
|
font-weight: 400;
|
|
2487
|
+
font-size: 16px;
|
|
2488
|
+
font-style: normal;
|
|
2489
2489
|
line-height: 22px;
|
|
2490
2490
|
cursor: pointer;
|
|
2491
2491
|
-webkit-line-clamp: 2;
|
|
@@ -2596,7 +2596,7 @@
|
|
|
2596
2596
|
overflow: hidden;
|
|
2597
2597
|
color: #1d2129;
|
|
2598
2598
|
font-weight: 400;
|
|
2599
|
-
font-size:
|
|
2599
|
+
font-size: 16px;
|
|
2600
2600
|
font-style: normal;
|
|
2601
2601
|
line-height: 22px;
|
|
2602
2602
|
cursor: pointer;
|
|
@@ -2706,15 +2706,15 @@
|
|
|
2706
2706
|
padding: 2px 0;
|
|
2707
2707
|
}
|
|
2708
2708
|
.medialist-mpdoc-item-view .info-view .title {
|
|
2709
|
-
width: calc(100% - 50px);
|
|
2710
2709
|
display: flex;
|
|
2711
2710
|
align-items: center;
|
|
2711
|
+
width: calc(100% - 50px);
|
|
2712
2712
|
margin-bottom: 10px;
|
|
2713
2713
|
overflow: hidden;
|
|
2714
2714
|
color: #1d2129;
|
|
2715
|
-
font-size: 14px;
|
|
2716
|
-
font-style: normal;
|
|
2717
2715
|
font-weight: 400;
|
|
2716
|
+
font-size: 16px;
|
|
2717
|
+
font-style: normal;
|
|
2718
2718
|
line-height: 22px;
|
|
2719
2719
|
cursor: pointer;
|
|
2720
2720
|
-webkit-line-clamp: 2;
|
|
@@ -2821,7 +2821,7 @@
|
|
|
2821
2821
|
overflow: hidden;
|
|
2822
2822
|
color: #1d2129;
|
|
2823
2823
|
font-weight: 400;
|
|
2824
|
-
font-size:
|
|
2824
|
+
font-size: 16px;
|
|
2825
2825
|
font-style: normal;
|
|
2826
2826
|
line-height: 22px;
|
|
2827
2827
|
cursor: pointer;
|
|
@@ -2913,7 +2913,7 @@
|
|
|
2913
2913
|
overflow: hidden;
|
|
2914
2914
|
color: #1d2129;
|
|
2915
2915
|
font-weight: 400;
|
|
2916
|
-
font-size:
|
|
2916
|
+
font-size: 16px;
|
|
2917
2917
|
font-style: normal;
|
|
2918
2918
|
line-height: 22px;
|
|
2919
2919
|
cursor: pointer;
|
|
@@ -3015,13 +3015,20 @@
|
|
|
3015
3015
|
overflow: hidden;
|
|
3016
3016
|
color: #1d2129;
|
|
3017
3017
|
font-weight: 400;
|
|
3018
|
-
font-size:
|
|
3018
|
+
font-size: 16px;
|
|
3019
3019
|
font-style: normal;
|
|
3020
3020
|
line-height: 22px;
|
|
3021
3021
|
cursor: pointer;
|
|
3022
3022
|
-webkit-line-clamp: 2;
|
|
3023
3023
|
-webkit-box-orient: vertical;
|
|
3024
3024
|
}
|
|
3025
|
+
.matrix-records-item-view .info-view .title:hover {
|
|
3026
|
+
color: #4886ff;
|
|
3027
|
+
text-decoration: underline;
|
|
3028
|
+
}
|
|
3029
|
+
.matrix-records-item-view .info-view .title:hover .index {
|
|
3030
|
+
text-decoration: unset;
|
|
3031
|
+
}
|
|
3025
3032
|
.matrix-records-item-view .info-view .abttrite-v {
|
|
3026
3033
|
display: flex;
|
|
3027
3034
|
align-items: center;
|
|
@@ -3042,6 +3049,7 @@
|
|
|
3042
3049
|
overflow: hidden;
|
|
3043
3050
|
white-space: nowrap;
|
|
3044
3051
|
text-overflow: ellipsis;
|
|
3052
|
+
cursor: pointer;
|
|
3045
3053
|
}
|
|
3046
3054
|
.matrix-records-item-view .info-view .abttrite-v .left .abttr.time {
|
|
3047
3055
|
width: 25%;
|
|
@@ -3290,6 +3298,9 @@
|
|
|
3290
3298
|
.user-select-content .user-select-left {
|
|
3291
3299
|
border-right: 1px solid var(--color-neutral-3);
|
|
3292
3300
|
}
|
|
3301
|
+
.user-select-content .user-select-left .arco-select-view-single {
|
|
3302
|
+
border: none;
|
|
3303
|
+
}
|
|
3293
3304
|
.user-select-content .user-select-right .scroll {
|
|
3294
3305
|
height: calc(100% - 40px);
|
|
3295
3306
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
.user-select-content .user-select-left {
|
|
23
23
|
border-right: 1px solid var(--color-neutral-3);
|
|
24
24
|
}
|
|
25
|
+
.user-select-content .user-select-left .arco-select-view-single {
|
|
26
|
+
border: none;
|
|
27
|
+
}
|
|
25
28
|
.user-select-content .user-select-right .scroll {
|
|
26
29
|
height: calc(100% - 40px);
|
|
27
30
|
}
|
|
@@ -66,7 +66,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
66
66
|
const elements = Array.from(filterItemsRef.value.childNodes);
|
|
67
67
|
let rightBorder = 0;
|
|
68
68
|
elements.forEach((item) => {
|
|
69
|
-
|
|
69
|
+
var _a;
|
|
70
|
+
if (!((_a = item.className) == null ? void 0 : _a.includes("filter-item-view")))
|
|
70
71
|
return;
|
|
71
72
|
const { right } = getRect(item);
|
|
72
73
|
if (right <= filterBorder.value) {
|
|
@@ -98,7 +98,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
98
98
|
preview: false,
|
|
99
99
|
fit: "cover",
|
|
100
100
|
class: "image"
|
|
101
|
-
}, null, 8, ["src"])) : _ctx.item.platformId === 20 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, "\u5FAE\u4FE1\u7EC4\u7A3F")) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1)),
|
|
101
|
+
}, null, 8, ["src"])) : _ctx.item.platformId === 20 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, " \u5FAE\u4FE1\u7EC4\u7A3F ")) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1)),
|
|
102
102
|
vue.createElementVNode("div", _hoisted_4, [
|
|
103
103
|
vue.renderSlot(_ctx.$slots, "batch", { row: _ctx.item })
|
|
104
104
|
])
|