@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
package/lib/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
|
}
|