@tuya-sat/sdf-main-sdk 2.0.0-alpha.99 → 2.0.0-spaceUi

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist/{131.95cff292.chunk.js → 131.798ceb8f.chunk.js} +1 -1
  2. package/dist/{131.95cff292.chunk.js.map → 131.798ceb8f.chunk.js.map} +1 -1
  3. package/dist/api/index.d.ts +7 -7
  4. package/dist/api/urls.d.ts +16 -0
  5. package/dist/components/403/index.d.ts +4 -1
  6. package/dist/components/BLayout/components/Logo.d.ts +4 -1
  7. package/dist/components/BLogin/component/UserName/index.d.ts +6 -3
  8. package/dist/components/BLogin/component/VerifyCode/VerifyCodeInput.d.ts +6 -0
  9. package/dist/components/ImageUpload/index.d.ts +4 -0
  10. package/dist/components/ImageUpload/utils.d.ts +1 -0
  11. package/dist/components/Layout/antd/Header/index.d.ts +10 -1
  12. package/dist/components/Layout/antd/Menu/HorizontalMenu/index.d.ts +1 -0
  13. package/dist/components/Layout/antd/Menu/index.d.ts +3 -0
  14. package/dist/components/Layout/antd/Sider/index.d.ts +1 -0
  15. package/dist/components/Layout/antd/components/AppDownload/index.d.ts +2 -6
  16. package/dist/components/Layout/antd/components/DynamicNavs/index.d.ts +1 -0
  17. package/dist/components/Layout/antd/components/NavItem/index.d.ts +2 -1
  18. package/dist/components/Layout/antd/components/ProjectSelect/index.d.ts +4 -0
  19. package/dist/components/Layout/antd/components/ProjectSelect/useProjectInfo.d.ts +12 -0
  20. package/dist/components/Layout/antd/components/UserAccount/UserAvatar.d.ts +8 -0
  21. package/dist/components/Layout/antd/components/UserAccount/index.d.ts +1 -0
  22. package/dist/components/Layout/antd/index.d.ts +2 -0
  23. package/dist/components/Layout/interface.d.ts +5 -1
  24. package/dist/components/MicroComponent/Header/index.d.ts +17 -2
  25. package/dist/components/PEnterprise/EnterpriseList.d.ts +3 -1
  26. package/dist/components/PSetting/AccountSetting.d.ts +10 -1
  27. package/dist/components/Register/components/CountryRegionCascader/RegionCascader.d.ts +19 -0
  28. package/dist/components/Register/components/CountryRegionCascader/index.d.ts +10 -0
  29. package/dist/components/Register/components/CountryRegionCascader/services.d.ts +9 -0
  30. package/dist/components/Register/components/RegisterForm/AccountForm.d.ts +23 -0
  31. package/dist/components/Register/components/RegisterForm/EnterpriseForm.d.ts +2 -0
  32. package/dist/components/Register/components/RegisterForm/index.d.ts +7 -0
  33. package/dist/components/Register/components/RegisterResult/index.d.ts +3 -0
  34. package/dist/components/Register/index.d.ts +1 -0
  35. package/dist/en.json +60 -6
  36. package/dist/hooks/index.d.ts +9 -4
  37. package/dist/index.d.ts +4 -0
  38. package/dist/lang/utils.d.ts +1 -1
  39. package/dist/main.bundle.js +1 -1
  40. package/dist/main.bundle.js.LICENSE.txt +43 -0
  41. package/dist/main.bundle.js.map +1 -1
  42. package/dist/main.css +690 -422
  43. package/dist/main.css.map +1 -1
  44. package/dist/manifest.json +6 -2
  45. package/dist/pages/403.d.ts +4 -1
  46. package/dist/pages/home/notice/hooks.d.ts +2 -2
  47. package/dist/qiankun/utils/index.d.ts +7 -5
  48. package/dist/static/img/7d9900e808e2197745be.png +0 -0
  49. package/dist/static/img/a10132bbdef90aa7baaf.png +0 -0
  50. package/dist/static/img/a20c372b6039996ba351.png +0 -0
  51. package/dist/static/img/b765d4caa82d7e5eae80.png +0 -0
  52. package/dist/utils/common.d.ts +6 -0
  53. package/dist/utils/index.d.ts +43 -5
  54. package/dist/utils/theme/antd5/index.d.ts +57 -141
  55. package/dist/utils/theme/antd5/token.d.ts +65 -138
  56. package/dist/utils/theme/store.d.ts +114 -282
  57. package/dist/zh.json +56 -4
  58. package/package.json +5 -1
package/dist/main.css CHANGED
@@ -231,17 +231,29 @@ body.dark .purchaseCard__awz8N:nth-of-type(2)::after {
231
231
  width: 100%;
232
232
  padding: 8px 28px 20px;
233
233
  }
234
+ .header__kcggd:after {
235
+ content: '';
236
+ position: absolute;
237
+ left: 28px;
238
+ right: 28px;
239
+ bottom: 0;
240
+ border-bottom: 1px solid var(--main-app-color-border-secondary);
241
+ }
234
242
  .header__kcggd .header-icon {
243
+ display: inline-flex;
244
+ align-items: center;
245
+ justify-content: center;
235
246
  margin-right: 16px;
236
- padding: 4px;
237
- font-size: 16px;
238
- border-radius: 6px;
247
+ width: 24px;
248
+ height: 24px;
249
+ border-radius: 4px;
250
+ color: var(--main-app-color-text-secondary);
239
251
  background: var(--main-app-color-bg-spotlight);
240
252
  cursor: pointer;
241
253
  }
242
254
  .header__kcggd .header-icon:hover {
243
255
  color: var(--main-app-color-text);
244
- background: var(--main-primary-color);
256
+ background: var(--main-app-color-bg-small);
245
257
  }
246
258
  .header__kcggd .icon-fullscreen-out,
247
259
  .header__kcggd .icon-fullscreen-exit {
@@ -257,27 +269,39 @@ body.dark .purchaseCard__awz8N:nth-of-type(2)::after {
257
269
  margin: 0;
258
270
  padding: 0;
259
271
  }
272
+ .titleWrap__L4jJO {
273
+ display: inline-flex;
274
+ align-items: center;
275
+ }
260
276
  .title__wfHuT {
261
- display: flex;
277
+ display: inline-flex;
262
278
  align-items: center;
263
- padding: 4px 0;
264
- font-size: 20px;
265
- font-weight: 700;
279
+ font-size: 24px;
280
+ font-weight: 500;
266
281
  color: var(--main-app-color-text);
267
282
  }
268
283
  .title__wfHuT + .main-breadcrumb {
269
284
  margin: 5px 0 0 44px;
270
285
  }
271
- body.light .header__kcggd:after {
272
- content: '';
273
- position: absolute;
274
- left: 28px;
275
- right: 28px;
276
- bottom: 0;
277
- border-bottom: 1px solid var(--main-app-color-border-secondary);
286
+ .actions__DiTrm {
287
+ margin-left: 32px;
278
288
  }
279
- body.light .header__kcggd .header-icon:hover {
280
- background: var(--main-app-color-bg-small);
289
+ .actions__DiTrm .actions-item {
290
+ display: inline-flex;
291
+ align-items: center;
292
+ font-size: 16px;
293
+ cursor: pointer;
294
+ }
295
+ .actions__DiTrm .actions-item.highlight {
296
+ font-weight: 500;
297
+ }
298
+ .actions__DiTrm .actions-item.highlight,
299
+ .actions__DiTrm .actions-item:hover {
300
+ color: var(--main-app-color-link);
301
+ }
302
+ .actions__DiTrm .anticon-info-circle {
303
+ margin-left: 4px;
304
+ font-size: 14px;
281
305
  }
282
306
 
283
307
  .card__ZpLeg {
@@ -332,15 +356,21 @@ body.light .header__kcggd .header-icon:hover {
332
356
  color: var(--main-app-color-text-secondary);
333
357
  transform: translateY(-50%);
334
358
  }
335
- .expiredTag__uTOWu {
359
+ .statusTag__il7r1 {
336
360
  display: inline-flex;
337
361
  align-items: center;
338
362
  padding-right: 12px;
339
363
  margin-left: 8px;
340
364
  border-radius: 11px;
341
365
  }
342
- .expiredTag__uTOWu .anticon {
343
- margin-right: 8px;
366
+ .statusTag__il7r1.main-tag-warning + .statusInfoIcon__WK5ev,
367
+ .statusTag__il7r1.main-tag-error + .statusInfoIcon__WK5ev {
368
+ display: unset;
369
+ }
370
+ .statusInfoIcon__WK5ev.anticon {
371
+ display: none;
372
+ cursor: pointer;
373
+ color: var(--main-app-color-text-tertiary);
344
374
  }
345
375
  .page__Cbm30 {
346
376
  display: flex;
@@ -418,25 +448,192 @@ body.light .header__kcggd .header-icon:hover {
418
448
  }
419
449
  .setting-item__qvLYa {
420
450
  position: relative;
451
+ display: flex;
452
+ align-items: center;
421
453
  padding: 16px 0;
422
454
  border-bottom: 1px solid var(--main-app-color-border-secondary);
423
455
  }
424
- .setting-item__qvLYa > .title {
456
+ .setting-item__qvLYa > .hd {
457
+ margin-right: 16px;
458
+ }
459
+ .setting-item__qvLYa > .bd {
460
+ flex: 1;
461
+ }
462
+ .setting-item__qvLYa > .extra {
463
+ margin-left: 16px;
464
+ }
465
+ .setting-item__qvLYa .title {
425
466
  margin-bottom: 4px;
426
467
  font-size: 16px;
427
468
  font-weight: 500;
428
469
  color: var(--main-app-color-text);
429
470
  }
430
- .setting-item__qvLYa > .content {
471
+ .setting-item__qvLYa .content {
431
472
  font-size: 14px;
432
473
  color: var(--main-app-color-text-secondary);
433
474
  }
434
- .setting-item__qvLYa > a {
435
- position: absolute;
436
- right: 0;
437
- top: 50%;
438
- transform: translateY(-50%);
475
+ .setting-item__qvLYa a {
476
+ color: var(--main-app-color-primary-text);
477
+ }
478
+
479
+ .upload__KaWeJ {
480
+ display: flex;
481
+ flex-direction: column;
482
+ }
483
+ .upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select,
484
+ .upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload.ant-upload-select,
485
+ .upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-container,
486
+ .upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-container,
487
+ .upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload-list.ant-upload-list-picture-circle .ant-upload-list-item-container,
488
+ .upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload-list.ant-upload-list-picture-circle .ant-upload-list-item-container {
489
+ width: 104px;
490
+ height: 104px;
491
+ }
492
+ .uploadModal__r50Ae .img-crop-control {
493
+ border-radius: 8px;
494
+ background-color: var(--main-app-color-bg-small);
495
+ color: var(--main-app-color-text);
496
+ }
497
+ .uploadModal__r50Ae .img-crop-control button:disabled {
498
+ opacity: 0.6;
499
+ color: inherit;
500
+ }
501
+ .upload-container__jC8EI {
502
+ width: 104px;
503
+ height: 104px;
504
+ margin-bottom: 8px;
505
+ }
506
+ .tip__iKEO2 {
507
+ flex: 1;
508
+ font-size: 12px;
509
+ font-weight: normal;
510
+ line-height: 20px;
511
+ text-align: justify;
512
+ /* 浏览器可能不支持 */
513
+ color: var(--main-app-color-text-secondary);
514
+ }
515
+ body.light .uploadModal__r50Ae .img-crop-control {
516
+ background: none;
517
+ }
518
+
519
+ .userAccount__vvm0e {
520
+ display: flex;
521
+ align-items: center;
522
+ font-size: 13px;
523
+ cursor: pointer;
524
+ }
525
+ .nickname__iiOb3 {
526
+ flex: 1;
527
+ width: 0;
528
+ margin-left: 8px;
529
+ overflow: hidden;
530
+ white-space: nowrap;
531
+ text-overflow: ellipsis;
532
+ }
533
+ .userInfo__IljuA {
534
+ width: 250px;
535
+ margin-bottom: 6px;
536
+ padding: 16px 16px 2px;
537
+ }
538
+ .userInfo__IljuA .topInfo {
539
+ display: flex;
540
+ align-items: center;
541
+ margin-bottom: 8px;
542
+ }
543
+ .userInfo__IljuA .topInfo .nickname {
544
+ flex: 1;
545
+ margin-right: 8px;
546
+ font-size: 20px;
547
+ font-weight: 600;
548
+ overflow: hidden;
549
+ white-space: nowrap;
550
+ text-overflow: ellipsis;
551
+ }
552
+ .roleList__dmxfG {
553
+ margin: 0;
554
+ }
555
+ .roleList__dmxfG > span:not(.main-tag) {
556
+ display: none;
557
+ }
558
+ .roleList__dmxfG > span:not(.main-tag) + span {
559
+ display: inline-block;
560
+ }
561
+ .roleList__dmxfG .main-tag {
562
+ max-width: 210px;
563
+ margin-right: 4px;
564
+ margin-bottom: 4px;
565
+ padding-top: 1px;
566
+ padding-bottom: 1px;
567
+ font-size: 14px;
568
+ border: 0 none;
439
569
  color: var(--main-app-color-primary-text);
570
+ background: var(--main-app-color-primary-bg);
571
+ }
572
+ .roleList__dmxfG .main-tag .main-typography {
573
+ color: inherit;
574
+ }
575
+ .roleList__dmxfG .main-tag-warning {
576
+ color: var(--main-app-color-warning-text);
577
+ background: var(--main-app-color-warning-bg);
578
+ }
579
+ .roleList__dmxfG .ellipsis-tag {
580
+ display: none;
581
+ }
582
+ .enterprise__shBl8 {
583
+ margin: 0 16px 16px;
584
+ }
585
+ .enterprise__shBl8:empty {
586
+ margin: 0;
587
+ }
588
+ .enterprise__shBl8 > div {
589
+ margin-bottom: 4px;
590
+ word-break: break-all;
591
+ }
592
+ .featureList__i3LhM {
593
+ padding: 4px 8px;
594
+ border-top: 1px solid var(--main-app-color-fill-secondary);
595
+ }
596
+ .featureList__i3LhM .main-app-nav-item {
597
+ padding: 8px;
598
+ border-radius: 8px;
599
+ }
600
+ .featureList__i3LhM .main-app-nav-item:hover {
601
+ background: var(--main-app-color-bg-spotlight);
602
+ }
603
+ .logout__tECKi {
604
+ display: flex;
605
+ align-items: center;
606
+ height: 48px;
607
+ cursor: pointer;
608
+ padding: 4px 16px;
609
+ color: var(--main-primary-color);
610
+ border-top: 1px solid var(--main-app-color-fill-secondary);
611
+ }
612
+ .avatar__tfEIa {
613
+ flex: none;
614
+ position: relative;
615
+ z-index: 1;
616
+ display: flex;
617
+ align-items: center;
618
+ justify-content: center;
619
+ width: 32px;
620
+ height: 32px;
621
+ font-size: 17px;
622
+ border-radius: 50%;
623
+ cursor: pointer;
624
+ color: var(--main-app-color-primary);
625
+ overflow: hidden;
626
+ background: scroll no-repeat center;
627
+ background-size: contain;
628
+ }
629
+ .avatar__tfEIa::before {
630
+ content: '';
631
+ position: absolute;
632
+ z-index: -1;
633
+ inset: 0;
634
+ border-radius: 16px;
635
+ background: var(--main-app-color-primary);
636
+ opacity: 0.1;
440
637
  }
441
638
 
442
639
  .notice__qISTJ {
@@ -581,7 +778,6 @@ body.dark .desc__ov6Pg {
581
778
  flex-direction: column;
582
779
  position: relative;
583
780
  height: 100%;
584
- overflow: hidden;
585
781
  }
586
782
  .layoutContent___o1Q3 > div:only-child,
587
783
  .layoutContent___o1Q3 > .main-spin-nested-loading,
@@ -599,7 +795,7 @@ body.dark .desc__ov6Pg {
599
795
  .layoutContent___o1Q3 #container > div {
600
796
  min-height: 100%;
601
797
  overflow-y: auto;
602
- padding: 4px 28px 20px;
798
+ padding: 0 28px;
603
799
  }
604
800
  .layoutContent___o1Q3 #container > div #root {
605
801
  min-height: 100%;
@@ -608,8 +804,11 @@ body.dark .desc__ov6Pg {
608
804
  .layoutContent___o1Q3.full-screen {
609
805
  padding-top: 20px;
610
806
  }
611
- .layoutContent___o1Q3.with-sider > .main-spin-nested-loading {
612
- padding-top: 20px;
807
+ .layoutContent___o1Q3.with-sider .J_app-header-wrap {
808
+ padding-top: 28px;
809
+ }
810
+ .layoutContent___o1Q3.with-sider .J_full-screen {
811
+ top: 29px;
613
812
  }
614
813
  .layoutContent___o1Q3.has-innerSider {
615
814
  flex-direction: row;
@@ -645,33 +844,8 @@ body.light .layoutContent___o1Q3 #container > div #root {
645
844
  body.light .layoutContent___o1Q3::backdrop {
646
845
  background: var(--main-app-color-bg-layout);
647
846
  }
648
- body.light .layoutCircleBg1__gyB2K,
649
- body.light .layoutCircleBg2___XZpQ {
650
- opacity: 0;
651
- }
652
- .layoutCircleBg1__gyB2K {
653
- position: absolute;
654
- left: 5%;
655
- top: -5%;
656
- z-index: -1;
657
- width: 47.47%;
658
- height: 66.5%;
659
- transform: rotate(16.01deg);
660
- opacity: 0.2;
661
- pointer-events: none;
662
- filter: blur(100px);
663
- }
664
- .layoutCircleBg2___XZpQ {
665
- position: absolute;
666
- right: 0;
667
- bottom: 0;
668
- z-index: -1;
669
- width: 56.24%;
670
- height: 53.59%;
671
- transform: translate(30%, 10%) rotate(20.89deg);
672
- opacity: 0.4;
673
- pointer-events: none;
674
- filter: blur(100px);
847
+ .main-drawer .main-drawer-header-title {
848
+ flex-direction: row-reverse;
675
849
  }
676
850
 
677
851
  .horizontalMenu__knTR1 {
@@ -692,21 +866,19 @@ body.light .layoutCircleBg2___XZpQ {
692
866
  line-height: 36px;
693
867
  border-radius: 8px;
694
868
  color: var(--main-app-navigate-menu-text);
695
- background: var(--main-app-navigate-menu-bg);
696
869
  cursor: pointer;
697
870
  }
698
871
  .horizontalMenu__knTR1 > li.main-popover-open,
699
872
  .horizontalMenu__knTR1 > li:hover {
700
873
  color: var(--main-app-navigate-text-hover-normal) !important;
701
- background: var(--main-app-navigate-bg-hover);
702
874
  }
703
875
  .horizontalMenu__knTR1 > li a,
704
876
  .horizontalMenu__knTR1 > li a:hover {
705
877
  color: inherit;
706
878
  }
707
879
  .horizontalMenu__knTR1 > li.menuSelected__u4ILv {
880
+ font-weight: 500;
708
881
  color: var(--main-app-navigate-menu-select-text) !important;
709
- background: var(--main-app-navigate-menu-select-bg) !important;
710
882
  }
711
883
  .horizontalMenu__knTR1 > li.menuSelected__u4ILv .menu-arrow {
712
884
  margin-top: -3px;
@@ -740,6 +912,22 @@ body.light .layoutCircleBg2___XZpQ {
740
912
  .horizontalMenu__knTR1 .menu-arrow::after {
741
913
  transform: rotate(45deg) translateX(-2.5px);
742
914
  }
915
+ .horizontalMenu__knTR1 .ellpsis-menu-arrow {
916
+ display: inline-flex;
917
+ align-items: center;
918
+ padding: 6px;
919
+ margin: 0 -16px;
920
+ font-size: 16px;
921
+ cursor: pointer;
922
+ border-radius: 8px;
923
+ color: var(--main-app-color-text-secondary);
924
+ background: var(--main-app-color-fill-quaternary);
925
+ border: 1px solid transparent;
926
+ }
927
+ .horizontalMenu__knTR1 .ellpsis-menu-arrow:hover {
928
+ color: var(--main-app-color-primary);
929
+ border-color: var(--main-app-color-primary);
930
+ }
743
931
  .horizontalSubMenu__HyBkt {
744
932
  max-height: 60vh;
745
933
  overflow: auto;
@@ -752,6 +940,7 @@ body.light .layoutCircleBg2___XZpQ {
752
940
  }
753
941
  .horizontalSubMenu__HyBkt > li.main-menu-item,
754
942
  .horizontalSubMenu__HyBkt > li.main-menu-submenu > .main-menu-submenu-title {
943
+ width: 100%;
755
944
  margin: 4px 0;
756
945
  padding-left: 12px !important;
757
946
  }
@@ -768,6 +957,7 @@ body.light .layoutCircleBg2___XZpQ {
768
957
  background: var(--main-app-navigate-submenu-select-bg);
769
958
  }
770
959
  .horizontalSubMenu__HyBkt > .main-menu-submenu > .main-menu-submenu-title {
960
+ width: 100%;
771
961
  background: none !important;
772
962
  }
773
963
  .horizontalSubMenu__HyBkt > .main-menu-submenu > .main-menu-sub {
@@ -808,20 +998,12 @@ body.light .layoutCircleBg2___XZpQ {
808
998
  .horizontalMenuPopover__WYV3T .main-popover-inner {
809
999
  padding: 0;
810
1000
  }
811
- body.light .horizontalMenu__knTR1 > li {
812
- background: none;
813
- }
814
- body.light .horizontalMenu__knTR1 > li:hover {
815
- color: var(--main-app-color-primary-text) !important;
816
- background: none !important;
817
- }
818
- body.light .horizontalMenu__knTR1 > li.menuSelected__u4ILv {
819
- color: var(--main-app-color-primary-text) !important;
820
- background: none !important;
1001
+ .trdMenu__gAY5a.main-menu-submenu-popup {
1002
+ -webkit-padding-start: 6px !important;
1003
+ padding-inline-start: 6px !important;
821
1004
  }
822
- body.light .trdMenu__gAY5a .main-menu-item-selected {
823
- color: var(--main-app-color-primary-text) !important;
824
- background: none !important;
1005
+ .trdMenu__gAY5a .main-menu-sub {
1006
+ min-width: unset !important;
825
1007
  }
826
1008
  body.light .horizontalMenu__knTR1 > li {
827
1009
  background: none;
@@ -838,153 +1020,42 @@ body.light .trdMenu__gAY5a .main-menu-item-selected {
838
1020
  color: var(--main-app-color-primary-text) !important;
839
1021
  background: none !important;
840
1022
  }
841
- body.light .horizontalMenu__knTR1 > li {
842
- background: none;
1023
+
1024
+ .navItem__pMpDc {
1025
+ display: flex;
1026
+ align-items: center;
1027
+ font-size: 13px;
1028
+ overflow: hidden;
1029
+ cursor: pointer;
843
1030
  }
844
- body.light .horizontalMenu__knTR1 > li:hover {
845
- color: var(--main-app-color-primary-text) !important;
846
- background: none !important;
1031
+ .navItem__pMpDc .anticon {
1032
+ padding: 1px;
1033
+ font-size: 14px;
1034
+ color: var(--main-app-color-text-tertiary);
847
1035
  }
848
- body.light .horizontalMenu__knTR1 > li.menuSelected__u4ILv {
849
- color: var(--main-app-color-primary-text) !important;
850
- background: none !important;
1036
+ .navItem__pMpDc .main-menu-icon {
1037
+ height: unset !important;
851
1038
  }
852
- body.light .trdMenu__gAY5a .main-menu-item-selected {
853
- color: var(--main-app-color-primary-text) !important;
854
- background: none !important;
1039
+ .navItem__pMpDc img {
1040
+ max-width: 14px;
1041
+ max-height: 14px;
855
1042
  }
856
- body.light .horizontalMenu__knTR1 > li {
857
- background: none;
1043
+ .navItemContent__vlAUd {
1044
+ flex: 1;
1045
+ display: flex;
1046
+ align-items: center;
1047
+ margin-left: 8px;
1048
+ white-space: nowrap;
858
1049
  }
859
- body.light .horizontalMenu__knTR1 > li:hover {
860
- color: var(--main-app-color-primary-text) !important;
861
- background: none !important;
862
- }
863
- body.light .horizontalMenu__knTR1 > li.menuSelected__u4ILv {
864
- color: var(--main-app-color-primary-text) !important;
865
- background: none !important;
866
- }
867
- body.light .trdMenu__gAY5a .main-menu-item-selected {
868
- color: var(--main-app-color-primary-text) !important;
869
- background: none !important;
870
- }
871
- body.light .horizontalMenu__knTR1 > li {
872
- background: none;
873
- }
874
- body.light .horizontalMenu__knTR1 > li:hover {
875
- color: var(--main-app-color-primary-text) !important;
876
- background: none !important;
877
- }
878
- body.light .horizontalMenu__knTR1 > li.menuSelected__u4ILv {
879
- color: var(--main-app-color-primary-text) !important;
880
- background: none !important;
881
- }
882
- body.light .trdMenu__gAY5a .main-menu-item-selected {
883
- color: var(--main-app-color-primary-text) !important;
884
- background: none !important;
885
- }
886
-
887
- .appDownload__db5uD {
888
- display: flex;
889
- align-items: center;
890
- font-size: 13px;
891
- }
892
- .appDownload__db5uD .anticon {
893
- font-size: 16px;
894
- }
895
- .appDownloadTxt__uCyT4 {
896
- display: flex;
897
- align-items: center;
898
- margin-left: 8px;
899
- }
900
- .appQrcode__OCK8v {
901
- display: flex;
902
- align-items: center;
903
- justify-content: center;
904
- flex-direction: column;
905
- min-width: 200px;
906
- text-align: center;
907
- }
908
- .appQrcode__OCK8v .main-app-qrTitle {
909
- margin-bottom: 12px;
910
- }
911
- .appQrcode__OCK8v.TEXT_ON_LEFT,
912
- .appQrcode__OCK8v.TEXT_ON_RIGHT {
913
- flex-direction: row;
914
- max-width: 360px;
915
- }
916
- .appQrcode__OCK8v.TEXT_ON_LEFT .main-app-qrTitle,
917
- .appQrcode__OCK8v.TEXT_ON_RIGHT .main-app-qrTitle {
918
- max-width: 160px;
919
- }
920
- .appQrcode__OCK8v.TEXT_ON_BOTTOM .main-app-qrTitle,
921
- .appQrcode__OCK8v.TEXT_ON_RIGHT .main-app-qrTitle {
922
- order: 2;
923
- }
924
- .appQrcode__OCK8v.TEXT_ON_BOTTOM .main-app-qrTitle {
925
- margin-top: 12px;
926
- margin-bottom: 0;
927
- }
928
- .qrcodeImg__wx1gF {
929
- position: relative;
930
- flex: 1;
931
- }
932
- .qrcodeImg__wx1gF canvas {
933
- width: 200px;
934
- height: 200px;
935
- }
936
- .qrcodeImg__wx1gF .favicon {
937
- position: absolute;
938
- z-index: 1;
939
- left: 50%;
940
- top: 50%;
941
- width: 32px;
942
- height: 32px;
943
- border: 2px solid #ffffff;
944
- border-radius: 3px;
945
- transform: translate(-50%, -50%);
946
- }
947
- .qrTitle__CUp3e {
948
- max-width: 270px;
949
- font-weight: bold;
950
- font-size: 14px;
951
- text-align: center;
952
- white-space: normal;
953
- word-break: break-all;
954
- }
955
- .hintImage__hhO5W {
956
- max-width: 300px;
957
- margin-left: -10px;
958
- background-repeat: no-repeat;
959
- background-size: contain;
960
- }
961
-
962
- .navItem__pMpDc {
963
- display: flex;
964
- align-items: center;
965
- font-size: 13px;
966
- overflow: hidden;
967
- cursor: pointer;
968
- }
969
- .navItem__pMpDc .anticon {
970
- font-size: 16px;
971
- }
972
- .navItem__pMpDc img {
973
- max-width: 14px;
974
- max-height: 14px;
1050
+ .navItemContent__vlAUd:only-child {
1051
+ margin-left: 0;
975
1052
  }
976
1053
  .navItemTxt__tVFy0 {
977
- flex: 1;
978
- display: flex;
979
- align-items: center;
980
- margin-left: 8px;
981
- white-space: nowrap;
982
- }
983
- .navItemTxt__tVFy0:only-child {
984
- margin-left: 0;
1054
+ color: var(--main-app-color-text-secondary);
985
1055
  }
986
1056
  .navItemPopover__jA5Ww .main-popover-inner {
987
1057
  padding: 0;
1058
+ overflow: hidden;
988
1059
  }
989
1060
  .navItemPopover__jA5Ww .main-menu-item {
990
1061
  padding-left: 12px !important;
@@ -993,6 +1064,9 @@ body.light .trdMenu__gAY5a .main-menu-item-selected {
993
1064
  .navItemPopover__jA5Ww .main-menu-inline-collapsed {
994
1065
  width: auto !important;
995
1066
  }
1067
+ .menu__EkD5i.main-menu-light .main-menu-item:not(.main-menu-item-selected):hover {
1068
+ background: var(--main-app-color-bg-spotlight) !important;
1069
+ }
996
1070
 
997
1071
  .notification__BEJcE {
998
1072
  display: flex;
@@ -1025,6 +1099,7 @@ body.light .trdMenu__gAY5a .main-menu-item-selected {
1025
1099
  }
1026
1100
  .resetList__MfgMC .main-list-item-meta-title {
1027
1101
  font-size: 12px;
1102
+ font-weight: 400;
1028
1103
  color: var(--main-app-color-text-tertiary) !important;
1029
1104
  overflow: hidden;
1030
1105
  text-overflow: ellipsis;
@@ -1033,18 +1108,14 @@ body.light .trdMenu__gAY5a .main-menu-item-selected {
1033
1108
  .resetList__MfgMC .main-list-item-meta-description {
1034
1109
  font-size: 14px;
1035
1110
  font-weight: 400;
1036
- color: var(--main-app-color-text) !important;
1037
1111
  overflow: hidden;
1038
1112
  text-overflow: ellipsis;
1039
1113
  display: -webkit-box;
1040
1114
  -webkit-line-clamp: 2;
1041
1115
  -webkit-box-orient: vertical;
1042
1116
  }
1043
- .multiple__n_p5g .main-badge-multiple-words {
1044
- padding: 0 4px;
1045
- }
1046
- .iconMargin__Hbfjg {
1047
- margin-right: 5px;
1117
+ .resetList__MfgMC .main-list-item-meta-description .main-typography {
1118
+ color: var(--main-app-color-text-secondary);
1048
1119
  }
1049
1120
  .circle__l8iGG {
1050
1121
  display: flex;
@@ -1053,11 +1124,14 @@ body.light .trdMenu__gAY5a .main-menu-item-selected {
1053
1124
  }
1054
1125
  .circle__l8iGG .main-badge-count {
1055
1126
  color: var(--main-app-navigate-text);
1056
- inset-inline-end: auto !important;
1127
+ }
1128
+ .circle__l8iGG .main-badge-multiple-words {
1129
+ padding: 0 3px;
1057
1130
  }
1058
1131
  .footer__NGaZB {
1132
+ margin-bottom: -12px;
1059
1133
  line-height: 22px;
1060
- font-size: 12px;
1134
+ font-size: 14px;
1061
1135
  color: var(--main-primary-color);
1062
1136
  }
1063
1137
  .footer__NGaZB span {
@@ -1098,85 +1172,74 @@ body.light .circle__l8iGG .main-badge-count {
1098
1172
  color: var(--main-primary-color);
1099
1173
  }
1100
1174
 
1101
- .userAccount__vvm0e {
1102
- display: flex;
1103
- align-items: center;
1104
- font-size: 13px;
1105
- }
1106
- .userAccount__vvm0e .avatar {
1107
- width: 36px;
1108
- height: 36px;
1109
- border-radius: 8px;
1110
- cursor: pointer;
1111
- background: var(--main-app-color-bg-elevated) url(data:image/png;base64,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) scroll no-repeat center;
1112
- background-size: contain;
1113
- }
1114
- .nickname__iiOb3 {
1115
- margin-left: 8px;
1116
- }
1117
- .userInfo__IljuA {
1118
- width: 250px;
1119
- padding: 16px 16px 2px;
1175
+ .appDownload__db5uD .main-popover-inner {
1176
+ padding: 12px;
1120
1177
  }
1121
- .userInfo__IljuA .topInfo {
1178
+ .appQrcode__OCK8v {
1122
1179
  display: flex;
1123
1180
  align-items: center;
1124
- margin-bottom: 8px;
1125
- }
1126
- .userInfo__IljuA .topInfo .nickname {
1127
- flex: 1;
1128
- margin-right: 8px;
1129
- font-size: 20px;
1130
- font-weight: 600;
1131
- overflow: hidden;
1132
- white-space: nowrap;
1133
- text-overflow: ellipsis;
1181
+ justify-content: center;
1182
+ flex-direction: column;
1183
+ min-width: 200px;
1184
+ text-align: center;
1134
1185
  }
1135
- .roleList__dmxfG {
1136
- margin: 0;
1186
+ .appQrcode__OCK8v .main-app-qrTitle {
1187
+ margin-bottom: 12px;
1137
1188
  }
1138
- .roleList__dmxfG > span:not(.main-tag) {
1139
- display: none;
1189
+ .appQrcode__OCK8v.TEXT_ON_LEFT,
1190
+ .appQrcode__OCK8v.TEXT_ON_RIGHT {
1191
+ flex-direction: row;
1192
+ max-width: 360px;
1140
1193
  }
1141
- .roleList__dmxfG > span:not(.main-tag) + span {
1142
- display: inline-block;
1194
+ .appQrcode__OCK8v.TEXT_ON_LEFT .main-app-qrTitle,
1195
+ .appQrcode__OCK8v.TEXT_ON_RIGHT .main-app-qrTitle {
1196
+ max-width: 160px;
1143
1197
  }
1144
- .roleList__dmxfG .main-tag {
1145
- max-width: 210px;
1146
- margin-right: 4px;
1147
- margin-bottom: 4px;
1148
- padding-top: 1px;
1149
- padding-bottom: 1px;
1150
- font-size: 14px;
1151
- border: 0 none;
1152
- color: var(--main-app-color-text-secondary);
1153
- background: var(--main-app-color-bg-spotlight);
1198
+ .appQrcode__OCK8v.TEXT_ON_BOTTOM .main-app-qrTitle,
1199
+ .appQrcode__OCK8v.TEXT_ON_RIGHT .main-app-qrTitle {
1200
+ order: 2;
1154
1201
  }
1155
- .roleList__dmxfG .main-tag .main-typography {
1156
- color: inherit;
1202
+ .appQrcode__OCK8v.TEXT_ON_BOTTOM .main-app-qrTitle {
1203
+ margin-top: 12px;
1204
+ margin-bottom: 0;
1157
1205
  }
1158
- .roleList__dmxfG .main-tag-warning {
1159
- color: var(--main-app-color-warning-text);
1160
- background: var(--main-app-color-warning-bg);
1206
+ .qrcodeImg__wx1gF {
1207
+ position: relative;
1208
+ flex: 1;
1161
1209
  }
1162
- .roleList__dmxfG .ellipsis-tag {
1163
- display: none;
1210
+ .qrcodeImg__wx1gF canvas {
1211
+ width: 200px;
1212
+ height: 200px;
1164
1213
  }
1165
- .enterprise__shBl8 {
1166
- cursor: pointer;
1167
- margin: 8px 16px;
1168
- line-height: 38px;
1214
+ .qrcodeImg__wx1gF .favicon {
1215
+ position: absolute;
1216
+ z-index: 1;
1217
+ left: 50%;
1218
+ top: 50%;
1219
+ width: 32px;
1220
+ height: 32px;
1221
+ border: 2px solid #ffffff;
1222
+ border-radius: 3px;
1223
+ transform: translate(-50%, -50%);
1169
1224
  }
1170
- .logout__tECKi {
1171
- display: flex;
1172
- align-items: center;
1173
- height: 48px;
1174
- margin: 0 16px;
1175
- cursor: pointer;
1176
- border-top: 1px solid var(--main-app-color-border-secondary);
1225
+ .qrTitle__CUp3e {
1226
+ max-width: 270px;
1227
+ font-weight: bold;
1228
+ font-size: 14px;
1229
+ text-align: center;
1230
+ white-space: normal;
1231
+ word-break: break-word;
1232
+ overflow: hidden;
1233
+ text-overflow: ellipsis;
1234
+ display: -webkit-box;
1235
+ -webkit-line-clamp: 3;
1236
+ -webkit-box-orient: vertical;
1177
1237
  }
1178
- .logout__tECKi:hover {
1179
- color: var(--main-primary-color);
1238
+ .hintImage__hhO5W {
1239
+ max-width: 300px;
1240
+ margin-left: -10px;
1241
+ background-repeat: no-repeat;
1242
+ background-size: contain;
1180
1243
  }
1181
1244
 
1182
1245
  .headerNav__udK6r {
@@ -1185,7 +1248,6 @@ body.light .circle__l8iGG .main-badge-count {
1185
1248
  align-items: center;
1186
1249
  border-radius: 8px;
1187
1250
  color: var(--main-app-navigate-text);
1188
- background: var(--main-app-color-bg-spotlight);
1189
1251
  }
1190
1252
  .headerNav__udK6r .main-app-nav-item {
1191
1253
  display: flex;
@@ -1199,37 +1261,6 @@ body.light .circle__l8iGG .main-badge-count {
1199
1261
  }
1200
1262
  .headerNav__udK6r .main-app-nav-item:hover {
1201
1263
  color: var(--main-app-navigate-text-hover-normal);
1202
- background: var(--main-app-color-bg-elevated);
1203
- }
1204
- body.light .headerNav__udK6r {
1205
- background: none ;
1206
- }
1207
- body.light .headerNav__udK6r .main-app-nav-item:hover {
1208
- color: var(--main-app-color-primary-text) !important;
1209
- }
1210
- body.light .headerNav__udK6r {
1211
- background: none ;
1212
- }
1213
- body.light .headerNav__udK6r .main-app-nav-item:hover {
1214
- color: var(--main-app-color-primary-text) !important;
1215
- }
1216
- body.light .headerNav__udK6r {
1217
- background: none ;
1218
- }
1219
- body.light .headerNav__udK6r .main-app-nav-item:hover {
1220
- color: var(--main-app-color-primary-text) !important;
1221
- }
1222
- body.light .headerNav__udK6r {
1223
- background: none ;
1224
- }
1225
- body.light .headerNav__udK6r .main-app-nav-item:hover {
1226
- color: var(--main-app-color-primary-text) !important;
1227
- }
1228
- body.light .headerNav__udK6r {
1229
- background: none ;
1230
- }
1231
- body.light .headerNav__udK6r .main-app-nav-item:hover {
1232
- color: var(--main-app-color-primary-text) !important;
1233
1264
  }
1234
1265
 
1235
1266
  .layoutHeader__hSm9v {
@@ -1242,30 +1273,48 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1242
1273
  color: var(--main-app-navigate-text);
1243
1274
  background-color: var(--main-app-navigate-bg);
1244
1275
  transition: all 0.2s;
1276
+ overflow: hidden;
1245
1277
  }
1246
1278
  .siteInfo__X3cGp {
1247
1279
  flex: none;
1248
1280
  display: flex;
1249
1281
  align-items: center;
1282
+ margin-right: 20px;
1250
1283
  }
1251
1284
  .siteInfo__X3cGp img {
1252
1285
  max-height: 36px;
1286
+ max-width: 160px;
1253
1287
  }
1254
1288
  .siteInfo__X3cGp h1 {
1255
- display: none;
1289
+ margin: 0 0 0 12px;
1256
1290
  font-size: 20px;
1257
- margin-left: 8px;
1291
+ font-weight: 500;
1292
+ color: var(--main-app-color-text);
1293
+ }
1294
+ .goHome__rL9nk {
1295
+ margin-right: 8px;
1296
+ padding: 8px;
1297
+ font-size: 13px;
1298
+ font-weight: 500;
1299
+ cursor: pointer;
1300
+ }
1301
+ .goHome__rL9nk:hover {
1302
+ color: var(--main-app-color-primary-text);
1303
+ }
1304
+ .projectInfo__SJOn2 {
1305
+ margin-right: 8px;
1258
1306
  }
1259
1307
  .headerMenu__X31e1 {
1260
1308
  position: relative;
1261
1309
  flex: 1;
1262
1310
  display: flex;
1263
1311
  align-items: center;
1264
- margin: 0 20px;
1312
+ margin-right: 20px;
1265
1313
  overflow: hidden;
1266
1314
  }
1267
1315
 
1268
1316
  .siderNav__ujGXh {
1317
+ position: relative;
1269
1318
  flex: none;
1270
1319
  display: flex;
1271
1320
  flex-direction: column;
@@ -1273,6 +1322,18 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1273
1322
  padding: 10px;
1274
1323
  border-top: 1px solid var(--main-app-color-border-secondary);
1275
1324
  }
1325
+ .siderNav__ujGXh::before {
1326
+ content: '';
1327
+ position: absolute;
1328
+ top: -81px;
1329
+ left: 0;
1330
+ right: 0;
1331
+ height: 80px;
1332
+ opacity: 1;
1333
+ pointer-events: none;
1334
+ background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, #0A0A0A 100%);
1335
+ transition: opacity ease-out 0.5s;
1336
+ }
1276
1337
  .siderNav__ujGXh .main-app-nav-item {
1277
1338
  display: flex;
1278
1339
  align-items: center;
@@ -1288,20 +1349,48 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1288
1349
  .siderNav__ujGXh .main-app-nav-item:hover {
1289
1350
  background: var(--main-app-color-fill-tertiary);
1290
1351
  }
1352
+ .siderNav__ujGXh .main-app-nav-item [class*="navItemTxt"] {
1353
+ flex: 1;
1354
+ width: 0;
1355
+ max-width: unset !important;
1356
+ }
1291
1357
  .siderNav__ujGXh .main-app-nav-item .avatar {
1292
1358
  width: 24px;
1293
1359
  height: 24px;
1294
1360
  }
1361
+ .siderNav__ujGXh .avatar {
1362
+ margin-left: 3px;
1363
+ }
1364
+ .siderNav__ujGXh .nav-collapse-trigger {
1365
+ order: -1;
1366
+ }
1367
+ .sideUserAccount__HImsz {
1368
+ padding: 11px 0;
1369
+ border-radius: 8px;
1370
+ }
1371
+ .sideUserAccount__HImsz:hover {
1372
+ background: var(--main-app-color-fill-tertiary);
1373
+ }
1374
+ .collapsed__UKfPw .main-app-nav-item .anticon-right {
1375
+ display: none;
1376
+ }
1377
+ body.light .siderNav__ujGXh::before {
1378
+ background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
1379
+ }
1295
1380
 
1296
1381
  .siteSider__WRhb9 {
1297
1382
  position: relative;
1298
1383
  z-index: 1;
1299
- color: var(--main-app-color-text-secondary) !important;
1300
- background: var(--main-app-color-bg-container) !important;
1384
+ color: var(--main-app-color-text-secondary);
1385
+ background: var(--main-app-color-bg-layout);
1386
+ border-right: 1px solid var(--main-app-color-border-secondary);
1301
1387
  }
1302
1388
  .siteSider__WRhb9:hover {
1303
1389
  z-index: 10;
1304
1390
  }
1391
+ .siteSider__WRhb9:hover .foldBtnFixed__tZVuF {
1392
+ opacity: 1;
1393
+ }
1305
1394
  .siteSider__WRhb9 > div {
1306
1395
  display: flex;
1307
1396
  flex-direction: column;
@@ -1313,12 +1402,11 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1313
1402
  flex: none;
1314
1403
  display: flex;
1315
1404
  flex-wrap: nowrap;
1316
- justify-content: center;
1317
- align-items: center;
1318
1405
  margin: 16px 16px 0;
1319
1406
  }
1320
1407
  .siteInfo__Jr3Fh img {
1321
1408
  max-width: 100%;
1409
+ max-height: 36px;
1322
1410
  }
1323
1411
  .siteInfo__Jr3Fh h1 {
1324
1412
  margin: 16px 0 16px 12px;
@@ -1327,21 +1415,28 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1327
1415
  text-overflow: ellipsis;
1328
1416
  overflow: hidden;
1329
1417
  }
1418
+ .menuAtBottom__IR4lN + [class*="siderNav"]::before {
1419
+ opacity: 0;
1420
+ }
1330
1421
  .siderMenu__NUToQ {
1331
1422
  flex: 1;
1332
1423
  padding: 12px;
1333
1424
  overflow: auto;
1425
+ scrollbar-width: none;
1334
1426
  }
1335
1427
  .siderMenu__NUToQ > .main-menu {
1336
1428
  -webkit-border-end: 0 none !important;
1337
1429
  border-inline-end: 0 none !important;
1338
1430
  }
1431
+ .siderMenu__NUToQ > .main-menu .main-menu-icon {
1432
+ margin: 0 !important;
1433
+ }
1339
1434
  .siderMenu__NUToQ > .main-menu > li {
1340
1435
  width: 100% !important;
1341
1436
  }
1342
1437
  .siderMenu__NUToQ > .main-menu > li:hover {
1343
- color: var(--main-app-color-text-secondary);
1344
- background: var(--main-app-color-fill-tertiary);
1438
+ color: var(--main-primary-color) !important;
1439
+ background: transparent !important;
1345
1440
  }
1346
1441
  .siderMenu__NUToQ > .main-menu > li.main-menu-item,
1347
1442
  .siderMenu__NUToQ > .main-menu > li.main-menu-submenu {
@@ -1351,23 +1446,20 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1351
1446
  .siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-item-selected,
1352
1447
  .siderMenu__NUToQ > .main-menu > li.main-menu-item.main-menu-submenu-selected,
1353
1448
  .siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-submenu-selected {
1354
- color: var(--main-app-color-text);
1355
- background: var(--main-primary-color);
1449
+ font-weight: 500;
1450
+ color: var(--main-primary-color) !important;
1451
+ background: transparent !important;
1356
1452
  }
1357
1453
  .siderMenu__NUToQ > .main-menu > li.main-menu-item.main-menu-item-selected > .main-menu-submenu-title,
1358
1454
  .siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-item-selected > .main-menu-submenu-title,
1359
1455
  .siderMenu__NUToQ > .main-menu > li.main-menu-item.main-menu-submenu-selected > .main-menu-submenu-title,
1360
1456
  .siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-submenu-selected > .main-menu-submenu-title {
1361
- color: var(--main-app-color-text);
1457
+ color: var(--main-primary-color) !important;
1362
1458
  background: none;
1363
1459
  }
1364
1460
  .siderMenu__NUToQ > .main-menu > li.main-menu-item.main-menu-submenu-open,
1365
1461
  .siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-submenu-open {
1366
- background: var(--main-app-color-fill-tertiary);
1367
- }
1368
- .siderMenu__NUToQ > .main-menu > li.main-menu-item.main-menu-submenu-open > .main-menu-submenu-title,
1369
- .siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-submenu-open > .main-menu-submenu-title {
1370
- color: var(--main-primary-color);
1462
+ background: transparent !important;
1371
1463
  }
1372
1464
  .siderMenu__NUToQ > .main-menu > li.main-menu-item,
1373
1465
  .siderMenu__NUToQ > .main-menu > li.main-menu-submenu > .main-menu-submenu-title {
@@ -1375,7 +1467,20 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1375
1467
  padding-right: 12px !important;
1376
1468
  }
1377
1469
  .siderMenu__NUToQ > .main-menu > li .main-menu-submenu-arrow {
1378
- inset-inline-end: 12px !important;
1470
+ inset-inline-end: 5px !important;
1471
+ }
1472
+ .siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub {
1473
+ position: relative;
1474
+ }
1475
+ .siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub::after {
1476
+ content: '';
1477
+ position: absolute;
1478
+ top: 0;
1479
+ bottom: 0;
1480
+ left: 18px;
1481
+ width: 1px;
1482
+ display: block;
1483
+ border-left: 1px solid var(--main-app-color-border-secondary);
1379
1484
  }
1380
1485
  .siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-item,
1381
1486
  .siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu .main-menu-submenu-title {
@@ -1383,13 +1488,13 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1383
1488
  }
1384
1489
  .siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-item:hover,
1385
1490
  .siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu .main-menu-submenu-title:hover {
1386
- background: var(--main-app-color-fill-tertiary) !important;
1491
+ background: transparent !important;
1387
1492
  }
1388
1493
  .siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu .main-menu-submenu-title {
1389
1494
  padding-left: 32px !important;
1390
1495
  }
1391
1496
  .siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu.main-menu-submenu-open {
1392
- background: var(--main-app-color-fill-tertiary);
1497
+ background: transparent;
1393
1498
  }
1394
1499
  .siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu.main-menu-submenu-open .main-menu-submenu-title {
1395
1500
  background: transparent !important;
@@ -1401,7 +1506,19 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1401
1506
  padding-left: 46px !important;
1402
1507
  }
1403
1508
  .siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu.main-menu-submenu-open > .main-menu-sub .main-menu-item:hover {
1404
- background: var(--main-app-color-fill-tertiary) !important;
1509
+ background: transparent !important;
1510
+ }
1511
+ .siderMenu__NUToQ > .main-menu .main-menu-submenu:hover {
1512
+ background: none !important;
1513
+ }
1514
+ .siderMenu__NUToQ > .main-menu .main-menu-submenu.main-menu-submenu-open {
1515
+ background: none !important;
1516
+ }
1517
+ .siderMenu__NUToQ > .main-menu .main-menu-submenu.main-menu-submenu-open .main-menu-sub {
1518
+ background: none !important;
1519
+ }
1520
+ .siderMenu__NUToQ > .main-menu .main-menu-submenu.main-menu-submenu-open .main-menu-sub .main-menu-item {
1521
+ background: none !important;
1405
1522
  }
1406
1523
  .siderMenu__NUToQ > .main-menu .main-menu-submenu .main-menu-submenu-title {
1407
1524
  width: 100%;
@@ -1410,14 +1527,38 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1410
1527
  -webkit-margin-end: 0;
1411
1528
  margin-inline-end: 0;
1412
1529
  }
1530
+ .siderMenu__NUToQ > .main-menu .main-menu-submenu .main-menu-submenu-title:hover {
1531
+ color: var(--main-app-color-primary-text) !important;
1532
+ background: none !important;
1533
+ }
1413
1534
  .siderMenu__NUToQ > .main-menu .main-menu-submenu .main-menu-sub {
1414
1535
  margin: 0;
1415
1536
  padding: 0 4px;
1537
+ background: none !important;
1416
1538
  }
1417
1539
  .siderMenu__NUToQ > .main-menu .main-menu-submenu .main-menu-sub > .main-menu-item {
1418
1540
  margin-left: 0;
1419
1541
  margin-right: 0;
1420
1542
  width: 100%;
1543
+ background: none !important;
1544
+ }
1545
+ .siderMenu__NUToQ > .main-menu .main-menu-item:hover,
1546
+ .siderMenu__NUToQ > .main-menu .main-menu-submenu:hover {
1547
+ color: var(--main-app-color-primary-text) !important;
1548
+ background: none !important;
1549
+ }
1550
+ .siderMenu__NUToQ > .main-menu .main-menu-item.main-menu-item-selected,
1551
+ .siderMenu__NUToQ > .main-menu .main-menu-submenu.main-menu-item-selected {
1552
+ color: var(--main-app-color-primary-text) !important;
1553
+ background: none !important;
1554
+ }
1555
+ .siderMenu__NUToQ > .main-menu .main-menu-item,
1556
+ .siderMenu__NUToQ > .main-menu .main-menu-submenu-title {
1557
+ transition: none !important;
1558
+ }
1559
+ .siderMenu__NUToQ > .main-menu .main-menu-item *,
1560
+ .siderMenu__NUToQ > .main-menu .main-menu-submenu-title * {
1561
+ transition: none !important;
1421
1562
  }
1422
1563
  .siderMenu__NUToQ > .main-menu-light a {
1423
1564
  transition: none !important;
@@ -1434,13 +1575,6 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1434
1575
  .siderMenu__NUToQ > .main-menu-light > li.main-menu-submenu.main-menu-submenu-selected > .main-menu-submenu-title {
1435
1576
  color: var(--main-app-color-primary-text);
1436
1577
  }
1437
- .siderMenu__NUToQ > .main-menu-light > li.main-menu-item.main-menu-submenu-open > .main-menu-submenu-title,
1438
- .siderMenu__NUToQ > .main-menu-light > li.main-menu-submenu.main-menu-submenu-open > .main-menu-submenu-title {
1439
- color: var(--main-app-color-primary-text);
1440
- }
1441
- .siderMenu__NUToQ > .main-menu-light > .main-menu-submenu > .main-menu-sub {
1442
- position: relative;
1443
- }
1444
1578
  .siderMenu__NUToQ > .main-menu-light > .main-menu-submenu > .main-menu-sub > .main-menu-item.main-menu-item-selected {
1445
1579
  color: var(--main-app-color-primary-text) !important;
1446
1580
  }
@@ -1450,21 +1584,11 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1450
1584
  .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 {
1451
1585
  color: var(--main-app-color-primary-text) !important;
1452
1586
  }
1453
- .siderBg__GJilS {
1454
- display: none;
1455
- position: absolute;
1456
- inset: 0;
1457
- z-index: -1;
1458
- overflow: hidden;
1459
- pointer-events: none;
1587
+ .projectInfo__zxd5t {
1588
+ margin: 0 12px;
1460
1589
  }
1461
- .siderBg__GJilS::after {
1462
- content: '';
1463
- position: absolute;
1464
- width: 100%;
1465
- height: 600px;
1466
- filter: blur(100px);
1467
- transform: translate(-45%, -45%);
1590
+ .projectInfo__zxd5t + div {
1591
+ padding-top: 8px;
1468
1592
  }
1469
1593
  .foldBtnWrap__C_LCy {
1470
1594
  display: flex;
@@ -1474,7 +1598,6 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1474
1598
  }
1475
1599
  .foldBtnWrap__C_LCy > span {
1476
1600
  flex: 1;
1477
- display: flex;
1478
1601
  align-items: center;
1479
1602
  justify-content: center;
1480
1603
  padding: 8px 0;
@@ -1484,6 +1607,7 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1484
1607
  background-color: var(--main-app-color-fill-tertiary);
1485
1608
  }
1486
1609
  .foldBtnFixed__tZVuF {
1610
+ display: flex;
1487
1611
  position: absolute;
1488
1612
  z-index: 9;
1489
1613
  top: 50%;
@@ -1493,63 +1617,18 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
1493
1617
  margin-top: -34px;
1494
1618
  transform: translate(50%, -50%);
1495
1619
  background: var(--main-app-color-bg-elevated) !important;
1496
- box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
1620
+ border: 1px solid var(--main-app-color-border-secondary);
1497
1621
  border-radius: 50%;
1622
+ opacity: 0;
1623
+ transition: opacity 0.3s ease-out;
1498
1624
  }
1499
1625
  .foldBtnFixed__tZVuF:hover {
1500
1626
  color: var(--main-app-color-text) !important;
1501
1627
  background: var(--main-primary-color) !important;
1628
+ border-color: var(--main-primary-color);
1502
1629
  }
1503
1630
  body.light .siteSider__WRhb9 {
1504
- border-right: 1px solid var(--main-app-color-border-secondary);
1505
- }
1506
- body.light .siderMenu__NUToQ .main-menu-item:hover,
1507
- body.light .siderMenu__NUToQ .main-menu-submenu:hover {
1508
- color: var(--main-app-color-primary-text) !important;
1509
- background: none !important;
1510
- }
1511
- body.light .siderMenu__NUToQ .main-menu-item.main-menu-item-selected,
1512
- body.light .siderMenu__NUToQ .main-menu-submenu.main-menu-item-selected {
1513
- color: var(--main-app-color-primary-text) !important;
1514
- background: none !important;
1515
- }
1516
- body.light .siderMenu__NUToQ .main-menu .main-menu-submenu:hover {
1517
- background: none !important;
1518
- }
1519
- body.light .siderMenu__NUToQ .main-menu .main-menu-submenu.main-menu-submenu-open {
1520
- background: none !important;
1521
- }
1522
- body.light .siderMenu__NUToQ .main-menu .main-menu-submenu.main-menu-submenu-open .main-menu-sub {
1523
- background: none !important;
1524
- }
1525
- body.light .siderMenu__NUToQ .main-menu .main-menu-submenu.main-menu-submenu-open .main-menu-sub .main-menu-item {
1526
- background: none !important;
1527
- }
1528
- body.light .siderMenu__NUToQ .main-menu .main-menu-submenu .main-menu-submenu-title:hover {
1529
- color: var(--main-app-color-primary-text) !important;
1530
- background: none !important;
1531
- }
1532
- body.light .siderMenu__NUToQ .main-menu > .main-menu-submenu.main-menu-submenu-selected {
1533
- background: none !important;
1534
- }
1535
- body.light .siderMenu__NUToQ .main-menu > .main-menu-submenu.main-menu-submenu-open > .main-menu-sub::after {
1536
- content: '';
1537
- position: absolute;
1538
- top: 0;
1539
- bottom: 0;
1540
- left: 18px;
1541
- width: 1px;
1542
- display: block;
1543
- border-left: 1px solid var(--main-app-color-border-secondary);
1544
- }
1545
- body.light .siderMenu__NUToQ .main-menu > .main-menu-submenu > .main-menu-submenu-title:hover {
1546
- background: none !important;
1547
- }
1548
- body.light .siderMenu__NUToQ .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu > .main-menu-submenu-title:hover {
1549
- background: none !important;
1550
- }
1551
- body.light .siderMenu__NUToQ .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu.main-menu-submenu-open > .main-menu-sub .main-menu-item {
1552
- background: none !important;
1631
+ background: var(--main-app-color-bg-container);
1553
1632
  }
1554
1633
  body.light .foldBtnFixed__tZVuF:hover {
1555
1634
  color: #fff !important;
@@ -1583,6 +1662,16 @@ body.light .foldBtnFixed__tZVuF:hover {
1583
1662
  }
1584
1663
  .login-form__kYwID .main-form-item {
1585
1664
  margin-bottom: 42px;
1665
+ text-align: left;
1666
+ }
1667
+ .login-form__kYwID .main-form-item-label {
1668
+ display: none;
1669
+ }
1670
+ .login-form__kYwID .main-input {
1671
+ height: 0;
1672
+ padding-top: 12px !important;
1673
+ padding-bottom: 12px !important;
1674
+ background-clip: content-box !important;
1586
1675
  }
1587
1676
  .third-login__RyGZl {
1588
1677
  cursor: pointer;
@@ -1616,6 +1705,12 @@ body.light .foldBtnFixed__tZVuF:hover {
1616
1705
  -moz-user-select: none;
1617
1706
  user-select: none;
1618
1707
  }
1708
+ .wrap__yI3n0 a {
1709
+ color: var(--main-app-color-primary);
1710
+ }
1711
+ .wrap__yI3n0 a:hover {
1712
+ color: var(--main-app-color-primary);
1713
+ }
1619
1714
  .wrap__yI3n0 .clause__izKh6 {
1620
1715
  margin-left: 8px;
1621
1716
  height: 22px;
@@ -1628,8 +1723,11 @@ body.light .foldBtnFixed__tZVuF:hover {
1628
1723
  }
1629
1724
 
1630
1725
  .wrap__lilNp {
1631
- margin-bottom: 56px;
1632
- text-align: center;
1726
+ margin-bottom: 42px;
1727
+ }
1728
+ .wrap__lilNp h3 {
1729
+ margin: 0;
1730
+ color: var(--main-app-color-text);
1633
1731
  }
1634
1732
 
1635
1733
  .wrap__OSJoi {
@@ -1637,13 +1735,16 @@ body.light .foldBtnFixed__tZVuF:hover {
1637
1735
  width: 100%;
1638
1736
  margin-top: 8px;
1639
1737
  line-height: 22px;
1640
- justify-content: flex-end;
1738
+ justify-content: space-between;
1641
1739
  }
1642
1740
  .wrap__OSJoi a {
1643
1741
  color: var(--main-app-color-text-tertiary);
1644
1742
  }
1743
+ .wrap__OSJoi a.highlight {
1744
+ color: var(--main-app-color-primary);
1745
+ }
1645
1746
  .wrap__OSJoi a:hover {
1646
- color: var(--main-app-color-link);
1747
+ color: var(--main-app-color-primary);
1647
1748
  }
1648
1749
 
1649
1750
  .wrap__Nc8xQ {
@@ -1655,7 +1756,7 @@ body.light .foldBtnFixed__tZVuF:hover {
1655
1756
  flex: 1;
1656
1757
  }
1657
1758
  .wrap__Nc8xQ .code__GNunR {
1658
- margin: 0 0 10px 10px;
1759
+ margin: 5px 0 0 10px;
1659
1760
  }
1660
1761
 
1661
1762
  .container__DGA_S {
@@ -1677,14 +1778,16 @@ body.light .foldBtnFixed__tZVuF:hover {
1677
1778
  .container__DGA_S.login-page-center-layout .login__EWLFr {
1678
1779
  padding: 40px;
1679
1780
  border-radius: 16px;
1680
- background: rgba(23, 23, 26, 0.7);
1781
+ background: var(--main-app-color-bg-container);
1681
1782
  border: 1px solid rgba(255, 255, 255, 0.1);
1682
1783
  -webkit-backdrop-filter: blur(10px);
1683
1784
  backdrop-filter: blur(10px);
1684
1785
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
1786
+ text-align: center;
1685
1787
  }
1686
1788
  .container__DGA_S.login-page-center-layout .login__EWLFr > form {
1687
1789
  padding-bottom: 0;
1790
+ color: var(--main-app-color-text-tertiary);
1688
1791
  }
1689
1792
  .container__DGA_S.login-page-center-layout .login__EWLFr .main-btn-primary.main-btn-lg {
1690
1793
  font-weight: bold;
@@ -1711,7 +1814,7 @@ body.light .foldBtnFixed__tZVuF:hover {
1711
1814
  flex: 1;
1712
1815
  width: 50%;
1713
1816
  margin: 40px 0;
1714
- border-radius: 16px 0 0 16px;
1817
+ border-radius: 16px;
1715
1818
  background: url(static/img/47a523d0027c7b5af83f.png) scroll no-repeat center right;
1716
1819
  background-size: cover;
1717
1820
  background-clip: content-box;
@@ -1739,9 +1842,6 @@ body.light .foldBtnFixed__tZVuF:hover {
1739
1842
  left: 0;
1740
1843
  right: 0;
1741
1844
  }
1742
- .container__DGA_S .right__LWpo2 .rightContent__pQzzz h3 {
1743
- color: var(--main-app-color-text-base) !important;
1744
- }
1745
1845
  .container__DGA_S .right__LWpo2 .rightContent__pQzzz .main-form-item-label label {
1746
1846
  color: var(--main-app-color-text-tertiary) !important;
1747
1847
  }
@@ -1821,17 +1921,185 @@ body.light .login-page-center-layout .login-page-form {
1821
1921
  }
1822
1922
  }
1823
1923
 
1924
+ .form__VghGp .main-input {
1925
+ height: 0;
1926
+ padding-top: 12px !important;
1927
+ padding-bottom: 12px !important;
1928
+ background-clip: content-box !important;
1929
+ }
1824
1930
  .icon__ErnBX {
1825
1931
  font-size: 32px !important;
1826
1932
  margin-right: 16px;
1827
1933
  cursor: pointer;
1828
1934
  }
1829
1935
 
1830
- .icon__jlQyU {
1831
- font-size: 32px !important;
1936
+ .registerFormWrap__jKTuc {
1937
+ width: 520px;
1938
+ margin: 0 auto;
1939
+ }
1940
+ .accountFormHeader__n2jEt {
1941
+ margin-bottom: 16px;
1942
+ font-size: 14px;
1943
+ color: var(--main-app-color-text-secondary);
1944
+ }
1945
+ .accountFormHeader__n2jEt h3 {
1946
+ margin: 0 0 8px;
1947
+ font-size: 16px;
1948
+ font-weight: 500;
1949
+ color: var(--main-app-color-text);
1950
+ }
1951
+ .accountGroup__oAcoC {
1952
+ width: 100%;
1953
+ align-items: center;
1954
+ }
1955
+ .accountGroup__oAcoC.main-input-group {
1956
+ display: flex ;
1957
+ }
1958
+
1959
+ .countryRegionCascader__L4cS8 {
1960
+ width: 100%;
1961
+ align-items: center;
1962
+ }
1963
+ .countryRegionCascader__L4cS8.main-input-group {
1964
+ display: flex ;
1965
+ }
1966
+ .country__rh3OY {
1967
+ min-width: 120px;
1968
+ }
1969
+ .region__aK1MU {
1970
+ flex: 1;
1971
+ }
1972
+ .region__aK1MU .main-spin-nested-loading {
1973
+ flex: 1;
1974
+ }
1975
+ .region__aK1MU .main-select-selector {
1976
+ border-top-left-radius: 0 !important;
1977
+ border-bottom-left-radius: 0 !important;
1978
+ }
1979
+
1980
+ .result__wtAme {
1981
+ padding: 40px 0;
1982
+ text-align: center;
1983
+ }
1984
+ .result__wtAme .result-img {
1985
+ width: 220px;
1986
+ height: 228px;
1987
+ margin: 0 auto 24px;
1988
+ background: center no-repeat;
1989
+ background-size: contain;
1990
+ }
1991
+ .result__wtAme .result-img.result-img-success {
1992
+ background-image: url(static/img/b765d4caa82d7e5eae80.png);
1993
+ }
1994
+ .result__wtAme .result-img.result-img-audit {
1995
+ background-image: url(static/img/7d9900e808e2197745be.png);
1996
+ }
1997
+ .result__wtAme .result-title {
1998
+ margin-bottom: 4px;
1999
+ font-size: 24px;
2000
+ font-weight: 500;
2001
+ }
2002
+ .result__wtAme .result-desc {
2003
+ font-size: 14px;
2004
+ color: var(--main-app-color-text-secondary);
2005
+ }
2006
+ .result__wtAme .result-operate {
2007
+ margin-top: 24px;
2008
+ }
2009
+ .result__wtAme .apply-info {
2010
+ display: flex;
2011
+ align-items: center;
2012
+ width: 840px;
2013
+ padding: 32px;
2014
+ margin: 32px auto 0;
2015
+ border-radius: 16px;
2016
+ color: var(--main-app-color-text-secondary);
2017
+ background: var(--main-app-color-bg-layout);
2018
+ }
2019
+ .result__wtAme .apply-info .enterprise-img {
2020
+ width: 240px;
2021
+ padding: 24px;
2022
+ margin-right: 32px;
2023
+ }
2024
+ .result__wtAme .apply-info .enterprise-img > img {
2025
+ max-width: 100%;
2026
+ max-height: 100%;
2027
+ }
2028
+ .result__wtAme .apply-info .enterprise-info > .item {
2029
+ display: flex;
2030
+ align-items: flex-start;
2031
+ margin-bottom: 8px;
2032
+ text-align: left;
2033
+ }
2034
+ .result__wtAme .apply-info .enterprise-info > .item > label {
2035
+ flex: none;
2036
+ }
2037
+ body.light .result__wtAme .result-img.result-img-success {
2038
+ background-image: url(static/img/a10132bbdef90aa7baaf.png);
2039
+ }
2040
+ body.light .result__wtAme .result-img.result-img-audit {
2041
+ background-image: url(static/img/a20c372b6039996ba351.png);
2042
+ }
2043
+
2044
+ .page__mUqKE {
2045
+ display: flex;
2046
+ flex-direction: column;
2047
+ height: 100vh;
2048
+ color: var(--main-app-color-text);
2049
+ background: var(--main-app-color-bg-layout);
2050
+ }
2051
+ .pageHeader__wUg6q {
2052
+ margin: 0 28px;
2053
+ border-bottom: 1px solid var(--main-app-color-border-secondary);
2054
+ }
2055
+ .siteInfo__XC3op {
2056
+ display: flex;
2057
+ align-items: center;
2058
+ padding: 20px 0;
2059
+ }
2060
+ .siteInfo__XC3op .logo img {
2061
+ max-height: 36px;
2062
+ vertical-align: top;
2063
+ }
2064
+ .pageTitle__I6_HQ {
2065
+ display: flex;
2066
+ align-items: center;
2067
+ padding: 8px 0 20px;
2068
+ font-size: 24px;
2069
+ font-weight: 500;
2070
+ }
2071
+ .pageTitle__I6_HQ .icon-back {
2072
+ display: inline-flex;
2073
+ align-items: center;
2074
+ justify-content: center;
1832
2075
  margin-right: 16px;
2076
+ width: 24px;
2077
+ height: 24px;
2078
+ border-radius: 4px;
2079
+ color: var(--main-app-color-text-secondary);
2080
+ background: var(--main-app-color-bg-spotlight);
1833
2081
  cursor: pointer;
1834
2082
  }
2083
+ .pageTitle__I6_HQ .icon-back:hover {
2084
+ color: var(--main-app-color-text);
2085
+ background: var(--main-app-color-bg-small);
2086
+ }
2087
+ .pageBody__ijjb4 {
2088
+ flex: 1;
2089
+ display: flex;
2090
+ flex-direction: column;
2091
+ padding: 24px 0;
2092
+ overflow: auto;
2093
+ }
2094
+ .pageFooter__nhlZd {
2095
+ flex: none;
2096
+ padding: 16px 0;
2097
+ text-align: center;
2098
+ border-top: 1px solid var(--main-app-color-border-secondary);
2099
+ }
2100
+ body.light .page__mUqKE {
2101
+ background: var(--main-app-color-bg-container);
2102
+ }
1835
2103
 
1836
2104
  .switchLang__hoKhd {
1837
2105
  height: 100%;