@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.
- package/dist/components/header/OHeader.vue.d.ts +3 -3
- package/dist/components/header/components/HeaderNav.vue.d.ts +3 -3
- package/dist/components/header/index.d.ts +5 -5
- package/dist/components/header/types.d.ts +2 -2
- package/dist/components/header-search/OHeaderSearch.vue.d.ts +8 -8
- package/dist/components/header-search/index.d.ts +3 -3
- package/dist/components/search/OSearchInput.vue.d.ts +6 -6
- package/dist/components/search/index.d.ts +3 -3
- package/dist/components/search/internal/SearchImageInput.vue.d.ts +1 -1
- package/dist/components.cjs.js +36 -36
- package/dist/components.css +1 -1
- package/dist/components.es.js +4731 -4730
- package/dist/treeshaking/components/header/OHeader.css +15 -15
- package/dist/treeshaking/components/header/OHeader.vue.d.ts +3 -3
- package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
- package/dist/treeshaking/components/header/OHeader.vue2.mjs +2 -2
- package/dist/treeshaking/components/header/components/HeaderContent.css +169 -169
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +10 -3
- package/dist/treeshaking/components/header/components/HeaderNav.css +51 -39
- package/dist/treeshaking/components/header/components/HeaderNav.vue.d.ts +3 -3
- package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +6 -5
- package/dist/treeshaking/components/header/components/HeaderNavMobile.css +73 -73
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue2.mjs +10 -10
- package/dist/treeshaking/components/header/index.d.ts +5 -5
- package/dist/treeshaking/components/header/types.d.ts +2 -2
- package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.css +32 -33
- package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.vue.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.hover-icon-rotate .o-icon[data-v-
|
|
1
|
+
.hover-icon-rotate .o-icon[data-v-e2880d2a] {
|
|
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-
|
|
5
|
+
.hover-icon-rotate:hover .o-icon[data-v-e2880d2a] {
|
|
6
6
|
transform: rotate(-180deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
.header-nav[data-v-
|
|
9
|
+
.header-nav[data-v-e2880d2a] {
|
|
10
10
|
flex: 1;
|
|
11
11
|
justify-content: space-between;
|
|
12
12
|
width: 100%;
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
opacity: 0;
|
|
20
20
|
display: flex;
|
|
21
21
|
}
|
|
22
|
-
.header-nav.active[data-v-
|
|
22
|
+
.header-nav.active[data-v-e2880d2a] {
|
|
23
23
|
opacity: 1;
|
|
24
24
|
visibility: visible;
|
|
25
25
|
transform: translateX(0);
|
|
26
26
|
background-color: var(--o-color-mask1);
|
|
27
27
|
}
|
|
28
|
-
.o-nav[data-v-
|
|
28
|
+
.o-nav[data-v-e2880d2a] {
|
|
29
29
|
height: 100%;
|
|
30
30
|
min-width: 99px;
|
|
31
31
|
max-width: 40%;
|
|
@@ -35,35 +35,35 @@
|
|
|
35
35
|
flex-direction: column;
|
|
36
36
|
justify-content: space-between;
|
|
37
37
|
}
|
|
38
|
-
.o-nav .o-nav-list > li[data-v-
|
|
38
|
+
.o-nav .o-nav-list > li[data-v-e2880d2a] {
|
|
39
39
|
font-size: 18px;
|
|
40
40
|
line-height: 26px;
|
|
41
41
|
}
|
|
42
42
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
43
|
-
.o-nav .o-nav-list > li[data-v-
|
|
43
|
+
.o-nav .o-nav-list > li[data-v-e2880d2a] {
|
|
44
44
|
font-size: 16px;
|
|
45
45
|
line-height: 24px;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
49
|
-
.o-nav .o-nav-list > li[data-v-
|
|
49
|
+
.o-nav .o-nav-list > li[data-v-e2880d2a] {
|
|
50
50
|
font-size: 14px;
|
|
51
51
|
line-height: 22px;
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
55
|
-
.o-nav .o-nav-list > li[data-v-
|
|
55
|
+
.o-nav .o-nav-list > li[data-v-e2880d2a] {
|
|
56
56
|
font-size: 14px;
|
|
57
57
|
line-height: 22px;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
@media (max-width: 600px) {
|
|
61
|
-
.o-nav .o-nav-list > li[data-v-
|
|
61
|
+
.o-nav .o-nav-list > li[data-v-e2880d2a] {
|
|
62
62
|
font-size: 14px;
|
|
63
63
|
line-height: 22px;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
|
-
.o-nav .o-nav-list > li[data-v-
|
|
66
|
+
.o-nav .o-nav-list > li[data-v-e2880d2a] {
|
|
67
67
|
display: flex;
|
|
68
68
|
align-items: center;
|
|
69
69
|
min-height: 48px;
|
|
@@ -71,36 +71,36 @@
|
|
|
71
71
|
padding-right: var(--o-gap-2);
|
|
72
72
|
color: var(--o-color-info1);
|
|
73
73
|
}
|
|
74
|
-
.o-nav .o-nav-list > li.active[data-v-
|
|
74
|
+
.o-nav .o-nav-list > li.active[data-v-e2880d2a] {
|
|
75
75
|
color: var(--o-color-primary1);
|
|
76
76
|
background: var(--o-color-fill2);
|
|
77
77
|
font-weight: 500;
|
|
78
78
|
}
|
|
79
|
-
.o-nav .o-nav-list > li .text-label[data-v-
|
|
79
|
+
.o-nav .o-nav-list > li .text-label[data-v-e2880d2a] {
|
|
80
80
|
display: block;
|
|
81
81
|
white-space: pre-wrap;
|
|
82
82
|
word-wrap: break-word;
|
|
83
83
|
width: 100%;
|
|
84
84
|
}
|
|
85
|
-
.nav-aside[data-v-
|
|
85
|
+
.nav-aside[data-v-e2880d2a] {
|
|
86
86
|
background-color: var(--o-color-fill2);
|
|
87
87
|
flex: 1;
|
|
88
88
|
height: 100%;
|
|
89
89
|
}
|
|
90
|
-
.nav-aside .nav-aside-wrapper[data-v-
|
|
90
|
+
.nav-aside .nav-aside-wrapper[data-v-e2880d2a] {
|
|
91
91
|
overflow-y: auto;
|
|
92
92
|
padding: 16px 12px 32px;
|
|
93
93
|
height: 100%;
|
|
94
94
|
}
|
|
95
|
-
.nav-aside .nav-aside-wrapper .nav-aside-content[data-v-
|
|
95
|
+
.nav-aside .nav-aside-wrapper .nav-aside-content[data-v-e2880d2a] {
|
|
96
96
|
display: block;
|
|
97
97
|
flex: 0 1 auto;
|
|
98
98
|
}
|
|
99
|
-
.nav-aside .nav-aside-wrapper .nav-aside-content + .nav-aside-content[data-v-
|
|
99
|
+
.nav-aside .nav-aside-wrapper .nav-aside-content + .nav-aside-content[data-v-e2880d2a] {
|
|
100
100
|
position: relative;
|
|
101
101
|
padding-top: var(--o-gap-3);
|
|
102
102
|
}
|
|
103
|
-
.nav-aside .nav-aside-wrapper .nav-aside-content + .nav-aside-content[data-v-
|
|
103
|
+
.nav-aside .nav-aside-wrapper .nav-aside-content + .nav-aside-content[data-v-e2880d2a]::before {
|
|
104
104
|
content: "";
|
|
105
105
|
position: absolute;
|
|
106
106
|
top: 0;
|
|
@@ -108,117 +108,117 @@
|
|
|
108
108
|
height: 1px;
|
|
109
109
|
background-color: rgba(var(--o-grey-14), 0.1);
|
|
110
110
|
}
|
|
111
|
-
.nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-
|
|
111
|
+
.nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-e2880d2a] {
|
|
112
112
|
color: var(--o-color-info3);
|
|
113
113
|
margin-bottom: 8px;
|
|
114
114
|
font-size: 18px;
|
|
115
115
|
line-height: 26px;
|
|
116
116
|
}
|
|
117
117
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
118
|
-
.nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-
|
|
118
|
+
.nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-e2880d2a] {
|
|
119
119
|
font-size: 16px;
|
|
120
120
|
line-height: 24px;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
124
|
-
.nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-
|
|
124
|
+
.nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-e2880d2a] {
|
|
125
125
|
font-size: 14px;
|
|
126
126
|
line-height: 22px;
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
130
|
-
.nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-
|
|
130
|
+
.nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-e2880d2a] {
|
|
131
131
|
font-size: 14px;
|
|
132
132
|
line-height: 22px;
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
@media (max-width: 600px) {
|
|
136
|
-
.nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-
|
|
136
|
+
.nav-aside .nav-aside-wrapper .nav-aside-content .content-label[data-v-e2880d2a] {
|
|
137
137
|
font-size: 14px;
|
|
138
138
|
line-height: 22px;
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
|
-
.nav-aside .nav-aside-wrapper .nav-aside-content .item-not-children[data-v-
|
|
141
|
+
.nav-aside .nav-aside-wrapper .nav-aside-content .item-not-children[data-v-e2880d2a] {
|
|
142
142
|
margin-bottom: 12px;
|
|
143
143
|
display: flex;
|
|
144
144
|
align-items: center;
|
|
145
145
|
}
|
|
146
|
-
.nav-aside .nav-aside-wrapper .nav-aside-content .item-not-children .o-tag[data-v-
|
|
146
|
+
.nav-aside .nav-aside-wrapper .nav-aside-content .item-not-children .o-tag[data-v-e2880d2a] {
|
|
147
147
|
margin-left: var(--o-gap-2);
|
|
148
148
|
--layout-pkg-radius: 100vh;
|
|
149
149
|
}
|
|
150
|
-
.nav-aside .nav-aside-wrapper .nav-aside-content .item-not-children .o-icon[data-v-
|
|
150
|
+
.nav-aside .nav-aside-wrapper .nav-aside-content .item-not-children .o-icon[data-v-e2880d2a] {
|
|
151
151
|
margin-left: var(--o-gap-2);
|
|
152
152
|
}
|
|
153
|
-
.nav-aside .nav-aside-wrapper .source-code-item[data-v-
|
|
153
|
+
.nav-aside .nav-aside-wrapper .source-code-item[data-v-e2880d2a] {
|
|
154
154
|
height: 40px;
|
|
155
155
|
display: flex;
|
|
156
156
|
align-items: center;
|
|
157
157
|
color: var(--o-color-info1);
|
|
158
158
|
font-weight: 600;
|
|
159
159
|
}
|
|
160
|
-
.nav-aside .nav-aside-wrapper .source-code-item.active[data-v-
|
|
160
|
+
.nav-aside .nav-aside-wrapper .source-code-item.active[data-v-e2880d2a] {
|
|
161
161
|
color: var(--o-color-primary1);
|
|
162
162
|
}
|
|
163
|
-
.nav-aside .nav-aside-wrapper .source-code-item + .source-code-item[data-v-
|
|
163
|
+
.nav-aside .nav-aside-wrapper .source-code-item + .source-code-item[data-v-e2880d2a] {
|
|
164
164
|
border-top: 1px solid var(--o-color-control4);
|
|
165
165
|
}
|
|
166
|
-
.nav-aside .nav-aside-wrapper .source-code-item .icon[data-v-
|
|
166
|
+
.nav-aside .nav-aside-wrapper .source-code-item .icon[data-v-e2880d2a] {
|
|
167
167
|
margin-left: var(--o-gap-2);
|
|
168
168
|
}
|
|
169
|
-
.nav-aside .nav-aside-wrapper[data-v-
|
|
169
|
+
.nav-aside .nav-aside-wrapper[data-v-e2880d2a]::-webkit-scrollbar-track {
|
|
170
170
|
border-radius: 3px;
|
|
171
171
|
}
|
|
172
|
-
.nav-aside .nav-aside-wrapper[data-v-
|
|
172
|
+
.nav-aside .nav-aside-wrapper[data-v-e2880d2a]::-webkit-scrollbar {
|
|
173
173
|
width: 6px;
|
|
174
174
|
background-color: transparent;
|
|
175
175
|
}
|
|
176
|
-
.nav-aside .nav-aside-wrapper[data-v-
|
|
176
|
+
.nav-aside .nav-aside-wrapper[data-v-e2880d2a]::-webkit-scrollbar-thumb {
|
|
177
177
|
border-radius: 3px;
|
|
178
178
|
background: var(--o-color-control1);
|
|
179
179
|
}
|
|
180
|
-
.nav-aside .container-mobile[data-v-
|
|
180
|
+
.nav-aside .container-mobile[data-v-e2880d2a] {
|
|
181
181
|
font-size: 18px;
|
|
182
182
|
line-height: 26px;
|
|
183
183
|
}
|
|
184
184
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
185
|
-
.nav-aside .container-mobile[data-v-
|
|
185
|
+
.nav-aside .container-mobile[data-v-e2880d2a] {
|
|
186
186
|
font-size: 16px;
|
|
187
187
|
line-height: 24px;
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
190
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
191
|
-
.nav-aside .container-mobile[data-v-
|
|
191
|
+
.nav-aside .container-mobile[data-v-e2880d2a] {
|
|
192
192
|
font-size: 14px;
|
|
193
193
|
line-height: 22px;
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
196
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
197
|
-
.nav-aside .container-mobile[data-v-
|
|
197
|
+
.nav-aside .container-mobile[data-v-e2880d2a] {
|
|
198
198
|
font-size: 14px;
|
|
199
199
|
line-height: 22px;
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
@media (max-width: 600px) {
|
|
203
|
-
.nav-aside .container-mobile[data-v-
|
|
203
|
+
.nav-aside .container-mobile[data-v-e2880d2a] {
|
|
204
204
|
font-size: 14px;
|
|
205
205
|
line-height: 22px;
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
|
-
.nav-aside .container-mobile .o-icon[data-v-
|
|
208
|
+
.nav-aside .container-mobile .o-icon[data-v-e2880d2a] {
|
|
209
209
|
--icon-size: 16px;
|
|
210
210
|
margin-left: var(--o-gap-2);
|
|
211
211
|
}
|
|
212
|
-
.nav-aside .content-container-mobile[data-v-
|
|
212
|
+
.nav-aside .content-container-mobile[data-v-e2880d2a] {
|
|
213
213
|
margin-top: var(--o-gap-3);
|
|
214
214
|
}
|
|
215
|
-
.nav-aside .content-container-mobile[data-v-
|
|
215
|
+
.nav-aside .content-container-mobile[data-v-e2880d2a]:first-child {
|
|
216
216
|
margin-top: 8px;
|
|
217
217
|
}
|
|
218
|
-
.nav-aside .content-container-mobile[data-v-
|
|
218
|
+
.nav-aside .content-container-mobile[data-v-e2880d2a]:last-child {
|
|
219
219
|
margin-bottom: 12px;
|
|
220
220
|
}
|
|
221
|
-
.nav-aside .content-container-mobile .content-subtitle[data-v-
|
|
221
|
+
.nav-aside .content-container-mobile .content-subtitle[data-v-e2880d2a] {
|
|
222
222
|
color: var(--o-color-info1);
|
|
223
223
|
display: flex;
|
|
224
224
|
align-items: center;
|
|
@@ -226,41 +226,41 @@
|
|
|
226
226
|
line-height: 26px;
|
|
227
227
|
}
|
|
228
228
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
229
|
-
.nav-aside .content-container-mobile .content-subtitle[data-v-
|
|
229
|
+
.nav-aside .content-container-mobile .content-subtitle[data-v-e2880d2a] {
|
|
230
230
|
font-size: 16px;
|
|
231
231
|
line-height: 24px;
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
234
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
235
|
-
.nav-aside .content-container-mobile .content-subtitle[data-v-
|
|
235
|
+
.nav-aside .content-container-mobile .content-subtitle[data-v-e2880d2a] {
|
|
236
236
|
font-size: 14px;
|
|
237
237
|
line-height: 22px;
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
240
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
241
|
-
.nav-aside .content-container-mobile .content-subtitle[data-v-
|
|
241
|
+
.nav-aside .content-container-mobile .content-subtitle[data-v-e2880d2a] {
|
|
242
242
|
font-size: 14px;
|
|
243
243
|
line-height: 22px;
|
|
244
244
|
}
|
|
245
245
|
}
|
|
246
246
|
@media (max-width: 600px) {
|
|
247
|
-
.nav-aside .content-container-mobile .content-subtitle[data-v-
|
|
247
|
+
.nav-aside .content-container-mobile .content-subtitle[data-v-e2880d2a] {
|
|
248
248
|
font-size: 14px;
|
|
249
249
|
line-height: 22px;
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
|
-
.nav-aside .content-container-mobile .content-subtitle .item-label[data-v-
|
|
252
|
+
.nav-aside .content-container-mobile .content-subtitle .item-label[data-v-e2880d2a] {
|
|
253
253
|
font-weight: 600;
|
|
254
254
|
}
|
|
255
|
-
.nav-aside .content-container-mobile .content-tag[data-v-
|
|
255
|
+
.nav-aside .content-container-mobile .content-tag[data-v-e2880d2a] {
|
|
256
256
|
margin-left: var(--o-gap-2);
|
|
257
257
|
--layout-pkg-radius: var(--o-radius-xs);
|
|
258
258
|
}
|
|
259
|
-
.nav-aside .content-container-mobile .desc-container[data-v-
|
|
259
|
+
.nav-aside .content-container-mobile .desc-container[data-v-e2880d2a] {
|
|
260
260
|
overflow: hidden;
|
|
261
261
|
position: relative;
|
|
262
262
|
}
|
|
263
|
-
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-
|
|
263
|
+
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-e2880d2a] {
|
|
264
264
|
color: var(--o-color-info2);
|
|
265
265
|
margin-top: var(--o-gap-1);
|
|
266
266
|
text-align: justify;
|
|
@@ -269,30 +269,30 @@
|
|
|
269
269
|
line-height: 22px;
|
|
270
270
|
}
|
|
271
271
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
272
|
-
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-
|
|
272
|
+
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-e2880d2a] {
|
|
273
273
|
font-size: 12px;
|
|
274
274
|
line-height: 18px;
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
277
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
278
|
-
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-
|
|
278
|
+
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-e2880d2a] {
|
|
279
279
|
font-size: 12px;
|
|
280
280
|
line-height: 18px;
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
283
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
284
|
-
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-
|
|
284
|
+
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-e2880d2a] {
|
|
285
285
|
font-size: 12px;
|
|
286
286
|
line-height: 18px;
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
289
|
@media (max-width: 600px) {
|
|
290
|
-
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-
|
|
290
|
+
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-e2880d2a] {
|
|
291
291
|
font-size: 12px;
|
|
292
292
|
line-height: 18px;
|
|
293
293
|
}
|
|
294
294
|
}
|
|
295
|
-
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-
|
|
295
|
+
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-e2880d2a] {
|
|
296
296
|
overflow: hidden;
|
|
297
297
|
text-overflow: ellipsis;
|
|
298
298
|
word-break: break-all;
|
|
@@ -301,47 +301,47 @@
|
|
|
301
301
|
-webkit-line-clamp: 2;
|
|
302
302
|
}
|
|
303
303
|
@media (max-width: 600px) {
|
|
304
|
-
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-
|
|
304
|
+
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-e2880d2a] {
|
|
305
305
|
font-size: 16px;
|
|
306
306
|
line-height: 24px;
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
@media (max-width: 600px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
310
|
-
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-
|
|
310
|
+
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-e2880d2a] {
|
|
311
311
|
font-size: 14px;
|
|
312
312
|
line-height: 22px;
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
315
|
@media (max-width: 600px) and (min-width: 841px) and (max-width: 1200px) {
|
|
316
|
-
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-
|
|
316
|
+
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-e2880d2a] {
|
|
317
317
|
font-size: 14px;
|
|
318
318
|
line-height: 22px;
|
|
319
319
|
}
|
|
320
320
|
}
|
|
321
321
|
@media (max-width: 600px) and (min-width: 601px) and (max-width: 840px) {
|
|
322
|
-
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-
|
|
322
|
+
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-e2880d2a] {
|
|
323
323
|
font-size: 14px;
|
|
324
324
|
line-height: 22px;
|
|
325
325
|
}
|
|
326
326
|
}
|
|
327
327
|
@media (max-width: 600px) and (max-width: 600px) {
|
|
328
|
-
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-
|
|
328
|
+
.nav-aside .content-container-mobile .desc-container .item-desc[data-v-e2880d2a] {
|
|
329
329
|
font-size: 12px;
|
|
330
330
|
line-height: 18px;
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
|
-
.nav-aside .content-item-disabled[data-v-
|
|
333
|
+
.nav-aside .content-item-disabled[data-v-e2880d2a] {
|
|
334
334
|
cursor: no-drop;
|
|
335
335
|
}
|
|
336
|
-
.nav-aside .content-item-disabled .content-subtitle[data-v-
|
|
336
|
+
.nav-aside .content-item-disabled .content-subtitle[data-v-e2880d2a] {
|
|
337
337
|
color: var(--o-color-info4);
|
|
338
338
|
cursor: no-drop;
|
|
339
339
|
pointer-events: none;
|
|
340
340
|
}
|
|
341
|
-
.nav-aside .content-item-disabled .desc-container .item-desc[data-v-
|
|
341
|
+
.nav-aside .content-item-disabled .desc-container .item-desc[data-v-e2880d2a] {
|
|
342
342
|
color: var(--o-color-info4);
|
|
343
343
|
}
|
|
344
|
-
.header-tool[data-v-
|
|
344
|
+
.header-tool[data-v-e2880d2a] {
|
|
345
345
|
margin-bottom: 36px;
|
|
346
346
|
width: 100%;
|
|
347
347
|
display: flex;
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
align-items: center;
|
|
350
350
|
flex-direction: column;
|
|
351
351
|
}
|
|
352
|
-
.header-tool-item[data-v-
|
|
352
|
+
.header-tool-item[data-v-e2880d2a] {
|
|
353
353
|
width: 100%;
|
|
354
354
|
display: flex;
|
|
355
355
|
align-items: center;
|
|
@@ -358,40 +358,40 @@
|
|
|
358
358
|
padding-right: var(--o-gap-2);
|
|
359
359
|
color: var(--o-color-info1);
|
|
360
360
|
}
|
|
361
|
-
.header-tool-item.active[data-v-
|
|
361
|
+
.header-tool-item.active[data-v-e2880d2a] {
|
|
362
362
|
color: var(--o-color-primary1);
|
|
363
363
|
background: var(--o-color-fill2);
|
|
364
364
|
font-weight: 500;
|
|
365
365
|
}
|
|
366
|
-
.header-tool-item[data-v-
|
|
366
|
+
.header-tool-item[data-v-e2880d2a] {
|
|
367
367
|
font-size: 18px;
|
|
368
368
|
line-height: 26px;
|
|
369
369
|
}
|
|
370
370
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
371
|
-
.header-tool-item[data-v-
|
|
371
|
+
.header-tool-item[data-v-e2880d2a] {
|
|
372
372
|
font-size: 16px;
|
|
373
373
|
line-height: 24px;
|
|
374
374
|
}
|
|
375
375
|
}
|
|
376
376
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
377
|
-
.header-tool-item[data-v-
|
|
377
|
+
.header-tool-item[data-v-e2880d2a] {
|
|
378
378
|
font-size: 14px;
|
|
379
379
|
line-height: 22px;
|
|
380
380
|
}
|
|
381
381
|
}
|
|
382
382
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
383
|
-
.header-tool-item[data-v-
|
|
383
|
+
.header-tool-item[data-v-e2880d2a] {
|
|
384
384
|
font-size: 14px;
|
|
385
385
|
line-height: 22px;
|
|
386
386
|
}
|
|
387
387
|
}
|
|
388
388
|
@media (max-width: 600px) {
|
|
389
|
-
.header-tool-item[data-v-
|
|
389
|
+
.header-tool-item[data-v-e2880d2a] {
|
|
390
390
|
font-size: 14px;
|
|
391
391
|
line-height: 22px;
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
|
-
.other-tool[data-v-
|
|
394
|
+
.other-tool[data-v-e2880d2a] {
|
|
395
395
|
width: 100%;
|
|
396
396
|
padding: var(--o-gap-2) var(--o-gap-2) 0 var(--o-gap-5);
|
|
397
397
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./HeaderNavMobile.vue2.mjs";
|
|
2
2
|
import './HeaderNavMobile.css';
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const HeaderNavMobile = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const HeaderNavMobile = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e2880d2a"]]);
|
|
5
5
|
export {
|
|
6
6
|
HeaderNavMobile as default
|
|
7
7
|
};
|
|
@@ -44,7 +44,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
44
44
|
const emit = __emit;
|
|
45
45
|
const props = __props;
|
|
46
46
|
const navActive = ref("");
|
|
47
|
-
const navInfo = ref(
|
|
47
|
+
const navInfo = ref();
|
|
48
48
|
const handleNavClick = (item, val) => {
|
|
49
49
|
var _a;
|
|
50
50
|
if (val === NavType.NAV) {
|
|
@@ -56,10 +56,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
56
56
|
}
|
|
57
57
|
} else if (val === NavType.CODE) {
|
|
58
58
|
navActive.value = val;
|
|
59
|
-
navInfo.value = props.codeData
|
|
59
|
+
navInfo.value = props.codeData;
|
|
60
60
|
} else if (val === NavType.LANG) {
|
|
61
61
|
navActive.value = val;
|
|
62
|
-
navInfo.value = props.langData
|
|
62
|
+
navInfo.value = props.langData;
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
65
|
const onClick = (url, target) => {
|
|
@@ -81,9 +81,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
81
81
|
() => props.navData || props.codeData || props.langData,
|
|
82
82
|
() => {
|
|
83
83
|
if (navActive.value === NavType.CODE) {
|
|
84
|
-
navInfo.value = props.codeData
|
|
84
|
+
navInfo.value = props.codeData;
|
|
85
85
|
} else if (navActive.value === NavType.LANG) {
|
|
86
|
-
navInfo.value = props.langData
|
|
86
|
+
navInfo.value = props.langData;
|
|
87
87
|
} else {
|
|
88
88
|
navInfo.value = props.navData.find((item) => item.id === navActive.value);
|
|
89
89
|
}
|
|
@@ -93,7 +93,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
93
93
|
}
|
|
94
94
|
);
|
|
95
95
|
return (_ctx, _cache) => {
|
|
96
|
-
var _a, _b;
|
|
96
|
+
var _a, _b, _c, _d;
|
|
97
97
|
return openBlock(), createElementBlock("div", {
|
|
98
98
|
class: normalizeClass(["header-nav", { active: __props.menuShow }])
|
|
99
99
|
}, [
|
|
@@ -114,14 +114,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
114
114
|
}), 128))
|
|
115
115
|
]),
|
|
116
116
|
createElementVNode("div", _hoisted_4, [
|
|
117
|
-
__props.codeData ? (openBlock(), createElementBlock("div", {
|
|
117
|
+
((_a = __props.codeData) == null ? void 0 : _a.label) ? (openBlock(), createElementBlock("div", {
|
|
118
118
|
key: 0,
|
|
119
119
|
class: normalizeClass(["header-tool-item", {
|
|
120
120
|
active: navActive.value === "code"
|
|
121
121
|
}]),
|
|
122
122
|
onClick: _cache[0] || (_cache[0] = ($event) => handleNavClick(null, "code"))
|
|
123
123
|
}, toDisplayString(__props.codeData.label), 3)) : createCommentVNode("", true),
|
|
124
|
-
__props.langData ? (openBlock(), createElementBlock("div", {
|
|
124
|
+
((_b = __props.langData) == null ? void 0 : _b.label) ? (openBlock(), createElementBlock("div", {
|
|
125
125
|
key: 1,
|
|
126
126
|
class: normalizeClass(["header-tool-item", {
|
|
127
127
|
active: navActive.value === "lang"
|
|
@@ -133,7 +133,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
133
133
|
])) : createCommentVNode("", true)
|
|
134
134
|
])
|
|
135
135
|
]),
|
|
136
|
-
((
|
|
136
|
+
((_d = (_c = navInfo.value) == null ? void 0 : _c.children) == null ? void 0 : _d.length) ? (openBlock(), createElementBlock("div", _hoisted_6, [
|
|
137
137
|
navActive.value !== "code" && navActive.value !== "lang" ? (openBlock(), createElementBlock("ul", _hoisted_7, [
|
|
138
138
|
(openBlock(true), createElementBlock(Fragment, null, renderList(navInfo.value.children, (item) => {
|
|
139
139
|
return openBlock(), createElementBlock("li", {
|
|
@@ -208,7 +208,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
208
208
|
], 8, _hoisted_8);
|
|
209
209
|
}), 128))
|
|
210
210
|
])) : (openBlock(), createElementBlock("div", _hoisted_17, [
|
|
211
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(navInfo.value, (item) => {
|
|
211
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(navInfo.value.children, (item) => {
|
|
212
212
|
return openBlock(), createElementBlock("a", {
|
|
213
213
|
key: item.label,
|
|
214
214
|
onClick: ($event) => onClickNav(item),
|
|
@@ -2,11 +2,11 @@ import { App } from 'vue';
|
|
|
2
2
|
declare const OHeader: {
|
|
3
3
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').NavT> & Readonly<{
|
|
4
4
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
5
|
-
"onNav-layout"?: ((val: any) => any) | undefined;
|
|
5
|
+
"onNav-layout"?: ((val: any, leng: number) => any) | undefined;
|
|
6
6
|
"onGo-home"?: (() => any) | undefined;
|
|
7
7
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
8
8
|
"handle-click": (val: any) => any;
|
|
9
|
-
"nav-layout": (val: any) => any;
|
|
9
|
+
"nav-layout": (val: any, leng: number) => any;
|
|
10
10
|
"go-home": () => any;
|
|
11
11
|
}, import('vue').PublicProps, {
|
|
12
12
|
isFlatten: boolean;
|
|
@@ -21,7 +21,7 @@ declare const OHeader: {
|
|
|
21
21
|
Defaults: {};
|
|
22
22
|
}, Readonly<import('./types').NavT> & Readonly<{
|
|
23
23
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
24
|
-
"onNav-layout"?: ((val: any) => any) | undefined;
|
|
24
|
+
"onNav-layout"?: ((val: any, leng: number) => any) | undefined;
|
|
25
25
|
"onGo-home"?: (() => any) | undefined;
|
|
26
26
|
}>, {}, {}, {}, {}, {
|
|
27
27
|
isFlatten: boolean;
|
|
@@ -31,11 +31,11 @@ declare const OHeader: {
|
|
|
31
31
|
__isSuspense?: never;
|
|
32
32
|
} & import('vue').ComponentOptionsBase<Readonly<import('./types').NavT> & Readonly<{
|
|
33
33
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
34
|
-
"onNav-layout"?: ((val: any) => any) | undefined;
|
|
34
|
+
"onNav-layout"?: ((val: any, leng: number) => any) | undefined;
|
|
35
35
|
"onGo-home"?: (() => any) | undefined;
|
|
36
36
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
37
37
|
"handle-click": (val: any) => any;
|
|
38
|
-
"nav-layout": (val: any) => any;
|
|
38
|
+
"nav-layout": (val: any, leng: number) => any;
|
|
39
39
|
"go-home": () => any;
|
|
40
40
|
}, string, {
|
|
41
41
|
isFlatten: boolean;
|
|
@@ -48,11 +48,11 @@ export interface LangItemT {
|
|
|
48
48
|
}
|
|
49
49
|
export interface CodeT {
|
|
50
50
|
label: string;
|
|
51
|
-
|
|
51
|
+
children: CodeItemT[];
|
|
52
52
|
}
|
|
53
53
|
export interface LangT {
|
|
54
54
|
label: string;
|
|
55
|
-
|
|
55
|
+
children: LangItemT[];
|
|
56
56
|
}
|
|
57
57
|
export interface NavT {
|
|
58
58
|
logo: string;
|