@opendesign-plus-test/components 0.0.1-rc.151 → 0.0.1-rc.152

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 (38) hide show
  1. package/dist/components/meeting/OMeetingMinutes.vue.d.ts +348 -2
  2. package/dist/components/meeting/index.d.ts +174 -1
  3. package/dist/components/meeting/types.d.ts +1 -0
  4. package/dist/components/sig/OSigDetail.vue.d.ts +1 -1
  5. package/dist/components/sig/components/OSigItem.vue.d.ts +1 -4
  6. package/dist/components.cjs.js +34 -34
  7. package/dist/components.css +1 -1
  8. package/dist/components.es.js +3203 -3200
  9. package/dist/treeshaking/components/activity/OActivityApproval.css +8 -8
  10. package/dist/treeshaking/components/footer/components/FooterList.css +96 -109
  11. package/dist/treeshaking/components/footer/components/FooterList.vue.mjs +1 -1
  12. package/dist/treeshaking/components/header/components/HeaderContent.css +185 -185
  13. package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
  14. package/dist/treeshaking/components/meeting/OMeetingMinutes.css +176 -223
  15. package/dist/treeshaking/components/meeting/OMeetingMinutes.vue.d.ts +348 -2
  16. package/dist/treeshaking/components/meeting/OMeetingMinutes.vue.mjs +373 -6
  17. package/dist/treeshaking/components/meeting/OMeetingMinutes.vue3.mjs +5 -0
  18. package/dist/treeshaking/components/meeting/components/OMeetingSendMinutesDialog.css +53 -53
  19. package/dist/treeshaking/components/meeting/components/OMeetingSendMinutesDialog.vue.mjs +1 -1
  20. package/dist/treeshaking/components/meeting/index.d.ts +174 -1
  21. package/dist/treeshaking/components/meeting/index.mjs +13 -12
  22. package/dist/treeshaking/components/meeting/types.d.ts +1 -0
  23. package/dist/treeshaking/components/sig/OSigDetail.css +3 -7
  24. package/dist/treeshaking/components/sig/OSigDetail.vue.d.ts +1 -1
  25. package/dist/treeshaking/components/sig/OSigDetail.vue.mjs +3 -6
  26. package/dist/treeshaking/components/sig/OSigList.css +7 -16
  27. package/dist/treeshaking/components/sig/OSigList.vue.mjs +4 -11
  28. package/dist/treeshaking/components/sig/components/OSigDetailInfoCard.css +1 -1
  29. package/dist/treeshaking/components/sig/components/OSigItem.css +2 -2
  30. package/dist/treeshaking/components/sig/components/OSigItem.vue.d.ts +1 -4
  31. package/dist/treeshaking/components/sig/components/OSigItem.vue.mjs +4 -6
  32. package/dist/treeshaking/components/sig/components/OSigMember.css +1 -1
  33. package/dist/treeshaking/components/sig/components/OSigRepo.css +2 -15
  34. package/dist/treeshaking/components/sig/components/OSigUserContribute.css +0 -7
  35. package/dist/treeshaking/components/video/OVideoDetail.css +7 -7
  36. package/package.json +3 -3
  37. package/dist/treeshaking/components/meeting/OMeetingMinutes.vue2.mjs +0 -356
  38. package/dist/treeshaking/components/meeting/OMeetingMinutes2.css +0 -11
@@ -1,42 +1,42 @@
1
- .hover-icon-rotate .o-icon[data-v-d1399506] {
1
+ .hover-icon-rotate .o-icon[data-v-26ccf011] {
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-d1399506] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-26ccf011] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .nav-content[data-v-d1399506] {
9
+ .nav-content[data-v-26ccf011] {
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-d1399506] {
16
+ .header-content-nav[data-v-26ccf011] {
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-d1399506] {
21
+ .nav-scroller[data-v-26ccf011] {
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-d1399506] .o-scrollbar {
28
+ .nav-scroller[data-v-26ccf011] .o-scrollbar {
29
29
  --scrollbar-height: 100%;
30
30
  }
31
- .nav-sub-content[data-v-d1399506] {
31
+ .nav-sub-content[data-v-26ccf011] {
32
32
  display: flex;
33
33
  }
34
- .content-left[data-v-d1399506] {
34
+ .content-left[data-v-26ccf011] {
35
35
  display: flex;
36
36
  flex: 1;
37
37
  padding: 32px 0;
38
38
  }
39
- .content-label[data-v-d1399506] {
39
+ .content-label[data-v-26ccf011] {
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-d1399506] {
47
+ .content-label[data-v-26ccf011] {
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-d1399506] {
53
+ .content-label[data-v-26ccf011] {
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-d1399506] {
59
+ .content-label[data-v-26ccf011] {
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-d1399506] {
65
+ .content-label[data-v-26ccf011] {
66
66
  font-size: 12px;
67
67
  line-height: 18px;
68
68
  }
69
69
  }
70
- .content-container[data-v-d1399506] {
70
+ .content-container[data-v-26ccf011] {
71
71
  display: flex;
72
72
  flex-direction: column;
73
73
  flex-wrap: wrap;
74
74
  }
75
- .content-item[data-v-d1399506] {
75
+ .content-item[data-v-26ccf011] {
76
76
  width: 200px;
77
77
  margin: 24px 24px 0 0;
78
78
  }
79
- .content-item[data-v-d1399506]:nth-of-type(1) {
79
+ .content-item[data-v-26ccf011]: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-d1399506] {
83
+ .content-item[data-v-26ccf011] {
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-d1399506] {
89
+ .content-item[data-v-26ccf011] {
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-d1399506] {
94
+ .item-sub:last-of-type .content-item[data-v-26ccf011] {
95
95
  margin-right: 0;
96
96
  }
97
- .item-label[data-v-d1399506] {
97
+ .item-label[data-v-26ccf011] {
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-d1399506]:hover {
104
+ .item-label[data-v-26ccf011]:hover {
105
105
  color: var(--o-color-primary2);
106
106
  text-decoration: none;
107
107
  }
108
108
  }
109
- .item-label[data-v-d1399506]:active {
109
+ .item-label[data-v-26ccf011]:active {
110
110
  color: var(--o-color-primary3);
111
111
  }
112
- .item-label .item-name[data-v-d1399506] {
112
+ .item-label .item-name[data-v-26ccf011] {
113
113
  white-space: normal;
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-d1399506] {
119
+ .item-label .item-name[data-v-26ccf011] {
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-d1399506] {
125
+ .item-label .item-name[data-v-26ccf011] {
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-d1399506] {
131
+ .item-label .item-name[data-v-26ccf011] {
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-d1399506] {
137
+ .item-label .item-name[data-v-26ccf011] {
138
138
  font-size: 12px;
139
139
  line-height: 18px;
140
140
  }
141
141
  }
142
- .item-label .item-name[data-v-d1399506] {
142
+ .item-label .item-name[data-v-26ccf011] {
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-d1399506] {
150
+ .item-label .o-icon[data-v-26ccf011] {
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-d1399506] {
155
+ .item-label .o-icon[data-v-26ccf011] {
156
156
  --icon-size: 16px;
157
157
  }
158
158
  }
159
- .item-label .content-tag[data-v-d1399506] {
159
+ .item-label .content-tag[data-v-26ccf011] {
160
160
  margin-left: var(--o-gap-1);
161
161
  --layout-pkg-radius: var(--o-radius-xs);
162
162
  }
163
- .desc-container[data-v-d1399506] {
163
+ .desc-container[data-v-26ccf011] {
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-d1399506] {
170
+ .desc-container .item-desc[data-v-26ccf011] {
171
171
  color: var(--o-color-info2);
172
172
  word-break: normal !important;
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-d1399506] {
177
+ .desc-container .item-desc[data-v-26ccf011] {
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-d1399506] {
183
+ .desc-container .item-desc[data-v-26ccf011] {
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-d1399506] {
189
+ .desc-container .item-desc[data-v-26ccf011] {
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-d1399506] {
195
+ .desc-container .item-desc[data-v-26ccf011] {
196
196
  font-size: 12px;
197
197
  line-height: 18px;
198
198
  }
199
199
  }
200
- .desc-container .item-desc[data-v-d1399506] {
200
+ .desc-container .item-desc[data-v-26ccf011] {
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-d1399506] {
208
+ .desc-container .item-desc-line-1[data-v-26ccf011] {
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-d1399506] {
216
+ .desc-container .item-desc-line-3[data-v-26ccf011] {
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-d1399506] {
224
+ .desc-container .item-desc-line-4[data-v-26ccf011] {
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-d1399506] {
232
+ .desc-container .item-desc-line-5[data-v-26ccf011] {
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-d1399506] {
240
+ .desc-container .item-desc-line-6[data-v-26ccf011] {
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-d1399506] {
248
+ .content-item-disabled[data-v-26ccf011] {
249
249
  cursor: no-drop;
250
250
  }
251
- .content-item-disabled .item-label[data-v-d1399506] {
251
+ .content-item-disabled .item-label[data-v-26ccf011] {
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-d1399506] {
256
+ .content-item-disabled .desc-container .item-desc[data-v-26ccf011] {
257
257
  color: var(--o-color-info4);
258
258
  }
259
- .popover-item-desc[data-v-d1399506] {
259
+ .popover-item-desc[data-v-26ccf011] {
260
260
  width: 200px;
261
261
  height: auto;
262
262
  }
263
- .split-line[data-v-d1399506] {
263
+ .split-line[data-v-26ccf011] {
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-d1399506] {
270
+ .split-line[data-v-26ccf011] {
271
271
  display: none;
272
272
  }
273
273
  }
274
- .content-right[data-v-d1399506] {
274
+ .content-right[data-v-26ccf011] {
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-d1399506] {
280
+ .content-right[data-v-26ccf011] {
281
281
  width: 240px;
282
282
  }
283
283
  }
284
284
  @media (max-width: 1200px) {
285
- .content-right[data-v-d1399506] {
285
+ .content-right[data-v-26ccf011] {
286
286
  display: none;
287
287
  }
288
288
  }
289
- .content-right .shortcut[data-v-d1399506] {
289
+ .content-right .shortcut[data-v-26ccf011] {
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-d1399506] {
302
+ .content-right .shortcut[data-v-26ccf011] {
303
303
  font-size: 14px;
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-d1399506] {
308
+ .content-right .shortcut[data-v-26ccf011] {
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-d1399506] {
314
+ .content-right .shortcut[data-v-26ccf011] {
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-d1399506] {
320
+ .content-right .shortcut[data-v-26ccf011] {
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-d1399506] {
326
+ .content-right .shortcut[data-v-26ccf011] {
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-d1399506] {
332
+ .content-right .shortcut[data-v-26ccf011] {
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-d1399506] {
338
+ .content-right .shortcut[data-v-26ccf011] {
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-d1399506] {
344
+ .content-right .shortcut[data-v-26ccf011] {
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-d1399506] {
350
+ .content-right .shortcut[data-v-26ccf011] {
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-d1399506] {
356
+ .content-right .shortcut[data-v-26ccf011] {
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-d1399506] {
362
+ .content-right .shortcut[data-v-26ccf011] {
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-d1399506] {
368
+ .content-right .shortcut[data-v-26ccf011] {
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-d1399506] {
374
+ .content-right .shortcut[data-v-26ccf011] {
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-d1399506] {
380
+ .content-right .shortcut[data-v-26ccf011] {
381
381
  font-size: 12px;
382
382
  line-height: 18px;
383
383
  }
384
384
  }
385
- .content-right .shortcut + .shortcut[data-v-d1399506] {
385
+ .content-right .shortcut + .shortcut[data-v-26ccf011] {
386
386
  margin-top: var(--o-gap-2);
387
387
  }
388
- .content-right .shortcut .shortcut-link[data-v-d1399506] {
388
+ .content-right .shortcut .shortcut-link[data-v-26ccf011] {
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-d1399506]:hover {
396
+ .content-right .shortcut .shortcut-link[data-v-26ccf011]: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-d1399506] {
401
+ .content-right .shortcut .shortcut-link .shortcut-title[data-v-26ccf011] {
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-d1399506] {
409
+ .content-right .shortcut .shortcut-link .o-icon[data-v-26ccf011] {
410
410
  --icon-size: 16px;
411
411
  margin-left: var(--o-gap-2);
412
412
  }
413
- .content-right .review[data-v-d1399506] {
413
+ .content-right .review[data-v-26ccf011] {
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-d1399506]:hover {
419
+ .content-right .review[data-v-26ccf011]: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-d1399506]:not(:last-child):after {
424
+ .content-right .review[data-v-26ccf011]: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-d1399506] {
434
+ .content-right .review + .review[data-v-26ccf011] {
435
435
  margin-top: var(--o-gap-3);
436
436
  }
437
- .content-right .review .review-picture[data-v-d1399506] {
437
+ .content-right .review .review-picture[data-v-26ccf011] {
438
438
  width: 120px;
439
439
  height: auto;
440
440
  display: block;
@@ -442,16 +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-d1399506] {
445
+ .content-right .review .review-picture[data-v-26ccf011] {
446
446
  width: 96px;
447
447
  }
448
448
  }
449
449
  @media (max-width: 1440px) {
450
- .content-right .review .review-picture[data-v-d1399506] {
450
+ .content-right .review .review-picture[data-v-26ccf011] {
451
451
  display: none;
452
452
  }
453
453
  }
454
- .content-right .review .review-content[data-v-d1399506] {
454
+ .content-right .review .review-content[data-v-26ccf011] {
455
455
  margin-left: var(--o-gap-2);
456
456
  flex: 1;
457
457
  max-width: 212px;
@@ -462,14 +462,14 @@
462
462
  white-space: normal;
463
463
  }
464
464
  @media (max-width: 1680px) {
465
- .content-right .review .review-content[data-v-d1399506] {
465
+ .content-right .review .review-content[data-v-26ccf011] {
466
466
  margin-left: var(--o-gap-1);
467
467
  height: auto;
468
468
  max-width: 140px;
469
469
  }
470
470
  }
471
- .content-right .review .review-content .review-label[data-v-d1399506] {
472
- word-break: normal !important;
471
+ .content-right .review .review-content .review-label[data-v-26ccf011] {
472
+ word-break: normal;
473
473
  max-height: 48px;
474
474
  color: var(--o-color-info1);
475
475
  font-weight: 500;
@@ -478,30 +478,30 @@
478
478
  line-height: 24px;
479
479
  }
480
480
  @media (min-width: 1201px) and (max-width: 1680px) {
481
- .content-right .review .review-content .review-label[data-v-d1399506] {
481
+ .content-right .review .review-content .review-label[data-v-26ccf011] {
482
482
  font-size: 14px;
483
483
  line-height: 22px;
484
484
  }
485
485
  }
486
486
  @media (min-width: 841px) and (max-width: 1200px) {
487
- .content-right .review .review-content .review-label[data-v-d1399506] {
487
+ .content-right .review .review-content .review-label[data-v-26ccf011] {
488
488
  font-size: 14px;
489
489
  line-height: 22px;
490
490
  }
491
491
  }
492
492
  @media (min-width: 601px) and (max-width: 840px) {
493
- .content-right .review .review-content .review-label[data-v-d1399506] {
493
+ .content-right .review .review-content .review-label[data-v-26ccf011] {
494
494
  font-size: 14px;
495
495
  line-height: 22px;
496
496
  }
497
497
  }
498
498
  @media (max-width: 600px) {
499
- .content-right .review .review-content .review-label[data-v-d1399506] {
499
+ .content-right .review .review-content .review-label[data-v-26ccf011] {
500
500
  font-size: 12px;
501
501
  line-height: 18px;
502
502
  }
503
503
  }
504
- .content-right .review .review-content .review-label[data-v-d1399506] {
504
+ .content-right .review .review-content .review-label[data-v-26ccf011] {
505
505
  overflow: hidden;
506
506
  text-overflow: ellipsis;
507
507
  word-break: break-all;
@@ -510,17 +510,17 @@
510
510
  -webkit-line-clamp: 2;
511
511
  }
512
512
  @media (hover: hover) {
513
- .content-right .review .review-content .review-label[data-v-d1399506]:hover {
513
+ .content-right .review .review-content .review-label[data-v-26ccf011]:hover {
514
514
  color: var(--o-color-primary1);
515
515
  }
516
516
  }
517
517
  @media (min-width: 841px) and (max-width: 1680px) {
518
- .content-right .review .review-content .review-label[data-v-d1399506] {
518
+ .content-right .review .review-content .review-label[data-v-26ccf011] {
519
519
  max-height: 44px;
520
520
  }
521
521
  }
522
522
  @media (max-width: 1680px) {
523
- .content-right .review .review-content .review-label[data-v-d1399506] {
523
+ .content-right .review .review-content .review-label[data-v-26ccf011] {
524
524
  max-height: none;
525
525
  overflow: hidden;
526
526
  text-overflow: ellipsis;
@@ -530,36 +530,36 @@
530
530
  -webkit-line-clamp: 1;
531
531
  }
532
532
  }
533
- .content-right .review .review-content .review-property[data-v-d1399506] {
533
+ .content-right .review .review-content .review-property[data-v-26ccf011] {
534
534
  color: var(--o-color-info3);
535
535
  font-size: 12px;
536
536
  line-height: 18px;
537
537
  }
538
538
  @media (min-width: 1201px) and (max-width: 1680px) {
539
- .content-right .review .review-content .review-property[data-v-d1399506] {
539
+ .content-right .review .review-content .review-property[data-v-26ccf011] {
540
540
  font-size: 12px;
541
541
  line-height: 18px;
542
542
  }
543
543
  }
544
544
  @media (min-width: 841px) and (max-width: 1200px) {
545
- .content-right .review .review-content .review-property[data-v-d1399506] {
545
+ .content-right .review .review-content .review-property[data-v-26ccf011] {
546
546
  font-size: 12px;
547
547
  line-height: 18px;
548
548
  }
549
549
  }
550
550
  @media (min-width: 601px) and (max-width: 840px) {
551
- .content-right .review .review-content .review-property[data-v-d1399506] {
551
+ .content-right .review .review-content .review-property[data-v-26ccf011] {
552
552
  font-size: 12px;
553
553
  line-height: 18px;
554
554
  }
555
555
  }
556
556
  @media (max-width: 600px) {
557
- .content-right .review .review-content .review-property[data-v-d1399506] {
557
+ .content-right .review .review-content .review-property[data-v-26ccf011] {
558
558
  font-size: 12px;
559
559
  line-height: 18px;
560
560
  }
561
561
  }
562
- .content-right .review .review-content .review-property[data-v-d1399506] {
562
+ .content-right .review .review-content .review-property[data-v-26ccf011] {
563
563
  overflow: hidden;
564
564
  text-overflow: ellipsis;
565
565
  word-break: break-all;
@@ -567,14 +567,14 @@
567
567
  -webkit-box-orient: vertical;
568
568
  -webkit-line-clamp: 1;
569
569
  }
570
- .popover-shortcut[data-v-d1399506] {
570
+ .popover-shortcut[data-v-26ccf011] {
571
571
  height: auto;
572
572
  max-width: 240px;
573
573
  }
574
- [data-o-theme*=dark] .content-right .shortcut[data-v-d1399506] {
574
+ [data-o-theme*=dark] .content-right .shortcut[data-v-26ccf011] {
575
575
  background: var(--o-color-fill3);
576
576
  }
577
- .nav-background-left[data-v-d1399506] {
577
+ .nav-background-left[data-v-26ccf011] {
578
578
  position: absolute;
579
579
  left: 0;
580
580
  top: -87px;
@@ -584,11 +584,11 @@
584
584
  z-index: -1;
585
585
  }
586
586
  @media (max-width: 1680px) {
587
- .nav-background-left[data-v-d1399506] {
587
+ .nav-background-left[data-v-26ccf011] {
588
588
  display: none;
589
589
  }
590
590
  }
591
- .nav-background-right[data-v-d1399506] {
591
+ .nav-background-right[data-v-26ccf011] {
592
592
  position: absolute;
593
593
  right: 0;
594
594
  bottom: 0;
@@ -597,290 +597,290 @@
597
597
  background-size: cover;
598
598
  z-index: -1;
599
599
  }
600
- .openeuler[data-v-d1399506] {
600
+ .openeuler[data-v-26ccf011] {
601
601
  --sub-right: 24px;
602
602
  }
603
603
  @media (max-width: 1440px) {
604
- .openeuler[data-v-d1399506] {
604
+ .openeuler[data-v-26ccf011] {
605
605
  --sub-right: 16px;
606
606
  }
607
607
  }
608
- .openeuler.download .item-sub[data-v-d1399506] {
608
+ .openeuler.download .item-sub[data-v-26ccf011] {
609
609
  width: 25%;
610
610
  }
611
- .openeuler.download .item-sub[data-v-d1399506]:nth-of-type(1) {
611
+ .openeuler.download .item-sub[data-v-26ccf011]:nth-of-type(1) {
612
612
  width: 50%;
613
613
  }
614
- .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-d1399506] {
614
+ .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-26ccf011] {
615
615
  flex-direction: row;
616
616
  }
617
- .openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-d1399506] {
617
+ .openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-26ccf011] {
618
618
  width: calc(50% - var(--sub-right));
619
619
  }
620
- .openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-d1399506]:nth-of-type(2) {
620
+ .openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-26ccf011]:nth-of-type(2) {
621
621
  margin-top: 0;
622
622
  }
623
- .openeuler.development .item-sub[data-v-d1399506] {
623
+ .openeuler.development .item-sub[data-v-26ccf011] {
624
624
  width: 20%;
625
625
  }
626
- .openeuler.development .content-item[data-v-d1399506] {
626
+ .openeuler.development .content-item[data-v-26ccf011] {
627
627
  width: auto;
628
628
  }
629
- .openeuler.document .item-sub[data-v-d1399506] {
629
+ .openeuler.document .item-sub[data-v-26ccf011] {
630
630
  width: 76%;
631
631
  }
632
- .openeuler.document .item-sub .content-container[data-v-d1399506] {
632
+ .openeuler.document .item-sub .content-container[data-v-26ccf011] {
633
633
  flex-direction: row;
634
634
  }
635
- .openeuler.document .item-sub .content-item[data-v-d1399506] {
635
+ .openeuler.document .item-sub .content-item[data-v-26ccf011] {
636
636
  width: calc(25% - var(--sub-right));
637
637
  margin-right: var(--sub-right);
638
638
  }
639
- .openeuler.document .item-sub .content-item[data-v-d1399506]:nth-child(-n+4) {
639
+ .openeuler.document .item-sub .content-item[data-v-26ccf011]:nth-child(-n+4) {
640
640
  margin-top: 0;
641
641
  }
642
- .openeuler.document .item-sub .content-item[data-v-d1399506]:nth-of-type(4) {
642
+ .openeuler.document .item-sub .content-item[data-v-26ccf011]:nth-of-type(4) {
643
643
  margin-right: 0;
644
644
  }
645
645
  @media (max-width: 1200px) {
646
- .openeuler.document .item-sub[data-v-d1399506] {
646
+ .openeuler.document .item-sub[data-v-26ccf011] {
647
647
  width: 100%;
648
648
  }
649
649
  }
650
- .openeuler.learn .item-sub[data-v-d1399506]:nth-of-type(1) {
650
+ .openeuler.learn .item-sub[data-v-26ccf011]:nth-of-type(1) {
651
651
  width: 33%;
652
652
  }
653
- .openeuler.learn .item-sub[data-v-d1399506]:nth-of-type(2) {
653
+ .openeuler.learn .item-sub[data-v-26ccf011]:nth-of-type(2) {
654
654
  width: 66%;
655
655
  }
656
- .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-d1399506] {
656
+ .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-26ccf011] {
657
657
  flex-direction: row;
658
658
  }
659
- .openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-d1399506] {
659
+ .openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-26ccf011] {
660
660
  width: calc(50% - var(--sub-right));
661
661
  margin-right: var(--sub-right);
662
662
  }
663
- .openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-d1399506]:nth-of-type(2) {
663
+ .openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-26ccf011]:nth-of-type(2) {
664
664
  margin-top: 0;
665
665
  margin-right: 0;
666
666
  }
667
- .openeuler.approve .item-sub[data-v-d1399506] {
667
+ .openeuler.approve .item-sub[data-v-26ccf011] {
668
668
  width: 25%;
669
669
  }
670
- .openeuler.approve .item-sub[data-v-d1399506]:nth-of-type(1) {
670
+ .openeuler.approve .item-sub[data-v-26ccf011]:nth-of-type(1) {
671
671
  width: 50%;
672
672
  }
673
- .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-d1399506] {
673
+ .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-26ccf011] {
674
674
  flex-direction: row;
675
675
  }
676
- .openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-d1399506] {
676
+ .openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-26ccf011] {
677
677
  width: calc(50% - var(--sub-right));
678
678
  }
679
- .openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-d1399506]:nth-of-type(2) {
679
+ .openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-26ccf011]:nth-of-type(2) {
680
680
  margin-top: 0;
681
681
  }
682
- .openeuler.community .item-sub[data-v-d1399506] {
682
+ .openeuler.community .item-sub[data-v-26ccf011] {
683
683
  width: 25%;
684
684
  }
685
- .openeuler.community .item-sub[data-v-d1399506]:nth-of-type(1) {
685
+ .openeuler.community .item-sub[data-v-26ccf011]:nth-of-type(1) {
686
686
  width: 75%;
687
687
  }
688
- .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-d1399506] {
688
+ .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-26ccf011] {
689
689
  flex-direction: row;
690
690
  }
691
- .openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-d1399506] {
691
+ .openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-26ccf011] {
692
692
  width: calc(33% - var(--sub-right));
693
693
  }
694
- .openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-d1399506]:nth-child(-n+3) {
694
+ .openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-26ccf011]:nth-child(-n+3) {
695
695
  margin-top: 0;
696
696
  }
697
- .openeuler.update .item-sub[data-v-d1399506] {
697
+ .openeuler.update .item-sub[data-v-26ccf011] {
698
698
  width: 50%;
699
699
  }
700
- .openeuler.update .item-sub .content-container[data-v-d1399506] {
700
+ .openeuler.update .item-sub .content-container[data-v-26ccf011] {
701
701
  flex-direction: row;
702
702
  }
703
- .openeuler.update .item-sub .content-item[data-v-d1399506] {
703
+ .openeuler.update .item-sub .content-item[data-v-26ccf011] {
704
704
  width: calc(50% - var(--sub-right));
705
705
  }
706
- .openeuler.update .item-sub .content-item[data-v-d1399506]:nth-of-type(2) {
706
+ .openeuler.update .item-sub .content-item[data-v-26ccf011]:nth-of-type(2) {
707
707
  margin-top: 0;
708
708
  }
709
- .openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-d1399506] {
709
+ .openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-26ccf011] {
710
710
  margin-right: var(--sub-right);
711
711
  }
712
- .openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-d1399506]:nth-of-type(2) {
712
+ .openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-26ccf011]:nth-of-type(2) {
713
713
  margin-right: 0;
714
714
  }
715
- .mindspore[data-v-d1399506] {
715
+ .mindspore[data-v-26ccf011] {
716
716
  --sub-right: 24px;
717
717
  }
718
718
  @media (max-width: 1440px) {
719
- .mindspore[data-v-d1399506] {
719
+ .mindspore[data-v-26ccf011] {
720
720
  --sub-right: 16px;
721
721
  }
722
722
  }
723
- .mindspore .nav-background-left[data-v-d1399506] {
723
+ .mindspore .nav-background-left[data-v-26ccf011] {
724
724
  left: 0;
725
725
  top: 0;
726
726
  width: 540px;
727
727
  height: 360px;
728
728
  }
729
- .mindspore .nav-background-right[data-v-d1399506] {
729
+ .mindspore .nav-background-right[data-v-26ccf011] {
730
730
  width: 643px;
731
731
  height: 364px;
732
732
  z-index: -1;
733
733
  }
734
- .mindspore .item-label .item-name[data-v-d1399506] {
734
+ .mindspore .item-label .item-name[data-v-26ccf011] {
735
735
  font-size: 14px;
736
736
  line-height: 22px;
737
737
  }
738
738
  @media (min-width: 1201px) and (max-width: 1680px) {
739
- .mindspore .item-label .item-name[data-v-d1399506] {
739
+ .mindspore .item-label .item-name[data-v-26ccf011] {
740
740
  font-size: 14px;
741
741
  line-height: 18px;
742
742
  }
743
743
  }
744
744
  @media (min-width: 841px) and (max-width: 1200px) {
745
- .mindspore .item-label .item-name[data-v-d1399506] {
745
+ .mindspore .item-label .item-name[data-v-26ccf011] {
746
746
  font-size: 12px;
747
747
  line-height: 18px;
748
748
  }
749
749
  }
750
750
  @media (min-width: 601px) and (max-width: 840px) {
751
- .mindspore .item-label .item-name[data-v-d1399506] {
751
+ .mindspore .item-label .item-name[data-v-26ccf011] {
752
752
  font-size: 12px;
753
753
  line-height: 18px;
754
754
  }
755
755
  }
756
756
  @media (max-width: 600px) {
757
- .mindspore .item-label .item-name[data-v-d1399506] {
757
+ .mindspore .item-label .item-name[data-v-26ccf011] {
758
758
  font-size: 12px;
759
759
  line-height: 18px;
760
760
  }
761
761
  }
762
- .mindspore .item-label .content-tag[data-v-d1399506] {
762
+ .mindspore .item-label .content-tag[data-v-26ccf011] {
763
763
  --layout-pkg-radius: 100vh;
764
764
  }
765
- .mindspore .item-label .tag-new[data-v-d1399506] {
765
+ .mindspore .item-label .tag-new[data-v-26ccf011] {
766
766
  --tag-bg-color: var(--o-color-success1);
767
767
  --tag-bd-color: var(--o-color-success1);
768
768
  }
769
- .mindspore .content-right .shortcut[data-v-d1399506] {
769
+ .mindspore .content-right .shortcut[data-v-26ccf011] {
770
770
  border-radius: var(--o-radius-s);
771
771
  }
772
- .mindspore .content-right .review .review-picture[data-v-d1399506] {
772
+ .mindspore .content-right .review .review-picture[data-v-26ccf011] {
773
773
  border-radius: var(--o-radius-s);
774
774
  }
775
- .mindspore.docs .item-sub[data-v-d1399506] {
775
+ .mindspore.docs .item-sub[data-v-26ccf011] {
776
776
  width: 16.6666666667%;
777
777
  }
778
- .mindspore.docs .item-sub .content-item[data-v-d1399506] {
778
+ .mindspore.docs .item-sub .content-item[data-v-26ccf011] {
779
779
  width: calc(100% - var(--sub-right));
780
780
  }
781
- .openubmc[data-v-d1399506] {
781
+ .openubmc[data-v-26ccf011] {
782
782
  --sub-right: 24px;
783
783
  }
784
784
  @media (max-width: 1440px) {
785
- .openubmc[data-v-d1399506] {
785
+ .openubmc[data-v-26ccf011] {
786
786
  --sub-right: 16px;
787
787
  }
788
788
  }
789
- .openubmc.download .item-sub[data-v-d1399506] {
789
+ .openubmc.download .item-sub[data-v-26ccf011] {
790
790
  width: 25%;
791
791
  }
792
- .openubmc.download .item-sub[data-v-d1399506]:nth-of-type(1) {
792
+ .openubmc.download .item-sub[data-v-26ccf011]:nth-of-type(1) {
793
793
  width: 50%;
794
794
  }
795
- .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-d1399506] {
795
+ .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-26ccf011] {
796
796
  flex-direction: row;
797
797
  }
798
- .openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-d1399506] {
798
+ .openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-26ccf011] {
799
799
  width: calc(50% - var(--sub-right));
800
800
  }
801
- .openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-d1399506]:nth-of-type(2) {
801
+ .openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-26ccf011]:nth-of-type(2) {
802
802
  margin-top: 0;
803
803
  }
804
- .openubmc.development .item-sub[data-v-d1399506], .openubmc.trends .item-sub[data-v-d1399506] {
804
+ .openubmc.development .item-sub[data-v-26ccf011], .openubmc.trends .item-sub[data-v-26ccf011] {
805
805
  width: 100%;
806
806
  }
807
- .openubmc.development .item-sub .content-container[data-v-d1399506], .openubmc.trends .item-sub .content-container[data-v-d1399506] {
807
+ .openubmc.development .item-sub .content-container[data-v-26ccf011], .openubmc.trends .item-sub .content-container[data-v-26ccf011] {
808
808
  flex-direction: row;
809
809
  }
810
- .openubmc.development .item-sub .content-item[data-v-d1399506], .openubmc.trends .item-sub .content-item[data-v-d1399506] {
810
+ .openubmc.development .item-sub .content-item[data-v-26ccf011], .openubmc.trends .item-sub .content-item[data-v-26ccf011] {
811
811
  width: calc(33% - var(--sub-right));
812
812
  margin-right: var(--sub-right);
813
813
  }
814
- .openubmc.development .item-sub .content-item[data-v-d1399506]:nth-child(-n+4), .openubmc.trends .item-sub .content-item[data-v-d1399506]:nth-child(-n+4) {
814
+ .openubmc.development .item-sub .content-item[data-v-26ccf011]:nth-child(-n+4), .openubmc.trends .item-sub .content-item[data-v-26ccf011]:nth-child(-n+4) {
815
815
  margin-top: 0;
816
816
  }
817
- .openubmc.development .item-sub .content-item[data-v-d1399506]:nth-of-type(4), .openubmc.trends .item-sub .content-item[data-v-d1399506]:nth-of-type(4) {
817
+ .openubmc.development .item-sub .content-item[data-v-26ccf011]:nth-of-type(4), .openubmc.trends .item-sub .content-item[data-v-26ccf011]:nth-of-type(4) {
818
818
  margin-right: 0;
819
819
  }
820
- .openubmc.docs .item-sub[data-v-d1399506] {
820
+ .openubmc.docs .item-sub[data-v-26ccf011] {
821
821
  width: 76%;
822
822
  }
823
- .openubmc.docs .item-sub .content-container[data-v-d1399506] {
823
+ .openubmc.docs .item-sub .content-container[data-v-26ccf011] {
824
824
  flex-direction: row;
825
825
  }
826
- .openubmc.docs .item-sub .content-item[data-v-d1399506] {
826
+ .openubmc.docs .item-sub .content-item[data-v-26ccf011] {
827
827
  width: calc(25% - var(--sub-right));
828
828
  margin-right: var(--sub-right);
829
829
  }
830
- .openubmc.docs .item-sub .content-item[data-v-d1399506]:nth-child(-n+4) {
830
+ .openubmc.docs .item-sub .content-item[data-v-26ccf011]:nth-child(-n+4) {
831
831
  margin-top: 0;
832
832
  }
833
- .openubmc.docs .item-sub .content-item[data-v-d1399506]:nth-of-type(4) {
833
+ .openubmc.docs .item-sub .content-item[data-v-26ccf011]:nth-of-type(4) {
834
834
  margin-right: 0;
835
835
  }
836
836
  @media (max-width: 1200px) {
837
- .openubmc.docs .item-sub[data-v-d1399506] {
837
+ .openubmc.docs .item-sub[data-v-26ccf011] {
838
838
  width: 100%;
839
839
  }
840
840
  }
841
- .openubmc.learn .item-sub[data-v-d1399506] {
841
+ .openubmc.learn .item-sub[data-v-26ccf011] {
842
842
  width: 38%;
843
843
  }
844
- .openubmc.support .item-sub[data-v-d1399506] {
844
+ .openubmc.support .item-sub[data-v-26ccf011] {
845
845
  width: 19%;
846
846
  }
847
- .openubmc.support .item-sub[data-v-d1399506]:nth-of-type(2) {
847
+ .openubmc.support .item-sub[data-v-26ccf011]:nth-of-type(2) {
848
848
  width: 57%;
849
849
  }
850
- .openubmc.support .item-sub:nth-of-type(2) .content-container[data-v-d1399506] {
850
+ .openubmc.support .item-sub:nth-of-type(2) .content-container[data-v-26ccf011] {
851
851
  flex-direction: row;
852
852
  }
853
- .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-d1399506] {
853
+ .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-26ccf011] {
854
854
  width: calc(33% - var(--sub-right));
855
855
  margin-right: var(--sub-right);
856
856
  }
857
- .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-d1399506]:nth-child(-n+3) {
857
+ .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-26ccf011]:nth-child(-n+3) {
858
858
  margin-top: 0;
859
859
  }
860
- .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-d1399506]:nth-of-type(3n) {
860
+ .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-26ccf011]:nth-of-type(3n) {
861
861
  margin-right: 0;
862
862
  }
863
863
  @media (max-width: 1200px) {
864
- .openubmc.support .item-sub[data-v-d1399506] {
864
+ .openubmc.support .item-sub[data-v-26ccf011] {
865
865
  width: 25%;
866
866
  }
867
- .openubmc.support .item-sub[data-v-d1399506]:nth-of-type(2) {
867
+ .openubmc.support .item-sub[data-v-26ccf011]:nth-of-type(2) {
868
868
  width: 75%;
869
869
  }
870
870
  }
871
- .openubmc.community .item-sub[data-v-d1399506] {
871
+ .openubmc.community .item-sub[data-v-26ccf011] {
872
872
  width: 50%;
873
873
  }
874
- .openubmc.community .item-sub .content-container[data-v-d1399506] {
874
+ .openubmc.community .item-sub .content-container[data-v-26ccf011] {
875
875
  flex-direction: row;
876
876
  }
877
- .openubmc.community .item-sub .content-item[data-v-d1399506] {
877
+ .openubmc.community .item-sub .content-item[data-v-26ccf011] {
878
878
  width: calc(50% - var(--sub-right));
879
879
  margin-right: var(--sub-right);
880
880
  }
881
- .openubmc.community .item-sub .content-item[data-v-d1399506]:nth-child(-n+2) {
881
+ .openubmc.community .item-sub .content-item[data-v-26ccf011]:nth-child(-n+2) {
882
882
  margin-top: 0;
883
883
  }
884
- .openubmc.community .item-sub .content-item[data-v-d1399506]:nth-of-type(2n) {
884
+ .openubmc.community .item-sub .content-item[data-v-26ccf011]:nth-of-type(2n) {
885
885
  margin-right: 0;
886
886
  }