@opendesign-plus-test/components 0.0.1-rc.102 → 0.0.1-rc.103

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 (31) hide show
  1. package/dist/components/header/OHeader.vue.d.ts +3 -3
  2. package/dist/components/header/components/HeaderNav.vue.d.ts +3 -3
  3. package/dist/components/header/index.d.ts +5 -5
  4. package/dist/components/header/types.d.ts +2 -2
  5. package/dist/components/header-search/OHeaderSearch.vue.d.ts +8 -8
  6. package/dist/components/header-search/index.d.ts +3 -3
  7. package/dist/components/search/OSearchInput.vue.d.ts +6 -6
  8. package/dist/components/search/index.d.ts +3 -3
  9. package/dist/components/search/internal/SearchImageInput.vue.d.ts +1 -1
  10. package/dist/components.cjs.js +36 -36
  11. package/dist/components.css +1 -1
  12. package/dist/components.es.js +4731 -4730
  13. package/dist/treeshaking/components/header/OHeader.css +15 -15
  14. package/dist/treeshaking/components/header/OHeader.vue.d.ts +3 -3
  15. package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
  16. package/dist/treeshaking/components/header/OHeader.vue2.mjs +2 -2
  17. package/dist/treeshaking/components/header/components/HeaderContent.css +169 -169
  18. package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
  19. package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +10 -3
  20. package/dist/treeshaking/components/header/components/HeaderNav.css +51 -39
  21. package/dist/treeshaking/components/header/components/HeaderNav.vue.d.ts +3 -3
  22. package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
  23. package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +6 -5
  24. package/dist/treeshaking/components/header/components/HeaderNavMobile.css +73 -73
  25. package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.mjs +1 -1
  26. package/dist/treeshaking/components/header/components/HeaderNavMobile.vue2.mjs +10 -10
  27. package/dist/treeshaking/components/header/index.d.ts +5 -5
  28. package/dist/treeshaking/components/header/types.d.ts +2 -2
  29. package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.css +32 -33
  30. package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.vue.mjs +1 -1
  31. package/package.json +1 -1
@@ -1,42 +1,42 @@
1
- .hover-icon-rotate .o-icon[data-v-aef9f468] {
1
+ .hover-icon-rotate .o-icon[data-v-d88893c3] {
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-aef9f468] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-d88893c3] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .nav-content[data-v-aef9f468] {
9
+ .nav-content[data-v-d88893c3] {
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-aef9f468] {
16
+ .header-content-nav[data-v-d88893c3] {
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-aef9f468] {
21
+ .nav-scroller[data-v-d88893c3] {
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-aef9f468] .o-scrollbar {
28
+ .nav-scroller[data-v-d88893c3] .o-scrollbar {
29
29
  --scrollbar-height: 100%;
30
30
  }
31
- .nav-sub-content[data-v-aef9f468] {
31
+ .nav-sub-content[data-v-d88893c3] {
32
32
  display: flex;
33
33
  }
34
- .content-left[data-v-aef9f468] {
34
+ .content-left[data-v-d88893c3] {
35
35
  display: flex;
36
36
  flex: 1;
37
37
  padding: 32px 0;
38
38
  }
39
- .content-label[data-v-aef9f468] {
39
+ .content-label[data-v-d88893c3] {
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-aef9f468] {
47
+ .content-label[data-v-d88893c3] {
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-aef9f468] {
53
+ .content-label[data-v-d88893c3] {
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-aef9f468] {
59
+ .content-label[data-v-d88893c3] {
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-aef9f468] {
65
+ .content-label[data-v-d88893c3] {
66
66
  font-size: 12px;
67
67
  line-height: 18px;
68
68
  }
69
69
  }
70
- .content-container[data-v-aef9f468] {
70
+ .content-container[data-v-d88893c3] {
71
71
  display: flex;
72
72
  flex-direction: column;
73
73
  flex-wrap: wrap;
74
74
  }
75
- .content-item[data-v-aef9f468] {
75
+ .content-item[data-v-d88893c3] {
76
76
  width: 200px;
77
77
  margin: 24px 24px 0 0;
78
78
  }
79
- .content-item[data-v-aef9f468]:nth-of-type(1) {
79
+ .content-item[data-v-d88893c3]: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-aef9f468] {
83
+ .content-item[data-v-d88893c3] {
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-aef9f468] {
89
+ .content-item[data-v-d88893c3] {
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-aef9f468] {
94
+ .item-sub:last-of-type .content-item[data-v-d88893c3] {
95
95
  margin-right: 0;
96
96
  }
97
- .item-label[data-v-aef9f468] {
97
+ .item-label[data-v-d88893c3] {
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-aef9f468]:hover {
104
+ .item-label[data-v-d88893c3]:hover {
105
105
  color: var(--o-color-primary2);
106
106
  text-decoration: none;
107
107
  }
108
108
  }
109
- .item-label[data-v-aef9f468]:active {
109
+ .item-label[data-v-d88893c3]:active {
110
110
  color: var(--o-color-primary3);
111
111
  }
112
- .item-label .item-name[data-v-aef9f468] {
112
+ .item-label .item-name[data-v-d88893c3] {
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-aef9f468] {
119
+ .item-label .item-name[data-v-d88893c3] {
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-aef9f468] {
125
+ .item-label .item-name[data-v-d88893c3] {
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-aef9f468] {
131
+ .item-label .item-name[data-v-d88893c3] {
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-aef9f468] {
137
+ .item-label .item-name[data-v-d88893c3] {
138
138
  font-size: 12px;
139
139
  line-height: 18px;
140
140
  }
141
141
  }
142
- .item-label .item-name[data-v-aef9f468] {
142
+ .item-label .item-name[data-v-d88893c3] {
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-aef9f468] {
150
+ .item-label .o-icon[data-v-d88893c3] {
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-aef9f468] {
155
+ .item-label .o-icon[data-v-d88893c3] {
156
156
  --icon-size: 16px;
157
157
  }
158
158
  }
159
- .item-label .content-tag[data-v-aef9f468] {
159
+ .item-label .content-tag[data-v-d88893c3] {
160
160
  margin-left: var(--o-gap-1);
161
161
  --layout-pkg-radius: var(--o-radius-xs);
162
162
  }
163
- .desc-container[data-v-aef9f468] {
163
+ .desc-container[data-v-d88893c3] {
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-aef9f468] {
170
+ .desc-container .item-desc[data-v-d88893c3] {
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-aef9f468] {
177
+ .desc-container .item-desc[data-v-d88893c3] {
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-aef9f468] {
183
+ .desc-container .item-desc[data-v-d88893c3] {
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-aef9f468] {
189
+ .desc-container .item-desc[data-v-d88893c3] {
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-aef9f468] {
195
+ .desc-container .item-desc[data-v-d88893c3] {
196
196
  font-size: 12px;
197
197
  line-height: 18px;
198
198
  }
199
199
  }
200
- .desc-container .item-desc[data-v-aef9f468] {
200
+ .desc-container .item-desc[data-v-d88893c3] {
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-aef9f468] {
208
+ .desc-container .item-desc-line-1[data-v-d88893c3] {
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-aef9f468] {
216
+ .desc-container .item-desc-line-3[data-v-d88893c3] {
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-aef9f468] {
224
+ .desc-container .item-desc-line-4[data-v-d88893c3] {
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-aef9f468] {
232
+ .desc-container .item-desc-line-5[data-v-d88893c3] {
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-aef9f468] {
240
+ .desc-container .item-desc-line-6[data-v-d88893c3] {
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-aef9f468] {
248
+ .content-item-disabled[data-v-d88893c3] {
249
249
  cursor: no-drop;
250
250
  }
251
- .content-item-disabled .item-label[data-v-aef9f468] {
251
+ .content-item-disabled .item-label[data-v-d88893c3] {
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-aef9f468] {
256
+ .content-item-disabled .desc-container .item-desc[data-v-d88893c3] {
257
257
  color: var(--o-color-info4);
258
258
  }
259
- .popover-item-desc[data-v-aef9f468] {
259
+ .popover-item-desc[data-v-d88893c3] {
260
260
  width: 200px;
261
261
  height: auto;
262
262
  }
263
- .split-line[data-v-aef9f468] {
263
+ .split-line[data-v-d88893c3] {
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-aef9f468] {
270
+ .split-line[data-v-d88893c3] {
271
271
  display: none;
272
272
  }
273
273
  }
274
- .content-right[data-v-aef9f468] {
274
+ .content-right[data-v-d88893c3] {
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-aef9f468] {
280
+ .content-right[data-v-d88893c3] {
281
281
  width: 240px;
282
282
  }
283
283
  }
284
284
  @media (max-width: 1200px) {
285
- .content-right[data-v-aef9f468] {
285
+ .content-right[data-v-d88893c3] {
286
286
  display: none;
287
287
  }
288
288
  }
289
- .content-right .shortcut[data-v-aef9f468] {
289
+ .content-right .shortcut[data-v-d88893c3] {
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-aef9f468] {
302
+ .content-right .shortcut[data-v-d88893c3] {
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-aef9f468] {
308
+ .content-right .shortcut[data-v-d88893c3] {
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-aef9f468] {
314
+ .content-right .shortcut[data-v-d88893c3] {
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-aef9f468] {
320
+ .content-right .shortcut[data-v-d88893c3] {
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-aef9f468] {
326
+ .content-right .shortcut[data-v-d88893c3] {
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-aef9f468] {
332
+ .content-right .shortcut[data-v-d88893c3] {
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-aef9f468] {
338
+ .content-right .shortcut[data-v-d88893c3] {
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-aef9f468] {
344
+ .content-right .shortcut[data-v-d88893c3] {
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-aef9f468] {
350
+ .content-right .shortcut[data-v-d88893c3] {
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-aef9f468] {
356
+ .content-right .shortcut[data-v-d88893c3] {
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-aef9f468] {
362
+ .content-right .shortcut[data-v-d88893c3] {
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-aef9f468] {
368
+ .content-right .shortcut[data-v-d88893c3] {
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-aef9f468] {
374
+ .content-right .shortcut[data-v-d88893c3] {
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-aef9f468] {
380
+ .content-right .shortcut[data-v-d88893c3] {
381
381
  font-size: 12px;
382
382
  line-height: 18px;
383
383
  }
384
384
  }
385
- .content-right .shortcut + .shortcut[data-v-aef9f468] {
385
+ .content-right .shortcut + .shortcut[data-v-d88893c3] {
386
386
  margin-top: var(--o-gap-2);
387
387
  }
388
- .content-right .shortcut .shortcut-link[data-v-aef9f468] {
388
+ .content-right .shortcut .shortcut-link[data-v-d88893c3] {
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-aef9f468]:hover {
396
+ .content-right .shortcut .shortcut-link[data-v-d88893c3]: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-aef9f468] {
401
+ .content-right .shortcut .shortcut-link .shortcut-title[data-v-d88893c3] {
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-aef9f468] {
409
+ .content-right .shortcut .shortcut-link .o-icon[data-v-d88893c3] {
410
410
  --icon-size: 16px;
411
411
  margin-left: var(--o-gap-2);
412
412
  }
413
- .content-right .review[data-v-aef9f468] {
413
+ .content-right .review[data-v-d88893c3] {
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-aef9f468]:hover {
419
+ .content-right .review[data-v-d88893c3]: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-aef9f468]:not(:last-child):after {
424
+ .content-right .review[data-v-d88893c3]: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-aef9f468] {
434
+ .content-right .review + .review[data-v-d88893c3] {
435
435
  margin-top: var(--o-gap-3);
436
436
  }
437
- .content-right .review .review-picture[data-v-aef9f468] {
437
+ .content-right .review .review-picture[data-v-d88893c3] {
438
438
  width: 120px;
439
439
  height: auto;
440
440
  display: block;
@@ -442,11 +442,11 @@
442
442
  border-radius: var(--o-radius-xs);
443
443
  }
444
444
  @media (max-width: 1680px) {
445
- .content-right .review .review-picture[data-v-aef9f468] {
445
+ .content-right .review .review-picture[data-v-d88893c3] {
446
446
  display: none;
447
447
  }
448
448
  }
449
- .content-right .review .review-content[data-v-aef9f468] {
449
+ .content-right .review .review-content[data-v-d88893c3] {
450
450
  margin-left: var(--o-gap-2);
451
451
  flex: 1;
452
452
  max-width: 212px;
@@ -457,12 +457,12 @@
457
457
  white-space: normal;
458
458
  }
459
459
  @media (max-width: 1680px) {
460
- .content-right .review .review-content[data-v-aef9f468] {
460
+ .content-right .review .review-content[data-v-d88893c3] {
461
461
  margin-left: unset;
462
462
  height: auto;
463
463
  }
464
464
  }
465
- .content-right .review .review-content .review-label[data-v-aef9f468] {
465
+ .content-right .review .review-content .review-label[data-v-d88893c3] {
466
466
  word-break: normal;
467
467
  max-height: 48px;
468
468
  color: var(--o-color-info1);
@@ -472,30 +472,30 @@
472
472
  line-height: 24px;
473
473
  }
474
474
  @media (min-width: 1201px) and (max-width: 1680px) {
475
- .content-right .review .review-content .review-label[data-v-aef9f468] {
475
+ .content-right .review .review-content .review-label[data-v-d88893c3] {
476
476
  font-size: 14px;
477
477
  line-height: 22px;
478
478
  }
479
479
  }
480
480
  @media (min-width: 841px) and (max-width: 1200px) {
481
- .content-right .review .review-content .review-label[data-v-aef9f468] {
481
+ .content-right .review .review-content .review-label[data-v-d88893c3] {
482
482
  font-size: 14px;
483
483
  line-height: 22px;
484
484
  }
485
485
  }
486
486
  @media (min-width: 601px) and (max-width: 840px) {
487
- .content-right .review .review-content .review-label[data-v-aef9f468] {
487
+ .content-right .review .review-content .review-label[data-v-d88893c3] {
488
488
  font-size: 14px;
489
489
  line-height: 22px;
490
490
  }
491
491
  }
492
492
  @media (max-width: 600px) {
493
- .content-right .review .review-content .review-label[data-v-aef9f468] {
493
+ .content-right .review .review-content .review-label[data-v-d88893c3] {
494
494
  font-size: 12px;
495
495
  line-height: 18px;
496
496
  }
497
497
  }
498
- .content-right .review .review-content .review-label[data-v-aef9f468] {
498
+ .content-right .review .review-content .review-label[data-v-d88893c3] {
499
499
  overflow: hidden;
500
500
  text-overflow: ellipsis;
501
501
  word-break: break-all;
@@ -504,16 +504,16 @@
504
504
  -webkit-line-clamp: 2;
505
505
  }
506
506
  @media (hover: hover) {
507
- .content-right .review .review-content .review-label[data-v-aef9f468]:hover {
507
+ .content-right .review .review-content .review-label[data-v-d88893c3]:hover {
508
508
  color: var(--o-color-primary1);
509
509
  }
510
510
  }
511
511
  @media (min-width: 841px) and (max-width: 1680px) {
512
- .content-right .review .review-content .review-label[data-v-aef9f468] {
512
+ .content-right .review .review-content .review-label[data-v-d88893c3] {
513
513
  max-height: 44px;
514
514
  }
515
515
  }
516
- .content-right .review .review-content .review-property[data-v-aef9f468] {
516
+ .content-right .review .review-content .review-property[data-v-d88893c3] {
517
517
  color: var(--o-color-info3);
518
518
  overflow: hidden;
519
519
  white-space: nowrap;
@@ -522,37 +522,37 @@
522
522
  line-height: 18px;
523
523
  }
524
524
  @media (min-width: 1201px) and (max-width: 1680px) {
525
- .content-right .review .review-content .review-property[data-v-aef9f468] {
525
+ .content-right .review .review-content .review-property[data-v-d88893c3] {
526
526
  font-size: 12px;
527
527
  line-height: 18px;
528
528
  }
529
529
  }
530
530
  @media (min-width: 841px) and (max-width: 1200px) {
531
- .content-right .review .review-content .review-property[data-v-aef9f468] {
531
+ .content-right .review .review-content .review-property[data-v-d88893c3] {
532
532
  font-size: 12px;
533
533
  line-height: 18px;
534
534
  }
535
535
  }
536
536
  @media (min-width: 601px) and (max-width: 840px) {
537
- .content-right .review .review-content .review-property[data-v-aef9f468] {
537
+ .content-right .review .review-content .review-property[data-v-d88893c3] {
538
538
  font-size: 12px;
539
539
  line-height: 18px;
540
540
  }
541
541
  }
542
542
  @media (max-width: 600px) {
543
- .content-right .review .review-content .review-property[data-v-aef9f468] {
543
+ .content-right .review .review-content .review-property[data-v-d88893c3] {
544
544
  font-size: 12px;
545
545
  line-height: 18px;
546
546
  }
547
547
  }
548
- .popover-shortcut[data-v-aef9f468] {
548
+ .popover-shortcut[data-v-d88893c3] {
549
549
  height: auto;
550
550
  max-width: 240px;
551
551
  }
552
- [data-o-theme*=dark] .content-right .shortcut[data-v-aef9f468] {
552
+ [data-o-theme*=dark] .content-right .shortcut[data-v-d88893c3] {
553
553
  background: var(--o-color-fill3);
554
554
  }
555
- .nav-background-left[data-v-aef9f468] {
555
+ .nav-background-left[data-v-d88893c3] {
556
556
  position: absolute;
557
557
  left: 0;
558
558
  top: -87px;
@@ -562,11 +562,11 @@
562
562
  z-index: -1;
563
563
  }
564
564
  @media (max-width: 1680px) {
565
- .nav-background-left[data-v-aef9f468] {
565
+ .nav-background-left[data-v-d88893c3] {
566
566
  display: none;
567
567
  }
568
568
  }
569
- .nav-background-right[data-v-aef9f468] {
569
+ .nav-background-right[data-v-d88893c3] {
570
570
  position: absolute;
571
571
  right: 0;
572
572
  bottom: 0;
@@ -576,239 +576,239 @@
576
576
  z-index: -1;
577
577
  }
578
578
  @media (max-width: 1680px) {
579
- .nav-background-right[data-v-aef9f468] {
579
+ .nav-background-right[data-v-d88893c3] {
580
580
  display: none;
581
581
  }
582
582
  }
583
- .openeuler[data-v-aef9f468] {
583
+ .openeuler[data-v-d88893c3] {
584
584
  --sub-right: 24px;
585
585
  }
586
586
  @media (max-width: 1440px) {
587
- .openeuler[data-v-aef9f468] {
587
+ .openeuler[data-v-d88893c3] {
588
588
  --sub-right: 16px;
589
589
  }
590
590
  }
591
- .openeuler.download .item-sub[data-v-aef9f468] {
591
+ .openeuler.download .item-sub[data-v-d88893c3] {
592
592
  width: 25%;
593
593
  }
594
- .openeuler.download .item-sub[data-v-aef9f468]:nth-of-type(1) {
594
+ .openeuler.download .item-sub[data-v-d88893c3]:nth-of-type(1) {
595
595
  width: 50%;
596
596
  }
597
- .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-aef9f468] {
597
+ .openeuler.download .item-sub:nth-of-type(1) .content-container[data-v-d88893c3] {
598
598
  flex-direction: row;
599
599
  }
600
- .openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-aef9f468] {
600
+ .openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-d88893c3] {
601
601
  width: calc(50% - var(--sub-right));
602
602
  }
603
- .openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-aef9f468]:nth-of-type(2) {
603
+ .openeuler.download .item-sub:nth-of-type(1) .content-item[data-v-d88893c3]:nth-of-type(2) {
604
604
  margin-top: 0;
605
605
  }
606
- .openeuler.development .item-sub[data-v-aef9f468] {
606
+ .openeuler.development .item-sub[data-v-d88893c3] {
607
607
  width: 20%;
608
608
  }
609
- .openeuler.development .content-item[data-v-aef9f468] {
609
+ .openeuler.development .content-item[data-v-d88893c3] {
610
610
  width: auto;
611
611
  }
612
- .openeuler.document .item-sub[data-v-aef9f468] {
612
+ .openeuler.document .item-sub[data-v-d88893c3] {
613
613
  width: 76%;
614
614
  }
615
- .openeuler.document .item-sub .content-container[data-v-aef9f468] {
615
+ .openeuler.document .item-sub .content-container[data-v-d88893c3] {
616
616
  flex-direction: row;
617
617
  }
618
- .openeuler.document .item-sub .content-item[data-v-aef9f468] {
618
+ .openeuler.document .item-sub .content-item[data-v-d88893c3] {
619
619
  width: calc(25% - var(--sub-right));
620
620
  margin-right: var(--sub-right);
621
621
  }
622
- .openeuler.document .item-sub .content-item[data-v-aef9f468]:nth-child(-n+4) {
622
+ .openeuler.document .item-sub .content-item[data-v-d88893c3]:nth-child(-n+4) {
623
623
  margin-top: 0;
624
624
  }
625
- .openeuler.document .item-sub .content-item[data-v-aef9f468]:nth-of-type(4) {
625
+ .openeuler.document .item-sub .content-item[data-v-d88893c3]:nth-of-type(4) {
626
626
  margin-right: 0;
627
627
  }
628
628
  @media (max-width: 1200px) {
629
- .openeuler.document .item-sub[data-v-aef9f468] {
629
+ .openeuler.document .item-sub[data-v-d88893c3] {
630
630
  width: 100%;
631
631
  }
632
632
  }
633
- .openeuler.learn .item-sub[data-v-aef9f468]:nth-of-type(1) {
633
+ .openeuler.learn .item-sub[data-v-d88893c3]:nth-of-type(1) {
634
634
  width: 33%;
635
635
  }
636
- .openeuler.learn .item-sub[data-v-aef9f468]:nth-of-type(2) {
636
+ .openeuler.learn .item-sub[data-v-d88893c3]:nth-of-type(2) {
637
637
  width: 66%;
638
638
  }
639
- .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-aef9f468] {
639
+ .openeuler.learn .item-sub:nth-of-type(2) .content-container[data-v-d88893c3] {
640
640
  flex-direction: row;
641
641
  }
642
- .openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-aef9f468] {
642
+ .openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-d88893c3] {
643
643
  width: calc(50% - var(--sub-right));
644
644
  margin-right: var(--sub-right);
645
645
  }
646
- .openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-aef9f468]:nth-of-type(2) {
646
+ .openeuler.learn .item-sub:nth-of-type(2) .content-item[data-v-d88893c3]:nth-of-type(2) {
647
647
  margin-top: 0;
648
648
  margin-right: 0;
649
649
  }
650
- .openeuler.approve .item-sub[data-v-aef9f468] {
650
+ .openeuler.approve .item-sub[data-v-d88893c3] {
651
651
  width: 25%;
652
652
  }
653
- .openeuler.approve .item-sub[data-v-aef9f468]:nth-of-type(1) {
653
+ .openeuler.approve .item-sub[data-v-d88893c3]:nth-of-type(1) {
654
654
  width: 50%;
655
655
  }
656
- .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-aef9f468] {
656
+ .openeuler.approve .item-sub:nth-of-type(1) .content-container[data-v-d88893c3] {
657
657
  flex-direction: row;
658
658
  }
659
- .openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-aef9f468] {
659
+ .openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-d88893c3] {
660
660
  width: calc(50% - var(--sub-right));
661
661
  }
662
- .openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-aef9f468]:nth-of-type(2) {
662
+ .openeuler.approve .item-sub:nth-of-type(1) .content-item[data-v-d88893c3]:nth-of-type(2) {
663
663
  margin-top: 0;
664
664
  }
665
- .openeuler.community .item-sub[data-v-aef9f468] {
665
+ .openeuler.community .item-sub[data-v-d88893c3] {
666
666
  width: 25%;
667
667
  }
668
- .openeuler.community .item-sub[data-v-aef9f468]:nth-of-type(1) {
668
+ .openeuler.community .item-sub[data-v-d88893c3]:nth-of-type(1) {
669
669
  width: 75%;
670
670
  }
671
- .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-aef9f468] {
671
+ .openeuler.community .item-sub:nth-of-type(1) .content-container[data-v-d88893c3] {
672
672
  flex-direction: row;
673
673
  }
674
- .openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-aef9f468] {
674
+ .openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-d88893c3] {
675
675
  width: calc(33% - var(--sub-right));
676
676
  }
677
- .openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-aef9f468]:nth-child(-n+3) {
677
+ .openeuler.community .item-sub:nth-of-type(1) .content-item[data-v-d88893c3]:nth-child(-n+3) {
678
678
  margin-top: 0;
679
679
  }
680
- .openeuler.update .item-sub[data-v-aef9f468] {
680
+ .openeuler.update .item-sub[data-v-d88893c3] {
681
681
  width: 50%;
682
682
  }
683
- .openeuler.update .item-sub .content-container[data-v-aef9f468] {
683
+ .openeuler.update .item-sub .content-container[data-v-d88893c3] {
684
684
  flex-direction: row;
685
685
  }
686
- .openeuler.update .item-sub .content-item[data-v-aef9f468] {
686
+ .openeuler.update .item-sub .content-item[data-v-d88893c3] {
687
687
  width: calc(50% - var(--sub-right));
688
688
  }
689
- .openeuler.update .item-sub .content-item[data-v-aef9f468]:nth-of-type(2) {
689
+ .openeuler.update .item-sub .content-item[data-v-d88893c3]:nth-of-type(2) {
690
690
  margin-top: 0;
691
691
  }
692
- .openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-aef9f468] {
692
+ .openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-d88893c3] {
693
693
  margin-right: var(--sub-right);
694
694
  }
695
- .openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-aef9f468]:nth-of-type(2) {
695
+ .openeuler.update .item-sub:nth-of-type(2) .content-item[data-v-d88893c3]:nth-of-type(2) {
696
696
  margin-right: 0;
697
697
  }
698
- .mindspore .nav-background-left[data-v-aef9f468] {
698
+ .mindspore .nav-background-left[data-v-d88893c3] {
699
699
  left: 0;
700
700
  top: 0;
701
701
  width: 540px;
702
702
  height: 360px;
703
703
  }
704
- .mindspore .nav-background-right[data-v-aef9f468] {
704
+ .mindspore .nav-background-right[data-v-d88893c3] {
705
705
  width: 643px;
706
706
  height: 364px;
707
707
  z-index: -1;
708
708
  }
709
- .openubmc[data-v-aef9f468] {
709
+ .openubmc[data-v-d88893c3] {
710
710
  --sub-right: 24px;
711
711
  }
712
712
  @media (max-width: 1440px) {
713
- .openubmc[data-v-aef9f468] {
713
+ .openubmc[data-v-d88893c3] {
714
714
  --sub-right: 16px;
715
715
  }
716
716
  }
717
- .openubmc.download .item-sub[data-v-aef9f468] {
717
+ .openubmc.download .item-sub[data-v-d88893c3] {
718
718
  width: 25%;
719
719
  }
720
- .openubmc.download .item-sub[data-v-aef9f468]:nth-of-type(1) {
720
+ .openubmc.download .item-sub[data-v-d88893c3]:nth-of-type(1) {
721
721
  width: 50%;
722
722
  }
723
- .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-aef9f468] {
723
+ .openubmc.download .item-sub:nth-of-type(1) .content-container[data-v-d88893c3] {
724
724
  flex-direction: row;
725
725
  }
726
- .openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-aef9f468] {
726
+ .openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-d88893c3] {
727
727
  width: calc(50% - var(--sub-right));
728
728
  }
729
- .openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-aef9f468]:nth-of-type(2) {
729
+ .openubmc.download .item-sub:nth-of-type(1) .content-item[data-v-d88893c3]:nth-of-type(2) {
730
730
  margin-top: 0;
731
731
  }
732
- .openubmc.development .item-sub[data-v-aef9f468], .openubmc.trends .item-sub[data-v-aef9f468] {
732
+ .openubmc.development .item-sub[data-v-d88893c3], .openubmc.trends .item-sub[data-v-d88893c3] {
733
733
  width: 100%;
734
734
  }
735
- .openubmc.development .item-sub .content-container[data-v-aef9f468], .openubmc.trends .item-sub .content-container[data-v-aef9f468] {
735
+ .openubmc.development .item-sub .content-container[data-v-d88893c3], .openubmc.trends .item-sub .content-container[data-v-d88893c3] {
736
736
  flex-direction: row;
737
737
  }
738
- .openubmc.development .item-sub .content-item[data-v-aef9f468], .openubmc.trends .item-sub .content-item[data-v-aef9f468] {
738
+ .openubmc.development .item-sub .content-item[data-v-d88893c3], .openubmc.trends .item-sub .content-item[data-v-d88893c3] {
739
739
  width: calc(33% - var(--sub-right));
740
740
  margin-right: var(--sub-right);
741
741
  }
742
- .openubmc.development .item-sub .content-item[data-v-aef9f468]:nth-child(-n+4), .openubmc.trends .item-sub .content-item[data-v-aef9f468]:nth-child(-n+4) {
742
+ .openubmc.development .item-sub .content-item[data-v-d88893c3]:nth-child(-n+4), .openubmc.trends .item-sub .content-item[data-v-d88893c3]:nth-child(-n+4) {
743
743
  margin-top: 0;
744
744
  }
745
- .openubmc.development .item-sub .content-item[data-v-aef9f468]:nth-of-type(4), .openubmc.trends .item-sub .content-item[data-v-aef9f468]:nth-of-type(4) {
745
+ .openubmc.development .item-sub .content-item[data-v-d88893c3]:nth-of-type(4), .openubmc.trends .item-sub .content-item[data-v-d88893c3]:nth-of-type(4) {
746
746
  margin-right: 0;
747
747
  }
748
- .openubmc.docs .item-sub[data-v-aef9f468] {
748
+ .openubmc.docs .item-sub[data-v-d88893c3] {
749
749
  width: 76%;
750
750
  }
751
- .openubmc.docs .item-sub .content-container[data-v-aef9f468] {
751
+ .openubmc.docs .item-sub .content-container[data-v-d88893c3] {
752
752
  flex-direction: row;
753
753
  }
754
- .openubmc.docs .item-sub .content-item[data-v-aef9f468] {
754
+ .openubmc.docs .item-sub .content-item[data-v-d88893c3] {
755
755
  width: calc(25% - var(--sub-right));
756
756
  margin-right: var(--sub-right);
757
757
  }
758
- .openubmc.docs .item-sub .content-item[data-v-aef9f468]:nth-child(-n+4) {
758
+ .openubmc.docs .item-sub .content-item[data-v-d88893c3]:nth-child(-n+4) {
759
759
  margin-top: 0;
760
760
  }
761
- .openubmc.docs .item-sub .content-item[data-v-aef9f468]:nth-of-type(4) {
761
+ .openubmc.docs .item-sub .content-item[data-v-d88893c3]:nth-of-type(4) {
762
762
  margin-right: 0;
763
763
  }
764
764
  @media (max-width: 1200px) {
765
- .openubmc.docs .item-sub[data-v-aef9f468] {
765
+ .openubmc.docs .item-sub[data-v-d88893c3] {
766
766
  width: 100%;
767
767
  }
768
768
  }
769
- .openubmc.learn .item-sub[data-v-aef9f468] {
769
+ .openubmc.learn .item-sub[data-v-d88893c3] {
770
770
  width: 38%;
771
771
  }
772
- .openubmc.support .item-sub[data-v-aef9f468] {
772
+ .openubmc.support .item-sub[data-v-d88893c3] {
773
773
  width: 19%;
774
774
  }
775
- .openubmc.support .item-sub[data-v-aef9f468]:nth-of-type(2) {
775
+ .openubmc.support .item-sub[data-v-d88893c3]:nth-of-type(2) {
776
776
  width: 57%;
777
777
  }
778
- .openubmc.support .item-sub:nth-of-type(2) .content-container[data-v-aef9f468] {
778
+ .openubmc.support .item-sub:nth-of-type(2) .content-container[data-v-d88893c3] {
779
779
  flex-direction: row;
780
780
  }
781
- .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-aef9f468] {
781
+ .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-d88893c3] {
782
782
  width: calc(33% - var(--sub-right));
783
783
  margin-right: var(--sub-right);
784
784
  }
785
- .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-aef9f468]:nth-child(-n+3) {
785
+ .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-d88893c3]:nth-child(-n+3) {
786
786
  margin-top: 0;
787
787
  }
788
- .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-aef9f468]:nth-of-type(3n) {
788
+ .openubmc.support .item-sub:nth-of-type(2) .content-item[data-v-d88893c3]:nth-of-type(3n) {
789
789
  margin-right: 0;
790
790
  }
791
791
  @media (max-width: 1200px) {
792
- .openubmc.support .item-sub[data-v-aef9f468] {
792
+ .openubmc.support .item-sub[data-v-d88893c3] {
793
793
  width: 25%;
794
794
  }
795
- .openubmc.support .item-sub[data-v-aef9f468]:nth-of-type(2) {
795
+ .openubmc.support .item-sub[data-v-d88893c3]:nth-of-type(2) {
796
796
  width: 75%;
797
797
  }
798
798
  }
799
- .openubmc.community .item-sub[data-v-aef9f468] {
799
+ .openubmc.community .item-sub[data-v-d88893c3] {
800
800
  width: 50%;
801
801
  }
802
- .openubmc.community .item-sub .content-container[data-v-aef9f468] {
802
+ .openubmc.community .item-sub .content-container[data-v-d88893c3] {
803
803
  flex-direction: row;
804
804
  }
805
- .openubmc.community .item-sub .content-item[data-v-aef9f468] {
805
+ .openubmc.community .item-sub .content-item[data-v-d88893c3] {
806
806
  width: calc(50% - var(--sub-right));
807
807
  margin-right: var(--sub-right);
808
808
  }
809
- .openubmc.community .item-sub .content-item[data-v-aef9f468]:nth-child(-n+2) {
809
+ .openubmc.community .item-sub .content-item[data-v-d88893c3]:nth-child(-n+2) {
810
810
  margin-top: 0;
811
811
  }
812
- .openubmc.community .item-sub .content-item[data-v-aef9f468]:nth-of-type(2n) {
812
+ .openubmc.community .item-sub .content-item[data-v-d88893c3]:nth-of-type(2n) {
813
813
  margin-right: 0;
814
814
  }