@opendesign-plus-test/components 0.0.1-rc.113 → 0.0.1-rc.115

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.
Files changed (77) hide show
  1. package/dist/chunk-OElCookieNotice.cjs.js +1 -1
  2. package/dist/chunk-OElCookieNotice.es.js +17 -15
  3. package/dist/components/activity/index.d.ts +9 -9
  4. package/dist/components/banner/index.d.ts +6 -6
  5. package/dist/components/events/index.d.ts +20 -20
  6. package/dist/components/header/OHeaderMobile.vue.d.ts +14 -14
  7. package/dist/components/header/components/HeaderNavMobile.vue.d.ts +1 -1
  8. package/dist/components/header/index.d.ts +23 -23
  9. package/dist/components/header/types.d.ts +3 -0
  10. package/dist/components/header-search/OHeaderSearch.vue.d.ts +6 -10
  11. package/dist/components/header-search/index.d.ts +16 -18
  12. package/dist/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
  13. package/dist/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
  14. package/dist/components/meeting/index.d.ts +31 -31
  15. package/dist/components/meeting/types.d.ts +1 -0
  16. package/dist/components/search/OSearchInput.vue.d.ts +6 -10
  17. package/dist/components/search/index.d.ts +14 -16
  18. package/dist/components/search/internal/SearchImageInput.vue.d.ts +1 -5
  19. package/dist/components.cjs.js +39 -39
  20. package/dist/components.css +1 -1
  21. package/dist/components.es.js +8626 -8654
  22. package/dist/treeshaking/components/activity/index.d.ts +9 -9
  23. package/dist/treeshaking/components/banner/index.d.ts +6 -6
  24. package/dist/treeshaking/components/common/TooltipText.css +1 -0
  25. package/dist/treeshaking/components/common/TooltipText.vue.mjs +11 -0
  26. package/dist/treeshaking/components/events/OEventsApply.css +1 -1
  27. package/dist/treeshaking/components/events/OEventsCalendar.css +32 -14
  28. package/dist/treeshaking/components/events/OEventsList.css +6 -0
  29. package/dist/treeshaking/components/events/index.d.ts +20 -20
  30. package/dist/treeshaking/components/header/OHeader.css +15 -15
  31. package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
  32. package/dist/treeshaking/components/header/OHeader.vue2.mjs +6 -1
  33. package/dist/treeshaking/components/header/OHeaderMobile.vue.d.ts +14 -14
  34. package/dist/treeshaking/components/header/components/HeaderContent.css +199 -181
  35. package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
  36. package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +8 -5
  37. package/dist/treeshaking/components/header/components/HeaderFlatten.css +99 -62
  38. package/dist/treeshaking/components/header/components/HeaderFlatten.vue.mjs +1 -1
  39. package/dist/treeshaking/components/header/components/HeaderFlatten.vue2.mjs +13 -25
  40. package/dist/treeshaking/components/header/components/HeaderNav.css +90 -61
  41. package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
  42. package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +10 -19
  43. package/dist/treeshaking/components/header/components/HeaderNavMobile.css +80 -80
  44. package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.d.ts +1 -1
  45. package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.mjs +1 -1
  46. package/dist/treeshaking/components/header/components/HeaderNavMobile.vue2.mjs +2 -2
  47. package/dist/treeshaking/components/header/index.d.ts +23 -23
  48. package/dist/treeshaking/components/header/types.d.ts +3 -0
  49. package/dist/treeshaking/components/header-search/OHeaderSearch.vue.d.ts +6 -10
  50. package/dist/treeshaking/components/header-search/index.d.ts +16 -18
  51. package/dist/treeshaking/components/meeting/OMeetingCalendar.css +4 -3
  52. package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +37 -53
  53. package/dist/treeshaking/components/meeting/OMeetingMyCalendar.vue.mjs +1 -0
  54. package/dist/treeshaking/components/meeting/OMeetingMyCalendar2.css +8 -0
  55. package/dist/treeshaking/components/meeting/OMeetingPlayback.css +92 -2
  56. package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
  57. package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.mjs +60 -21
  58. package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.css +5 -7
  59. package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.vue.mjs +3 -6
  60. package/dist/treeshaking/components/meeting/components/OMeetingDetail.css +1 -1
  61. package/dist/treeshaking/components/meeting/components/OMeetingDetail.vue.mjs +10 -6
  62. package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles.css +154 -7
  63. package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.css +9 -2
  64. package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
  65. package/dist/treeshaking/components/meeting/index.d.ts +31 -31
  66. package/dist/treeshaking/components/meeting/types.d.ts +1 -0
  67. package/dist/treeshaking/components/search/OSearchInput.vue.d.ts +6 -10
  68. package/dist/treeshaking/components/search/index.d.ts +14 -16
  69. package/dist/treeshaking/components/search/internal/SearchImageInput.vue.d.ts +1 -5
  70. package/dist/treeshaking/i18n/en.mjs +1 -0
  71. package/dist/treeshaking/i18n/zh.mjs +1 -0
  72. package/package.json +1 -1
  73. package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
  74. package/dist/treeshaking/components/common/MoreText.css +0 -69
  75. package/dist/treeshaking/components/common/MoreText.vue.mjs +0 -88
  76. package/dist/treeshaking/components/common/MoreText.vue3.mjs +0 -5
  77. package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
@@ -1,42 +1,42 @@
1
- .hover-icon-rotate .o-icon[data-v-a04b672a] {
1
+ .hover-icon-rotate .o-icon[data-v-cfeec7c7] {
2
2
  transition: all var(--o-duration-m1) var(--o-easing-standard-in);
3
3
  }
4
4
  @media (hover: hover) {
5
- .hover-icon-rotate:hover .o-icon[data-v-a04b672a] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-cfeec7c7] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .nav-content[data-v-a04b672a] {
9
+ .nav-content[data-v-cfeec7c7] {
10
10
  cursor: default;
11
11
  overflow: hidden;
12
12
  justify-content: center;
13
13
  transform-origin: top;
14
14
  transition: all 0.3s allow-discrete;
15
15
  }
16
- .header-content-nav[data-v-a04b672a] {
16
+ .header-content-nav[data-v-cfeec7c7] {
17
17
  max-width: var(--o-header-content-max-width);
18
18
  margin: 0 auto;
19
19
  padding: 0 var(--o-header-content-padding);
20
20
  }
21
- .nav-scroller[data-v-a04b672a] {
21
+ .nav-scroller[data-v-cfeec7c7] {
22
22
  height: 100%;
23
23
  width: 100%;
24
24
  overflow-x: auto;
25
25
  overflow-y: auto;
26
26
  white-space: nowrap;
27
27
  }
28
- .nav-scroller[data-v-a04b672a] .o-scrollbar {
28
+ .nav-scroller[data-v-cfeec7c7] .o-scrollbar {
29
29
  --scrollbar-height: 100%;
30
30
  }
31
- .nav-sub-content[data-v-a04b672a] {
31
+ .nav-sub-content[data-v-cfeec7c7] {
32
32
  display: flex;
33
33
  }
34
- .content-left[data-v-a04b672a] {
34
+ .content-left[data-v-cfeec7c7] {
35
35
  display: flex;
36
36
  flex: 1;
37
37
  padding: 32px 0;
38
38
  }
39
- .content-label[data-v-a04b672a] {
39
+ .content-label[data-v-cfeec7c7] {
40
40
  display: inline-block;
41
41
  margin-bottom: var(--o-gap-3);
42
42
  color: var(--o-color-info3);
@@ -44,102 +44,102 @@
44
44
  line-height: 24px;
45
45
  }
46
46
  @media (min-width: 1201px) and (max-width: 1680px) {
47
- .content-label[data-v-a04b672a] {
47
+ .content-label[data-v-cfeec7c7] {
48
48
  font-size: 14px;
49
49
  line-height: 22px;
50
50
  }
51
51
  }
52
52
  @media (min-width: 841px) and (max-width: 1200px) {
53
- .content-label[data-v-a04b672a] {
53
+ .content-label[data-v-cfeec7c7] {
54
54
  font-size: 14px;
55
55
  line-height: 22px;
56
56
  }
57
57
  }
58
58
  @media (min-width: 601px) and (max-width: 840px) {
59
- .content-label[data-v-a04b672a] {
59
+ .content-label[data-v-cfeec7c7] {
60
60
  font-size: 14px;
61
61
  line-height: 22px;
62
62
  }
63
63
  }
64
64
  @media (max-width: 600px) {
65
- .content-label[data-v-a04b672a] {
65
+ .content-label[data-v-cfeec7c7] {
66
66
  font-size: 12px;
67
67
  line-height: 18px;
68
68
  }
69
69
  }
70
- .content-container[data-v-a04b672a] {
70
+ .content-container[data-v-cfeec7c7] {
71
71
  display: flex;
72
72
  flex-direction: column;
73
73
  flex-wrap: wrap;
74
74
  }
75
- .content-item[data-v-a04b672a] {
75
+ .content-item[data-v-cfeec7c7] {
76
76
  width: 200px;
77
77
  margin: 24px 24px 0 0;
78
78
  }
79
- .content-item[data-v-a04b672a]:nth-of-type(1) {
79
+ .content-item[data-v-cfeec7c7]:nth-of-type(1) {
80
80
  margin-top: 0 !important;
81
81
  }
82
82
  @media (min-width: 1201px) and (max-width: 1440px) {
83
- .content-item[data-v-a04b672a] {
83
+ .content-item[data-v-cfeec7c7] {
84
84
  width: 170px;
85
85
  margin: 16px 16px 0 0;
86
86
  }
87
87
  }
88
88
  @media (min-width: 841px) and (max-width: 1200px) {
89
- .content-item[data-v-a04b672a] {
89
+ .content-item[data-v-cfeec7c7] {
90
90
  width: 132px;
91
91
  margin: 12px 16px 0 0;
92
92
  }
93
93
  }
94
- .item-sub:last-of-type .content-item[data-v-a04b672a] {
94
+ .item-sub:last-of-type .content-item[data-v-cfeec7c7] {
95
95
  margin-right: 0;
96
96
  }
97
- .item-label[data-v-a04b672a] {
97
+ .item-label[data-v-cfeec7c7] {
98
98
  display: inline-flex;
99
99
  align-items: center;
100
100
  color: var(--o-color-info1);
101
101
  width: 100%;
102
102
  }
103
103
  @media (hover: hover) {
104
- .item-label[data-v-a04b672a]:hover {
104
+ .item-label[data-v-cfeec7c7]:hover {
105
105
  color: var(--o-color-primary2);
106
106
  text-decoration: none;
107
107
  }
108
108
  }
109
- .item-label[data-v-a04b672a]:active {
109
+ .item-label[data-v-cfeec7c7]:active {
110
110
  color: var(--o-color-primary3);
111
111
  }
112
- .item-label .item-name[data-v-a04b672a] {
112
+ .item-label .item-name[data-v-cfeec7c7] {
113
113
  white-space: nowrap;
114
114
  font-weight: 600;
115
115
  font-size: 16px;
116
116
  line-height: 24px;
117
117
  }
118
118
  @media (min-width: 1201px) and (max-width: 1680px) {
119
- .item-label .item-name[data-v-a04b672a] {
119
+ .item-label .item-name[data-v-cfeec7c7] {
120
120
  font-size: 14px;
121
121
  line-height: 22px;
122
122
  }
123
123
  }
124
124
  @media (min-width: 841px) and (max-width: 1200px) {
125
- .item-label .item-name[data-v-a04b672a] {
125
+ .item-label .item-name[data-v-cfeec7c7] {
126
126
  font-size: 14px;
127
127
  line-height: 22px;
128
128
  }
129
129
  }
130
130
  @media (min-width: 601px) and (max-width: 840px) {
131
- .item-label .item-name[data-v-a04b672a] {
131
+ .item-label .item-name[data-v-cfeec7c7] {
132
132
  font-size: 14px;
133
133
  line-height: 22px;
134
134
  }
135
135
  }
136
136
  @media (max-width: 600px) {
137
- .item-label .item-name[data-v-a04b672a] {
137
+ .item-label .item-name[data-v-cfeec7c7] {
138
138
  font-size: 12px;
139
139
  line-height: 18px;
140
140
  }
141
141
  }
142
- .item-label .item-name[data-v-a04b672a] {
142
+ .item-label .item-name[data-v-cfeec7c7] {
143
143
  overflow: hidden;
144
144
  text-overflow: ellipsis;
145
145
  word-break: break-all;
@@ -147,57 +147,57 @@
147
147
  -webkit-box-orient: vertical;
148
148
  -webkit-line-clamp: 1;
149
149
  }
150
- .item-label .o-icon[data-v-a04b672a] {
150
+ .item-label .o-icon[data-v-cfeec7c7] {
151
151
  --icon-size: 16px;
152
152
  margin-left: var(--o-gap-1);
153
153
  }
154
154
  @media (max-width: 1680px) {
155
- .item-label .o-icon[data-v-a04b672a] {
155
+ .item-label .o-icon[data-v-cfeec7c7] {
156
156
  --icon-size: 16px;
157
157
  }
158
158
  }
159
- .item-label .content-tag[data-v-a04b672a] {
159
+ .item-label .content-tag[data-v-cfeec7c7] {
160
160
  margin-left: var(--o-gap-1);
161
161
  --layout-pkg-radius: var(--o-radius-xs);
162
162
  }
163
- .desc-container[data-v-a04b672a] {
163
+ .desc-container[data-v-cfeec7c7] {
164
164
  overflow: hidden;
165
165
  position: relative;
166
166
  min-height: 36px;
167
167
  white-space: normal;
168
168
  margin-top: var(--o-gap-1);
169
169
  }
170
- .desc-container .item-desc[data-v-a04b672a] {
170
+ .desc-container .item-desc[data-v-cfeec7c7] {
171
171
  color: var(--o-color-info2);
172
172
  word-break: normal;
173
173
  font-size: 12px;
174
174
  line-height: 18px;
175
175
  }
176
176
  @media (min-width: 1201px) and (max-width: 1680px) {
177
- .desc-container .item-desc[data-v-a04b672a] {
177
+ .desc-container .item-desc[data-v-cfeec7c7] {
178
178
  font-size: 12px;
179
179
  line-height: 18px;
180
180
  }
181
181
  }
182
182
  @media (min-width: 841px) and (max-width: 1200px) {
183
- .desc-container .item-desc[data-v-a04b672a] {
183
+ .desc-container .item-desc[data-v-cfeec7c7] {
184
184
  font-size: 12px;
185
185
  line-height: 18px;
186
186
  }
187
187
  }
188
188
  @media (min-width: 601px) and (max-width: 840px) {
189
- .desc-container .item-desc[data-v-a04b672a] {
189
+ .desc-container .item-desc[data-v-cfeec7c7] {
190
190
  font-size: 12px;
191
191
  line-height: 18px;
192
192
  }
193
193
  }
194
194
  @media (max-width: 600px) {
195
- .desc-container .item-desc[data-v-a04b672a] {
195
+ .desc-container .item-desc[data-v-cfeec7c7] {
196
196
  font-size: 12px;
197
197
  line-height: 18px;
198
198
  }
199
199
  }
200
- .desc-container .item-desc[data-v-a04b672a] {
200
+ .desc-container .item-desc[data-v-cfeec7c7] {
201
201
  overflow: hidden;
202
202
  text-overflow: ellipsis;
203
203
  word-break: break-all;
@@ -205,7 +205,7 @@
205
205
  -webkit-box-orient: vertical;
206
206
  -webkit-line-clamp: 2;
207
207
  }
208
- .desc-container .item-desc-line-1[data-v-a04b672a] {
208
+ .desc-container .item-desc-line-1[data-v-cfeec7c7] {
209
209
  overflow: hidden;
210
210
  text-overflow: ellipsis;
211
211
  word-break: break-all;
@@ -213,7 +213,7 @@
213
213
  -webkit-box-orient: vertical;
214
214
  -webkit-line-clamp: 1;
215
215
  }
216
- .desc-container .item-desc-line-3[data-v-a04b672a] {
216
+ .desc-container .item-desc-line-3[data-v-cfeec7c7] {
217
217
  overflow: hidden;
218
218
  text-overflow: ellipsis;
219
219
  word-break: break-all;
@@ -221,7 +221,7 @@
221
221
  -webkit-box-orient: vertical;
222
222
  -webkit-line-clamp: 3;
223
223
  }
224
- .desc-container .item-desc-line-4[data-v-a04b672a] {
224
+ .desc-container .item-desc-line-4[data-v-cfeec7c7] {
225
225
  overflow: hidden;
226
226
  text-overflow: ellipsis;
227
227
  word-break: break-all;
@@ -229,7 +229,7 @@
229
229
  -webkit-box-orient: vertical;
230
230
  -webkit-line-clamp: 4;
231
231
  }
232
- .desc-container .item-desc-line-5[data-v-a04b672a] {
232
+ .desc-container .item-desc-line-5[data-v-cfeec7c7] {
233
233
  overflow: hidden;
234
234
  text-overflow: ellipsis;
235
235
  word-break: break-all;
@@ -237,7 +237,7 @@
237
237
  -webkit-box-orient: vertical;
238
238
  -webkit-line-clamp: 5;
239
239
  }
240
- .desc-container .item-desc-line-6[data-v-a04b672a] {
240
+ .desc-container .item-desc-line-6[data-v-cfeec7c7] {
241
241
  overflow: hidden;
242
242
  text-overflow: ellipsis;
243
243
  word-break: break-all;
@@ -245,48 +245,48 @@
245
245
  -webkit-box-orient: vertical;
246
246
  -webkit-line-clamp: 6;
247
247
  }
248
- .content-item-disabled[data-v-a04b672a] {
248
+ .content-item-disabled[data-v-cfeec7c7] {
249
249
  cursor: no-drop;
250
250
  }
251
- .content-item-disabled .item-label[data-v-a04b672a] {
251
+ .content-item-disabled .item-label[data-v-cfeec7c7] {
252
252
  color: var(--o-color-info4);
253
253
  cursor: no-drop;
254
254
  pointer-events: none;
255
255
  }
256
- .content-item-disabled .desc-container .item-desc[data-v-a04b672a] {
256
+ .content-item-disabled .desc-container .item-desc[data-v-cfeec7c7] {
257
257
  color: var(--o-color-info4);
258
258
  }
259
- .popover-item-desc[data-v-a04b672a] {
259
+ .popover-item-desc[data-v-cfeec7c7] {
260
260
  width: 200px;
261
261
  height: auto;
262
262
  }
263
- .split-line[data-v-a04b672a] {
263
+ .split-line[data-v-cfeec7c7] {
264
264
  background: var(--o-color-control4);
265
265
  width: 1px;
266
266
  margin: 0 16px;
267
267
  flex-shrink: 0;
268
268
  }
269
269
  @media (max-width: 1200px) {
270
- .split-line[data-v-a04b672a] {
270
+ .split-line[data-v-cfeec7c7] {
271
271
  display: none;
272
272
  }
273
273
  }
274
- .content-right[data-v-a04b672a] {
274
+ .content-right[data-v-cfeec7c7] {
275
275
  width: 342px;
276
276
  padding: 32px 0;
277
277
  flex-shrink: 0;
278
278
  }
279
279
  @media (max-width: 1680px) {
280
- .content-right[data-v-a04b672a] {
280
+ .content-right[data-v-cfeec7c7] {
281
281
  width: 240px;
282
282
  }
283
283
  }
284
284
  @media (max-width: 1200px) {
285
- .content-right[data-v-a04b672a] {
285
+ .content-right[data-v-cfeec7c7] {
286
286
  display: none;
287
287
  }
288
288
  }
289
- .content-right .shortcut[data-v-a04b672a] {
289
+ .content-right .shortcut[data-v-cfeec7c7] {
290
290
  min-height: 42px;
291
291
  background: var(--o-color-fill1);
292
292
  border-radius: var(--o-radius_control-xs);
@@ -299,93 +299,93 @@
299
299
  line-height: 22px;
300
300
  }
301
301
  @media (min-width: 1201px) and (max-width: 1680px) {
302
- .content-right .shortcut[data-v-a04b672a] {
302
+ .content-right .shortcut[data-v-cfeec7c7] {
303
303
  font-size: 12px;
304
304
  line-height: 18px;
305
305
  }
306
306
  }
307
307
  @media (min-width: 841px) and (max-width: 1200px) {
308
- .content-right .shortcut[data-v-a04b672a] {
308
+ .content-right .shortcut[data-v-cfeec7c7] {
309
309
  font-size: 12px;
310
310
  line-height: 18px;
311
311
  }
312
312
  }
313
313
  @media (min-width: 601px) and (max-width: 840px) {
314
- .content-right .shortcut[data-v-a04b672a] {
314
+ .content-right .shortcut[data-v-cfeec7c7] {
315
315
  font-size: 12px;
316
316
  line-height: 18px;
317
317
  }
318
318
  }
319
319
  @media (max-width: 600px) {
320
- .content-right .shortcut[data-v-a04b672a] {
320
+ .content-right .shortcut[data-v-cfeec7c7] {
321
321
  font-size: 12px;
322
322
  line-height: 18px;
323
323
  }
324
324
  }
325
325
  @media (min-width: 1201px) and (max-width: 1680px) {
326
- .content-right .shortcut[data-v-a04b672a] {
326
+ .content-right .shortcut[data-v-cfeec7c7] {
327
327
  font-size: 16px;
328
328
  line-height: 24px;
329
329
  }
330
330
  }
331
331
  @media (min-width: 1201px) and (max-width: 1680px) and (min-width: 1201px) and (max-width: 1680px) {
332
- .content-right .shortcut[data-v-a04b672a] {
332
+ .content-right .shortcut[data-v-cfeec7c7] {
333
333
  font-size: 14px;
334
334
  line-height: 22px;
335
335
  }
336
336
  }
337
337
  @media (min-width: 1201px) and (max-width: 1680px) and (min-width: 841px) and (max-width: 1200px) {
338
- .content-right .shortcut[data-v-a04b672a] {
338
+ .content-right .shortcut[data-v-cfeec7c7] {
339
339
  font-size: 14px;
340
340
  line-height: 22px;
341
341
  }
342
342
  }
343
343
  @media (min-width: 1201px) and (max-width: 1680px) and (min-width: 601px) and (max-width: 840px) {
344
- .content-right .shortcut[data-v-a04b672a] {
344
+ .content-right .shortcut[data-v-cfeec7c7] {
345
345
  font-size: 14px;
346
346
  line-height: 22px;
347
347
  }
348
348
  }
349
349
  @media (min-width: 1201px) and (max-width: 1680px) and (max-width: 600px) {
350
- .content-right .shortcut[data-v-a04b672a] {
350
+ .content-right .shortcut[data-v-cfeec7c7] {
351
351
  font-size: 12px;
352
352
  line-height: 18px;
353
353
  }
354
354
  }
355
355
  @media (min-width: 841px) and (max-width: 1200px) {
356
- .content-right .shortcut[data-v-a04b672a] {
356
+ .content-right .shortcut[data-v-cfeec7c7] {
357
357
  font-size: 16px;
358
358
  line-height: 24px;
359
359
  }
360
360
  }
361
361
  @media (min-width: 841px) and (max-width: 1200px) and (min-width: 1201px) and (max-width: 1680px) {
362
- .content-right .shortcut[data-v-a04b672a] {
362
+ .content-right .shortcut[data-v-cfeec7c7] {
363
363
  font-size: 14px;
364
364
  line-height: 22px;
365
365
  }
366
366
  }
367
367
  @media (min-width: 841px) and (max-width: 1200px) and (min-width: 841px) and (max-width: 1200px) {
368
- .content-right .shortcut[data-v-a04b672a] {
368
+ .content-right .shortcut[data-v-cfeec7c7] {
369
369
  font-size: 14px;
370
370
  line-height: 22px;
371
371
  }
372
372
  }
373
373
  @media (min-width: 841px) and (max-width: 1200px) and (min-width: 601px) and (max-width: 840px) {
374
- .content-right .shortcut[data-v-a04b672a] {
374
+ .content-right .shortcut[data-v-cfeec7c7] {
375
375
  font-size: 14px;
376
376
  line-height: 22px;
377
377
  }
378
378
  }
379
379
  @media (min-width: 841px) and (max-width: 1200px) and (max-width: 600px) {
380
- .content-right .shortcut[data-v-a04b672a] {
380
+ .content-right .shortcut[data-v-cfeec7c7] {
381
381
  font-size: 12px;
382
382
  line-height: 18px;
383
383
  }
384
384
  }
385
- .content-right .shortcut + .shortcut[data-v-a04b672a] {
385
+ .content-right .shortcut + .shortcut[data-v-cfeec7c7] {
386
386
  margin-top: var(--o-gap-2);
387
387
  }
388
- .content-right .shortcut .shortcut-link[data-v-a04b672a] {
388
+ .content-right .shortcut .shortcut-link[data-v-cfeec7c7] {
389
389
  display: flex;
390
390
  align-items: center;
391
391
  color: var(--o-color-link1);
@@ -393,12 +393,12 @@
393
393
  white-space: normal;
394
394
  }
395
395
  @media (hover: hover) {
396
- .content-right .shortcut .shortcut-link[data-v-a04b672a]:hover {
396
+ .content-right .shortcut .shortcut-link[data-v-cfeec7c7]:hover {
397
397
  color: var(--o-color-primary2);
398
398
  text-decoration: none;
399
399
  }
400
400
  }
401
- .content-right .shortcut .shortcut-link .shortcut-title[data-v-a04b672a] {
401
+ .content-right .shortcut .shortcut-link .shortcut-title[data-v-cfeec7c7] {
402
402
  overflow: hidden;
403
403
  text-overflow: ellipsis;
404
404
  word-break: break-all;
@@ -406,22 +406,22 @@
406
406
  -webkit-box-orient: vertical;
407
407
  -webkit-line-clamp: 1;
408
408
  }
409
- .content-right .shortcut .shortcut-link .o-icon[data-v-a04b672a] {
409
+ .content-right .shortcut .shortcut-link .o-icon[data-v-cfeec7c7] {
410
410
  --icon-size: 16px;
411
411
  margin-left: var(--o-gap-2);
412
412
  }
413
- .content-right .review[data-v-a04b672a] {
413
+ .content-right .review[data-v-cfeec7c7] {
414
414
  display: flex;
415
415
  align-items: unset;
416
416
  position: relative;
417
417
  }
418
418
  @media (hover: hover) {
419
- .content-right .review[data-v-a04b672a]:hover {
419
+ .content-right .review[data-v-cfeec7c7]:hover {
420
420
  text-decoration: none;
421
421
  }
422
422
  }
423
423
  @media (min-width: 841px) and (max-width: 1200px) {
424
- .content-right .review[data-v-a04b672a]:not(:last-child):after {
424
+ .content-right .review[data-v-cfeec7c7]:not(:last-child):after {
425
425
  content: "";
426
426
  position: absolute;
427
427
  left: 0;
@@ -431,10 +431,10 @@
431
431
  background: var(--o-color-control4);
432
432
  }
433
433
  }
434
- .content-right .review + .review[data-v-a04b672a] {
434
+ .content-right .review + .review[data-v-cfeec7c7] {
435
435
  margin-top: var(--o-gap-3);
436
436
  }
437
- .content-right .review .review-picture[data-v-a04b672a] {
437
+ .content-right .review .review-picture[data-v-cfeec7c7] {
438
438
  width: 120px;
439
439
  height: auto;
440
440
  display: block;
@@ -442,11 +442,16 @@
442
442
  border-radius: var(--o-radius-xs);
443
443
  }
444
444
  @media (max-width: 1680px) {
445
- .content-right .review .review-picture[data-v-a04b672a] {
445
+ .content-right .review .review-picture[data-v-cfeec7c7] {
446
+ width: 96px;
447
+ }
448
+ }
449
+ @media (max-width: 1440px) {
450
+ .content-right .review .review-picture[data-v-cfeec7c7] {
446
451
  display: none;
447
452
  }
448
453
  }
449
- .content-right .review .review-content[data-v-a04b672a] {
454
+ .content-right .review .review-content[data-v-cfeec7c7] {
450
455
  margin-left: var(--o-gap-2);
451
456
  flex: 1;
452
457
  max-width: 212px;
@@ -457,12 +462,13 @@
457
462
  white-space: normal;
458
463
  }
459
464
  @media (max-width: 1680px) {
460
- .content-right .review .review-content[data-v-a04b672a] {
461
- margin-left: unset;
465
+ .content-right .review .review-content[data-v-cfeec7c7] {
466
+ margin-left: var(--o-gap-1);
462
467
  height: auto;
468
+ max-width: 140px;
463
469
  }
464
470
  }
465
- .content-right .review .review-content .review-label[data-v-a04b672a] {
471
+ .content-right .review .review-content .review-label[data-v-cfeec7c7] {
466
472
  word-break: normal;
467
473
  max-height: 48px;
468
474
  color: var(--o-color-info1);
@@ -472,30 +478,30 @@
472
478
  line-height: 24px;
473
479
  }
474
480
  @media (min-width: 1201px) and (max-width: 1680px) {
475
- .content-right .review .review-content .review-label[data-v-a04b672a] {
481
+ .content-right .review .review-content .review-label[data-v-cfeec7c7] {
476
482
  font-size: 14px;
477
483
  line-height: 22px;
478
484
  }
479
485
  }
480
486
  @media (min-width: 841px) and (max-width: 1200px) {
481
- .content-right .review .review-content .review-label[data-v-a04b672a] {
487
+ .content-right .review .review-content .review-label[data-v-cfeec7c7] {
482
488
  font-size: 14px;
483
489
  line-height: 22px;
484
490
  }
485
491
  }
486
492
  @media (min-width: 601px) and (max-width: 840px) {
487
- .content-right .review .review-content .review-label[data-v-a04b672a] {
493
+ .content-right .review .review-content .review-label[data-v-cfeec7c7] {
488
494
  font-size: 14px;
489
495
  line-height: 22px;
490
496
  }
491
497
  }
492
498
  @media (max-width: 600px) {
493
- .content-right .review .review-content .review-label[data-v-a04b672a] {
499
+ .content-right .review .review-content .review-label[data-v-cfeec7c7] {
494
500
  font-size: 12px;
495
501
  line-height: 18px;
496
502
  }
497
503
  }
498
- .content-right .review .review-content .review-label[data-v-a04b672a] {
504
+ .content-right .review .review-content .review-label[data-v-cfeec7c7] {
499
505
  overflow: hidden;
500
506
  text-overflow: ellipsis;
501
507
  word-break: break-all;
@@ -504,16 +510,27 @@
504
510
  -webkit-line-clamp: 2;
505
511
  }
506
512
  @media (hover: hover) {
507
- .content-right .review .review-content .review-label[data-v-a04b672a]:hover {
513
+ .content-right .review .review-content .review-label[data-v-cfeec7c7]:hover {
508
514
  color: var(--o-color-primary1);
509
515
  }
510
516
  }
511
517
  @media (min-width: 841px) and (max-width: 1680px) {
512
- .content-right .review .review-content .review-label[data-v-a04b672a] {
518
+ .content-right .review .review-content .review-label[data-v-cfeec7c7] {
513
519
  max-height: 44px;
514
520
  }
515
521
  }
516
- .content-right .review .review-content .review-property[data-v-a04b672a] {
522
+ @media (max-width: 1680px) {
523
+ .content-right .review .review-content .review-label[data-v-cfeec7c7] {
524
+ max-height: none;
525
+ overflow: hidden;
526
+ text-overflow: ellipsis;
527
+ word-break: break-all;
528
+ display: -webkit-box;
529
+ -webkit-box-orient: vertical;
530
+ -webkit-line-clamp: 1;
531
+ }
532
+ }
533
+ .content-right .review .review-content .review-property[data-v-cfeec7c7] {
517
534
  color: var(--o-color-info3);
518
535
  overflow: hidden;
519
536
  white-space: nowrap;
@@ -522,37 +539,37 @@
522
539
  line-height: 18px;
523
540
  }
524
541
  @media (min-width: 1201px) and (max-width: 1680px) {
525
- .content-right .review .review-content .review-property[data-v-a04b672a] {
542
+ .content-right .review .review-content .review-property[data-v-cfeec7c7] {
526
543
  font-size: 12px;
527
544
  line-height: 18px;
528
545
  }
529
546
  }
530
547
  @media (min-width: 841px) and (max-width: 1200px) {
531
- .content-right .review .review-content .review-property[data-v-a04b672a] {
548
+ .content-right .review .review-content .review-property[data-v-cfeec7c7] {
532
549
  font-size: 12px;
533
550
  line-height: 18px;
534
551
  }
535
552
  }
536
553
  @media (min-width: 601px) and (max-width: 840px) {
537
- .content-right .review .review-content .review-property[data-v-a04b672a] {
554
+ .content-right .review .review-content .review-property[data-v-cfeec7c7] {
538
555
  font-size: 12px;
539
556
  line-height: 18px;
540
557
  }
541
558
  }
542
559
  @media (max-width: 600px) {
543
- .content-right .review .review-content .review-property[data-v-a04b672a] {
560
+ .content-right .review .review-content .review-property[data-v-cfeec7c7] {
544
561
  font-size: 12px;
545
562
  line-height: 18px;
546
563
  }
547
564
  }
548
- .popover-shortcut[data-v-a04b672a] {
565
+ .popover-shortcut[data-v-cfeec7c7] {
549
566
  height: auto;
550
567
  max-width: 240px;
551
568
  }
552
- [data-o-theme*=dark] .content-right .shortcut[data-v-a04b672a] {
569
+ [data-o-theme*=dark] .content-right .shortcut[data-v-cfeec7c7] {
553
570
  background: var(--o-color-fill3);
554
571
  }
555
- .nav-background-left[data-v-a04b672a] {
572
+ .nav-background-left[data-v-cfeec7c7] {
556
573
  position: absolute;
557
574
  left: 0;
558
575
  top: -87px;
@@ -562,11 +579,11 @@
562
579
  z-index: -1;
563
580
  }
564
581
  @media (max-width: 1680px) {
565
- .nav-background-left[data-v-a04b672a] {
582
+ .nav-background-left[data-v-cfeec7c7] {
566
583
  display: none;
567
584
  }
568
585
  }
569
- .nav-background-right[data-v-a04b672a] {
586
+ .nav-background-right[data-v-cfeec7c7] {
570
587
  position: absolute;
571
588
  right: 0;
572
589
  bottom: 0;
@@ -575,275 +592,276 @@
575
592
  background-size: cover;
576
593
  z-index: -1;
577
594
  }
578
- @media (max-width: 1680px) {
579
- .nav-background-right[data-v-a04b672a] {
580
- display: none;
581
- }
582
- }
583
- .openeuler[data-v-a04b672a] {
595
+ .openeuler[data-v-cfeec7c7] {
584
596
  --sub-right: 24px;
585
597
  }
586
598
  @media (max-width: 1440px) {
587
- .openeuler[data-v-a04b672a] {
599
+ .openeuler[data-v-cfeec7c7] {
588
600
  --sub-right: 16px;
589
601
  }
590
602
  }
591
- .openeuler.download .item-sub[data-v-a04b672a] {
603
+ .openeuler.download .item-sub[data-v-cfeec7c7] {
592
604
  width: 25%;
593
605
  }
594
- .openeuler.download .item-sub[data-v-a04b672a]:nth-of-type(1) {
606
+ .openeuler.download .item-sub[data-v-cfeec7c7]:nth-of-type(1) {
595
607
  width: 50%;
596
608
  }
597
- .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-a04b672a] {
609
+ .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-cfeec7c7] {
598
610
  flex-direction: row;
599
611
  }
600
- .openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-a04b672a] {
612
+ .openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-cfeec7c7] {
601
613
  width: calc(50% - var(--sub-right));
602
614
  }
603
- .openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-a04b672a]:nth-of-type(2) {
615
+ .openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-cfeec7c7]:nth-of-type(2) {
604
616
  margin-top: 0;
605
617
  }
606
- .openeuler.development .item-sub[data-v-a04b672a] {
618
+ .openeuler.development .item-sub[data-v-cfeec7c7] {
607
619
  width: 20%;
608
620
  }
609
- .openeuler.development .content-item[data-v-a04b672a] {
621
+ .openeuler.development .content-item[data-v-cfeec7c7] {
610
622
  width: auto;
611
623
  }
612
- .openeuler.document .item-sub[data-v-a04b672a] {
624
+ .openeuler.document .item-sub[data-v-cfeec7c7] {
613
625
  width: 76%;
614
626
  }
615
- .openeuler.document .item-sub .content-container[data-v-a04b672a] {
627
+ .openeuler.document .item-sub .content-container[data-v-cfeec7c7] {
616
628
  flex-direction: row;
617
629
  }
618
- .openeuler.document .item-sub .content-item[data-v-a04b672a] {
630
+ .openeuler.document .item-sub .content-item[data-v-cfeec7c7] {
619
631
  width: calc(25% - var(--sub-right));
620
632
  margin-right: var(--sub-right);
621
633
  }
622
- .openeuler.document .item-sub .content-item[data-v-a04b672a]:nth-child(-n+4) {
634
+ .openeuler.document .item-sub .content-item[data-v-cfeec7c7]:nth-child(-n+4) {
623
635
  margin-top: 0;
624
636
  }
625
- .openeuler.document .item-sub .content-item[data-v-a04b672a]:nth-of-type(4) {
637
+ .openeuler.document .item-sub .content-item[data-v-cfeec7c7]:nth-of-type(4) {
626
638
  margin-right: 0;
627
639
  }
628
640
  @media (max-width: 1200px) {
629
- .openeuler.document .item-sub[data-v-a04b672a] {
641
+ .openeuler.document .item-sub[data-v-cfeec7c7] {
630
642
  width: 100%;
631
643
  }
632
644
  }
633
- .openeuler.learn .item-sub[data-v-a04b672a]:nth-of-type(1) {
645
+ .openeuler.learn .item-sub[data-v-cfeec7c7]:nth-of-type(1) {
634
646
  width: 33%;
635
647
  }
636
- .openeuler.learn .item-sub[data-v-a04b672a]:nth-of-type(2) {
648
+ .openeuler.learn .item-sub[data-v-cfeec7c7]:nth-of-type(2) {
637
649
  width: 66%;
638
650
  }
639
- .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-a04b672a] {
651
+ .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-cfeec7c7] {
640
652
  flex-direction: row;
641
653
  }
642
- .openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-a04b672a] {
654
+ .openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-cfeec7c7] {
643
655
  width: calc(50% - var(--sub-right));
644
656
  margin-right: var(--sub-right);
645
657
  }
646
- .openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-a04b672a]:nth-of-type(2) {
658
+ .openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-cfeec7c7]:nth-of-type(2) {
647
659
  margin-top: 0;
648
660
  margin-right: 0;
649
661
  }
650
- .openeuler.approve .item-sub[data-v-a04b672a] {
662
+ .openeuler.approve .item-sub[data-v-cfeec7c7] {
651
663
  width: 25%;
652
664
  }
653
- .openeuler.approve .item-sub[data-v-a04b672a]:nth-of-type(1) {
665
+ .openeuler.approve .item-sub[data-v-cfeec7c7]:nth-of-type(1) {
654
666
  width: 50%;
655
667
  }
656
- .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-a04b672a] {
668
+ .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-cfeec7c7] {
657
669
  flex-direction: row;
658
670
  }
659
- .openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-a04b672a] {
671
+ .openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-cfeec7c7] {
660
672
  width: calc(50% - var(--sub-right));
661
673
  }
662
- .openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-a04b672a]:nth-of-type(2) {
674
+ .openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-cfeec7c7]:nth-of-type(2) {
663
675
  margin-top: 0;
664
676
  }
665
- .openeuler.community .item-sub[data-v-a04b672a] {
677
+ .openeuler.community .item-sub[data-v-cfeec7c7] {
666
678
  width: 25%;
667
679
  }
668
- .openeuler.community .item-sub[data-v-a04b672a]:nth-of-type(1) {
680
+ .openeuler.community .item-sub[data-v-cfeec7c7]:nth-of-type(1) {
669
681
  width: 75%;
670
682
  }
671
- .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-a04b672a] {
683
+ .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-cfeec7c7] {
672
684
  flex-direction: row;
673
685
  }
674
- .openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-a04b672a] {
686
+ .openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-cfeec7c7] {
675
687
  width: calc(33% - var(--sub-right));
676
688
  }
677
- .openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-a04b672a]:nth-child(-n+3) {
689
+ .openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-cfeec7c7]:nth-child(-n+3) {
678
690
  margin-top: 0;
679
691
  }
680
- .openeuler.update .item-sub[data-v-a04b672a] {
692
+ .openeuler.update .item-sub[data-v-cfeec7c7] {
681
693
  width: 50%;
682
694
  }
683
- .openeuler.update .item-sub .content-container[data-v-a04b672a] {
695
+ .openeuler.update .item-sub .content-container[data-v-cfeec7c7] {
684
696
  flex-direction: row;
685
697
  }
686
- .openeuler.update .item-sub .content-item[data-v-a04b672a] {
698
+ .openeuler.update .item-sub .content-item[data-v-cfeec7c7] {
687
699
  width: calc(50% - var(--sub-right));
688
700
  }
689
- .openeuler.update .item-sub .content-item[data-v-a04b672a]:nth-of-type(2) {
701
+ .openeuler.update .item-sub .content-item[data-v-cfeec7c7]:nth-of-type(2) {
690
702
  margin-top: 0;
691
703
  }
692
- .openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-a04b672a] {
704
+ .openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-cfeec7c7] {
693
705
  margin-right: var(--sub-right);
694
706
  }
695
- .openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-a04b672a]:nth-of-type(2) {
707
+ .openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-cfeec7c7]:nth-of-type(2) {
696
708
  margin-right: 0;
697
709
  }
698
- .mindspore .nav-background-left[data-v-a04b672a] {
710
+ .mindspore .nav-background-left[data-v-cfeec7c7] {
699
711
  left: 0;
700
712
  top: 0;
701
713
  width: 540px;
702
714
  height: 360px;
703
715
  }
704
- .mindspore .nav-background-right[data-v-a04b672a] {
716
+ .mindspore .nav-background-right[data-v-cfeec7c7] {
705
717
  width: 643px;
706
718
  height: 364px;
707
719
  z-index: -1;
708
720
  }
709
- .mindspore .item-label .item-name[data-v-a04b672a] {
721
+ .mindspore .item-label .item-name[data-v-cfeec7c7] {
710
722
  font-size: 14px;
711
723
  line-height: 22px;
712
724
  }
713
725
  @media (min-width: 1201px) and (max-width: 1680px) {
714
- .mindspore .item-label .item-name[data-v-a04b672a] {
726
+ .mindspore .item-label .item-name[data-v-cfeec7c7] {
715
727
  font-size: 12px;
716
728
  line-height: 18px;
717
729
  }
718
730
  }
719
731
  @media (min-width: 841px) and (max-width: 1200px) {
720
- .mindspore .item-label .item-name[data-v-a04b672a] {
732
+ .mindspore .item-label .item-name[data-v-cfeec7c7] {
721
733
  font-size: 12px;
722
734
  line-height: 18px;
723
735
  }
724
736
  }
725
737
  @media (min-width: 601px) and (max-width: 840px) {
726
- .mindspore .item-label .item-name[data-v-a04b672a] {
738
+ .mindspore .item-label .item-name[data-v-cfeec7c7] {
727
739
  font-size: 12px;
728
740
  line-height: 18px;
729
741
  }
730
742
  }
731
743
  @media (max-width: 600px) {
732
- .mindspore .item-label .item-name[data-v-a04b672a] {
744
+ .mindspore .item-label .item-name[data-v-cfeec7c7] {
733
745
  font-size: 12px;
734
746
  line-height: 18px;
735
747
  }
736
748
  }
737
- .mindspore .item-label .content-tag[data-v-a04b672a] {
749
+ .mindspore .item-label .content-tag[data-v-cfeec7c7] {
738
750
  --layout-pkg-radius: 100vh;
739
751
  }
740
- .mindspore .item-label .tag-new[data-v-a04b672a] {
752
+ .mindspore .item-label .tag-new[data-v-cfeec7c7] {
741
753
  --tag-bg-color: var(--o-color-success1);
742
754
  --tag-bd-color: var(--o-color-success1);
743
755
  }
744
- .openubmc[data-v-a04b672a] {
756
+ .mindspore .content-right .shortcut[data-v-cfeec7c7] {
757
+ border-radius: var(--o-radius-s);
758
+ }
759
+ .mindspore .content-right .review .review-picture[data-v-cfeec7c7] {
760
+ border-radius: var(--o-radius-s);
761
+ }
762
+ .openubmc[data-v-cfeec7c7] {
745
763
  --sub-right: 24px;
746
764
  }
747
765
  @media (max-width: 1440px) {
748
- .openubmc[data-v-a04b672a] {
766
+ .openubmc[data-v-cfeec7c7] {
749
767
  --sub-right: 16px;
750
768
  }
751
769
  }
752
- .openubmc.download .item-sub[data-v-a04b672a] {
770
+ .openubmc.download .item-sub[data-v-cfeec7c7] {
753
771
  width: 25%;
754
772
  }
755
- .openubmc.download .item-sub[data-v-a04b672a]:nth-of-type(1) {
773
+ .openubmc.download .item-sub[data-v-cfeec7c7]:nth-of-type(1) {
756
774
  width: 50%;
757
775
  }
758
- .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-a04b672a] {
776
+ .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-cfeec7c7] {
759
777
  flex-direction: row;
760
778
  }
761
- .openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-a04b672a] {
779
+ .openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-cfeec7c7] {
762
780
  width: calc(50% - var(--sub-right));
763
781
  }
764
- .openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-a04b672a]:nth-of-type(2) {
782
+ .openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-cfeec7c7]:nth-of-type(2) {
765
783
  margin-top: 0;
766
784
  }
767
- .openubmc.development .item-sub[data-v-a04b672a], .openubmc.trends .item-sub[data-v-a04b672a] {
785
+ .openubmc.development .item-sub[data-v-cfeec7c7], .openubmc.trends .item-sub[data-v-cfeec7c7] {
768
786
  width: 100%;
769
787
  }
770
- .openubmc.development .item-sub .content-container[data-v-a04b672a], .openubmc.trends .item-sub .content-container[data-v-a04b672a] {
788
+ .openubmc.development .item-sub .content-container[data-v-cfeec7c7], .openubmc.trends .item-sub .content-container[data-v-cfeec7c7] {
771
789
  flex-direction: row;
772
790
  }
773
- .openubmc.development .item-sub .content-item[data-v-a04b672a], .openubmc.trends .item-sub .content-item[data-v-a04b672a] {
791
+ .openubmc.development .item-sub .content-item[data-v-cfeec7c7], .openubmc.trends .item-sub .content-item[data-v-cfeec7c7] {
774
792
  width: calc(33% - var(--sub-right));
775
793
  margin-right: var(--sub-right);
776
794
  }
777
- .openubmc.development .item-sub .content-item[data-v-a04b672a]:nth-child(-n+4), .openubmc.trends .item-sub .content-item[data-v-a04b672a]:nth-child(-n+4) {
795
+ .openubmc.development .item-sub .content-item[data-v-cfeec7c7]:nth-child(-n+4), .openubmc.trends .item-sub .content-item[data-v-cfeec7c7]:nth-child(-n+4) {
778
796
  margin-top: 0;
779
797
  }
780
- .openubmc.development .item-sub .content-item[data-v-a04b672a]:nth-of-type(4), .openubmc.trends .item-sub .content-item[data-v-a04b672a]:nth-of-type(4) {
798
+ .openubmc.development .item-sub .content-item[data-v-cfeec7c7]:nth-of-type(4), .openubmc.trends .item-sub .content-item[data-v-cfeec7c7]:nth-of-type(4) {
781
799
  margin-right: 0;
782
800
  }
783
- .openubmc.docs .item-sub[data-v-a04b672a] {
801
+ .openubmc.docs .item-sub[data-v-cfeec7c7] {
784
802
  width: 76%;
785
803
  }
786
- .openubmc.docs .item-sub .content-container[data-v-a04b672a] {
804
+ .openubmc.docs .item-sub .content-container[data-v-cfeec7c7] {
787
805
  flex-direction: row;
788
806
  }
789
- .openubmc.docs .item-sub .content-item[data-v-a04b672a] {
807
+ .openubmc.docs .item-sub .content-item[data-v-cfeec7c7] {
790
808
  width: calc(25% - var(--sub-right));
791
809
  margin-right: var(--sub-right);
792
810
  }
793
- .openubmc.docs .item-sub .content-item[data-v-a04b672a]:nth-child(-n+4) {
811
+ .openubmc.docs .item-sub .content-item[data-v-cfeec7c7]:nth-child(-n+4) {
794
812
  margin-top: 0;
795
813
  }
796
- .openubmc.docs .item-sub .content-item[data-v-a04b672a]:nth-of-type(4) {
814
+ .openubmc.docs .item-sub .content-item[data-v-cfeec7c7]:nth-of-type(4) {
797
815
  margin-right: 0;
798
816
  }
799
817
  @media (max-width: 1200px) {
800
- .openubmc.docs .item-sub[data-v-a04b672a] {
818
+ .openubmc.docs .item-sub[data-v-cfeec7c7] {
801
819
  width: 100%;
802
820
  }
803
821
  }
804
- .openubmc.learn .item-sub[data-v-a04b672a] {
822
+ .openubmc.learn .item-sub[data-v-cfeec7c7] {
805
823
  width: 38%;
806
824
  }
807
- .openubmc.support .item-sub[data-v-a04b672a] {
825
+ .openubmc.support .item-sub[data-v-cfeec7c7] {
808
826
  width: 19%;
809
827
  }
810
- .openubmc.support .item-sub[data-v-a04b672a]:nth-of-type(2) {
828
+ .openubmc.support .item-sub[data-v-cfeec7c7]:nth-of-type(2) {
811
829
  width: 57%;
812
830
  }
813
- .openubmc.support .item-sub:nth-of-type(2) .content-container[data-v-a04b672a] {
831
+ .openubmc.support .item-sub:nth-of-type(2) .content-container[data-v-cfeec7c7] {
814
832
  flex-direction: row;
815
833
  }
816
- .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-a04b672a] {
834
+ .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-cfeec7c7] {
817
835
  width: calc(33% - var(--sub-right));
818
836
  margin-right: var(--sub-right);
819
837
  }
820
- .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-a04b672a]:nth-child(-n+3) {
838
+ .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-cfeec7c7]:nth-child(-n+3) {
821
839
  margin-top: 0;
822
840
  }
823
- .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-a04b672a]:nth-of-type(3n) {
841
+ .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-cfeec7c7]:nth-of-type(3n) {
824
842
  margin-right: 0;
825
843
  }
826
844
  @media (max-width: 1200px) {
827
- .openubmc.support .item-sub[data-v-a04b672a] {
845
+ .openubmc.support .item-sub[data-v-cfeec7c7] {
828
846
  width: 25%;
829
847
  }
830
- .openubmc.support .item-sub[data-v-a04b672a]:nth-of-type(2) {
848
+ .openubmc.support .item-sub[data-v-cfeec7c7]:nth-of-type(2) {
831
849
  width: 75%;
832
850
  }
833
851
  }
834
- .openubmc.community .item-sub[data-v-a04b672a] {
852
+ .openubmc.community .item-sub[data-v-cfeec7c7] {
835
853
  width: 50%;
836
854
  }
837
- .openubmc.community .item-sub .content-container[data-v-a04b672a] {
855
+ .openubmc.community .item-sub .content-container[data-v-cfeec7c7] {
838
856
  flex-direction: row;
839
857
  }
840
- .openubmc.community .item-sub .content-item[data-v-a04b672a] {
858
+ .openubmc.community .item-sub .content-item[data-v-cfeec7c7] {
841
859
  width: calc(50% - var(--sub-right));
842
860
  margin-right: var(--sub-right);
843
861
  }
844
- .openubmc.community .item-sub .content-item[data-v-a04b672a]:nth-child(-n+2) {
862
+ .openubmc.community .item-sub .content-item[data-v-cfeec7c7]:nth-child(-n+2) {
845
863
  margin-top: 0;
846
864
  }
847
- .openubmc.community .item-sub .content-item[data-v-a04b672a]:nth-of-type(2n) {
865
+ .openubmc.community .item-sub .content-item[data-v-cfeec7c7]:nth-of-type(2n) {
848
866
  margin-right: 0;
849
867
  }