@tuya-sat/sdf-main-sdk 2.0.0-alpha.21 → 2.0.0-alpha.211
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/README.md +83 -2
- package/dist/364.eac5ad9a.chunk.js +2 -0
- package/dist/364.eac5ad9a.chunk.js.map +1 -0
- package/dist/api/index.d.ts +7 -7
- package/dist/api/urls.d.ts +27 -0
- package/dist/components/403/index.d.ts +4 -1
- package/dist/components/BLayout/components/Logo.d.ts +4 -1
- package/dist/components/BLogin/component/UserName/index.d.ts +6 -3
- package/dist/components/BLogin/component/VerifyCode/VerifyCodeInput.d.ts +6 -0
- package/dist/components/BLogin/component/VerifyCode/index.d.ts +1 -1
- package/dist/components/IconFont/index.d.ts +7 -0
- package/dist/components/ImageUpload/index.d.ts +4 -0
- package/dist/components/ImageUpload/utils.d.ts +1 -0
- package/dist/components/Layout/antd/Header/index.d.ts +11 -1
- package/dist/components/Layout/antd/Menu/BaseMenu.d.ts +1 -1
- package/dist/components/Layout/antd/Menu/HorizontalMenu/index.d.ts +2 -0
- package/dist/components/Layout/antd/Menu/index.d.ts +3 -0
- package/dist/components/Layout/antd/Sider/index.d.ts +2 -0
- package/dist/components/Layout/antd/components/AppDownload/index.d.ts +2 -6
- package/dist/components/Layout/antd/components/DynamicNavs/index.d.ts +1 -0
- package/dist/components/Layout/antd/components/NavItem/index.d.ts +2 -1
- package/dist/components/Layout/antd/components/ProjectSelect/index.d.ts +4 -0
- package/dist/components/Layout/antd/components/ProjectSelect/useProjectInfo.d.ts +12 -0
- package/dist/components/Layout/antd/components/SwitchTheme/index.d.ts +8 -0
- package/dist/components/Layout/antd/components/UserAccount/UserAvatar.d.ts +9 -0
- package/dist/components/Layout/antd/components/UserAccount/index.d.ts +1 -0
- package/dist/components/Layout/antd/index.d.ts +2 -0
- package/dist/components/Layout/interface.d.ts +12 -28
- package/dist/components/MessageNotification/index.d.ts +13 -0
- package/dist/components/MessageNotification/manager.d.ts +13 -0
- package/dist/components/MessageNotification/messageNotificationManager.d.ts +3 -0
- package/dist/components/MicroComponent/Header/index.d.ts +17 -2
- package/dist/components/PEnterprise/EnterpriseList.d.ts +3 -0
- package/dist/components/PEnterprise/index.d.ts +1 -0
- package/dist/components/PSetting/AccountSetting.d.ts +11 -0
- package/dist/components/PSetting/index.d.ts +1 -2
- package/dist/components/Register/components/CountryRegionCascader/RegionCascader.d.ts +19 -0
- package/dist/components/Register/components/CountryRegionCascader/index.d.ts +10 -0
- package/dist/components/Register/components/CountryRegionCascader/services.d.ts +9 -0
- package/dist/components/Register/components/RegisterForm/AccountForm.d.ts +23 -0
- package/dist/components/Register/components/RegisterForm/EnterpriseForm.d.ts +2 -0
- package/dist/components/Register/components/RegisterForm/index.d.ts +7 -0
- package/dist/components/Register/components/RegisterResult/index.d.ts +3 -0
- package/dist/components/Register/index.d.ts +1 -0
- package/dist/constant/index.d.ts +9 -0
- package/dist/en.json +108 -8
- package/dist/hooks/index.d.ts +9 -4
- package/dist/hooks/useMultiLanguages.d.ts +8 -0
- package/dist/index.d.ts +20 -0
- package/dist/lang/utils.d.ts +1 -1
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.LICENSE.txt +51 -11
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +1393 -348
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +7 -2
- package/dist/mqtt/business.d.ts +35 -0
- package/dist/pages/403.d.ts +4 -1
- package/dist/pages/home/enterprise/index.d.ts +5 -0
- package/dist/pages/home/notice/ConfirmCloseModal.d.ts +13 -0
- package/dist/pages/home/notice/MessageDetailModal.d.ts +37 -0
- package/dist/pages/home/notice/hooks.d.ts +14 -3
- package/dist/pages/home/notice/tools/index.d.ts +2 -1
- package/dist/qiankun/globalState.d.ts +6 -5
- package/dist/qiankun/index.d.ts +1 -2
- package/dist/qiankun/utils/index.d.ts +7 -5
- package/dist/static/img/7d9900e808e2197745be.png +0 -0
- package/dist/static/img/a10132bbdef90aa7baaf.png +0 -0
- package/dist/static/img/a20c372b6039996ba351.png +0 -0
- package/dist/static/img/b765d4caa82d7e5eae80.png +0 -0
- package/dist/static/img/f110c37284312f4d2af6.png +0 -0
- package/dist/utils/checkPass.d.ts +4 -0
- package/dist/utils/common.d.ts +10 -0
- package/dist/utils/index.d.ts +48 -7
- package/dist/utils/soundManager.d.ts +12 -0
- package/dist/utils/theme/antd5/InjectCssVariable.d.ts +3 -1
- package/dist/utils/theme/antd5/index.d.ts +362 -107
- package/dist/utils/theme/antd5/token.d.ts +275 -6
- package/dist/utils/theme/base.d.ts +2 -2
- package/dist/utils/theme/changeMenuCssVariable.d.ts +1 -1
- package/dist/utils/theme/index.d.ts +12 -6
- package/dist/utils/theme/store.d.ts +724 -214
- package/dist/zh.json +108 -6
- package/new-translations.json +68 -0
- package/package.json +16 -6
- package/webpack.config.js +1 -0
- package/dist/131.9ff515a6.chunk.js +0 -2
- package/dist/131.9ff515a6.chunk.js.map +0 -1
package/dist/main.css
CHANGED
|
@@ -26,8 +26,7 @@ code {
|
|
|
26
26
|
overflow: hidden;
|
|
27
27
|
padding: 0;
|
|
28
28
|
clip: rect(1px, 1px, 1px, 1px);
|
|
29
|
-
|
|
30
|
-
clip-path: inset(50%);
|
|
29
|
+
clip-path: inset(50%);
|
|
31
30
|
left: -999em;
|
|
32
31
|
}
|
|
33
32
|
#teconsent:has(span) + .main-divider.main-divider-vertical {
|
|
@@ -224,82 +223,524 @@ body.dark .purchaseCard__awz8N:nth-of-type(2)::after {
|
|
|
224
223
|
opacity: 0.4;
|
|
225
224
|
}
|
|
226
225
|
|
|
226
|
+
.notificationContent__Rccee {
|
|
227
|
+
max-width: 400px;
|
|
228
|
+
font-size: 14px;
|
|
229
|
+
line-height: 1.5;
|
|
230
|
+
}
|
|
231
|
+
.messageContent__SDJ4t {
|
|
232
|
+
margin-bottom: 8px;
|
|
233
|
+
color: #666;
|
|
234
|
+
display: inline;
|
|
235
|
+
}
|
|
236
|
+
.detailContainer__m6MHQ {
|
|
237
|
+
margin-bottom: 8px;
|
|
238
|
+
display: inline-block;
|
|
239
|
+
}
|
|
240
|
+
.detailLink__Znp5G {
|
|
241
|
+
color: #1890ff;
|
|
242
|
+
text-decoration: underline;
|
|
243
|
+
cursor: pointer;
|
|
244
|
+
}
|
|
245
|
+
.detailLink__Znp5G:hover {
|
|
246
|
+
color: #40a9ff;
|
|
247
|
+
}
|
|
248
|
+
.metaContainer__dGOxw {
|
|
249
|
+
margin-bottom: 12px;
|
|
250
|
+
font-size: 12px;
|
|
251
|
+
color: #999;
|
|
252
|
+
}
|
|
253
|
+
.imageContainer__vDZsz {
|
|
254
|
+
margin-bottom: 12px;
|
|
255
|
+
border-radius: 9px;
|
|
256
|
+
background: #F2F3F5;
|
|
257
|
+
overflow: hidden;
|
|
258
|
+
transition: transform 0.2s ease;
|
|
259
|
+
cursor: pointer;
|
|
260
|
+
width: -moz-max-content;
|
|
261
|
+
width: max-content;
|
|
262
|
+
display: flex;
|
|
263
|
+
}
|
|
264
|
+
.imageContainer__vDZsz:hover {
|
|
265
|
+
transform: scale(1.02);
|
|
266
|
+
}
|
|
267
|
+
.image__DVFDR {
|
|
268
|
+
width: 100%;
|
|
269
|
+
max-width: 120px;
|
|
270
|
+
aspect-ratio: 4/3;
|
|
271
|
+
border-radius: 6px;
|
|
272
|
+
display: block;
|
|
273
|
+
-o-object-fit: contain;
|
|
274
|
+
object-fit: contain;
|
|
275
|
+
}
|
|
276
|
+
.buttonContainer__dPZ_4 {
|
|
277
|
+
display: flex;
|
|
278
|
+
justify-content: flex-end;
|
|
279
|
+
gap: 8px;
|
|
280
|
+
margin-top: 12px;
|
|
281
|
+
}
|
|
282
|
+
.notificationTitle__dJkAv {
|
|
283
|
+
font-size: 16px;
|
|
284
|
+
font-weight: 500;
|
|
285
|
+
color: #1D2129;
|
|
286
|
+
}
|
|
287
|
+
|
|
227
288
|
.header__kcggd {
|
|
228
289
|
position: relative;
|
|
229
290
|
display: flex;
|
|
230
291
|
flex-direction: column;
|
|
231
292
|
width: 100%;
|
|
232
|
-
padding: 20px;
|
|
293
|
+
padding: 8px 28px 20px;
|
|
294
|
+
}
|
|
295
|
+
.header__kcggd:after {
|
|
296
|
+
content: '';
|
|
297
|
+
position: absolute;
|
|
298
|
+
left: 28px;
|
|
299
|
+
right: 28px;
|
|
300
|
+
bottom: 0;
|
|
301
|
+
border-bottom: 1px solid var(--main-app-color-border-secondary);
|
|
233
302
|
}
|
|
234
303
|
.header__kcggd .header-icon {
|
|
304
|
+
display: inline-flex;
|
|
305
|
+
align-items: center;
|
|
306
|
+
justify-content: center;
|
|
235
307
|
margin-right: 16px;
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
border-radius:
|
|
239
|
-
|
|
308
|
+
width: 24px;
|
|
309
|
+
height: 24px;
|
|
310
|
+
border-radius: 4px;
|
|
311
|
+
color: var(--main-app-color-text-secondary);
|
|
312
|
+
background: var(--main-app-color-bg-spotlight);
|
|
240
313
|
cursor: pointer;
|
|
241
314
|
}
|
|
242
315
|
.header__kcggd .header-icon:hover {
|
|
243
316
|
color: var(--main-app-color-text);
|
|
244
|
-
background: var(--main-
|
|
317
|
+
background: var(--main-app-color-bg-small);
|
|
245
318
|
}
|
|
246
|
-
.header__kcggd .
|
|
247
|
-
.header__kcggd .
|
|
319
|
+
.header__kcggd .icon-fullscreen-out,
|
|
320
|
+
.header__kcggd .icon-fullscreen-exit {
|
|
321
|
+
display: flex;
|
|
322
|
+
align-items: center;
|
|
323
|
+
justify-content: center;
|
|
248
324
|
position: absolute;
|
|
249
|
-
right:
|
|
250
|
-
top:
|
|
325
|
+
right: 28px;
|
|
326
|
+
top: 9px;
|
|
327
|
+
width: 36px;
|
|
328
|
+
height: 36px;
|
|
329
|
+
border-radius: 8px;
|
|
251
330
|
margin: 0;
|
|
331
|
+
padding: 0;
|
|
332
|
+
}
|
|
333
|
+
.titleWrap__L4jJO {
|
|
334
|
+
display: inline-flex;
|
|
335
|
+
align-items: center;
|
|
252
336
|
}
|
|
253
337
|
.title__wfHuT {
|
|
254
|
-
display: flex;
|
|
338
|
+
display: inline-flex;
|
|
255
339
|
align-items: center;
|
|
256
|
-
font-size:
|
|
340
|
+
font-size: 24px;
|
|
341
|
+
font-weight: 500;
|
|
257
342
|
color: var(--main-app-color-text);
|
|
258
343
|
}
|
|
259
344
|
.title__wfHuT + .main-breadcrumb {
|
|
260
345
|
margin: 5px 0 0 44px;
|
|
261
346
|
}
|
|
347
|
+
.actions__DiTrm {
|
|
348
|
+
margin-left: 32px;
|
|
349
|
+
}
|
|
350
|
+
.actions__DiTrm .actions-item {
|
|
351
|
+
display: inline-flex;
|
|
352
|
+
align-items: center;
|
|
353
|
+
font-size: 16px;
|
|
354
|
+
cursor: pointer;
|
|
355
|
+
}
|
|
356
|
+
.actions__DiTrm .actions-item.highlight {
|
|
357
|
+
font-weight: 500;
|
|
358
|
+
}
|
|
359
|
+
.actions__DiTrm .actions-item.highlight,
|
|
360
|
+
.actions__DiTrm .actions-item:hover {
|
|
361
|
+
color: var(--main-app-color-link);
|
|
362
|
+
}
|
|
363
|
+
.actions__DiTrm .anticon-info-circle {
|
|
364
|
+
margin-left: 4px;
|
|
365
|
+
font-size: 14px;
|
|
366
|
+
}
|
|
262
367
|
|
|
263
|
-
.
|
|
264
|
-
|
|
368
|
+
.card__ZpLeg {
|
|
369
|
+
position: relative;
|
|
370
|
+
padding: 12px 44px 12px 12px;
|
|
371
|
+
color: var(--main-app-color-text);
|
|
372
|
+
border-radius: 8px;
|
|
373
|
+
border: 1px solid var(--main-app-color-border);
|
|
374
|
+
background: var(--main-app-color-bg-container);
|
|
265
375
|
}
|
|
266
|
-
.
|
|
267
|
-
|
|
268
|
-
|
|
376
|
+
.card__ZpLeg:hover {
|
|
377
|
+
cursor: pointer;
|
|
378
|
+
border-color: var(--main-app-color-primary-border-hover);
|
|
269
379
|
}
|
|
270
|
-
.
|
|
271
|
-
|
|
272
|
-
height: 100px;
|
|
273
|
-
background: url(static/img/f3a9d2e90f21cc92f9ed.svg);
|
|
380
|
+
.card__ZpLeg + .card__ZpLeg {
|
|
381
|
+
margin-top: 16px;
|
|
274
382
|
}
|
|
275
|
-
.
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
383
|
+
.card__ZpLeg.disabled {
|
|
384
|
+
cursor: not-allowed;
|
|
385
|
+
color: var(--main-app-color-text-quaternary);
|
|
386
|
+
border: 1px solid var(--main-app-color-fill-tertiary);
|
|
387
|
+
background: var(--main-app-color-fill-quaternary);
|
|
280
388
|
}
|
|
281
|
-
.
|
|
282
|
-
color:
|
|
389
|
+
.card__ZpLeg.disabled > .meta > div {
|
|
390
|
+
color: var(--main-app-color-text-quaternary);
|
|
391
|
+
background: var(--main-app-color-bg-spotlight);
|
|
392
|
+
}
|
|
393
|
+
.card__ZpLeg.disabled > .arrow-right {
|
|
394
|
+
color: var(--main-app-color-text-quaternary);
|
|
395
|
+
}
|
|
396
|
+
.card__ZpLeg > .name {
|
|
397
|
+
margin-bottom: 8px;
|
|
283
398
|
font-size: 14px;
|
|
284
|
-
|
|
285
|
-
|
|
399
|
+
font-weight: 500;
|
|
400
|
+
}
|
|
401
|
+
.card__ZpLeg > .meta {
|
|
402
|
+
display: flex;
|
|
403
|
+
flex-wrap: wrap;
|
|
404
|
+
align-items: center;
|
|
405
|
+
}
|
|
406
|
+
.card__ZpLeg > .meta > div {
|
|
407
|
+
margin: 0 4px 8px 0;
|
|
408
|
+
padding: 1px 8px;
|
|
409
|
+
color: var(--main-app-color-text-secondary);
|
|
410
|
+
background: var(--main-app-color-bg-spotlight);
|
|
411
|
+
border-radius: 4px;
|
|
412
|
+
}
|
|
413
|
+
.card__ZpLeg > .operate {
|
|
414
|
+
display: flex;
|
|
415
|
+
align-items: center;
|
|
416
|
+
}
|
|
417
|
+
.card__ZpLeg > .arrow-right {
|
|
418
|
+
position: absolute;
|
|
419
|
+
top: 50%;
|
|
420
|
+
right: 18px;
|
|
421
|
+
color: var(--main-app-color-text-secondary);
|
|
422
|
+
transform: translateY(-50%);
|
|
423
|
+
}
|
|
424
|
+
.statusTag__il7r1 {
|
|
425
|
+
display: inline-flex;
|
|
426
|
+
align-items: center;
|
|
427
|
+
padding-right: 12px;
|
|
428
|
+
margin-left: 8px;
|
|
429
|
+
border-radius: 11px;
|
|
430
|
+
}
|
|
431
|
+
.statusTag__il7r1.main-tag-warning + .statusInfoIcon__WK5ev,
|
|
432
|
+
.statusTag__il7r1.main-tag-error + .statusInfoIcon__WK5ev {
|
|
433
|
+
display: unset;
|
|
434
|
+
}
|
|
435
|
+
.statusInfoIcon__WK5ev.anticon {
|
|
436
|
+
display: none;
|
|
437
|
+
cursor: pointer;
|
|
438
|
+
color: var(--main-app-color-text-tertiary);
|
|
439
|
+
}
|
|
440
|
+
.messageBadge___9Lkj {
|
|
441
|
+
margin-left: 4px;
|
|
442
|
+
}
|
|
443
|
+
.messageBadge___9Lkj .bellIcon__KuHdr {
|
|
444
|
+
font-size: 16px;
|
|
445
|
+
cursor: pointer;
|
|
446
|
+
}
|
|
447
|
+
.multiple__vVpnu .main-badge-multiple-words {
|
|
448
|
+
padding: 0 4px;
|
|
449
|
+
}
|
|
450
|
+
.page__Cbm30 {
|
|
451
|
+
display: flex;
|
|
452
|
+
flex-direction: column;
|
|
453
|
+
width: 800px;
|
|
454
|
+
height: 100vh;
|
|
455
|
+
padding: 36px 0;
|
|
456
|
+
margin: 0 auto;
|
|
457
|
+
}
|
|
458
|
+
.page__Cbm30 .enterprise-list {
|
|
459
|
+
flex: 1;
|
|
460
|
+
overflow: auto;
|
|
461
|
+
}
|
|
462
|
+
.pageHd__NJL15 {
|
|
463
|
+
display: flex;
|
|
464
|
+
align-items: center;
|
|
465
|
+
}
|
|
466
|
+
.pageHd__NJL15 > h3 {
|
|
467
|
+
flex: 1;
|
|
468
|
+
font-size: 16px;
|
|
469
|
+
font-weight: 500;
|
|
470
|
+
}
|
|
471
|
+
.pageHd__NJL15 > a {
|
|
472
|
+
display: flex;
|
|
473
|
+
align-items: center;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.textWrapper__KDFJ1 {
|
|
477
|
+
margin-left: 10px;
|
|
478
|
+
cursor: pointer;
|
|
479
|
+
}
|
|
480
|
+
.background__QRmpG {
|
|
481
|
+
padding: 20px 20px 20px 24px;
|
|
482
|
+
background-color: #fff;
|
|
483
|
+
border-radius: 4px;
|
|
484
|
+
}
|
|
485
|
+
.page-container__SVwOm {
|
|
486
|
+
display: flex;
|
|
487
|
+
justify-content: center;
|
|
488
|
+
height: 100%;
|
|
489
|
+
flex: 1;
|
|
490
|
+
}
|
|
491
|
+
.page-container__SVwOm .page-content__Jt3_Z {
|
|
492
|
+
flex: 1;
|
|
493
|
+
width: auto;
|
|
494
|
+
margin: 20px;
|
|
495
|
+
padding: 16px;
|
|
496
|
+
}
|
|
497
|
+
.page-container__SVwOm .page-content__Jt3_Z .header__G88Wn {
|
|
498
|
+
display: flex;
|
|
499
|
+
line-height: 20px;
|
|
500
|
+
align-items: center;
|
|
501
|
+
}
|
|
502
|
+
.page-container__SVwOm .page-content__Jt3_Z .header__G88Wn h3 {
|
|
503
|
+
margin-left: 10px;
|
|
504
|
+
font-size: 16px;
|
|
505
|
+
font-weight: 600;
|
|
506
|
+
}
|
|
507
|
+
.page-container__SVwOm .page-content__Jt3_Z .title__JjnHa {
|
|
508
|
+
margin-top: 16px;
|
|
509
|
+
margin-left: 24px;
|
|
510
|
+
margin-bottom: 32px;
|
|
511
|
+
}
|
|
512
|
+
.page-container__SVwOm .page-content__Jt3_Z .title__JjnHa .icon__rYcHc {
|
|
513
|
+
margin-right: 10px;
|
|
514
|
+
}
|
|
515
|
+
.page-container__SVwOm .page-content__Jt3_Z .title__JjnHa .icon__rYcHc:hover {
|
|
516
|
+
color: #1890ff;
|
|
517
|
+
}
|
|
518
|
+
.page-container__SVwOm .page-content__Jt3_Z .main-form-item {
|
|
519
|
+
margin-bottom: 0;
|
|
520
|
+
}
|
|
521
|
+
.page-container__SVwOm .page-content__Jt3_Z .main-form-item-label {
|
|
522
|
+
width: 85px;
|
|
523
|
+
}
|
|
524
|
+
.setting-item__qvLYa {
|
|
525
|
+
position: relative;
|
|
526
|
+
display: flex;
|
|
527
|
+
align-items: center;
|
|
528
|
+
padding: 16px 0;
|
|
529
|
+
border-bottom: 1px solid var(--main-app-color-border-secondary);
|
|
530
|
+
}
|
|
531
|
+
.setting-item__qvLYa > .hd {
|
|
532
|
+
margin-right: 16px;
|
|
533
|
+
}
|
|
534
|
+
.setting-item__qvLYa > .bd {
|
|
535
|
+
flex: 1;
|
|
536
|
+
}
|
|
537
|
+
.setting-item__qvLYa > .extra {
|
|
538
|
+
margin-left: 16px;
|
|
539
|
+
}
|
|
540
|
+
.setting-item__qvLYa .title {
|
|
541
|
+
margin-bottom: 4px;
|
|
542
|
+
font-size: 16px;
|
|
543
|
+
font-weight: 500;
|
|
544
|
+
color: var(--main-app-color-text);
|
|
545
|
+
}
|
|
546
|
+
.setting-item__qvLYa .content {
|
|
547
|
+
font-size: 14px;
|
|
548
|
+
color: var(--main-app-color-text-secondary);
|
|
549
|
+
}
|
|
550
|
+
.setting-item__qvLYa a {
|
|
551
|
+
color: var(--main-app-color-primary-text);
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
.upload__KaWeJ {
|
|
555
|
+
display: flex;
|
|
556
|
+
flex-direction: column;
|
|
557
|
+
}
|
|
558
|
+
.upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select,
|
|
559
|
+
.upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload.ant-upload-select,
|
|
560
|
+
.upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-container,
|
|
561
|
+
.upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-container,
|
|
562
|
+
.upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload-list.ant-upload-list-picture-circle .ant-upload-list-item-container,
|
|
563
|
+
.upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload-list.ant-upload-list-picture-circle .ant-upload-list-item-container {
|
|
564
|
+
width: 104px;
|
|
565
|
+
height: 104px;
|
|
566
|
+
}
|
|
567
|
+
.uploadModal__r50Ae .img-crop-control {
|
|
568
|
+
border-radius: 8px;
|
|
569
|
+
background-color: var(--main-app-color-bg-small);
|
|
570
|
+
color: var(--main-app-color-text);
|
|
571
|
+
}
|
|
572
|
+
.uploadModal__r50Ae .img-crop-control button:disabled {
|
|
573
|
+
opacity: 0.6;
|
|
574
|
+
color: inherit;
|
|
575
|
+
}
|
|
576
|
+
.upload-container__jC8EI {
|
|
577
|
+
width: 104px;
|
|
578
|
+
height: 104px;
|
|
579
|
+
margin-bottom: 8px;
|
|
580
|
+
}
|
|
581
|
+
.tip__iKEO2 {
|
|
582
|
+
flex: 1;
|
|
583
|
+
font-size: 12px;
|
|
584
|
+
font-weight: normal;
|
|
585
|
+
line-height: 20px;
|
|
586
|
+
text-align: justify;
|
|
587
|
+
/* 浏览器可能不支持 */
|
|
588
|
+
color: var(--main-app-color-text-secondary);
|
|
589
|
+
}
|
|
590
|
+
body.light .uploadModal__r50Ae .img-crop-control {
|
|
591
|
+
background: none;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
.userAccount__vvm0e {
|
|
595
|
+
display: flex;
|
|
596
|
+
align-items: center;
|
|
597
|
+
font-size: 13px;
|
|
598
|
+
cursor: pointer;
|
|
599
|
+
}
|
|
600
|
+
.nickname__iiOb3 {
|
|
601
|
+
flex: 1;
|
|
602
|
+
width: 0;
|
|
603
|
+
margin-left: 8px;
|
|
604
|
+
overflow: hidden;
|
|
605
|
+
white-space: nowrap;
|
|
606
|
+
text-overflow: ellipsis;
|
|
607
|
+
}
|
|
608
|
+
.userInfo__IljuA {
|
|
609
|
+
width: 250px;
|
|
610
|
+
margin-bottom: 6px;
|
|
611
|
+
padding: 16px 16px 2px;
|
|
612
|
+
}
|
|
613
|
+
.userInfo__IljuA .topInfo {
|
|
614
|
+
display: flex;
|
|
615
|
+
align-items: center;
|
|
616
|
+
margin-bottom: 8px;
|
|
617
|
+
}
|
|
618
|
+
.userInfo__IljuA .topInfo .nickname {
|
|
619
|
+
flex: 1;
|
|
620
|
+
margin-right: 8px;
|
|
621
|
+
font-size: 20px;
|
|
622
|
+
font-weight: 600;
|
|
623
|
+
overflow: hidden;
|
|
624
|
+
white-space: nowrap;
|
|
625
|
+
text-overflow: ellipsis;
|
|
626
|
+
}
|
|
627
|
+
.roleList__dmxfG {
|
|
628
|
+
margin: 0;
|
|
629
|
+
}
|
|
630
|
+
.roleList__dmxfG > span:not(.main-tag) {
|
|
631
|
+
display: none;
|
|
632
|
+
}
|
|
633
|
+
.roleList__dmxfG > span:not(.main-tag) + span {
|
|
634
|
+
display: inline-block;
|
|
635
|
+
}
|
|
636
|
+
.roleList__dmxfG .main-tag {
|
|
637
|
+
max-width: 210px;
|
|
638
|
+
margin-right: 4px;
|
|
639
|
+
margin-bottom: 4px;
|
|
640
|
+
padding-top: 1px;
|
|
641
|
+
padding-bottom: 1px;
|
|
642
|
+
font-size: 14px;
|
|
643
|
+
border: 0 none;
|
|
644
|
+
color: var(--main-app-color-primary-text);
|
|
645
|
+
background: var(--main-app-color-primary-bg);
|
|
646
|
+
}
|
|
647
|
+
.roleList__dmxfG .main-tag .main-typography {
|
|
648
|
+
color: inherit;
|
|
649
|
+
}
|
|
650
|
+
.roleList__dmxfG .main-tag-warning {
|
|
651
|
+
color: var(--main-app-color-warning-text);
|
|
652
|
+
background: var(--main-app-color-warning-bg);
|
|
653
|
+
}
|
|
654
|
+
.roleList__dmxfG .ellipsis-tag {
|
|
655
|
+
display: none;
|
|
656
|
+
}
|
|
657
|
+
.enterprise__shBl8 {
|
|
658
|
+
margin: 0 16px 16px;
|
|
659
|
+
}
|
|
660
|
+
.enterprise__shBl8:empty {
|
|
661
|
+
margin: 0;
|
|
662
|
+
}
|
|
663
|
+
.enterprise__shBl8 > div {
|
|
664
|
+
margin-bottom: 4px;
|
|
665
|
+
word-break: break-all;
|
|
666
|
+
}
|
|
667
|
+
.enterpriseActions__ntbPO {
|
|
668
|
+
display: flex;
|
|
669
|
+
align-items: center;
|
|
670
|
+
gap: 8px;
|
|
671
|
+
}
|
|
672
|
+
.bellIcon__aeqGI {
|
|
673
|
+
font-size: 16px;
|
|
674
|
+
cursor: pointer;
|
|
675
|
+
}
|
|
676
|
+
.featureList__i3LhM {
|
|
677
|
+
padding: 4px 8px;
|
|
678
|
+
border-top: 1px solid var(--main-app-color-fill-secondary);
|
|
679
|
+
}
|
|
680
|
+
.featureList__i3LhM .main-app-nav-item {
|
|
681
|
+
padding: 8px;
|
|
682
|
+
border-radius: 8px;
|
|
683
|
+
}
|
|
684
|
+
.featureList__i3LhM .main-app-nav-item:hover {
|
|
685
|
+
background: var(--main-app-color-bg-spotlight);
|
|
686
|
+
}
|
|
687
|
+
.logout__tECKi {
|
|
688
|
+
display: flex;
|
|
689
|
+
align-items: center;
|
|
690
|
+
height: 48px;
|
|
691
|
+
cursor: pointer;
|
|
692
|
+
padding: 4px 16px;
|
|
693
|
+
color: var(--main-primary-color);
|
|
694
|
+
border-top: 1px solid var(--main-app-color-fill-secondary);
|
|
286
695
|
}
|
|
287
|
-
|
|
288
|
-
|
|
696
|
+
.avatar__tfEIa {
|
|
697
|
+
flex: none;
|
|
698
|
+
position: relative;
|
|
699
|
+
z-index: 1;
|
|
700
|
+
display: flex;
|
|
701
|
+
align-items: center;
|
|
702
|
+
justify-content: center;
|
|
703
|
+
width: 32px;
|
|
704
|
+
height: 32px;
|
|
705
|
+
font-size: 17px;
|
|
706
|
+
border-radius: 50%;
|
|
707
|
+
cursor: pointer;
|
|
708
|
+
color: var(--main-app-color-primary);
|
|
709
|
+
background: scroll no-repeat center;
|
|
710
|
+
background-size: contain;
|
|
289
711
|
}
|
|
290
|
-
|
|
291
|
-
|
|
712
|
+
.avatar__tfEIa::before {
|
|
713
|
+
content: '';
|
|
714
|
+
position: absolute;
|
|
715
|
+
z-index: -1;
|
|
716
|
+
inset: 0;
|
|
717
|
+
border-radius: 16px;
|
|
718
|
+
background: var(--main-app-color-primary);
|
|
719
|
+
opacity: 0.1;
|
|
720
|
+
}
|
|
721
|
+
.badge__sWatW {
|
|
722
|
+
position: absolute;
|
|
723
|
+
top: -4px;
|
|
724
|
+
right: -4px;
|
|
725
|
+
width: 6px;
|
|
726
|
+
height: 6px;
|
|
727
|
+
border-radius: 50%;
|
|
728
|
+
background-color: #ff4d4f;
|
|
729
|
+
z-index: 10;
|
|
730
|
+
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
|
|
292
731
|
}
|
|
293
732
|
|
|
294
733
|
.notice__qISTJ {
|
|
295
|
-
|
|
296
|
-
width:
|
|
734
|
+
flex: 1;
|
|
735
|
+
width: auto;
|
|
736
|
+
margin: 20px;
|
|
737
|
+
padding: 16px;
|
|
297
738
|
overflow-y: auto;
|
|
298
739
|
}
|
|
299
740
|
.notice__qISTJ .header__HkUBX {
|
|
300
741
|
display: flex;
|
|
301
742
|
line-height: 56px;
|
|
302
|
-
justify-
|
|
743
|
+
justify-content: space-between;
|
|
303
744
|
align-items: center;
|
|
304
745
|
}
|
|
305
746
|
.notice__qISTJ .header__HkUBX h3 {
|
|
@@ -308,6 +749,16 @@ body.dark .desc__HDPzS {
|
|
|
308
749
|
font-weight: 600;
|
|
309
750
|
line-height: 24px;
|
|
310
751
|
}
|
|
752
|
+
.notice__qISTJ .headerRight__mNOKx {
|
|
753
|
+
display: flex;
|
|
754
|
+
align-items: center;
|
|
755
|
+
border-radius: 6px;
|
|
756
|
+
}
|
|
757
|
+
.notice__qISTJ .headerRight__mNOKx .soundLabel__BJOgf {
|
|
758
|
+
font-size: 14px;
|
|
759
|
+
color: #262626;
|
|
760
|
+
margin-left: 8px;
|
|
761
|
+
}
|
|
311
762
|
.notice__qISTJ .selected__DIvtt {
|
|
312
763
|
overflow: hidden;
|
|
313
764
|
margin-bottom: 16px;
|
|
@@ -324,6 +775,14 @@ body.dark .desc__HDPzS {
|
|
|
324
775
|
.notice__qISTJ .selected-right__k83Rd button {
|
|
325
776
|
margin-left: 8px;
|
|
326
777
|
}
|
|
778
|
+
.notice__qISTJ .filterSection__ShfFs {
|
|
779
|
+
display: flex;
|
|
780
|
+
justify-content: space-between;
|
|
781
|
+
align-items: center;
|
|
782
|
+
margin-bottom: 16px;
|
|
783
|
+
width: 100%;
|
|
784
|
+
flex-wrap: wrap;
|
|
785
|
+
}
|
|
327
786
|
.notice__qISTJ .tools__Vbi86 .noChecked__sut5m {
|
|
328
787
|
display: flex;
|
|
329
788
|
justify-content: space-between;
|
|
@@ -351,64 +810,91 @@ body.dark .desc__HDPzS {
|
|
|
351
810
|
height: 22px;
|
|
352
811
|
line-height: 22px;
|
|
353
812
|
display: inline-block;
|
|
813
|
+
margin-left: 16px;
|
|
354
814
|
}
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
padding: 20px 20px 20px 24px;
|
|
362
|
-
background-color: #fff;
|
|
363
|
-
border-radius: 4px;
|
|
815
|
+
.notice__qISTJ .statusDot__kHbkf {
|
|
816
|
+
width: 8px;
|
|
817
|
+
height: 8px;
|
|
818
|
+
border-radius: 50%;
|
|
819
|
+
margin-right: 8px;
|
|
820
|
+
display: inline-block;
|
|
364
821
|
}
|
|
365
|
-
.
|
|
366
|
-
|
|
367
|
-
justify-content: center;
|
|
368
|
-
height: 100%;
|
|
369
|
-
flex: 1;
|
|
822
|
+
.notice__qISTJ .statusDot__kHbkf.unread__zKB5L {
|
|
823
|
+
background-color: #f53f3f;
|
|
370
824
|
}
|
|
371
|
-
.
|
|
372
|
-
|
|
373
|
-
padding: 24px 32px;
|
|
374
|
-
margin: 32px auto;
|
|
825
|
+
.notice__qISTJ .statusDot__kHbkf.read__LZFY6 {
|
|
826
|
+
background-color: #00b42a;
|
|
375
827
|
}
|
|
376
|
-
.
|
|
828
|
+
.notice__qISTJ .statusCell__Ar8Ni {
|
|
377
829
|
display: flex;
|
|
378
|
-
line-height: 20px;
|
|
379
830
|
align-items: center;
|
|
380
831
|
}
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
font-weight: 600;
|
|
832
|
+
|
|
833
|
+
.container__z9uTl {
|
|
834
|
+
text-align: center;
|
|
385
835
|
}
|
|
386
|
-
.
|
|
387
|
-
|
|
388
|
-
margin-
|
|
389
|
-
margin-bottom: 32px;
|
|
836
|
+
.container__z9uTl svg {
|
|
837
|
+
height: 100px;
|
|
838
|
+
margin-bottom: 24px;
|
|
390
839
|
}
|
|
391
|
-
.
|
|
392
|
-
|
|
840
|
+
.img__xWmrv {
|
|
841
|
+
width: 100px;
|
|
842
|
+
height: 100px;
|
|
843
|
+
background: url(static/img/f3a9d2e90f21cc92f9ed.svg);
|
|
393
844
|
}
|
|
394
|
-
.
|
|
395
|
-
color:
|
|
845
|
+
.title__aFVTo {
|
|
846
|
+
color: rgba(0, 0, 0, 0.85);
|
|
847
|
+
font-size: 24px;
|
|
848
|
+
line-height: 1.8;
|
|
849
|
+
text-align: center;
|
|
396
850
|
}
|
|
397
|
-
.
|
|
398
|
-
|
|
851
|
+
.desc__HDPzS {
|
|
852
|
+
color: rgba(0, 0, 0, 0.45);
|
|
853
|
+
font-size: 14px;
|
|
854
|
+
line-height: 1.6;
|
|
855
|
+
text-align: center;
|
|
399
856
|
}
|
|
400
|
-
.
|
|
401
|
-
|
|
857
|
+
body.dark .title__aFVTo {
|
|
858
|
+
color: hsla(0, 0%, 100%, 0.85);
|
|
402
859
|
}
|
|
403
|
-
.
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
860
|
+
body.dark .desc__HDPzS {
|
|
861
|
+
color: hsla(0, 0%, 100%, 0.45);
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
.container__mkjP_ {
|
|
865
|
+
text-align: center;
|
|
866
|
+
}
|
|
867
|
+
.container__mkjP_ svg {
|
|
868
|
+
height: 100px;
|
|
869
|
+
margin-bottom: 24px;
|
|
870
|
+
}
|
|
871
|
+
.img__dL7bi {
|
|
872
|
+
width: 100px;
|
|
873
|
+
height: 100px;
|
|
874
|
+
background: url(static/img/f3a9d2e90f21cc92f9ed.svg);
|
|
875
|
+
}
|
|
876
|
+
.title__gwGlO {
|
|
877
|
+
color: rgba(0, 0, 0, 0.85);
|
|
878
|
+
font-size: 24px;
|
|
879
|
+
line-height: 1.8;
|
|
880
|
+
text-align: center;
|
|
881
|
+
}
|
|
882
|
+
.desc__ov6Pg {
|
|
883
|
+
color: rgba(0, 0, 0, 0.45);
|
|
884
|
+
font-size: 14px;
|
|
885
|
+
line-height: 1.6;
|
|
886
|
+
text-align: center;
|
|
887
|
+
}
|
|
888
|
+
body.dark .title__gwGlO {
|
|
889
|
+
color: hsla(0, 0%, 100%, 0.85);
|
|
890
|
+
}
|
|
891
|
+
body.dark .desc__ov6Pg {
|
|
892
|
+
color: hsla(0, 0%, 100%, 0.45);
|
|
408
893
|
}
|
|
409
894
|
|
|
410
895
|
.pageLayout__b050v {
|
|
411
896
|
display: flex;
|
|
897
|
+
flex-direction: column;
|
|
412
898
|
height: 100vh;
|
|
413
899
|
}
|
|
414
900
|
.pageLayout__b050v .main-layout-header {
|
|
@@ -418,11 +904,10 @@ body.dark .desc__HDPzS {
|
|
|
418
904
|
flex: 1;
|
|
419
905
|
}
|
|
420
906
|
.layoutContent___o1Q3 {
|
|
907
|
+
display: flex;
|
|
908
|
+
flex-direction: column;
|
|
421
909
|
position: relative;
|
|
422
|
-
z-index: 2;
|
|
423
910
|
height: 100%;
|
|
424
|
-
display: flex;
|
|
425
|
-
overflow: hidden;
|
|
426
911
|
}
|
|
427
912
|
.layoutContent___o1Q3 > div:only-child,
|
|
428
913
|
.layoutContent___o1Q3 > .main-spin-nested-loading,
|
|
@@ -440,57 +925,98 @@ body.dark .desc__HDPzS {
|
|
|
440
925
|
.layoutContent___o1Q3 #container > div {
|
|
441
926
|
min-height: 100%;
|
|
442
927
|
overflow-y: auto;
|
|
443
|
-
padding: 0
|
|
928
|
+
padding: 0 28px;
|
|
444
929
|
}
|
|
445
930
|
.layoutContent___o1Q3 #container > div #root {
|
|
446
931
|
min-height: 100%;
|
|
447
|
-
|
|
932
|
+
border-radius: 16px;
|
|
448
933
|
}
|
|
449
|
-
.layoutContent___o1Q3
|
|
450
|
-
|
|
451
|
-
flex: 1;
|
|
452
|
-
width: auto;
|
|
453
|
-
margin: 20px;
|
|
454
|
-
padding: 16px;
|
|
934
|
+
.layoutContent___o1Q3.full-screen {
|
|
935
|
+
padding-top: 20px;
|
|
455
936
|
}
|
|
456
|
-
.layoutContent___o1Q3.
|
|
457
|
-
padding:
|
|
937
|
+
.layoutContent___o1Q3.with-sider .J_app-header-wrap {
|
|
938
|
+
padding-top: 28px;
|
|
458
939
|
}
|
|
459
|
-
.layoutContent___o1Q3.
|
|
460
|
-
|
|
940
|
+
.layoutContent___o1Q3.with-sider .J_full-screen {
|
|
941
|
+
top: 29px;
|
|
942
|
+
}
|
|
943
|
+
.layoutContent___o1Q3.has-innerSider {
|
|
944
|
+
flex-direction: row;
|
|
945
|
+
border-top: 1px solid var(--main-app-color-border-secondary);
|
|
946
|
+
}
|
|
947
|
+
.layoutContent___o1Q3.has-innerSider.full-screen {
|
|
948
|
+
padding-top: 0;
|
|
461
949
|
}
|
|
462
|
-
.layoutContent___o1Q3.
|
|
950
|
+
.layoutContent___o1Q3.has-innerSider #container > div #root {
|
|
951
|
+
border-radius: 0;
|
|
952
|
+
}
|
|
953
|
+
.layoutContent___o1Q3.has-innerSider .main-app-site-sider {
|
|
463
954
|
margin-right: 1px;
|
|
464
955
|
border-radius: 8px 0 0 8px;
|
|
465
956
|
}
|
|
466
|
-
.layoutContent___o1Q3.
|
|
957
|
+
.layoutContent___o1Q3.has-innerSider .main-app-breadcrumb {
|
|
467
958
|
margin-bottom: 1px;
|
|
468
959
|
background: var(--main-app-color-bg-container);
|
|
469
960
|
border-radius: 0 8px 0 0;
|
|
470
961
|
}
|
|
471
|
-
.
|
|
472
|
-
|
|
473
|
-
left: 5%;
|
|
474
|
-
top: -5%;
|
|
475
|
-
z-index: -1;
|
|
476
|
-
width: 47.47%;
|
|
477
|
-
height: 66.5%;
|
|
478
|
-
transform: rotate(16.01deg);
|
|
479
|
-
opacity: 0.2;
|
|
480
|
-
pointer-events: none;
|
|
481
|
-
filter: blur(100px);
|
|
962
|
+
.layoutContent___o1Q3.has-innerSider .main-app-breadcrumb:after {
|
|
963
|
+
border-bottom: 0 none !important;
|
|
482
964
|
}
|
|
483
|
-
.
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
965
|
+
.layoutContent___o1Q3.hide-layout-padding #container > div {
|
|
966
|
+
padding: 0;
|
|
967
|
+
}
|
|
968
|
+
body.light .layoutContent___o1Q3 {
|
|
969
|
+
background: var(--main-app-color-bg-elevated);
|
|
970
|
+
}
|
|
971
|
+
body.light .layoutContent___o1Q3 #container > div #root {
|
|
972
|
+
background: var(--main-app-color-bg-elevated);
|
|
973
|
+
}
|
|
974
|
+
body.light .layoutContent___o1Q3::backdrop {
|
|
975
|
+
background: var(--main-app-color-bg-layout);
|
|
976
|
+
}
|
|
977
|
+
.main-drawer .main-drawer-header-title {
|
|
978
|
+
flex-direction: row-reverse;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
.project__ReSr6 .main-select {
|
|
982
|
+
height: 36px;
|
|
983
|
+
}
|
|
984
|
+
.aside__FhKAI .main-select {
|
|
985
|
+
width: 100% !important;
|
|
986
|
+
height: 40px;
|
|
987
|
+
}
|
|
988
|
+
.collapsed__J2GST {
|
|
989
|
+
display: flex;
|
|
990
|
+
align-items: center;
|
|
991
|
+
height: 40px;
|
|
992
|
+
padding: 0 8px;
|
|
993
|
+
cursor: pointer;
|
|
994
|
+
border-radius: 8px;
|
|
995
|
+
background: var(--main-app-color-fill-tertiary);
|
|
996
|
+
-webkit-user-select: none;
|
|
997
|
+
-moz-user-select: none;
|
|
998
|
+
user-select: none;
|
|
999
|
+
}
|
|
1000
|
+
.collapsed__J2GST .name {
|
|
1001
|
+
min-width: 24px;
|
|
1002
|
+
height: 24px;
|
|
1003
|
+
line-height: 24px;
|
|
1004
|
+
border-radius: 12px;
|
|
1005
|
+
font-size: 14px;
|
|
1006
|
+
font-weight: bold;
|
|
1007
|
+
text-align: center;
|
|
1008
|
+
color: var(--main-app-color-primary-text);
|
|
1009
|
+
background: var(--main-app-color-bg-container);
|
|
1010
|
+
}
|
|
1011
|
+
.popover__j2eqo .main-popover-inner {
|
|
1012
|
+
padding: 0;
|
|
1013
|
+
}
|
|
1014
|
+
.popover__j2eqo .main-menu-item {
|
|
1015
|
+
padding-left: 12px !important;
|
|
1016
|
+
padding-inline: 12px !important;
|
|
1017
|
+
}
|
|
1018
|
+
.popover__j2eqo .main-menu-inline-collapsed {
|
|
1019
|
+
width: auto !important;
|
|
494
1020
|
}
|
|
495
1021
|
|
|
496
1022
|
.horizontalMenu__knTR1 {
|
|
@@ -511,21 +1037,19 @@ body.dark .desc__HDPzS {
|
|
|
511
1037
|
line-height: 36px;
|
|
512
1038
|
border-radius: 8px;
|
|
513
1039
|
color: var(--main-app-navigate-menu-text);
|
|
514
|
-
background: var(--main-app-navigate-menu-bg);
|
|
515
1040
|
cursor: pointer;
|
|
516
1041
|
}
|
|
517
1042
|
.horizontalMenu__knTR1 > li.main-popover-open,
|
|
518
1043
|
.horizontalMenu__knTR1 > li:hover {
|
|
519
|
-
color: var(--main-app-navigate-
|
|
520
|
-
background: var(--main-app-navigate-menu-select-bg);
|
|
1044
|
+
color: var(--main-app-navigate-text-hover-normal) !important;
|
|
521
1045
|
}
|
|
522
1046
|
.horizontalMenu__knTR1 > li a,
|
|
523
1047
|
.horizontalMenu__knTR1 > li a:hover {
|
|
524
1048
|
color: inherit;
|
|
525
1049
|
}
|
|
526
1050
|
.horizontalMenu__knTR1 > li.menuSelected__u4ILv {
|
|
527
|
-
|
|
528
|
-
|
|
1051
|
+
font-weight: 500;
|
|
1052
|
+
color: var(--main-app-navigate-menu-select-text) !important;
|
|
529
1053
|
}
|
|
530
1054
|
.horizontalMenu__knTR1 > li.menuSelected__u4ILv .menu-arrow {
|
|
531
1055
|
margin-top: -3px;
|
|
@@ -559,16 +1083,34 @@ body.dark .desc__HDPzS {
|
|
|
559
1083
|
.horizontalMenu__knTR1 .menu-arrow::after {
|
|
560
1084
|
transform: rotate(45deg) translateX(-2.5px);
|
|
561
1085
|
}
|
|
1086
|
+
.horizontalMenu__knTR1 .ellpsis-menu-arrow {
|
|
1087
|
+
display: inline-flex;
|
|
1088
|
+
align-items: center;
|
|
1089
|
+
padding: 6px;
|
|
1090
|
+
margin: 0 -16px;
|
|
1091
|
+
font-size: 16px;
|
|
1092
|
+
cursor: pointer;
|
|
1093
|
+
border-radius: 8px;
|
|
1094
|
+
color: var(--main-app-color-text-secondary);
|
|
1095
|
+
background: var(--main-app-color-fill-quaternary);
|
|
1096
|
+
border: 1px solid transparent;
|
|
1097
|
+
}
|
|
1098
|
+
.horizontalMenu__knTR1 .ellpsis-menu-arrow:hover {
|
|
1099
|
+
color: var(--main-app-color-primary);
|
|
1100
|
+
border-color: var(--main-app-color-primary);
|
|
1101
|
+
}
|
|
562
1102
|
.horizontalSubMenu__HyBkt {
|
|
563
1103
|
max-height: 60vh;
|
|
564
1104
|
overflow: auto;
|
|
565
1105
|
background: transparent;
|
|
1106
|
+
border-inline-end: 0 none !important;
|
|
566
1107
|
}
|
|
567
1108
|
.horizontalSubMenu__HyBkt > li {
|
|
568
1109
|
width: 100% !important;
|
|
569
1110
|
}
|
|
570
1111
|
.horizontalSubMenu__HyBkt > li.main-menu-item,
|
|
571
1112
|
.horizontalSubMenu__HyBkt > li.main-menu-submenu > .main-menu-submenu-title {
|
|
1113
|
+
width: 100%;
|
|
572
1114
|
margin: 4px 0;
|
|
573
1115
|
padding-left: 12px !important;
|
|
574
1116
|
}
|
|
@@ -584,6 +1126,10 @@ body.dark .desc__HDPzS {
|
|
|
584
1126
|
color: var(--main-app-navigate-submenu-select-txt);
|
|
585
1127
|
background: var(--main-app-navigate-submenu-select-bg);
|
|
586
1128
|
}
|
|
1129
|
+
.horizontalSubMenu__HyBkt > .main-menu-submenu > .main-menu-submenu-title {
|
|
1130
|
+
width: 100%;
|
|
1131
|
+
background: none !important;
|
|
1132
|
+
}
|
|
587
1133
|
.horizontalSubMenu__HyBkt > .main-menu-submenu > .main-menu-sub {
|
|
588
1134
|
background: transparent !important;
|
|
589
1135
|
}
|
|
@@ -622,80 +1168,26 @@ body.dark .desc__HDPzS {
|
|
|
622
1168
|
.horizontalMenuPopover__WYV3T .main-popover-inner {
|
|
623
1169
|
padding: 0;
|
|
624
1170
|
}
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
display: flex;
|
|
628
|
-
align-items: center;
|
|
629
|
-
font-size: 13px;
|
|
630
|
-
}
|
|
631
|
-
.appDownload__db5uD .anticon {
|
|
632
|
-
font-size: inherit;
|
|
633
|
-
}
|
|
634
|
-
.appDownloadTxt__uCyT4 {
|
|
635
|
-
display: flex;
|
|
636
|
-
align-items: center;
|
|
637
|
-
margin-left: 8px;
|
|
638
|
-
}
|
|
639
|
-
.appQrcode__OCK8v {
|
|
640
|
-
display: flex;
|
|
641
|
-
align-items: center;
|
|
642
|
-
justify-content: center;
|
|
643
|
-
flex-direction: column;
|
|
644
|
-
min-width: 200px;
|
|
645
|
-
text-align: center;
|
|
646
|
-
}
|
|
647
|
-
.appQrcode__OCK8v .main-app-qrTitle {
|
|
648
|
-
margin-bottom: 12px;
|
|
649
|
-
}
|
|
650
|
-
.appQrcode__OCK8v.TEXT_ON_LEFT,
|
|
651
|
-
.appQrcode__OCK8v.TEXT_ON_RIGHT {
|
|
652
|
-
flex-direction: row;
|
|
653
|
-
max-width: 360px;
|
|
654
|
-
}
|
|
655
|
-
.appQrcode__OCK8v.TEXT_ON_LEFT .main-app-qrTitle,
|
|
656
|
-
.appQrcode__OCK8v.TEXT_ON_RIGHT .main-app-qrTitle {
|
|
657
|
-
max-width: 160px;
|
|
658
|
-
}
|
|
659
|
-
.appQrcode__OCK8v.TEXT_ON_BOTTOM .main-app-qrTitle,
|
|
660
|
-
.appQrcode__OCK8v.TEXT_ON_RIGHT .main-app-qrTitle {
|
|
661
|
-
order: 2;
|
|
662
|
-
}
|
|
663
|
-
.appQrcode__OCK8v.TEXT_ON_BOTTOM .main-app-qrTitle {
|
|
664
|
-
margin-top: 12px;
|
|
665
|
-
margin-bottom: 0;
|
|
1171
|
+
.trdMenu__gAY5a.main-menu-submenu-popup {
|
|
1172
|
+
padding-inline-start: 6px !important;
|
|
666
1173
|
}
|
|
667
|
-
.
|
|
668
|
-
|
|
669
|
-
flex: 1;
|
|
1174
|
+
.trdMenu__gAY5a .main-menu-sub {
|
|
1175
|
+
min-width: unset !important;
|
|
670
1176
|
}
|
|
671
|
-
.
|
|
672
|
-
|
|
673
|
-
height: 200px;
|
|
1177
|
+
body.light .horizontalMenu__knTR1 > li {
|
|
1178
|
+
background: none;
|
|
674
1179
|
}
|
|
675
|
-
.
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
left: 50%;
|
|
679
|
-
top: 50%;
|
|
680
|
-
width: 32px;
|
|
681
|
-
height: 32px;
|
|
682
|
-
border: 2px solid #ffffff;
|
|
683
|
-
border-radius: 3px;
|
|
684
|
-
transform: translate(-50%, -50%);
|
|
1180
|
+
body.light .horizontalMenu__knTR1 > li:hover {
|
|
1181
|
+
color: var(--main-app-color-primary-text) !important;
|
|
1182
|
+
background: none !important;
|
|
685
1183
|
}
|
|
686
|
-
.
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
font-size: 14px;
|
|
690
|
-
text-align: center;
|
|
691
|
-
white-space: normal;
|
|
692
|
-
word-break: break-all;
|
|
1184
|
+
body.light .horizontalMenu__knTR1 > li.menuSelected__u4ILv {
|
|
1185
|
+
color: var(--main-app-color-primary-text) !important;
|
|
1186
|
+
background: none !important;
|
|
693
1187
|
}
|
|
694
|
-
.
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
background-repeat: no-repeat;
|
|
698
|
-
background-size: contain;
|
|
1188
|
+
body.light .trdMenu__gAY5a .main-menu-item-selected {
|
|
1189
|
+
color: var(--main-app-color-primary-text) !important;
|
|
1190
|
+
background: none !important;
|
|
699
1191
|
}
|
|
700
1192
|
|
|
701
1193
|
.navItem__pMpDc {
|
|
@@ -703,26 +1195,36 @@ body.dark .desc__HDPzS {
|
|
|
703
1195
|
align-items: center;
|
|
704
1196
|
font-size: 13px;
|
|
705
1197
|
overflow: hidden;
|
|
1198
|
+
cursor: pointer;
|
|
706
1199
|
}
|
|
707
1200
|
.navItem__pMpDc .anticon {
|
|
708
|
-
|
|
1201
|
+
padding: 1px;
|
|
1202
|
+
font-size: 14px;
|
|
1203
|
+
color: var(--main-app-color-text-tertiary);
|
|
1204
|
+
}
|
|
1205
|
+
.navItem__pMpDc .main-menu-icon {
|
|
1206
|
+
height: unset !important;
|
|
709
1207
|
}
|
|
710
1208
|
.navItem__pMpDc img {
|
|
711
1209
|
max-width: 14px;
|
|
712
1210
|
max-height: 14px;
|
|
713
1211
|
}
|
|
714
|
-
.
|
|
1212
|
+
.navItemContent__vlAUd {
|
|
715
1213
|
flex: 1;
|
|
716
1214
|
display: flex;
|
|
717
1215
|
align-items: center;
|
|
718
1216
|
margin-left: 8px;
|
|
719
1217
|
white-space: nowrap;
|
|
720
1218
|
}
|
|
721
|
-
.
|
|
1219
|
+
.navItemContent__vlAUd:only-child {
|
|
722
1220
|
margin-left: 0;
|
|
723
1221
|
}
|
|
1222
|
+
.navItemTxt__tVFy0 {
|
|
1223
|
+
color: var(--main-app-color-text-secondary);
|
|
1224
|
+
}
|
|
724
1225
|
.navItemPopover__jA5Ww .main-popover-inner {
|
|
725
1226
|
padding: 0;
|
|
1227
|
+
overflow: hidden;
|
|
726
1228
|
}
|
|
727
1229
|
.navItemPopover__jA5Ww .main-menu-item {
|
|
728
1230
|
padding-left: 12px !important;
|
|
@@ -731,6 +1233,9 @@ body.dark .desc__HDPzS {
|
|
|
731
1233
|
.navItemPopover__jA5Ww .main-menu-inline-collapsed {
|
|
732
1234
|
width: auto !important;
|
|
733
1235
|
}
|
|
1236
|
+
.menu__EkD5i.main-menu-light .main-menu-item:not(.main-menu-item-selected):hover {
|
|
1237
|
+
background: var(--main-app-color-bg-spotlight) !important;
|
|
1238
|
+
}
|
|
734
1239
|
|
|
735
1240
|
.notification__BEJcE {
|
|
736
1241
|
display: flex;
|
|
@@ -738,7 +1243,7 @@ body.dark .desc__HDPzS {
|
|
|
738
1243
|
font-size: 13px;
|
|
739
1244
|
}
|
|
740
1245
|
.notification__BEJcE .anticon {
|
|
741
|
-
font-size:
|
|
1246
|
+
font-size: 16px;
|
|
742
1247
|
}
|
|
743
1248
|
.notificationTxt__WHQs4 {
|
|
744
1249
|
display: flex;
|
|
@@ -753,17 +1258,22 @@ body.dark .desc__HDPzS {
|
|
|
753
1258
|
-webkit-box-orient: vertical;
|
|
754
1259
|
}
|
|
755
1260
|
.resetList__MfgMC {
|
|
756
|
-
width:
|
|
1261
|
+
width: 450px;
|
|
757
1262
|
}
|
|
758
1263
|
.resetList__MfgMC .main-list-header {
|
|
759
|
-
padding:
|
|
1264
|
+
padding: 0px;
|
|
1265
|
+
border-block-end: none;
|
|
760
1266
|
}
|
|
761
|
-
.resetList__MfgMC .main-list-item
|
|
762
|
-
|
|
1267
|
+
.resetList__MfgMC .main-list-item,
|
|
1268
|
+
.resetList__MfgMC .main-list-item:last-child {
|
|
1269
|
+
border-block-end: none !important;
|
|
1270
|
+
margin: 16px 0;
|
|
1271
|
+
padding: 0;
|
|
763
1272
|
}
|
|
764
1273
|
.resetList__MfgMC .main-list-item-meta-title {
|
|
765
1274
|
font-size: 12px;
|
|
766
|
-
|
|
1275
|
+
font-weight: 400;
|
|
1276
|
+
color: #1D2129 !important;
|
|
767
1277
|
overflow: hidden;
|
|
768
1278
|
text-overflow: ellipsis;
|
|
769
1279
|
white-space: nowrap;
|
|
@@ -771,18 +1281,16 @@ body.dark .desc__HDPzS {
|
|
|
771
1281
|
.resetList__MfgMC .main-list-item-meta-description {
|
|
772
1282
|
font-size: 14px;
|
|
773
1283
|
font-weight: 400;
|
|
774
|
-
color: var(--main-app-color-text) !important;
|
|
775
1284
|
overflow: hidden;
|
|
776
1285
|
text-overflow: ellipsis;
|
|
777
|
-
|
|
778
|
-
-webkit-line-clamp: 2;
|
|
779
|
-
-webkit-box-orient: vertical;
|
|
1286
|
+
white-space: nowrap;
|
|
780
1287
|
}
|
|
781
|
-
.
|
|
782
|
-
|
|
1288
|
+
.resetList__MfgMC .main-list-item-meta-description .main-typography {
|
|
1289
|
+
color: #4E5969 !important;
|
|
1290
|
+
width: calc(100% - 40px);
|
|
783
1291
|
}
|
|
784
|
-
.
|
|
785
|
-
|
|
1292
|
+
.resetList__MfgMC .main-list-footer {
|
|
1293
|
+
padding-block: 0;
|
|
786
1294
|
}
|
|
787
1295
|
.circle__l8iGG {
|
|
788
1296
|
display: flex;
|
|
@@ -791,12 +1299,15 @@ body.dark .desc__HDPzS {
|
|
|
791
1299
|
}
|
|
792
1300
|
.circle__l8iGG .main-badge-count {
|
|
793
1301
|
color: var(--main-app-navigate-text);
|
|
794
|
-
|
|
1302
|
+
}
|
|
1303
|
+
.circle__l8iGG .main-badge-multiple-words {
|
|
1304
|
+
padding: 0 3px;
|
|
795
1305
|
}
|
|
796
1306
|
.footer__NGaZB {
|
|
797
1307
|
line-height: 22px;
|
|
798
|
-
font-size:
|
|
799
|
-
color:
|
|
1308
|
+
font-size: 14px;
|
|
1309
|
+
color: #165DFF;
|
|
1310
|
+
text-align: center;
|
|
800
1311
|
}
|
|
801
1312
|
.footer__NGaZB span {
|
|
802
1313
|
cursor: pointer;
|
|
@@ -806,6 +1317,66 @@ body.dark .desc__HDPzS {
|
|
|
806
1317
|
line-height: 24px;
|
|
807
1318
|
margin-left: 24px;
|
|
808
1319
|
}
|
|
1320
|
+
.messageContent__HVU3B {
|
|
1321
|
+
font-size: 14px;
|
|
1322
|
+
color: #4E5969;
|
|
1323
|
+
}
|
|
1324
|
+
.detailLink__E8Cro {
|
|
1325
|
+
color: #3C7EFF;
|
|
1326
|
+
cursor: pointer;
|
|
1327
|
+
margin-left: 4px;
|
|
1328
|
+
font-size: 14px;
|
|
1329
|
+
display: inline-block;
|
|
1330
|
+
}
|
|
1331
|
+
.messageItem__D1z6Y {
|
|
1332
|
+
display: flex;
|
|
1333
|
+
justify-content: space-between;
|
|
1334
|
+
align-items: flex-start;
|
|
1335
|
+
}
|
|
1336
|
+
.messageContentArea__J0AtV {
|
|
1337
|
+
flex: 1;
|
|
1338
|
+
margin-right: 12px;
|
|
1339
|
+
width: 100%;
|
|
1340
|
+
}
|
|
1341
|
+
.messageMeta__BOgAW {
|
|
1342
|
+
margin-top: 4px;
|
|
1343
|
+
font-size: 14px;
|
|
1344
|
+
color: #86909C;
|
|
1345
|
+
overflow: hidden;
|
|
1346
|
+
text-overflow: ellipsis;
|
|
1347
|
+
white-space: nowrap;
|
|
1348
|
+
}
|
|
1349
|
+
.buttonContainer__ABmnD {
|
|
1350
|
+
display: flex;
|
|
1351
|
+
justify-content: flex-start;
|
|
1352
|
+
gap: 8px;
|
|
1353
|
+
margin-top: 8px;
|
|
1354
|
+
}
|
|
1355
|
+
.imageContainer__chfSn {
|
|
1356
|
+
border-radius: 9px;
|
|
1357
|
+
background: #F2F3F5;
|
|
1358
|
+
overflow: hidden;
|
|
1359
|
+
transition: transform 0.2s ease;
|
|
1360
|
+
cursor: pointer;
|
|
1361
|
+
width: -moz-max-content;
|
|
1362
|
+
width: max-content;
|
|
1363
|
+
display: flex;
|
|
1364
|
+
}
|
|
1365
|
+
.imageContainer__chfSn:hover {
|
|
1366
|
+
transform: scale(1.02);
|
|
1367
|
+
}
|
|
1368
|
+
.messageImage__fqhIX {
|
|
1369
|
+
width: 100%;
|
|
1370
|
+
max-width: 120px;
|
|
1371
|
+
aspect-ratio: 4/3;
|
|
1372
|
+
border-radius: 6px;
|
|
1373
|
+
display: block;
|
|
1374
|
+
-o-object-fit: contain;
|
|
1375
|
+
object-fit: contain;
|
|
1376
|
+
}
|
|
1377
|
+
body.light .circle__l8iGG .main-badge-count {
|
|
1378
|
+
color: #fff;
|
|
1379
|
+
}
|
|
809
1380
|
|
|
810
1381
|
.main-dropdown .main-dropdown-menu > li.main-dropdown-menu-item, .main-dropdown .main-dropdown-menu > li.main-dropdown-menu-submenu > .main-dropdown-menu-submenu-title {
|
|
811
1382
|
color: var(--main-app-navigate-menu-text);
|
|
@@ -833,62 +1404,81 @@ body.dark .desc__HDPzS {
|
|
|
833
1404
|
color: var(--main-primary-color);
|
|
834
1405
|
}
|
|
835
1406
|
|
|
836
|
-
.
|
|
1407
|
+
.appDownload__db5uD .main-popover-inner {
|
|
1408
|
+
padding: 12px;
|
|
1409
|
+
}
|
|
1410
|
+
.appQrcode__OCK8v {
|
|
837
1411
|
display: flex;
|
|
838
1412
|
align-items: center;
|
|
839
|
-
|
|
1413
|
+
justify-content: center;
|
|
1414
|
+
flex-direction: column;
|
|
1415
|
+
min-width: 200px;
|
|
1416
|
+
text-align: center;
|
|
840
1417
|
}
|
|
841
|
-
.
|
|
842
|
-
|
|
843
|
-
height: 36px;
|
|
844
|
-
border-radius: 8px;
|
|
845
|
-
cursor: pointer;
|
|
846
|
-
background: var(--main-app-color-bg-elevated) url(data:image/png;base64,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) scroll no-repeat center;
|
|
847
|
-
background-size: contain;
|
|
1418
|
+
.appQrcode__OCK8v .main-app-qrTitle {
|
|
1419
|
+
margin-bottom: 12px;
|
|
848
1420
|
}
|
|
849
|
-
.
|
|
850
|
-
|
|
1421
|
+
.appQrcode__OCK8v.TEXT_ON_LEFT,
|
|
1422
|
+
.appQrcode__OCK8v.TEXT_ON_RIGHT {
|
|
1423
|
+
flex-direction: row;
|
|
1424
|
+
max-width: 360px;
|
|
851
1425
|
}
|
|
852
|
-
.
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
border-bottom: 1px solid var(--main-app-color-border-secondary);
|
|
1426
|
+
.appQrcode__OCK8v.TEXT_ON_LEFT .main-app-qrTitle,
|
|
1427
|
+
.appQrcode__OCK8v.TEXT_ON_RIGHT .main-app-qrTitle {
|
|
1428
|
+
max-width: 160px;
|
|
856
1429
|
}
|
|
857
|
-
.
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
margin-bottom: 8px;
|
|
1430
|
+
.appQrcode__OCK8v.TEXT_ON_BOTTOM .main-app-qrTitle,
|
|
1431
|
+
.appQrcode__OCK8v.TEXT_ON_RIGHT .main-app-qrTitle {
|
|
1432
|
+
order: 2;
|
|
861
1433
|
}
|
|
862
|
-
.
|
|
1434
|
+
.appQrcode__OCK8v.TEXT_ON_BOTTOM .main-app-qrTitle {
|
|
1435
|
+
margin-top: 12px;
|
|
1436
|
+
margin-bottom: 0;
|
|
1437
|
+
}
|
|
1438
|
+
.qrcodeImg__wx1gF {
|
|
1439
|
+
position: relative;
|
|
863
1440
|
flex: 1;
|
|
864
|
-
|
|
1441
|
+
}
|
|
1442
|
+
.qrcodeImg__wx1gF canvas {
|
|
1443
|
+
width: 200px;
|
|
1444
|
+
height: 200px;
|
|
1445
|
+
}
|
|
1446
|
+
.qrcodeImg__wx1gF .favicon {
|
|
1447
|
+
position: absolute;
|
|
1448
|
+
z-index: 1;
|
|
1449
|
+
left: 50%;
|
|
1450
|
+
top: 50%;
|
|
1451
|
+
width: 32px;
|
|
1452
|
+
height: 32px;
|
|
1453
|
+
border: 2px solid #ffffff;
|
|
1454
|
+
border-radius: 3px;
|
|
1455
|
+
transform: translate(-50%, -50%);
|
|
1456
|
+
}
|
|
1457
|
+
.qrTitle__CUp3e {
|
|
1458
|
+
max-width: 270px;
|
|
1459
|
+
font-weight: bold;
|
|
865
1460
|
font-size: 14px;
|
|
866
|
-
|
|
1461
|
+
text-align: center;
|
|
1462
|
+
white-space: normal;
|
|
1463
|
+
word-break: break-word;
|
|
867
1464
|
overflow: hidden;
|
|
868
|
-
white-space: nowrap;
|
|
869
1465
|
text-overflow: ellipsis;
|
|
1466
|
+
display: -webkit-box;
|
|
1467
|
+
-webkit-line-clamp: 3;
|
|
1468
|
+
-webkit-box-orient: vertical;
|
|
870
1469
|
}
|
|
871
|
-
.
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
background:
|
|
876
|
-
}
|
|
877
|
-
.logout__tECKi {
|
|
878
|
-
display: flex;
|
|
879
|
-
align-items: center;
|
|
880
|
-
height: 48px;
|
|
881
|
-
padding-left: 12px;
|
|
882
|
-
cursor: pointer;
|
|
883
|
-
}
|
|
884
|
-
.logout__tECKi:hover {
|
|
885
|
-
color: var(--main-primary-color);
|
|
1470
|
+
.hintImage__hhO5W {
|
|
1471
|
+
max-width: 300px;
|
|
1472
|
+
margin-left: -10px;
|
|
1473
|
+
background-repeat: no-repeat;
|
|
1474
|
+
background-size: contain;
|
|
886
1475
|
}
|
|
887
1476
|
|
|
888
1477
|
.headerNav__udK6r {
|
|
889
1478
|
flex: none;
|
|
890
1479
|
display: flex;
|
|
891
1480
|
align-items: center;
|
|
1481
|
+
border-radius: 8px;
|
|
892
1482
|
color: var(--main-app-navigate-text);
|
|
893
1483
|
}
|
|
894
1484
|
.headerNav__udK6r .main-app-nav-item {
|
|
@@ -896,56 +1486,85 @@ body.dark .desc__HDPzS {
|
|
|
896
1486
|
align-items: center;
|
|
897
1487
|
justify-content: center;
|
|
898
1488
|
min-width: 36px;
|
|
899
|
-
height:
|
|
900
|
-
margin-left: 8px;
|
|
1489
|
+
height: 30px;
|
|
901
1490
|
padding: 0 10px;
|
|
902
1491
|
border-radius: 8px;
|
|
903
1492
|
cursor: pointer;
|
|
904
1493
|
}
|
|
905
1494
|
.headerNav__udK6r .main-app-nav-item:hover {
|
|
906
1495
|
color: var(--main-app-navigate-text-hover-normal);
|
|
907
|
-
background: var(--main-app-navigate-menu-bg);
|
|
908
1496
|
}
|
|
909
1497
|
|
|
910
1498
|
.layoutHeader__hSm9v {
|
|
911
1499
|
display: flex;
|
|
912
1500
|
align-items: center;
|
|
913
|
-
height:
|
|
1501
|
+
height: 76px;
|
|
914
1502
|
line-height: inherit;
|
|
915
|
-
padding: 0
|
|
1503
|
+
padding: 0 28px;
|
|
916
1504
|
flex-direction: row;
|
|
917
1505
|
color: var(--main-app-navigate-text);
|
|
918
1506
|
background-color: var(--main-app-navigate-bg);
|
|
1507
|
+
transition: all 0.2s;
|
|
1508
|
+
overflow: hidden;
|
|
919
1509
|
}
|
|
920
1510
|
.siteInfo__X3cGp {
|
|
921
1511
|
flex: none;
|
|
922
1512
|
display: flex;
|
|
923
1513
|
align-items: center;
|
|
1514
|
+
margin-right: 20px;
|
|
924
1515
|
}
|
|
925
1516
|
.siteInfo__X3cGp img {
|
|
926
1517
|
max-height: 36px;
|
|
1518
|
+
max-width: 160px;
|
|
927
1519
|
}
|
|
928
1520
|
.siteInfo__X3cGp h1 {
|
|
929
|
-
|
|
1521
|
+
margin: 0 0 0 12px;
|
|
930
1522
|
font-size: 20px;
|
|
931
|
-
|
|
1523
|
+
font-weight: 500;
|
|
1524
|
+
color: var(--main-app-color-text);
|
|
1525
|
+
}
|
|
1526
|
+
.goHome__rL9nk {
|
|
1527
|
+
margin-right: 8px;
|
|
1528
|
+
padding: 8px;
|
|
1529
|
+
font-size: 13px;
|
|
1530
|
+
font-weight: 500;
|
|
1531
|
+
cursor: pointer;
|
|
1532
|
+
}
|
|
1533
|
+
.goHome__rL9nk:hover {
|
|
1534
|
+
color: var(--main-app-color-primary-text);
|
|
1535
|
+
}
|
|
1536
|
+
.projectInfo__SJOn2 {
|
|
1537
|
+
margin-right: 8px;
|
|
932
1538
|
}
|
|
933
1539
|
.headerMenu__X31e1 {
|
|
934
1540
|
position: relative;
|
|
935
1541
|
flex: 1;
|
|
936
1542
|
display: flex;
|
|
937
1543
|
align-items: center;
|
|
938
|
-
margin:
|
|
1544
|
+
margin-right: 20px;
|
|
939
1545
|
overflow: hidden;
|
|
940
1546
|
}
|
|
941
1547
|
|
|
942
1548
|
.siderNav__ujGXh {
|
|
1549
|
+
position: relative;
|
|
943
1550
|
flex: none;
|
|
944
1551
|
display: flex;
|
|
945
1552
|
flex-direction: column;
|
|
946
1553
|
margin: 0 2px;
|
|
947
1554
|
padding: 10px;
|
|
948
|
-
border-top: 1px solid
|
|
1555
|
+
border-top: 1px solid var(--main-app-color-border-secondary);
|
|
1556
|
+
}
|
|
1557
|
+
.siderNav__ujGXh::before {
|
|
1558
|
+
content: '';
|
|
1559
|
+
position: absolute;
|
|
1560
|
+
top: -81px;
|
|
1561
|
+
left: 0;
|
|
1562
|
+
right: 0;
|
|
1563
|
+
height: 80px;
|
|
1564
|
+
opacity: 1;
|
|
1565
|
+
pointer-events: none;
|
|
1566
|
+
background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, #0A0A0A 100%);
|
|
1567
|
+
transition: opacity ease-out 0.5s;
|
|
949
1568
|
}
|
|
950
1569
|
.siderNav__ujGXh .main-app-nav-item {
|
|
951
1570
|
display: flex;
|
|
@@ -962,16 +1581,47 @@ body.dark .desc__HDPzS {
|
|
|
962
1581
|
.siderNav__ujGXh .main-app-nav-item:hover {
|
|
963
1582
|
background: var(--main-app-color-fill-tertiary);
|
|
964
1583
|
}
|
|
1584
|
+
.siderNav__ujGXh .main-app-nav-item [class*="navItemTxt"] {
|
|
1585
|
+
flex: 1;
|
|
1586
|
+
width: 0;
|
|
1587
|
+
max-width: unset !important;
|
|
1588
|
+
}
|
|
965
1589
|
.siderNav__ujGXh .main-app-nav-item .avatar {
|
|
966
1590
|
width: 24px;
|
|
967
1591
|
height: 24px;
|
|
968
1592
|
}
|
|
1593
|
+
.siderNav__ujGXh .avatar {
|
|
1594
|
+
margin-left: 3px;
|
|
1595
|
+
}
|
|
1596
|
+
.siderNav__ujGXh .nav-collapse-trigger {
|
|
1597
|
+
order: -1;
|
|
1598
|
+
}
|
|
1599
|
+
.sideUserAccount__HImsz {
|
|
1600
|
+
padding: 11px 0;
|
|
1601
|
+
border-radius: 8px;
|
|
1602
|
+
}
|
|
1603
|
+
.sideUserAccount__HImsz:hover {
|
|
1604
|
+
background: var(--main-app-color-fill-tertiary);
|
|
1605
|
+
}
|
|
1606
|
+
.collapsed__UKfPw .main-app-nav-item .anticon-right {
|
|
1607
|
+
display: none;
|
|
1608
|
+
}
|
|
1609
|
+
body.light .siderNav__ujGXh::before {
|
|
1610
|
+
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
|
|
1611
|
+
}
|
|
969
1612
|
|
|
970
1613
|
.siteSider__WRhb9 {
|
|
971
1614
|
position: relative;
|
|
972
1615
|
z-index: 1;
|
|
973
|
-
color: var(--main-app-color-text-secondary)
|
|
974
|
-
background: var(--main-app-color-bg-
|
|
1616
|
+
color: var(--main-app-color-text-secondary);
|
|
1617
|
+
background: var(--main-app-color-bg-layout);
|
|
1618
|
+
border-right: 1px solid var(--main-app-color-border-secondary);
|
|
1619
|
+
}
|
|
1620
|
+
.siteSider__WRhb9:hover {
|
|
1621
|
+
z-index: 10;
|
|
1622
|
+
}
|
|
1623
|
+
.siteSider__WRhb9:hover .foldBtnFixed__tZVuF {
|
|
1624
|
+
opacity: 1;
|
|
975
1625
|
}
|
|
976
1626
|
.siteSider__WRhb9 > div {
|
|
977
1627
|
display: flex;
|
|
@@ -984,12 +1634,11 @@ body.dark .desc__HDPzS {
|
|
|
984
1634
|
flex: none;
|
|
985
1635
|
display: flex;
|
|
986
1636
|
flex-wrap: nowrap;
|
|
987
|
-
justify-content: center;
|
|
988
|
-
align-items: center;
|
|
989
1637
|
margin: 16px 16px 0;
|
|
990
1638
|
}
|
|
991
1639
|
.siteInfo__Jr3Fh img {
|
|
992
1640
|
max-width: 100%;
|
|
1641
|
+
max-height: 36px;
|
|
993
1642
|
}
|
|
994
1643
|
.siteInfo__Jr3Fh h1 {
|
|
995
1644
|
margin: 16px 0 16px 12px;
|
|
@@ -998,17 +1647,27 @@ body.dark .desc__HDPzS {
|
|
|
998
1647
|
text-overflow: ellipsis;
|
|
999
1648
|
overflow: hidden;
|
|
1000
1649
|
}
|
|
1650
|
+
.menuAtBottom__IR4lN + [class*="siderNav"]::before {
|
|
1651
|
+
opacity: 0;
|
|
1652
|
+
}
|
|
1001
1653
|
.siderMenu__NUToQ {
|
|
1002
1654
|
flex: 1;
|
|
1003
1655
|
padding: 12px;
|
|
1004
1656
|
overflow: auto;
|
|
1657
|
+
scrollbar-width: none;
|
|
1658
|
+
}
|
|
1659
|
+
.siderMenu__NUToQ > .main-menu {
|
|
1660
|
+
border-inline-end: 0 none !important;
|
|
1661
|
+
}
|
|
1662
|
+
.siderMenu__NUToQ > .main-menu .main-menu-icon {
|
|
1663
|
+
margin: 0 !important;
|
|
1005
1664
|
}
|
|
1006
1665
|
.siderMenu__NUToQ > .main-menu > li {
|
|
1007
1666
|
width: 100% !important;
|
|
1008
1667
|
}
|
|
1009
1668
|
.siderMenu__NUToQ > .main-menu > li:hover {
|
|
1010
|
-
color: var(--main-
|
|
1011
|
-
background:
|
|
1669
|
+
color: var(--main-primary-color) !important;
|
|
1670
|
+
background: transparent !important;
|
|
1012
1671
|
}
|
|
1013
1672
|
.siderMenu__NUToQ > .main-menu > li.main-menu-item,
|
|
1014
1673
|
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu {
|
|
@@ -1018,23 +1677,20 @@ body.dark .desc__HDPzS {
|
|
|
1018
1677
|
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-item-selected,
|
|
1019
1678
|
.siderMenu__NUToQ > .main-menu > li.main-menu-item.main-menu-submenu-selected,
|
|
1020
1679
|
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-submenu-selected {
|
|
1021
|
-
|
|
1022
|
-
|
|
1680
|
+
font-weight: 500;
|
|
1681
|
+
color: var(--main-primary-color) !important;
|
|
1682
|
+
background: transparent !important;
|
|
1023
1683
|
}
|
|
1024
1684
|
.siderMenu__NUToQ > .main-menu > li.main-menu-item.main-menu-item-selected > .main-menu-submenu-title,
|
|
1025
1685
|
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-item-selected > .main-menu-submenu-title,
|
|
1026
1686
|
.siderMenu__NUToQ > .main-menu > li.main-menu-item.main-menu-submenu-selected > .main-menu-submenu-title,
|
|
1027
1687
|
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-submenu-selected > .main-menu-submenu-title {
|
|
1028
|
-
color: var(--main-
|
|
1688
|
+
color: var(--main-primary-color) !important;
|
|
1029
1689
|
background: none;
|
|
1030
1690
|
}
|
|
1031
1691
|
.siderMenu__NUToQ > .main-menu > li.main-menu-item.main-menu-submenu-open,
|
|
1032
1692
|
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-submenu-open {
|
|
1033
|
-
background:
|
|
1034
|
-
}
|
|
1035
|
-
.siderMenu__NUToQ > .main-menu > li.main-menu-item.main-menu-submenu-open > .main-menu-submenu-title,
|
|
1036
|
-
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-submenu-open > .main-menu-submenu-title {
|
|
1037
|
-
color: var(--main-primary-color);
|
|
1693
|
+
background: transparent !important;
|
|
1038
1694
|
}
|
|
1039
1695
|
.siderMenu__NUToQ > .main-menu > li.main-menu-item,
|
|
1040
1696
|
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu > .main-menu-submenu-title {
|
|
@@ -1042,7 +1698,20 @@ body.dark .desc__HDPzS {
|
|
|
1042
1698
|
padding-right: 12px !important;
|
|
1043
1699
|
}
|
|
1044
1700
|
.siderMenu__NUToQ > .main-menu > li .main-menu-submenu-arrow {
|
|
1045
|
-
inset-inline-end:
|
|
1701
|
+
inset-inline-end: 5px !important;
|
|
1702
|
+
}
|
|
1703
|
+
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub {
|
|
1704
|
+
position: relative;
|
|
1705
|
+
}
|
|
1706
|
+
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub::after {
|
|
1707
|
+
content: '';
|
|
1708
|
+
position: absolute;
|
|
1709
|
+
top: 0;
|
|
1710
|
+
bottom: 0;
|
|
1711
|
+
left: 18px;
|
|
1712
|
+
width: 1px;
|
|
1713
|
+
display: block;
|
|
1714
|
+
border-left: 1px solid var(--main-app-color-border-secondary);
|
|
1046
1715
|
}
|
|
1047
1716
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-item,
|
|
1048
1717
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu .main-menu-submenu-title {
|
|
@@ -1050,13 +1719,13 @@ body.dark .desc__HDPzS {
|
|
|
1050
1719
|
}
|
|
1051
1720
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-item:hover,
|
|
1052
1721
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu .main-menu-submenu-title:hover {
|
|
1053
|
-
background:
|
|
1722
|
+
background: transparent !important;
|
|
1054
1723
|
}
|
|
1055
1724
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu .main-menu-submenu-title {
|
|
1056
|
-
padding-left:
|
|
1725
|
+
padding-left: 32px !important;
|
|
1057
1726
|
}
|
|
1058
1727
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu.main-menu-submenu-open {
|
|
1059
|
-
background:
|
|
1728
|
+
background: transparent;
|
|
1060
1729
|
}
|
|
1061
1730
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu.main-menu-submenu-open .main-menu-submenu-title {
|
|
1062
1731
|
background: transparent !important;
|
|
@@ -1068,58 +1737,130 @@ body.dark .desc__HDPzS {
|
|
|
1068
1737
|
padding-left: 46px !important;
|
|
1069
1738
|
}
|
|
1070
1739
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu.main-menu-submenu-open > .main-menu-sub .main-menu-item:hover {
|
|
1071
|
-
background:
|
|
1740
|
+
background: transparent !important;
|
|
1741
|
+
}
|
|
1742
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu:hover {
|
|
1743
|
+
background: none !important;
|
|
1744
|
+
}
|
|
1745
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu.main-menu-submenu-open {
|
|
1746
|
+
background: none !important;
|
|
1747
|
+
}
|
|
1748
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu.main-menu-submenu-open .main-menu-sub {
|
|
1749
|
+
background: none !important;
|
|
1750
|
+
}
|
|
1751
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu.main-menu-submenu-open .main-menu-sub .main-menu-item {
|
|
1752
|
+
background: none !important;
|
|
1072
1753
|
}
|
|
1073
1754
|
.siderMenu__NUToQ > .main-menu .main-menu-submenu .main-menu-submenu-title {
|
|
1074
1755
|
width: 100%;
|
|
1075
|
-
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1756
|
+
margin-inline-start: 0;
|
|
1757
|
+
margin-inline-end: 0;
|
|
1758
|
+
}
|
|
1759
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu .main-menu-submenu-title:hover {
|
|
1760
|
+
color: var(--main-app-color-primary-text) !important;
|
|
1761
|
+
background: none !important;
|
|
1079
1762
|
}
|
|
1080
1763
|
.siderMenu__NUToQ > .main-menu .main-menu-submenu .main-menu-sub {
|
|
1081
1764
|
margin: 0;
|
|
1082
1765
|
padding: 0 4px;
|
|
1766
|
+
background: none !important;
|
|
1083
1767
|
}
|
|
1084
1768
|
.siderMenu__NUToQ > .main-menu .main-menu-submenu .main-menu-sub > .main-menu-item {
|
|
1085
1769
|
margin-left: 0;
|
|
1086
1770
|
margin-right: 0;
|
|
1087
1771
|
width: 100%;
|
|
1772
|
+
background: none !important;
|
|
1773
|
+
}
|
|
1774
|
+
.siderMenu__NUToQ > .main-menu .main-menu-item:hover,
|
|
1775
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu:hover {
|
|
1776
|
+
color: var(--main-app-color-primary-text) !important;
|
|
1777
|
+
background: none !important;
|
|
1778
|
+
}
|
|
1779
|
+
.siderMenu__NUToQ > .main-menu .main-menu-item.main-menu-item-selected,
|
|
1780
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu.main-menu-item-selected {
|
|
1781
|
+
color: var(--main-app-color-primary-text) !important;
|
|
1782
|
+
background: none !important;
|
|
1783
|
+
}
|
|
1784
|
+
.siderMenu__NUToQ > .main-menu .main-menu-item,
|
|
1785
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu-title {
|
|
1786
|
+
transition: none !important;
|
|
1787
|
+
}
|
|
1788
|
+
.siderMenu__NUToQ > .main-menu .main-menu-item *,
|
|
1789
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu-title * {
|
|
1790
|
+
transition: none !important;
|
|
1791
|
+
}
|
|
1792
|
+
.siderMenu__NUToQ > .main-menu-light a {
|
|
1793
|
+
transition: none !important;
|
|
1794
|
+
}
|
|
1795
|
+
.siderMenu__NUToQ > .main-menu-light > li.main-menu-item.main-menu-item-selected,
|
|
1796
|
+
.siderMenu__NUToQ > .main-menu-light > li.main-menu-submenu.main-menu-item-selected,
|
|
1797
|
+
.siderMenu__NUToQ > .main-menu-light > li.main-menu-item.main-menu-submenu-selected,
|
|
1798
|
+
.siderMenu__NUToQ > .main-menu-light > li.main-menu-submenu.main-menu-submenu-selected {
|
|
1799
|
+
color: var(--main-app-color-primary-text);
|
|
1800
|
+
}
|
|
1801
|
+
.siderMenu__NUToQ > .main-menu-light > li.main-menu-item.main-menu-item-selected > .main-menu-submenu-title,
|
|
1802
|
+
.siderMenu__NUToQ > .main-menu-light > li.main-menu-submenu.main-menu-item-selected > .main-menu-submenu-title,
|
|
1803
|
+
.siderMenu__NUToQ > .main-menu-light > li.main-menu-item.main-menu-submenu-selected > .main-menu-submenu-title,
|
|
1804
|
+
.siderMenu__NUToQ > .main-menu-light > li.main-menu-submenu.main-menu-submenu-selected > .main-menu-submenu-title {
|
|
1805
|
+
color: var(--main-app-color-primary-text);
|
|
1806
|
+
}
|
|
1807
|
+
.siderMenu__NUToQ > .main-menu-light > .main-menu-submenu > .main-menu-sub > .main-menu-item.main-menu-item-selected {
|
|
1808
|
+
color: var(--main-app-color-primary-text) !important;
|
|
1809
|
+
}
|
|
1810
|
+
.siderMenu__NUToQ > .main-menu-light > .main-menu-submenu > .main-menu-sub > .main-menu-submenu.main-menu-submenu-open {
|
|
1811
|
+
background: transparent;
|
|
1812
|
+
}
|
|
1813
|
+
.siderMenu__NUToQ > .main-menu-light > .main-menu-submenu > .main-menu-sub > .main-menu-submenu.main-menu-submenu-open > .main-menu-sub .main-menu-item.main-menu-item-selected {
|
|
1814
|
+
color: var(--main-app-color-primary-text) !important;
|
|
1815
|
+
}
|
|
1816
|
+
.projectInfo__zxd5t {
|
|
1817
|
+
margin: 0 12px;
|
|
1818
|
+
}
|
|
1819
|
+
.projectInfo__zxd5t + div {
|
|
1820
|
+
padding-top: 8px;
|
|
1088
1821
|
}
|
|
1089
1822
|
.foldBtnWrap__C_LCy {
|
|
1090
1823
|
display: flex;
|
|
1091
1824
|
align-items: center;
|
|
1092
1825
|
justify-content: center;
|
|
1093
|
-
|
|
1826
|
+
color: var(--main-app-color-text-secondary);
|
|
1094
1827
|
}
|
|
1095
1828
|
.foldBtnWrap__C_LCy > span {
|
|
1096
|
-
|
|
1829
|
+
flex: 1;
|
|
1097
1830
|
align-items: center;
|
|
1098
1831
|
justify-content: center;
|
|
1099
|
-
|
|
1100
|
-
height: 32px;
|
|
1832
|
+
padding: 8px 0;
|
|
1101
1833
|
cursor: pointer;
|
|
1102
1834
|
}
|
|
1103
|
-
.foldBtnWrap__C_LCy
|
|
1104
|
-
color: var(--main-app-color-
|
|
1105
|
-
}
|
|
1106
|
-
.foldBtnWrap__C_LCy .anticon:hover {
|
|
1107
|
-
color: var(--main-primary-color);
|
|
1835
|
+
.foldBtnWrap__C_LCy > span:hover {
|
|
1836
|
+
background-color: var(--main-app-color-fill-tertiary);
|
|
1108
1837
|
}
|
|
1109
1838
|
.foldBtnFixed__tZVuF {
|
|
1839
|
+
display: flex;
|
|
1110
1840
|
position: absolute;
|
|
1111
1841
|
z-index: 9;
|
|
1112
1842
|
top: 50%;
|
|
1113
1843
|
right: 0;
|
|
1844
|
+
width: 32px;
|
|
1845
|
+
height: 32px;
|
|
1114
1846
|
margin-top: -34px;
|
|
1115
1847
|
transform: translate(50%, -50%);
|
|
1116
|
-
background: var(--main-app-color-bg-elevated);
|
|
1117
|
-
|
|
1848
|
+
background: var(--main-app-color-bg-elevated) !important;
|
|
1849
|
+
border: 1px solid var(--main-app-color-border-secondary);
|
|
1118
1850
|
border-radius: 50%;
|
|
1851
|
+
opacity: 0;
|
|
1852
|
+
transition: opacity 0.3s ease-out;
|
|
1119
1853
|
}
|
|
1120
1854
|
.foldBtnFixed__tZVuF:hover {
|
|
1121
|
-
color: var(--main-app-color-text);
|
|
1122
|
-
background: var(--main-primary-color);
|
|
1855
|
+
color: var(--main-app-color-text) !important;
|
|
1856
|
+
background: var(--main-primary-color) !important;
|
|
1857
|
+
border-color: var(--main-primary-color);
|
|
1858
|
+
}
|
|
1859
|
+
body.light .siteSider__WRhb9 {
|
|
1860
|
+
background: var(--main-app-color-bg-container);
|
|
1861
|
+
}
|
|
1862
|
+
body.light .foldBtnFixed__tZVuF:hover {
|
|
1863
|
+
color: #fff !important;
|
|
1123
1864
|
}
|
|
1124
1865
|
|
|
1125
1866
|
:global .ant-pagination .ant-pagination-item-active,
|
|
@@ -1150,6 +1891,16 @@ body.dark .desc__HDPzS {
|
|
|
1150
1891
|
}
|
|
1151
1892
|
.login-form__kYwID .main-form-item {
|
|
1152
1893
|
margin-bottom: 42px;
|
|
1894
|
+
text-align: left;
|
|
1895
|
+
}
|
|
1896
|
+
.login-form__kYwID .main-form-item-label {
|
|
1897
|
+
display: none;
|
|
1898
|
+
}
|
|
1899
|
+
.login-form__kYwID .main-input {
|
|
1900
|
+
height: 0;
|
|
1901
|
+
padding-top: 12px !important;
|
|
1902
|
+
padding-bottom: 12px !important;
|
|
1903
|
+
background-clip: content-box !important;
|
|
1153
1904
|
}
|
|
1154
1905
|
.third-login__RyGZl {
|
|
1155
1906
|
cursor: pointer;
|
|
@@ -1183,6 +1934,12 @@ body.dark .desc__HDPzS {
|
|
|
1183
1934
|
-moz-user-select: none;
|
|
1184
1935
|
user-select: none;
|
|
1185
1936
|
}
|
|
1937
|
+
.wrap__yI3n0 a {
|
|
1938
|
+
color: var(--main-app-color-primary);
|
|
1939
|
+
}
|
|
1940
|
+
.wrap__yI3n0 a:hover {
|
|
1941
|
+
color: var(--main-app-color-primary);
|
|
1942
|
+
}
|
|
1186
1943
|
.wrap__yI3n0 .clause__izKh6 {
|
|
1187
1944
|
margin-left: 8px;
|
|
1188
1945
|
height: 22px;
|
|
@@ -1195,26 +1952,40 @@ body.dark .desc__HDPzS {
|
|
|
1195
1952
|
}
|
|
1196
1953
|
|
|
1197
1954
|
.wrap__lilNp {
|
|
1198
|
-
margin-bottom:
|
|
1199
|
-
|
|
1955
|
+
margin-bottom: 42px;
|
|
1956
|
+
}
|
|
1957
|
+
.wrap__lilNp h3 {
|
|
1958
|
+
margin: 0;
|
|
1959
|
+
color: var(--main-app-color-text);
|
|
1200
1960
|
}
|
|
1201
1961
|
|
|
1202
1962
|
.wrap__OSJoi {
|
|
1203
|
-
width: 100%;
|
|
1204
1963
|
display: flex;
|
|
1205
|
-
|
|
1206
|
-
align-items: center;
|
|
1207
|
-
height: 22px;
|
|
1208
|
-
line-height: 22px;
|
|
1964
|
+
width: 100%;
|
|
1209
1965
|
margin-top: 8px;
|
|
1966
|
+
line-height: 22px;
|
|
1967
|
+
justify-content: space-between;
|
|
1968
|
+
}
|
|
1969
|
+
.wrap__OSJoi a {
|
|
1970
|
+
color: var(--main-app-color-text-tertiary);
|
|
1971
|
+
}
|
|
1972
|
+
.wrap__OSJoi a.highlight {
|
|
1973
|
+
color: var(--main-app-color-primary);
|
|
1974
|
+
}
|
|
1975
|
+
.wrap__OSJoi a:hover {
|
|
1976
|
+
color: var(--main-app-color-primary);
|
|
1210
1977
|
}
|
|
1211
1978
|
|
|
1212
|
-
.
|
|
1213
|
-
height: 100%;
|
|
1214
|
-
cursor: pointer;
|
|
1979
|
+
.wrap__Nc8xQ {
|
|
1215
1980
|
display: flex;
|
|
1981
|
+
justify-content: space-between;
|
|
1216
1982
|
align-items: center;
|
|
1217
|
-
|
|
1983
|
+
}
|
|
1984
|
+
.wrap__Nc8xQ .form-item__kTTSU {
|
|
1985
|
+
flex: 1;
|
|
1986
|
+
}
|
|
1987
|
+
.wrap__Nc8xQ .code__GNunR {
|
|
1988
|
+
margin: 5px 0 0 10px;
|
|
1218
1989
|
}
|
|
1219
1990
|
|
|
1220
1991
|
.container__DGA_S {
|
|
@@ -1236,14 +2007,23 @@ body.dark .desc__HDPzS {
|
|
|
1236
2007
|
.container__DGA_S.login-page-center-layout .login__EWLFr {
|
|
1237
2008
|
padding: 40px;
|
|
1238
2009
|
border-radius: 16px;
|
|
1239
|
-
background:
|
|
2010
|
+
background: var(--main-app-color-bg-container);
|
|
1240
2011
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
1241
|
-
|
|
1242
|
-
backdrop-filter: blur(10px);
|
|
2012
|
+
backdrop-filter: blur(10px);
|
|
1243
2013
|
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
|
|
2014
|
+
text-align: center;
|
|
1244
2015
|
}
|
|
1245
2016
|
.container__DGA_S.login-page-center-layout .login__EWLFr > form {
|
|
1246
2017
|
padding-bottom: 0;
|
|
2018
|
+
color: var(--main-app-color-text-tertiary);
|
|
2019
|
+
}
|
|
2020
|
+
.container__DGA_S.login-page-center-layout .login__EWLFr .main-btn-primary.main-btn-lg {
|
|
2021
|
+
font-weight: bold;
|
|
2022
|
+
color: var(--main-app-color-bg-container) !important;
|
|
2023
|
+
background-color: rgba(255, 255, 255, 0.9) !important;
|
|
2024
|
+
}
|
|
2025
|
+
.container__DGA_S.login-page-center-layout .login__EWLFr .main-btn-primary.main-btn-lg:hover {
|
|
2026
|
+
background-color: #ffffff !important;
|
|
1247
2027
|
}
|
|
1248
2028
|
.container__DGA_S::before {
|
|
1249
2029
|
content: '';
|
|
@@ -1262,7 +2042,7 @@ body.dark .desc__HDPzS {
|
|
|
1262
2042
|
flex: 1;
|
|
1263
2043
|
width: 50%;
|
|
1264
2044
|
margin: 40px 0;
|
|
1265
|
-
border-radius: 16px
|
|
2045
|
+
border-radius: 16px;
|
|
1266
2046
|
background: url(static/img/47a523d0027c7b5af83f.png) scroll no-repeat center right;
|
|
1267
2047
|
background-size: cover;
|
|
1268
2048
|
background-clip: content-box;
|
|
@@ -1290,9 +2070,6 @@ body.dark .desc__HDPzS {
|
|
|
1290
2070
|
left: 0;
|
|
1291
2071
|
right: 0;
|
|
1292
2072
|
}
|
|
1293
|
-
.container__DGA_S .right__LWpo2 .rightContent__pQzzz h3 {
|
|
1294
|
-
color: var(--main-app-color-text-base) !important;
|
|
1295
|
-
}
|
|
1296
2073
|
.container__DGA_S .right__LWpo2 .rightContent__pQzzz .main-form-item-label label {
|
|
1297
2074
|
color: var(--main-app-color-text-tertiary) !important;
|
|
1298
2075
|
}
|
|
@@ -1339,6 +2116,23 @@ body.dark .desc__HDPzS {
|
|
|
1339
2116
|
width: auto !important;
|
|
1340
2117
|
text-align: right;
|
|
1341
2118
|
}
|
|
2119
|
+
body.light .login-page-layout .login-page-form .main-btn-primary.main-btn-lg {
|
|
2120
|
+
color: #FFFFFF;
|
|
2121
|
+
background-color: #1D2129 !important;
|
|
2122
|
+
}
|
|
2123
|
+
body.light .login-page-layout .login-page-form .main-btn-primary.main-btn-lg:hover {
|
|
2124
|
+
background-color: #1D2129 !important;
|
|
2125
|
+
}
|
|
2126
|
+
body.light .login-page-layout .login-page-nav {
|
|
2127
|
+
color: var(--main-app-color-text-secondary);
|
|
2128
|
+
}
|
|
2129
|
+
body.light .login-page-layout .login-page-nav .main-select,
|
|
2130
|
+
body.light .login-page-layout .login-page-nav .main-select-selector {
|
|
2131
|
+
color: inherit;
|
|
2132
|
+
}
|
|
2133
|
+
body.light .login-page-center-layout .login-page-form {
|
|
2134
|
+
background: #ffffff;
|
|
2135
|
+
}
|
|
1342
2136
|
@media screen and (max-width: 1439px) {
|
|
1343
2137
|
.container__DGA_S {
|
|
1344
2138
|
min-height: 760px;
|
|
@@ -1355,59 +2149,310 @@ body.dark .desc__HDPzS {
|
|
|
1355
2149
|
}
|
|
1356
2150
|
}
|
|
1357
2151
|
|
|
1358
|
-
.
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
.wrap__Nc8xQ .form-item__kTTSU {
|
|
1364
|
-
flex: 1;
|
|
2152
|
+
.form__VghGp .main-input {
|
|
2153
|
+
height: 0;
|
|
2154
|
+
padding-top: 12px !important;
|
|
2155
|
+
padding-bottom: 12px !important;
|
|
2156
|
+
background-clip: content-box !important;
|
|
1365
2157
|
}
|
|
1366
|
-
.wrap__Nc8xQ .code__GNunR {
|
|
1367
|
-
margin: 6px 0 0 8px;
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
2158
|
.icon__ErnBX {
|
|
1371
2159
|
font-size: 32px !important;
|
|
1372
2160
|
margin-right: 16px;
|
|
1373
2161
|
cursor: pointer;
|
|
1374
2162
|
}
|
|
1375
2163
|
|
|
1376
|
-
.
|
|
1377
|
-
|
|
1378
|
-
margin
|
|
1379
|
-
|
|
2164
|
+
.registerFormWrap__jKTuc {
|
|
2165
|
+
width: 520px;
|
|
2166
|
+
margin: 0 auto;
|
|
2167
|
+
}
|
|
2168
|
+
.accountFormHeader__n2jEt {
|
|
2169
|
+
margin-bottom: 16px;
|
|
2170
|
+
font-size: 14px;
|
|
2171
|
+
color: var(--main-app-color-text-secondary);
|
|
2172
|
+
}
|
|
2173
|
+
.accountFormHeader__n2jEt h3 {
|
|
2174
|
+
margin: 0 0 8px;
|
|
2175
|
+
font-size: 16px;
|
|
2176
|
+
font-weight: 500;
|
|
2177
|
+
color: var(--main-app-color-text);
|
|
2178
|
+
}
|
|
2179
|
+
.accountGroup__oAcoC {
|
|
2180
|
+
width: 100%;
|
|
2181
|
+
align-items: center;
|
|
2182
|
+
}
|
|
2183
|
+
.accountGroup__oAcoC.main-input-group {
|
|
2184
|
+
display: flex ;
|
|
1380
2185
|
}
|
|
1381
2186
|
|
|
1382
|
-
.
|
|
2187
|
+
.countryRegionCascader__L4cS8 {
|
|
2188
|
+
width: 100%;
|
|
2189
|
+
align-items: center;
|
|
2190
|
+
}
|
|
2191
|
+
.countryRegionCascader__L4cS8.main-input-group {
|
|
2192
|
+
display: flex ;
|
|
2193
|
+
}
|
|
2194
|
+
.country__rh3OY {
|
|
2195
|
+
min-width: 120px;
|
|
2196
|
+
}
|
|
2197
|
+
.region__aK1MU {
|
|
2198
|
+
flex: 1;
|
|
2199
|
+
}
|
|
2200
|
+
.region__aK1MU .main-spin-nested-loading {
|
|
2201
|
+
flex: 1;
|
|
2202
|
+
}
|
|
2203
|
+
.region__aK1MU .main-select-selector {
|
|
2204
|
+
border-top-left-radius: 0 !important;
|
|
2205
|
+
border-bottom-left-radius: 0 !important;
|
|
2206
|
+
}
|
|
2207
|
+
|
|
2208
|
+
.result__wtAme {
|
|
2209
|
+
padding: 40px 0;
|
|
1383
2210
|
text-align: center;
|
|
1384
2211
|
}
|
|
1385
|
-
.
|
|
1386
|
-
|
|
1387
|
-
|
|
2212
|
+
.result__wtAme .result-img {
|
|
2213
|
+
width: 220px;
|
|
2214
|
+
height: 228px;
|
|
2215
|
+
margin: 0 auto 24px;
|
|
2216
|
+
background: center no-repeat;
|
|
2217
|
+
background-size: contain;
|
|
1388
2218
|
}
|
|
1389
|
-
.
|
|
1390
|
-
|
|
1391
|
-
height: 100px;
|
|
1392
|
-
background: url(static/img/f3a9d2e90f21cc92f9ed.svg);
|
|
2219
|
+
.result__wtAme .result-img.result-img-success {
|
|
2220
|
+
background-image: url(static/img/b765d4caa82d7e5eae80.png);
|
|
1393
2221
|
}
|
|
1394
|
-
.
|
|
1395
|
-
|
|
2222
|
+
.result__wtAme .result-img.result-img-audit {
|
|
2223
|
+
background-image: url(static/img/7d9900e808e2197745be.png);
|
|
2224
|
+
}
|
|
2225
|
+
.result__wtAme .result-title {
|
|
2226
|
+
margin-bottom: 4px;
|
|
1396
2227
|
font-size: 24px;
|
|
1397
|
-
|
|
1398
|
-
text-align: center;
|
|
2228
|
+
font-weight: 500;
|
|
1399
2229
|
}
|
|
1400
|
-
.
|
|
1401
|
-
color: rgba(0, 0, 0, 0.45);
|
|
2230
|
+
.result__wtAme .result-desc {
|
|
1402
2231
|
font-size: 14px;
|
|
1403
|
-
|
|
2232
|
+
color: var(--main-app-color-text-secondary);
|
|
2233
|
+
}
|
|
2234
|
+
.result__wtAme .result-operate {
|
|
2235
|
+
margin-top: 24px;
|
|
2236
|
+
}
|
|
2237
|
+
.result__wtAme .apply-info {
|
|
2238
|
+
display: flex;
|
|
2239
|
+
align-items: center;
|
|
2240
|
+
width: 840px;
|
|
2241
|
+
padding: 32px;
|
|
2242
|
+
margin: 32px auto 0;
|
|
2243
|
+
border-radius: 16px;
|
|
2244
|
+
color: var(--main-app-color-text-secondary);
|
|
2245
|
+
background: var(--main-app-color-bg-layout);
|
|
2246
|
+
}
|
|
2247
|
+
.result__wtAme .apply-info .enterprise-img {
|
|
2248
|
+
width: 240px;
|
|
2249
|
+
padding: 24px;
|
|
2250
|
+
margin-right: 32px;
|
|
2251
|
+
}
|
|
2252
|
+
.result__wtAme .apply-info .enterprise-img > img {
|
|
2253
|
+
max-width: 100%;
|
|
2254
|
+
max-height: 100%;
|
|
2255
|
+
}
|
|
2256
|
+
.result__wtAme .apply-info .enterprise-info > .item {
|
|
2257
|
+
display: flex;
|
|
2258
|
+
align-items: flex-start;
|
|
2259
|
+
margin-bottom: 8px;
|
|
2260
|
+
text-align: left;
|
|
2261
|
+
}
|
|
2262
|
+
.result__wtAme .apply-info .enterprise-info > .item > label {
|
|
2263
|
+
flex: none;
|
|
2264
|
+
}
|
|
2265
|
+
body.light .result__wtAme .result-img.result-img-success {
|
|
2266
|
+
background-image: url(static/img/a10132bbdef90aa7baaf.png);
|
|
2267
|
+
}
|
|
2268
|
+
body.light .result__wtAme .result-img.result-img-audit {
|
|
2269
|
+
background-image: url(static/img/a20c372b6039996ba351.png);
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
.page__mUqKE {
|
|
2273
|
+
display: flex;
|
|
2274
|
+
flex-direction: column;
|
|
2275
|
+
height: 100vh;
|
|
2276
|
+
color: var(--main-app-color-text);
|
|
2277
|
+
background: var(--main-app-color-bg-layout);
|
|
2278
|
+
}
|
|
2279
|
+
.pageHeader__wUg6q {
|
|
2280
|
+
margin: 0 28px;
|
|
2281
|
+
border-bottom: 1px solid var(--main-app-color-border-secondary);
|
|
2282
|
+
}
|
|
2283
|
+
.siteInfo__XC3op {
|
|
2284
|
+
display: flex;
|
|
2285
|
+
align-items: center;
|
|
2286
|
+
padding: 20px 0;
|
|
2287
|
+
}
|
|
2288
|
+
.siteInfo__XC3op .logo img {
|
|
2289
|
+
max-height: 36px;
|
|
2290
|
+
vertical-align: top;
|
|
2291
|
+
}
|
|
2292
|
+
.pageTitle__I6_HQ {
|
|
2293
|
+
display: flex;
|
|
2294
|
+
align-items: center;
|
|
2295
|
+
padding: 8px 0 20px;
|
|
2296
|
+
font-size: 24px;
|
|
2297
|
+
font-weight: 500;
|
|
2298
|
+
}
|
|
2299
|
+
.pageTitle__I6_HQ .icon-back {
|
|
2300
|
+
display: inline-flex;
|
|
2301
|
+
align-items: center;
|
|
2302
|
+
justify-content: center;
|
|
2303
|
+
margin-right: 16px;
|
|
2304
|
+
width: 24px;
|
|
2305
|
+
height: 24px;
|
|
2306
|
+
border-radius: 4px;
|
|
2307
|
+
color: var(--main-app-color-text-secondary);
|
|
2308
|
+
background: var(--main-app-color-bg-spotlight);
|
|
2309
|
+
cursor: pointer;
|
|
2310
|
+
}
|
|
2311
|
+
.pageTitle__I6_HQ .icon-back:hover {
|
|
2312
|
+
color: var(--main-app-color-text);
|
|
2313
|
+
background: var(--main-app-color-bg-small);
|
|
2314
|
+
}
|
|
2315
|
+
.pageBody__ijjb4 {
|
|
2316
|
+
flex: 1;
|
|
2317
|
+
display: flex;
|
|
2318
|
+
flex-direction: column;
|
|
2319
|
+
padding: 24px 0;
|
|
2320
|
+
overflow: auto;
|
|
2321
|
+
}
|
|
2322
|
+
.pageFooter__nhlZd {
|
|
2323
|
+
flex: none;
|
|
2324
|
+
padding: 16px 0;
|
|
1404
2325
|
text-align: center;
|
|
2326
|
+
border-top: 1px solid var(--main-app-color-border-secondary);
|
|
1405
2327
|
}
|
|
1406
|
-
body.
|
|
1407
|
-
|
|
2328
|
+
body.light .page__mUqKE {
|
|
2329
|
+
background: var(--main-app-color-bg-container);
|
|
1408
2330
|
}
|
|
1409
|
-
|
|
1410
|
-
|
|
2331
|
+
|
|
2332
|
+
.messageDetailModal__vcHR3 .ant-modal-content {
|
|
2333
|
+
padding: 0;
|
|
2334
|
+
border-radius: 8px;
|
|
2335
|
+
overflow: hidden;
|
|
2336
|
+
}
|
|
2337
|
+
.messageDetailModal__vcHR3 .ant-modal-body {
|
|
2338
|
+
padding: 0;
|
|
2339
|
+
}
|
|
2340
|
+
.modalContainer__f0tE8 {
|
|
2341
|
+
display: flex;
|
|
2342
|
+
flex-direction: column;
|
|
2343
|
+
height: 80vh;
|
|
2344
|
+
max-height: 600px;
|
|
2345
|
+
background: #fff;
|
|
2346
|
+
}
|
|
2347
|
+
/* 固定标题栏 */
|
|
2348
|
+
.header__IFnZp {
|
|
2349
|
+
background: #fff;
|
|
2350
|
+
flex-shrink: 0;
|
|
2351
|
+
}
|
|
2352
|
+
.titleSection__VBIZt {
|
|
2353
|
+
width: 100%;
|
|
2354
|
+
}
|
|
2355
|
+
.title__PkZDq {
|
|
2356
|
+
font-size: 16px;
|
|
2357
|
+
font-weight: 500;
|
|
2358
|
+
color: #1D2129;
|
|
2359
|
+
line-height: 24px;
|
|
2360
|
+
}
|
|
2361
|
+
.timeAndProject__WVLBd {
|
|
2362
|
+
font-size: 14px;
|
|
2363
|
+
color: #86909C;
|
|
2364
|
+
line-height: 22px;
|
|
2365
|
+
margin-top: 16px;
|
|
2366
|
+
}
|
|
2367
|
+
/* 可滚动内容区域 */
|
|
2368
|
+
.content__IUYSX {
|
|
2369
|
+
flex: 1;
|
|
2370
|
+
overflow-y: auto;
|
|
2371
|
+
background: #fff;
|
|
2372
|
+
overflow-x: hidden;
|
|
2373
|
+
}
|
|
2374
|
+
.loadingContainer__pe3Q6 {
|
|
2375
|
+
display: flex;
|
|
2376
|
+
justify-content: center;
|
|
2377
|
+
align-items: center;
|
|
2378
|
+
height: 200px;
|
|
2379
|
+
}
|
|
2380
|
+
.messageContent__Qo7Ix {
|
|
2381
|
+
margin: 8px 0;
|
|
2382
|
+
line-height: 22px;
|
|
2383
|
+
color: #4E5969;
|
|
2384
|
+
font-size: 14px;
|
|
2385
|
+
}
|
|
2386
|
+
/* 图片展示区域 */
|
|
2387
|
+
.imageContainer__LXy2N {
|
|
2388
|
+
margin: 8px 0;
|
|
2389
|
+
}
|
|
2390
|
+
.imageGrid__Sf9F5 {
|
|
2391
|
+
display: grid;
|
|
2392
|
+
grid-template-columns: repeat(3, 1fr);
|
|
2393
|
+
gap: 16px;
|
|
2394
|
+
max-width: 100%;
|
|
2395
|
+
}
|
|
2396
|
+
.imageWrapper__oev2g {
|
|
2397
|
+
transition: transform 0.2s ease;
|
|
2398
|
+
border-radius: 9px;
|
|
2399
|
+
background: #F2F3F5;
|
|
2400
|
+
}
|
|
2401
|
+
.imageWrapper__oev2g:hover {
|
|
2402
|
+
transform: scale(1.02);
|
|
2403
|
+
}
|
|
2404
|
+
.imageWrapper__oev2g .main-image {
|
|
2405
|
+
position: relative;
|
|
2406
|
+
width: 100%;
|
|
2407
|
+
aspect-ratio: 4/3;
|
|
2408
|
+
border-radius: 6px;
|
|
2409
|
+
overflow: hidden;
|
|
2410
|
+
cursor: pointer;
|
|
2411
|
+
}
|
|
2412
|
+
.messageImage__kLGDJ {
|
|
2413
|
+
width: 100% !important;
|
|
2414
|
+
height: 100% !important;
|
|
2415
|
+
-o-object-fit: contain;
|
|
2416
|
+
object-fit: contain;
|
|
2417
|
+
}
|
|
2418
|
+
.messageImage__kLGDJ .ant-image-img {
|
|
2419
|
+
width: 100%;
|
|
2420
|
+
height: 100%;
|
|
2421
|
+
-o-object-fit: contain;
|
|
2422
|
+
object-fit: contain;
|
|
2423
|
+
}
|
|
2424
|
+
/* 固定操作栏 */
|
|
2425
|
+
.footer__s14Y4 {
|
|
2426
|
+
display: flex;
|
|
2427
|
+
justify-content: flex-end;
|
|
2428
|
+
padding-top: 16px;
|
|
2429
|
+
flex-shrink: 0;
|
|
2430
|
+
}
|
|
2431
|
+
.primaryBtn__h8YcE {
|
|
2432
|
+
margin-left: 8px;
|
|
2433
|
+
}
|
|
2434
|
+
/* 滚动条样式 */
|
|
2435
|
+
.content__IUYSX::-webkit-scrollbar {
|
|
2436
|
+
width: 6px;
|
|
2437
|
+
}
|
|
2438
|
+
.content__IUYSX::-webkit-scrollbar-track {
|
|
2439
|
+
background: #f1f1f1;
|
|
2440
|
+
border-radius: 3px;
|
|
2441
|
+
}
|
|
2442
|
+
.content__IUYSX::-webkit-scrollbar-thumb {
|
|
2443
|
+
background: #c1c1c1;
|
|
2444
|
+
border-radius: 3px;
|
|
2445
|
+
}
|
|
2446
|
+
.content__IUYSX::-webkit-scrollbar-thumb:hover {
|
|
2447
|
+
background: #a8a8a8;
|
|
2448
|
+
}
|
|
2449
|
+
|
|
2450
|
+
.switchLang__hoKhd {
|
|
2451
|
+
height: 100%;
|
|
2452
|
+
cursor: pointer;
|
|
2453
|
+
display: flex;
|
|
2454
|
+
align-items: center;
|
|
2455
|
+
font-size: 13px;
|
|
1411
2456
|
}
|
|
1412
2457
|
|
|
1413
2458
|
.wrap__isdmc {
|