@tuya-sat/sdf-main-sdk 2.0.0-alpha.99 → 2.0.1-outdoorSpaceUi
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/dark-variable.less +1 -3
- package/dist/{131.95cff292.chunk.js → 131.40499d1c.chunk.js} +1 -1
- package/dist/{131.95cff292.chunk.js.map → 131.40499d1c.chunk.js.map} +1 -1
- package/dist/api/index.d.ts +7 -7
- package/dist/api/urls.d.ts +17 -0
- package/dist/components/403/index.d.ts +4 -1
- package/dist/components/BLayout/components/Logo.d.ts +4 -1
- package/dist/components/BLayout/components/MenuIcon.d.ts +2 -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/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 +1 -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/useOrgInfo.d.ts +44 -0
- package/dist/components/Layout/antd/components/UserAccount/UserAvatar.d.ts +8 -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 +5 -1
- package/dist/components/MicroComponent/Header/index.d.ts +21 -2
- package/dist/components/PEnterprise/EnterpriseList.d.ts +3 -1
- package/dist/components/PSetting/AccountSetting.d.ts +10 -1
- 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/en.json +60 -6
- package/dist/hooks/index.d.ts +9 -4
- package/dist/index.d.ts +6 -1
- package/dist/lang/utils.d.ts +1 -1
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.LICENSE.txt +43 -0
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +739 -423
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +7 -2
- package/dist/pages/403.d.ts +4 -1
- package/dist/pages/home/notice/hooks.d.ts +2 -2
- package/dist/qiankun/utils/index.d.ts +7 -5
- package/dist/static/img/5ed883a35968f1f1cd89.png +0 -0
- 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/utils/common.d.ts +6 -0
- package/dist/utils/index.d.ts +87 -5
- package/dist/utils/theme/antd5/index.d.ts +57 -141
- package/dist/utils/theme/antd5/token.d.ts +65 -138
- package/dist/utils/theme/store.d.ts +114 -282
- package/dist/zh.json +56 -4
- package/package.json +5 -1
package/dist/main.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
body {
|
|
2
2
|
min-width: 1200px;
|
|
3
3
|
margin: 0;
|
|
4
|
-
font-family:
|
|
4
|
+
font-family: "Open Sans", sans-serif;
|
|
5
5
|
-webkit-font-smoothing: antialiased;
|
|
6
6
|
-moz-osx-font-smoothing: grayscale;
|
|
7
7
|
}
|
|
@@ -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
|
-
|
|
237
|
-
|
|
238
|
-
border-radius:
|
|
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-
|
|
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,46 @@ body.dark .purchaseCard__awz8N:nth-of-type(2)::after {
|
|
|
257
269
|
margin: 0;
|
|
258
270
|
padding: 0;
|
|
259
271
|
}
|
|
260
|
-
.
|
|
272
|
+
.titleWrap__L4jJO {
|
|
261
273
|
display: flex;
|
|
274
|
+
flex-direction: column;
|
|
275
|
+
}
|
|
276
|
+
.descWrap__J4kQO {
|
|
277
|
+
font-size: 12px;
|
|
278
|
+
font-weight: normal;
|
|
279
|
+
line-height: 20px;
|
|
280
|
+
letter-spacing: normal;
|
|
281
|
+
color: rgba(7, 29, 51, 0.65);
|
|
282
|
+
}
|
|
283
|
+
.title__wfHuT {
|
|
284
|
+
display: inline-flex;
|
|
262
285
|
align-items: center;
|
|
263
|
-
|
|
264
|
-
font-
|
|
265
|
-
font-weight: 700;
|
|
286
|
+
font-size: 24px;
|
|
287
|
+
font-weight: 500;
|
|
266
288
|
color: var(--main-app-color-text);
|
|
267
289
|
}
|
|
268
290
|
.title__wfHuT + .main-breadcrumb {
|
|
269
291
|
margin: 5px 0 0 44px;
|
|
270
292
|
}
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
position: absolute;
|
|
274
|
-
left: 28px;
|
|
275
|
-
right: 28px;
|
|
276
|
-
bottom: 0;
|
|
277
|
-
border-bottom: 1px solid var(--main-app-color-border-secondary);
|
|
293
|
+
.actions__DiTrm {
|
|
294
|
+
margin-left: 32px;
|
|
278
295
|
}
|
|
279
|
-
|
|
280
|
-
|
|
296
|
+
.actions__DiTrm .actions-item {
|
|
297
|
+
display: inline-flex;
|
|
298
|
+
align-items: center;
|
|
299
|
+
font-size: 16px;
|
|
300
|
+
cursor: pointer;
|
|
301
|
+
}
|
|
302
|
+
.actions__DiTrm .actions-item.highlight {
|
|
303
|
+
font-weight: 500;
|
|
304
|
+
}
|
|
305
|
+
.actions__DiTrm .actions-item.highlight,
|
|
306
|
+
.actions__DiTrm .actions-item:hover {
|
|
307
|
+
color: var(--main-app-color-link);
|
|
308
|
+
}
|
|
309
|
+
.actions__DiTrm .anticon-info-circle {
|
|
310
|
+
margin-left: 4px;
|
|
311
|
+
font-size: 14px;
|
|
281
312
|
}
|
|
282
313
|
|
|
283
314
|
.card__ZpLeg {
|
|
@@ -332,15 +363,21 @@ body.light .header__kcggd .header-icon:hover {
|
|
|
332
363
|
color: var(--main-app-color-text-secondary);
|
|
333
364
|
transform: translateY(-50%);
|
|
334
365
|
}
|
|
335
|
-
.
|
|
366
|
+
.statusTag__il7r1 {
|
|
336
367
|
display: inline-flex;
|
|
337
368
|
align-items: center;
|
|
338
369
|
padding-right: 12px;
|
|
339
370
|
margin-left: 8px;
|
|
340
371
|
border-radius: 11px;
|
|
341
372
|
}
|
|
342
|
-
.
|
|
343
|
-
|
|
373
|
+
.statusTag__il7r1.main-tag-warning + .statusInfoIcon__WK5ev,
|
|
374
|
+
.statusTag__il7r1.main-tag-error + .statusInfoIcon__WK5ev {
|
|
375
|
+
display: unset;
|
|
376
|
+
}
|
|
377
|
+
.statusInfoIcon__WK5ev.anticon {
|
|
378
|
+
display: none;
|
|
379
|
+
cursor: pointer;
|
|
380
|
+
color: var(--main-app-color-text-tertiary);
|
|
344
381
|
}
|
|
345
382
|
.page__Cbm30 {
|
|
346
383
|
display: flex;
|
|
@@ -418,25 +455,192 @@ body.light .header__kcggd .header-icon:hover {
|
|
|
418
455
|
}
|
|
419
456
|
.setting-item__qvLYa {
|
|
420
457
|
position: relative;
|
|
458
|
+
display: flex;
|
|
459
|
+
align-items: center;
|
|
421
460
|
padding: 16px 0;
|
|
422
461
|
border-bottom: 1px solid var(--main-app-color-border-secondary);
|
|
423
462
|
}
|
|
424
|
-
.setting-item__qvLYa > .
|
|
463
|
+
.setting-item__qvLYa > .hd {
|
|
464
|
+
margin-right: 16px;
|
|
465
|
+
}
|
|
466
|
+
.setting-item__qvLYa > .bd {
|
|
467
|
+
flex: 1;
|
|
468
|
+
}
|
|
469
|
+
.setting-item__qvLYa > .extra {
|
|
470
|
+
margin-left: 16px;
|
|
471
|
+
}
|
|
472
|
+
.setting-item__qvLYa .title {
|
|
425
473
|
margin-bottom: 4px;
|
|
426
474
|
font-size: 16px;
|
|
427
475
|
font-weight: 500;
|
|
428
476
|
color: var(--main-app-color-text);
|
|
429
477
|
}
|
|
430
|
-
.setting-item__qvLYa
|
|
478
|
+
.setting-item__qvLYa .content {
|
|
431
479
|
font-size: 14px;
|
|
432
480
|
color: var(--main-app-color-text-secondary);
|
|
433
481
|
}
|
|
434
|
-
.setting-item__qvLYa
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
482
|
+
.setting-item__qvLYa a {
|
|
483
|
+
color: var(--main-app-color-primary-text);
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.upload__KaWeJ {
|
|
487
|
+
display: flex;
|
|
488
|
+
flex-direction: column;
|
|
489
|
+
}
|
|
490
|
+
.upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload.ant-upload-select,
|
|
491
|
+
.upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload.ant-upload-select,
|
|
492
|
+
.upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-container,
|
|
493
|
+
.upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload-list.ant-upload-list-picture-card .ant-upload-list-item-container,
|
|
494
|
+
.upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-card-wrapper .ant-upload-list.ant-upload-list-picture-circle .ant-upload-list-item-container,
|
|
495
|
+
.upload__KaWeJ .ant-upload-wrapper.ant-upload-picture-circle-wrapper .ant-upload-list.ant-upload-list-picture-circle .ant-upload-list-item-container {
|
|
496
|
+
width: 104px;
|
|
497
|
+
height: 104px;
|
|
498
|
+
}
|
|
499
|
+
.uploadModal__r50Ae .img-crop-control {
|
|
500
|
+
border-radius: 8px;
|
|
501
|
+
background-color: var(--main-app-color-bg-small);
|
|
502
|
+
color: var(--main-app-color-text);
|
|
503
|
+
}
|
|
504
|
+
.uploadModal__r50Ae .img-crop-control button:disabled {
|
|
505
|
+
opacity: 0.6;
|
|
506
|
+
color: inherit;
|
|
507
|
+
}
|
|
508
|
+
.upload-container__jC8EI {
|
|
509
|
+
width: 104px;
|
|
510
|
+
height: 104px;
|
|
511
|
+
margin-bottom: 8px;
|
|
512
|
+
}
|
|
513
|
+
.tip__iKEO2 {
|
|
514
|
+
flex: 1;
|
|
515
|
+
font-size: 12px;
|
|
516
|
+
font-weight: normal;
|
|
517
|
+
line-height: 20px;
|
|
518
|
+
text-align: justify;
|
|
519
|
+
/* 浏览器可能不支持 */
|
|
520
|
+
color: var(--main-app-color-text-secondary);
|
|
521
|
+
}
|
|
522
|
+
body.light .uploadModal__r50Ae .img-crop-control {
|
|
523
|
+
background: none;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.userAccount__vvm0e {
|
|
527
|
+
display: flex;
|
|
528
|
+
align-items: center;
|
|
529
|
+
font-size: 13px;
|
|
530
|
+
cursor: pointer;
|
|
531
|
+
}
|
|
532
|
+
.nickname__iiOb3 {
|
|
533
|
+
flex: 1;
|
|
534
|
+
width: 0;
|
|
535
|
+
margin-left: 8px;
|
|
536
|
+
overflow: hidden;
|
|
537
|
+
white-space: nowrap;
|
|
538
|
+
text-overflow: ellipsis;
|
|
539
|
+
}
|
|
540
|
+
.userInfo__IljuA {
|
|
541
|
+
width: 250px;
|
|
542
|
+
margin-bottom: 6px;
|
|
543
|
+
padding: 16px 16px 2px;
|
|
544
|
+
}
|
|
545
|
+
.userInfo__IljuA .topInfo {
|
|
546
|
+
display: flex;
|
|
547
|
+
align-items: center;
|
|
548
|
+
margin-bottom: 8px;
|
|
549
|
+
}
|
|
550
|
+
.userInfo__IljuA .topInfo .nickname {
|
|
551
|
+
flex: 1;
|
|
552
|
+
margin-right: 8px;
|
|
553
|
+
font-size: 20px;
|
|
554
|
+
font-weight: 600;
|
|
555
|
+
overflow: hidden;
|
|
556
|
+
white-space: nowrap;
|
|
557
|
+
text-overflow: ellipsis;
|
|
558
|
+
}
|
|
559
|
+
.roleList__dmxfG {
|
|
560
|
+
margin: 0;
|
|
561
|
+
}
|
|
562
|
+
.roleList__dmxfG > span:not(.main-tag) {
|
|
563
|
+
display: none;
|
|
564
|
+
}
|
|
565
|
+
.roleList__dmxfG > span:not(.main-tag) + span {
|
|
566
|
+
display: inline-block;
|
|
567
|
+
}
|
|
568
|
+
.roleList__dmxfG .main-tag {
|
|
569
|
+
max-width: 210px;
|
|
570
|
+
margin-right: 4px;
|
|
571
|
+
margin-bottom: 4px;
|
|
572
|
+
padding-top: 1px;
|
|
573
|
+
padding-bottom: 1px;
|
|
574
|
+
font-size: 14px;
|
|
575
|
+
border: 0 none;
|
|
439
576
|
color: var(--main-app-color-primary-text);
|
|
577
|
+
background: var(--main-app-color-primary-bg);
|
|
578
|
+
}
|
|
579
|
+
.roleList__dmxfG .main-tag .main-typography {
|
|
580
|
+
color: inherit;
|
|
581
|
+
}
|
|
582
|
+
.roleList__dmxfG .main-tag-warning {
|
|
583
|
+
color: var(--main-app-color-warning-text);
|
|
584
|
+
background: var(--main-app-color-warning-bg);
|
|
585
|
+
}
|
|
586
|
+
.roleList__dmxfG .ellipsis-tag {
|
|
587
|
+
display: none;
|
|
588
|
+
}
|
|
589
|
+
.enterprise__shBl8 {
|
|
590
|
+
margin: 0 16px 16px;
|
|
591
|
+
}
|
|
592
|
+
.enterprise__shBl8:empty {
|
|
593
|
+
margin: 0;
|
|
594
|
+
}
|
|
595
|
+
.enterprise__shBl8 > div {
|
|
596
|
+
margin-bottom: 4px;
|
|
597
|
+
word-break: break-all;
|
|
598
|
+
}
|
|
599
|
+
.featureList__i3LhM {
|
|
600
|
+
padding: 4px 8px;
|
|
601
|
+
border-top: 1px solid var(--main-app-color-fill-secondary);
|
|
602
|
+
}
|
|
603
|
+
.featureList__i3LhM .main-app-nav-item {
|
|
604
|
+
padding: 8px;
|
|
605
|
+
border-radius: 8px;
|
|
606
|
+
}
|
|
607
|
+
.featureList__i3LhM .main-app-nav-item:hover {
|
|
608
|
+
background: var(--main-app-color-bg-spotlight);
|
|
609
|
+
}
|
|
610
|
+
.logout__tECKi {
|
|
611
|
+
display: flex;
|
|
612
|
+
align-items: center;
|
|
613
|
+
height: 48px;
|
|
614
|
+
cursor: pointer;
|
|
615
|
+
padding: 4px 16px;
|
|
616
|
+
color: var(--main-primary-color);
|
|
617
|
+
border-top: 1px solid var(--main-app-color-fill-secondary);
|
|
618
|
+
}
|
|
619
|
+
.avatar__tfEIa {
|
|
620
|
+
flex: none;
|
|
621
|
+
position: relative;
|
|
622
|
+
z-index: 1;
|
|
623
|
+
display: flex;
|
|
624
|
+
align-items: center;
|
|
625
|
+
justify-content: center;
|
|
626
|
+
width: 32px;
|
|
627
|
+
height: 32px;
|
|
628
|
+
font-size: 17px;
|
|
629
|
+
border-radius: 50%;
|
|
630
|
+
cursor: pointer;
|
|
631
|
+
color: var(--main-app-color-primary);
|
|
632
|
+
overflow: hidden;
|
|
633
|
+
background: scroll no-repeat center;
|
|
634
|
+
background-size: contain;
|
|
635
|
+
}
|
|
636
|
+
.avatar__tfEIa::before {
|
|
637
|
+
content: '';
|
|
638
|
+
position: absolute;
|
|
639
|
+
z-index: -1;
|
|
640
|
+
inset: 0;
|
|
641
|
+
border-radius: 16px;
|
|
642
|
+
background: var(--main-app-color-primary);
|
|
643
|
+
opacity: 0.1;
|
|
440
644
|
}
|
|
441
645
|
|
|
442
646
|
.notice__qISTJ {
|
|
@@ -581,7 +785,6 @@ body.dark .desc__ov6Pg {
|
|
|
581
785
|
flex-direction: column;
|
|
582
786
|
position: relative;
|
|
583
787
|
height: 100%;
|
|
584
|
-
overflow: hidden;
|
|
585
788
|
}
|
|
586
789
|
.layoutContent___o1Q3 > div:only-child,
|
|
587
790
|
.layoutContent___o1Q3 > .main-spin-nested-loading,
|
|
@@ -599,7 +802,7 @@ body.dark .desc__ov6Pg {
|
|
|
599
802
|
.layoutContent___o1Q3 #container > div {
|
|
600
803
|
min-height: 100%;
|
|
601
804
|
overflow-y: auto;
|
|
602
|
-
padding:
|
|
805
|
+
padding: 0 28px;
|
|
603
806
|
}
|
|
604
807
|
.layoutContent___o1Q3 #container > div #root {
|
|
605
808
|
min-height: 100%;
|
|
@@ -608,8 +811,11 @@ body.dark .desc__ov6Pg {
|
|
|
608
811
|
.layoutContent___o1Q3.full-screen {
|
|
609
812
|
padding-top: 20px;
|
|
610
813
|
}
|
|
611
|
-
.layoutContent___o1Q3.with-sider
|
|
612
|
-
padding-top:
|
|
814
|
+
.layoutContent___o1Q3.with-sider .J_app-header-wrap {
|
|
815
|
+
padding-top: 28px;
|
|
816
|
+
}
|
|
817
|
+
.layoutContent___o1Q3.with-sider .J_full-screen {
|
|
818
|
+
top: 29px;
|
|
613
819
|
}
|
|
614
820
|
.layoutContent___o1Q3.has-innerSider {
|
|
615
821
|
flex-direction: row;
|
|
@@ -645,33 +851,8 @@ body.light .layoutContent___o1Q3 #container > div #root {
|
|
|
645
851
|
body.light .layoutContent___o1Q3::backdrop {
|
|
646
852
|
background: var(--main-app-color-bg-layout);
|
|
647
853
|
}
|
|
648
|
-
|
|
649
|
-
|
|
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);
|
|
854
|
+
.main-drawer .main-drawer-header-title {
|
|
855
|
+
flex-direction: row-reverse;
|
|
675
856
|
}
|
|
676
857
|
|
|
677
858
|
.horizontalMenu__knTR1 {
|
|
@@ -692,21 +873,19 @@ body.light .layoutCircleBg2___XZpQ {
|
|
|
692
873
|
line-height: 36px;
|
|
693
874
|
border-radius: 8px;
|
|
694
875
|
color: var(--main-app-navigate-menu-text);
|
|
695
|
-
background: var(--main-app-navigate-menu-bg);
|
|
696
876
|
cursor: pointer;
|
|
697
877
|
}
|
|
698
878
|
.horizontalMenu__knTR1 > li.main-popover-open,
|
|
699
879
|
.horizontalMenu__knTR1 > li:hover {
|
|
700
880
|
color: var(--main-app-navigate-text-hover-normal) !important;
|
|
701
|
-
background: var(--main-app-navigate-bg-hover);
|
|
702
881
|
}
|
|
703
882
|
.horizontalMenu__knTR1 > li a,
|
|
704
883
|
.horizontalMenu__knTR1 > li a:hover {
|
|
705
884
|
color: inherit;
|
|
706
885
|
}
|
|
707
886
|
.horizontalMenu__knTR1 > li.menuSelected__u4ILv {
|
|
887
|
+
font-weight: 500;
|
|
708
888
|
color: var(--main-app-navigate-menu-select-text) !important;
|
|
709
|
-
background: var(--main-app-navigate-menu-select-bg) !important;
|
|
710
889
|
}
|
|
711
890
|
.horizontalMenu__knTR1 > li.menuSelected__u4ILv .menu-arrow {
|
|
712
891
|
margin-top: -3px;
|
|
@@ -740,6 +919,22 @@ body.light .layoutCircleBg2___XZpQ {
|
|
|
740
919
|
.horizontalMenu__knTR1 .menu-arrow::after {
|
|
741
920
|
transform: rotate(45deg) translateX(-2.5px);
|
|
742
921
|
}
|
|
922
|
+
.horizontalMenu__knTR1 .ellpsis-menu-arrow {
|
|
923
|
+
display: inline-flex;
|
|
924
|
+
align-items: center;
|
|
925
|
+
padding: 6px;
|
|
926
|
+
margin: 0 -16px;
|
|
927
|
+
font-size: 16px;
|
|
928
|
+
cursor: pointer;
|
|
929
|
+
border-radius: 8px;
|
|
930
|
+
color: var(--main-app-color-text-secondary);
|
|
931
|
+
background: var(--main-app-color-fill-quaternary);
|
|
932
|
+
border: 1px solid transparent;
|
|
933
|
+
}
|
|
934
|
+
.horizontalMenu__knTR1 .ellpsis-menu-arrow:hover {
|
|
935
|
+
color: var(--main-app-color-primary);
|
|
936
|
+
border-color: var(--main-app-color-primary);
|
|
937
|
+
}
|
|
743
938
|
.horizontalSubMenu__HyBkt {
|
|
744
939
|
max-height: 60vh;
|
|
745
940
|
overflow: auto;
|
|
@@ -752,6 +947,7 @@ body.light .layoutCircleBg2___XZpQ {
|
|
|
752
947
|
}
|
|
753
948
|
.horizontalSubMenu__HyBkt > li.main-menu-item,
|
|
754
949
|
.horizontalSubMenu__HyBkt > li.main-menu-submenu > .main-menu-submenu-title {
|
|
950
|
+
width: 100%;
|
|
755
951
|
margin: 4px 0;
|
|
756
952
|
padding-left: 12px !important;
|
|
757
953
|
}
|
|
@@ -768,6 +964,7 @@ body.light .layoutCircleBg2___XZpQ {
|
|
|
768
964
|
background: var(--main-app-navigate-submenu-select-bg);
|
|
769
965
|
}
|
|
770
966
|
.horizontalSubMenu__HyBkt > .main-menu-submenu > .main-menu-submenu-title {
|
|
967
|
+
width: 100%;
|
|
771
968
|
background: none !important;
|
|
772
969
|
}
|
|
773
970
|
.horizontalSubMenu__HyBkt > .main-menu-submenu > .main-menu-sub {
|
|
@@ -808,20 +1005,12 @@ body.light .layoutCircleBg2___XZpQ {
|
|
|
808
1005
|
.horizontalMenuPopover__WYV3T .main-popover-inner {
|
|
809
1006
|
padding: 0;
|
|
810
1007
|
}
|
|
811
|
-
|
|
812
|
-
|
|
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;
|
|
1008
|
+
.trdMenu__gAY5a.main-menu-submenu-popup {
|
|
1009
|
+
-webkit-padding-start: 6px !important;
|
|
1010
|
+
padding-inline-start: 6px !important;
|
|
821
1011
|
}
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
background: none !important;
|
|
1012
|
+
.trdMenu__gAY5a .main-menu-sub {
|
|
1013
|
+
min-width: unset !important;
|
|
825
1014
|
}
|
|
826
1015
|
body.light .horizontalMenu__knTR1 > li {
|
|
827
1016
|
background: none;
|
|
@@ -838,153 +1027,42 @@ body.light .trdMenu__gAY5a .main-menu-item-selected {
|
|
|
838
1027
|
color: var(--main-app-color-primary-text) !important;
|
|
839
1028
|
background: none !important;
|
|
840
1029
|
}
|
|
841
|
-
|
|
842
|
-
|
|
1030
|
+
|
|
1031
|
+
.navItem__pMpDc {
|
|
1032
|
+
display: flex;
|
|
1033
|
+
align-items: center;
|
|
1034
|
+
font-size: 13px;
|
|
1035
|
+
overflow: hidden;
|
|
1036
|
+
cursor: pointer;
|
|
843
1037
|
}
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
1038
|
+
.navItem__pMpDc .anticon {
|
|
1039
|
+
padding: 1px;
|
|
1040
|
+
font-size: 14px;
|
|
1041
|
+
color: var(--main-app-color-text-tertiary);
|
|
847
1042
|
}
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
background: none !important;
|
|
1043
|
+
.navItem__pMpDc .main-menu-icon {
|
|
1044
|
+
height: unset !important;
|
|
851
1045
|
}
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
1046
|
+
.navItem__pMpDc img {
|
|
1047
|
+
max-width: 14px;
|
|
1048
|
+
max-height: 14px;
|
|
855
1049
|
}
|
|
856
|
-
|
|
857
|
-
|
|
1050
|
+
.navItemContent__vlAUd {
|
|
1051
|
+
flex: 1;
|
|
1052
|
+
display: flex;
|
|
1053
|
+
align-items: center;
|
|
1054
|
+
margin-left: 8px;
|
|
1055
|
+
white-space: nowrap;
|
|
858
1056
|
}
|
|
859
|
-
|
|
860
|
-
|
|
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;
|
|
1057
|
+
.navItemContent__vlAUd:only-child {
|
|
1058
|
+
margin-left: 0;
|
|
975
1059
|
}
|
|
976
1060
|
.navItemTxt__tVFy0 {
|
|
977
|
-
|
|
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;
|
|
1061
|
+
color: var(--main-app-color-text-secondary);
|
|
985
1062
|
}
|
|
986
1063
|
.navItemPopover__jA5Ww .main-popover-inner {
|
|
987
1064
|
padding: 0;
|
|
1065
|
+
overflow: hidden;
|
|
988
1066
|
}
|
|
989
1067
|
.navItemPopover__jA5Ww .main-menu-item {
|
|
990
1068
|
padding-left: 12px !important;
|
|
@@ -993,6 +1071,9 @@ body.light .trdMenu__gAY5a .main-menu-item-selected {
|
|
|
993
1071
|
.navItemPopover__jA5Ww .main-menu-inline-collapsed {
|
|
994
1072
|
width: auto !important;
|
|
995
1073
|
}
|
|
1074
|
+
.menu__EkD5i.main-menu-light .main-menu-item:not(.main-menu-item-selected):hover {
|
|
1075
|
+
background: var(--main-app-color-bg-spotlight) !important;
|
|
1076
|
+
}
|
|
996
1077
|
|
|
997
1078
|
.notification__BEJcE {
|
|
998
1079
|
display: flex;
|
|
@@ -1025,6 +1106,7 @@ body.light .trdMenu__gAY5a .main-menu-item-selected {
|
|
|
1025
1106
|
}
|
|
1026
1107
|
.resetList__MfgMC .main-list-item-meta-title {
|
|
1027
1108
|
font-size: 12px;
|
|
1109
|
+
font-weight: 400;
|
|
1028
1110
|
color: var(--main-app-color-text-tertiary) !important;
|
|
1029
1111
|
overflow: hidden;
|
|
1030
1112
|
text-overflow: ellipsis;
|
|
@@ -1033,18 +1115,14 @@ body.light .trdMenu__gAY5a .main-menu-item-selected {
|
|
|
1033
1115
|
.resetList__MfgMC .main-list-item-meta-description {
|
|
1034
1116
|
font-size: 14px;
|
|
1035
1117
|
font-weight: 400;
|
|
1036
|
-
color: var(--main-app-color-text) !important;
|
|
1037
1118
|
overflow: hidden;
|
|
1038
1119
|
text-overflow: ellipsis;
|
|
1039
1120
|
display: -webkit-box;
|
|
1040
1121
|
-webkit-line-clamp: 2;
|
|
1041
1122
|
-webkit-box-orient: vertical;
|
|
1042
1123
|
}
|
|
1043
|
-
.
|
|
1044
|
-
|
|
1045
|
-
}
|
|
1046
|
-
.iconMargin__Hbfjg {
|
|
1047
|
-
margin-right: 5px;
|
|
1124
|
+
.resetList__MfgMC .main-list-item-meta-description .main-typography {
|
|
1125
|
+
color: var(--main-app-color-text-secondary);
|
|
1048
1126
|
}
|
|
1049
1127
|
.circle__l8iGG {
|
|
1050
1128
|
display: flex;
|
|
@@ -1053,11 +1131,14 @@ body.light .trdMenu__gAY5a .main-menu-item-selected {
|
|
|
1053
1131
|
}
|
|
1054
1132
|
.circle__l8iGG .main-badge-count {
|
|
1055
1133
|
color: var(--main-app-navigate-text);
|
|
1056
|
-
|
|
1134
|
+
}
|
|
1135
|
+
.circle__l8iGG .main-badge-multiple-words {
|
|
1136
|
+
padding: 0 3px;
|
|
1057
1137
|
}
|
|
1058
1138
|
.footer__NGaZB {
|
|
1139
|
+
margin-bottom: -12px;
|
|
1059
1140
|
line-height: 22px;
|
|
1060
|
-
font-size:
|
|
1141
|
+
font-size: 14px;
|
|
1061
1142
|
color: var(--main-primary-color);
|
|
1062
1143
|
}
|
|
1063
1144
|
.footer__NGaZB span {
|
|
@@ -1098,85 +1179,74 @@ body.light .circle__l8iGG .main-badge-count {
|
|
|
1098
1179
|
color: var(--main-primary-color);
|
|
1099
1180
|
}
|
|
1100
1181
|
|
|
1101
|
-
.
|
|
1102
|
-
|
|
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;
|
|
1182
|
+
.appDownload__db5uD .main-popover-inner {
|
|
1183
|
+
padding: 12px;
|
|
1120
1184
|
}
|
|
1121
|
-
.
|
|
1185
|
+
.appQrcode__OCK8v {
|
|
1122
1186
|
display: flex;
|
|
1123
1187
|
align-items: center;
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
margin-right: 8px;
|
|
1129
|
-
font-size: 20px;
|
|
1130
|
-
font-weight: 600;
|
|
1131
|
-
overflow: hidden;
|
|
1132
|
-
white-space: nowrap;
|
|
1133
|
-
text-overflow: ellipsis;
|
|
1188
|
+
justify-content: center;
|
|
1189
|
+
flex-direction: column;
|
|
1190
|
+
min-width: 200px;
|
|
1191
|
+
text-align: center;
|
|
1134
1192
|
}
|
|
1135
|
-
.
|
|
1136
|
-
margin:
|
|
1193
|
+
.appQrcode__OCK8v .main-app-qrTitle {
|
|
1194
|
+
margin-bottom: 12px;
|
|
1137
1195
|
}
|
|
1138
|
-
.
|
|
1139
|
-
|
|
1196
|
+
.appQrcode__OCK8v.TEXT_ON_LEFT,
|
|
1197
|
+
.appQrcode__OCK8v.TEXT_ON_RIGHT {
|
|
1198
|
+
flex-direction: row;
|
|
1199
|
+
max-width: 360px;
|
|
1140
1200
|
}
|
|
1141
|
-
.
|
|
1142
|
-
|
|
1201
|
+
.appQrcode__OCK8v.TEXT_ON_LEFT .main-app-qrTitle,
|
|
1202
|
+
.appQrcode__OCK8v.TEXT_ON_RIGHT .main-app-qrTitle {
|
|
1203
|
+
max-width: 160px;
|
|
1143
1204
|
}
|
|
1144
|
-
.
|
|
1145
|
-
|
|
1146
|
-
|
|
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);
|
|
1205
|
+
.appQrcode__OCK8v.TEXT_ON_BOTTOM .main-app-qrTitle,
|
|
1206
|
+
.appQrcode__OCK8v.TEXT_ON_RIGHT .main-app-qrTitle {
|
|
1207
|
+
order: 2;
|
|
1154
1208
|
}
|
|
1155
|
-
.
|
|
1156
|
-
|
|
1209
|
+
.appQrcode__OCK8v.TEXT_ON_BOTTOM .main-app-qrTitle {
|
|
1210
|
+
margin-top: 12px;
|
|
1211
|
+
margin-bottom: 0;
|
|
1157
1212
|
}
|
|
1158
|
-
.
|
|
1159
|
-
|
|
1160
|
-
|
|
1213
|
+
.qrcodeImg__wx1gF {
|
|
1214
|
+
position: relative;
|
|
1215
|
+
flex: 1;
|
|
1161
1216
|
}
|
|
1162
|
-
.
|
|
1163
|
-
|
|
1217
|
+
.qrcodeImg__wx1gF canvas {
|
|
1218
|
+
width: 200px;
|
|
1219
|
+
height: 200px;
|
|
1164
1220
|
}
|
|
1165
|
-
.
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1221
|
+
.qrcodeImg__wx1gF .favicon {
|
|
1222
|
+
position: absolute;
|
|
1223
|
+
z-index: 1;
|
|
1224
|
+
left: 50%;
|
|
1225
|
+
top: 50%;
|
|
1226
|
+
width: 32px;
|
|
1227
|
+
height: 32px;
|
|
1228
|
+
border: 2px solid #ffffff;
|
|
1229
|
+
border-radius: 3px;
|
|
1230
|
+
transform: translate(-50%, -50%);
|
|
1169
1231
|
}
|
|
1170
|
-
.
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1232
|
+
.qrTitle__CUp3e {
|
|
1233
|
+
max-width: 270px;
|
|
1234
|
+
font-weight: bold;
|
|
1235
|
+
font-size: 14px;
|
|
1236
|
+
text-align: center;
|
|
1237
|
+
white-space: normal;
|
|
1238
|
+
word-break: break-word;
|
|
1239
|
+
overflow: hidden;
|
|
1240
|
+
text-overflow: ellipsis;
|
|
1241
|
+
display: -webkit-box;
|
|
1242
|
+
-webkit-line-clamp: 3;
|
|
1243
|
+
-webkit-box-orient: vertical;
|
|
1177
1244
|
}
|
|
1178
|
-
.
|
|
1179
|
-
|
|
1245
|
+
.hintImage__hhO5W {
|
|
1246
|
+
max-width: 300px;
|
|
1247
|
+
margin-left: -10px;
|
|
1248
|
+
background-repeat: no-repeat;
|
|
1249
|
+
background-size: contain;
|
|
1180
1250
|
}
|
|
1181
1251
|
|
|
1182
1252
|
.headerNav__udK6r {
|
|
@@ -1185,7 +1255,6 @@ body.light .circle__l8iGG .main-badge-count {
|
|
|
1185
1255
|
align-items: center;
|
|
1186
1256
|
border-radius: 8px;
|
|
1187
1257
|
color: var(--main-app-navigate-text);
|
|
1188
|
-
background: var(--main-app-color-bg-spotlight);
|
|
1189
1258
|
}
|
|
1190
1259
|
.headerNav__udK6r .main-app-nav-item {
|
|
1191
1260
|
display: flex;
|
|
@@ -1199,37 +1268,6 @@ body.light .circle__l8iGG .main-badge-count {
|
|
|
1199
1268
|
}
|
|
1200
1269
|
.headerNav__udK6r .main-app-nav-item:hover {
|
|
1201
1270
|
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
1271
|
}
|
|
1234
1272
|
|
|
1235
1273
|
.layoutHeader__hSm9v {
|
|
@@ -1242,30 +1280,89 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1242
1280
|
color: var(--main-app-navigate-text);
|
|
1243
1281
|
background-color: var(--main-app-navigate-bg);
|
|
1244
1282
|
transition: all 0.2s;
|
|
1283
|
+
overflow: hidden;
|
|
1245
1284
|
}
|
|
1246
1285
|
.siteInfo__X3cGp {
|
|
1247
1286
|
flex: none;
|
|
1248
1287
|
display: flex;
|
|
1249
1288
|
align-items: center;
|
|
1289
|
+
margin-right: 20px;
|
|
1250
1290
|
}
|
|
1251
1291
|
.siteInfo__X3cGp img {
|
|
1252
1292
|
max-height: 36px;
|
|
1293
|
+
max-width: 160px;
|
|
1253
1294
|
}
|
|
1254
1295
|
.siteInfo__X3cGp h1 {
|
|
1255
|
-
|
|
1296
|
+
margin: 0 0 0 12px;
|
|
1256
1297
|
font-size: 20px;
|
|
1257
|
-
|
|
1298
|
+
font-weight: 500;
|
|
1299
|
+
color: var(--main-app-color-text);
|
|
1300
|
+
}
|
|
1301
|
+
.goHome__rL9nk {
|
|
1302
|
+
margin-right: 8px;
|
|
1303
|
+
padding: 8px;
|
|
1304
|
+
font-size: 13px;
|
|
1305
|
+
font-weight: 500;
|
|
1306
|
+
cursor: pointer;
|
|
1307
|
+
}
|
|
1308
|
+
.goHome__rL9nk:hover {
|
|
1309
|
+
color: var(--main-app-color-primary-text);
|
|
1310
|
+
}
|
|
1311
|
+
.projectInfo__SJOn2 {
|
|
1312
|
+
margin-right: 8px;
|
|
1258
1313
|
}
|
|
1259
1314
|
.headerMenu__X31e1 {
|
|
1260
1315
|
position: relative;
|
|
1261
1316
|
flex: 1;
|
|
1262
1317
|
display: flex;
|
|
1263
1318
|
align-items: center;
|
|
1264
|
-
margin:
|
|
1319
|
+
margin-right: 20px;
|
|
1265
1320
|
overflow: hidden;
|
|
1266
1321
|
}
|
|
1267
1322
|
|
|
1323
|
+
.project__ReSr6 .main-select {
|
|
1324
|
+
height: 36px;
|
|
1325
|
+
}
|
|
1326
|
+
.aside__FhKAI .main-select {
|
|
1327
|
+
width: 100% !important;
|
|
1328
|
+
height: 40px;
|
|
1329
|
+
}
|
|
1330
|
+
.collapsed__J2GST {
|
|
1331
|
+
display: flex;
|
|
1332
|
+
align-items: center;
|
|
1333
|
+
height: 40px;
|
|
1334
|
+
padding: 0 8px;
|
|
1335
|
+
cursor: pointer;
|
|
1336
|
+
border-radius: 8px;
|
|
1337
|
+
background: var(--main-app-color-fill-tertiary);
|
|
1338
|
+
-webkit-user-select: none;
|
|
1339
|
+
-moz-user-select: none;
|
|
1340
|
+
user-select: none;
|
|
1341
|
+
}
|
|
1342
|
+
.collapsed__J2GST .name {
|
|
1343
|
+
min-width: 24px;
|
|
1344
|
+
height: 24px;
|
|
1345
|
+
line-height: 24px;
|
|
1346
|
+
border-radius: 12px;
|
|
1347
|
+
font-size: 14px;
|
|
1348
|
+
font-weight: bold;
|
|
1349
|
+
text-align: center;
|
|
1350
|
+
color: var(--main-app-color-primary-text);
|
|
1351
|
+
background: var(--main-app-color-bg-container);
|
|
1352
|
+
}
|
|
1353
|
+
.popover__j2eqo .main-popover-inner {
|
|
1354
|
+
padding: 0;
|
|
1355
|
+
}
|
|
1356
|
+
.popover__j2eqo .main-menu-item {
|
|
1357
|
+
padding-left: 12px !important;
|
|
1358
|
+
padding-inline: 12px !important;
|
|
1359
|
+
}
|
|
1360
|
+
.popover__j2eqo .main-menu-inline-collapsed {
|
|
1361
|
+
width: auto !important;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1268
1364
|
.siderNav__ujGXh {
|
|
1365
|
+
position: relative;
|
|
1269
1366
|
flex: none;
|
|
1270
1367
|
display: flex;
|
|
1271
1368
|
flex-direction: column;
|
|
@@ -1273,6 +1370,18 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1273
1370
|
padding: 10px;
|
|
1274
1371
|
border-top: 1px solid var(--main-app-color-border-secondary);
|
|
1275
1372
|
}
|
|
1373
|
+
.siderNav__ujGXh::before {
|
|
1374
|
+
content: '';
|
|
1375
|
+
position: absolute;
|
|
1376
|
+
top: -81px;
|
|
1377
|
+
left: 0;
|
|
1378
|
+
right: 0;
|
|
1379
|
+
height: 80px;
|
|
1380
|
+
opacity: 1;
|
|
1381
|
+
pointer-events: none;
|
|
1382
|
+
background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, #0A0A0A 100%);
|
|
1383
|
+
transition: opacity ease-out 0.5s;
|
|
1384
|
+
}
|
|
1276
1385
|
.siderNav__ujGXh .main-app-nav-item {
|
|
1277
1386
|
display: flex;
|
|
1278
1387
|
align-items: center;
|
|
@@ -1288,20 +1397,48 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1288
1397
|
.siderNav__ujGXh .main-app-nav-item:hover {
|
|
1289
1398
|
background: var(--main-app-color-fill-tertiary);
|
|
1290
1399
|
}
|
|
1400
|
+
.siderNav__ujGXh .main-app-nav-item [class*="navItemTxt"] {
|
|
1401
|
+
flex: 1;
|
|
1402
|
+
width: 0;
|
|
1403
|
+
max-width: unset !important;
|
|
1404
|
+
}
|
|
1291
1405
|
.siderNav__ujGXh .main-app-nav-item .avatar {
|
|
1292
1406
|
width: 24px;
|
|
1293
1407
|
height: 24px;
|
|
1294
1408
|
}
|
|
1409
|
+
.siderNav__ujGXh .avatar {
|
|
1410
|
+
margin-left: 3px;
|
|
1411
|
+
}
|
|
1412
|
+
.siderNav__ujGXh .nav-collapse-trigger {
|
|
1413
|
+
order: -1;
|
|
1414
|
+
}
|
|
1415
|
+
.sideUserAccount__HImsz {
|
|
1416
|
+
padding: 11px 0;
|
|
1417
|
+
border-radius: 8px;
|
|
1418
|
+
}
|
|
1419
|
+
.sideUserAccount__HImsz:hover {
|
|
1420
|
+
background: var(--main-app-color-fill-tertiary);
|
|
1421
|
+
}
|
|
1422
|
+
.collapsed__UKfPw .main-app-nav-item .anticon-right {
|
|
1423
|
+
display: none;
|
|
1424
|
+
}
|
|
1425
|
+
body.light .siderNav__ujGXh::before {
|
|
1426
|
+
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
|
|
1427
|
+
}
|
|
1295
1428
|
|
|
1296
1429
|
.siteSider__WRhb9 {
|
|
1297
1430
|
position: relative;
|
|
1298
1431
|
z-index: 1;
|
|
1299
|
-
color: var(--main-app-color-text-secondary)
|
|
1300
|
-
background: var(--main-app-color-bg-
|
|
1432
|
+
color: var(--main-app-color-text-secondary);
|
|
1433
|
+
background: var(--main-app-color-bg-layout);
|
|
1434
|
+
border-right: 1px solid var(--main-app-color-border-secondary);
|
|
1301
1435
|
}
|
|
1302
1436
|
.siteSider__WRhb9:hover {
|
|
1303
1437
|
z-index: 10;
|
|
1304
1438
|
}
|
|
1439
|
+
.siteSider__WRhb9:hover .foldBtnFixed__tZVuF {
|
|
1440
|
+
opacity: 1;
|
|
1441
|
+
}
|
|
1305
1442
|
.siteSider__WRhb9 > div {
|
|
1306
1443
|
display: flex;
|
|
1307
1444
|
flex-direction: column;
|
|
@@ -1313,12 +1450,11 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1313
1450
|
flex: none;
|
|
1314
1451
|
display: flex;
|
|
1315
1452
|
flex-wrap: nowrap;
|
|
1316
|
-
justify-content: center;
|
|
1317
|
-
align-items: center;
|
|
1318
1453
|
margin: 16px 16px 0;
|
|
1319
1454
|
}
|
|
1320
1455
|
.siteInfo__Jr3Fh img {
|
|
1321
1456
|
max-width: 100%;
|
|
1457
|
+
max-height: 36px;
|
|
1322
1458
|
}
|
|
1323
1459
|
.siteInfo__Jr3Fh h1 {
|
|
1324
1460
|
margin: 16px 0 16px 12px;
|
|
@@ -1327,21 +1463,28 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1327
1463
|
text-overflow: ellipsis;
|
|
1328
1464
|
overflow: hidden;
|
|
1329
1465
|
}
|
|
1466
|
+
.menuAtBottom__IR4lN + [class*="siderNav"]::before {
|
|
1467
|
+
opacity: 0;
|
|
1468
|
+
}
|
|
1330
1469
|
.siderMenu__NUToQ {
|
|
1331
1470
|
flex: 1;
|
|
1332
1471
|
padding: 12px;
|
|
1333
1472
|
overflow: auto;
|
|
1473
|
+
scrollbar-width: none;
|
|
1334
1474
|
}
|
|
1335
1475
|
.siderMenu__NUToQ > .main-menu {
|
|
1336
1476
|
-webkit-border-end: 0 none !important;
|
|
1337
1477
|
border-inline-end: 0 none !important;
|
|
1338
1478
|
}
|
|
1479
|
+
.siderMenu__NUToQ > .main-menu .main-menu-icon {
|
|
1480
|
+
margin: 0 !important;
|
|
1481
|
+
}
|
|
1339
1482
|
.siderMenu__NUToQ > .main-menu > li {
|
|
1340
1483
|
width: 100% !important;
|
|
1341
1484
|
}
|
|
1342
1485
|
.siderMenu__NUToQ > .main-menu > li:hover {
|
|
1343
|
-
color: var(--main-
|
|
1344
|
-
background:
|
|
1486
|
+
color: var(--main-primary-color) !important;
|
|
1487
|
+
background: transparent !important;
|
|
1345
1488
|
}
|
|
1346
1489
|
.siderMenu__NUToQ > .main-menu > li.main-menu-item,
|
|
1347
1490
|
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu {
|
|
@@ -1351,23 +1494,20 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1351
1494
|
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-item-selected,
|
|
1352
1495
|
.siderMenu__NUToQ > .main-menu > li.main-menu-item.main-menu-submenu-selected,
|
|
1353
1496
|
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-submenu-selected {
|
|
1354
|
-
|
|
1355
|
-
|
|
1497
|
+
font-weight: 500;
|
|
1498
|
+
color: var(--main-primary-color) !important;
|
|
1499
|
+
background: transparent !important;
|
|
1356
1500
|
}
|
|
1357
1501
|
.siderMenu__NUToQ > .main-menu > li.main-menu-item.main-menu-item-selected > .main-menu-submenu-title,
|
|
1358
1502
|
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-item-selected > .main-menu-submenu-title,
|
|
1359
1503
|
.siderMenu__NUToQ > .main-menu > li.main-menu-item.main-menu-submenu-selected > .main-menu-submenu-title,
|
|
1360
1504
|
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-submenu-selected > .main-menu-submenu-title {
|
|
1361
|
-
color: var(--main-
|
|
1505
|
+
color: var(--main-primary-color) !important;
|
|
1362
1506
|
background: none;
|
|
1363
1507
|
}
|
|
1364
1508
|
.siderMenu__NUToQ > .main-menu > li.main-menu-item.main-menu-submenu-open,
|
|
1365
1509
|
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu.main-menu-submenu-open {
|
|
1366
|
-
background:
|
|
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);
|
|
1510
|
+
background: transparent !important;
|
|
1371
1511
|
}
|
|
1372
1512
|
.siderMenu__NUToQ > .main-menu > li.main-menu-item,
|
|
1373
1513
|
.siderMenu__NUToQ > .main-menu > li.main-menu-submenu > .main-menu-submenu-title {
|
|
@@ -1375,7 +1515,20 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1375
1515
|
padding-right: 12px !important;
|
|
1376
1516
|
}
|
|
1377
1517
|
.siderMenu__NUToQ > .main-menu > li .main-menu-submenu-arrow {
|
|
1378
|
-
inset-inline-end:
|
|
1518
|
+
inset-inline-end: 5px !important;
|
|
1519
|
+
}
|
|
1520
|
+
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub {
|
|
1521
|
+
position: relative;
|
|
1522
|
+
}
|
|
1523
|
+
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub::after {
|
|
1524
|
+
content: '';
|
|
1525
|
+
position: absolute;
|
|
1526
|
+
top: 0;
|
|
1527
|
+
bottom: 0;
|
|
1528
|
+
left: 18px;
|
|
1529
|
+
width: 1px;
|
|
1530
|
+
display: block;
|
|
1531
|
+
border-left: 1px solid var(--main-app-color-border-secondary);
|
|
1379
1532
|
}
|
|
1380
1533
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-item,
|
|
1381
1534
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu .main-menu-submenu-title {
|
|
@@ -1383,13 +1536,13 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1383
1536
|
}
|
|
1384
1537
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-item:hover,
|
|
1385
1538
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu .main-menu-submenu-title:hover {
|
|
1386
|
-
background:
|
|
1539
|
+
background: transparent !important;
|
|
1387
1540
|
}
|
|
1388
1541
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu .main-menu-submenu-title {
|
|
1389
1542
|
padding-left: 32px !important;
|
|
1390
1543
|
}
|
|
1391
1544
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu.main-menu-submenu-open {
|
|
1392
|
-
background:
|
|
1545
|
+
background: transparent;
|
|
1393
1546
|
}
|
|
1394
1547
|
.siderMenu__NUToQ > .main-menu > .main-menu-submenu > .main-menu-sub > .main-menu-submenu.main-menu-submenu-open .main-menu-submenu-title {
|
|
1395
1548
|
background: transparent !important;
|
|
@@ -1401,7 +1554,19 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1401
1554
|
padding-left: 46px !important;
|
|
1402
1555
|
}
|
|
1403
1556
|
.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:
|
|
1557
|
+
background: transparent !important;
|
|
1558
|
+
}
|
|
1559
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu:hover {
|
|
1560
|
+
background: none !important;
|
|
1561
|
+
}
|
|
1562
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu.main-menu-submenu-open {
|
|
1563
|
+
background: none !important;
|
|
1564
|
+
}
|
|
1565
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu.main-menu-submenu-open .main-menu-sub {
|
|
1566
|
+
background: none !important;
|
|
1567
|
+
}
|
|
1568
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu.main-menu-submenu-open .main-menu-sub .main-menu-item {
|
|
1569
|
+
background: none !important;
|
|
1405
1570
|
}
|
|
1406
1571
|
.siderMenu__NUToQ > .main-menu .main-menu-submenu .main-menu-submenu-title {
|
|
1407
1572
|
width: 100%;
|
|
@@ -1410,14 +1575,38 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1410
1575
|
-webkit-margin-end: 0;
|
|
1411
1576
|
margin-inline-end: 0;
|
|
1412
1577
|
}
|
|
1578
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu .main-menu-submenu-title:hover {
|
|
1579
|
+
color: var(--main-app-color-primary-text) !important;
|
|
1580
|
+
background: none !important;
|
|
1581
|
+
}
|
|
1413
1582
|
.siderMenu__NUToQ > .main-menu .main-menu-submenu .main-menu-sub {
|
|
1414
1583
|
margin: 0;
|
|
1415
1584
|
padding: 0 4px;
|
|
1585
|
+
background: none !important;
|
|
1416
1586
|
}
|
|
1417
1587
|
.siderMenu__NUToQ > .main-menu .main-menu-submenu .main-menu-sub > .main-menu-item {
|
|
1418
1588
|
margin-left: 0;
|
|
1419
1589
|
margin-right: 0;
|
|
1420
1590
|
width: 100%;
|
|
1591
|
+
background: none !important;
|
|
1592
|
+
}
|
|
1593
|
+
.siderMenu__NUToQ > .main-menu .main-menu-item:hover,
|
|
1594
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu:hover {
|
|
1595
|
+
color: var(--main-app-color-primary-text) !important;
|
|
1596
|
+
background: none !important;
|
|
1597
|
+
}
|
|
1598
|
+
.siderMenu__NUToQ > .main-menu .main-menu-item.main-menu-item-selected,
|
|
1599
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu.main-menu-item-selected {
|
|
1600
|
+
color: var(--main-app-color-primary-text) !important;
|
|
1601
|
+
background: none !important;
|
|
1602
|
+
}
|
|
1603
|
+
.siderMenu__NUToQ > .main-menu .main-menu-item,
|
|
1604
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu-title {
|
|
1605
|
+
transition: none !important;
|
|
1606
|
+
}
|
|
1607
|
+
.siderMenu__NUToQ > .main-menu .main-menu-item *,
|
|
1608
|
+
.siderMenu__NUToQ > .main-menu .main-menu-submenu-title * {
|
|
1609
|
+
transition: none !important;
|
|
1421
1610
|
}
|
|
1422
1611
|
.siderMenu__NUToQ > .main-menu-light a {
|
|
1423
1612
|
transition: none !important;
|
|
@@ -1434,13 +1623,6 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1434
1623
|
.siderMenu__NUToQ > .main-menu-light > li.main-menu-submenu.main-menu-submenu-selected > .main-menu-submenu-title {
|
|
1435
1624
|
color: var(--main-app-color-primary-text);
|
|
1436
1625
|
}
|
|
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
1626
|
.siderMenu__NUToQ > .main-menu-light > .main-menu-submenu > .main-menu-sub > .main-menu-item.main-menu-item-selected {
|
|
1445
1627
|
color: var(--main-app-color-primary-text) !important;
|
|
1446
1628
|
}
|
|
@@ -1450,21 +1632,11 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1450
1632
|
.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
1633
|
color: var(--main-app-color-primary-text) !important;
|
|
1452
1634
|
}
|
|
1453
|
-
.
|
|
1454
|
-
|
|
1455
|
-
position: absolute;
|
|
1456
|
-
inset: 0;
|
|
1457
|
-
z-index: -1;
|
|
1458
|
-
overflow: hidden;
|
|
1459
|
-
pointer-events: none;
|
|
1635
|
+
.projectInfo__zxd5t {
|
|
1636
|
+
margin: 0 12px;
|
|
1460
1637
|
}
|
|
1461
|
-
.
|
|
1462
|
-
|
|
1463
|
-
position: absolute;
|
|
1464
|
-
width: 100%;
|
|
1465
|
-
height: 600px;
|
|
1466
|
-
filter: blur(100px);
|
|
1467
|
-
transform: translate(-45%, -45%);
|
|
1638
|
+
.projectInfo__zxd5t + div {
|
|
1639
|
+
padding-top: 8px;
|
|
1468
1640
|
}
|
|
1469
1641
|
.foldBtnWrap__C_LCy {
|
|
1470
1642
|
display: flex;
|
|
@@ -1474,7 +1646,6 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1474
1646
|
}
|
|
1475
1647
|
.foldBtnWrap__C_LCy > span {
|
|
1476
1648
|
flex: 1;
|
|
1477
|
-
display: flex;
|
|
1478
1649
|
align-items: center;
|
|
1479
1650
|
justify-content: center;
|
|
1480
1651
|
padding: 8px 0;
|
|
@@ -1484,6 +1655,7 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1484
1655
|
background-color: var(--main-app-color-fill-tertiary);
|
|
1485
1656
|
}
|
|
1486
1657
|
.foldBtnFixed__tZVuF {
|
|
1658
|
+
display: flex;
|
|
1487
1659
|
position: absolute;
|
|
1488
1660
|
z-index: 9;
|
|
1489
1661
|
top: 50%;
|
|
@@ -1493,63 +1665,18 @@ body.light .headerNav__udK6r .main-app-nav-item:hover {
|
|
|
1493
1665
|
margin-top: -34px;
|
|
1494
1666
|
transform: translate(50%, -50%);
|
|
1495
1667
|
background: var(--main-app-color-bg-elevated) !important;
|
|
1496
|
-
|
|
1668
|
+
border: 1px solid var(--main-app-color-border-secondary);
|
|
1497
1669
|
border-radius: 50%;
|
|
1670
|
+
opacity: 0;
|
|
1671
|
+
transition: opacity 0.3s ease-out;
|
|
1498
1672
|
}
|
|
1499
1673
|
.foldBtnFixed__tZVuF:hover {
|
|
1500
1674
|
color: var(--main-app-color-text) !important;
|
|
1501
1675
|
background: var(--main-primary-color) !important;
|
|
1676
|
+
border-color: var(--main-primary-color);
|
|
1502
1677
|
}
|
|
1503
1678
|
body.light .siteSider__WRhb9 {
|
|
1504
|
-
|
|
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;
|
|
1679
|
+
background: var(--main-app-color-bg-container);
|
|
1553
1680
|
}
|
|
1554
1681
|
body.light .foldBtnFixed__tZVuF:hover {
|
|
1555
1682
|
color: #fff !important;
|
|
@@ -1583,6 +1710,16 @@ body.light .foldBtnFixed__tZVuF:hover {
|
|
|
1583
1710
|
}
|
|
1584
1711
|
.login-form__kYwID .main-form-item {
|
|
1585
1712
|
margin-bottom: 42px;
|
|
1713
|
+
text-align: left;
|
|
1714
|
+
}
|
|
1715
|
+
.login-form__kYwID .main-form-item-label {
|
|
1716
|
+
display: none;
|
|
1717
|
+
}
|
|
1718
|
+
.login-form__kYwID .main-input {
|
|
1719
|
+
height: 0;
|
|
1720
|
+
padding-top: 12px !important;
|
|
1721
|
+
padding-bottom: 12px !important;
|
|
1722
|
+
background-clip: content-box !important;
|
|
1586
1723
|
}
|
|
1587
1724
|
.third-login__RyGZl {
|
|
1588
1725
|
cursor: pointer;
|
|
@@ -1616,6 +1753,12 @@ body.light .foldBtnFixed__tZVuF:hover {
|
|
|
1616
1753
|
-moz-user-select: none;
|
|
1617
1754
|
user-select: none;
|
|
1618
1755
|
}
|
|
1756
|
+
.wrap__yI3n0 a {
|
|
1757
|
+
color: var(--main-app-color-primary);
|
|
1758
|
+
}
|
|
1759
|
+
.wrap__yI3n0 a:hover {
|
|
1760
|
+
color: var(--main-app-color-primary);
|
|
1761
|
+
}
|
|
1619
1762
|
.wrap__yI3n0 .clause__izKh6 {
|
|
1620
1763
|
margin-left: 8px;
|
|
1621
1764
|
height: 22px;
|
|
@@ -1628,8 +1771,11 @@ body.light .foldBtnFixed__tZVuF:hover {
|
|
|
1628
1771
|
}
|
|
1629
1772
|
|
|
1630
1773
|
.wrap__lilNp {
|
|
1631
|
-
margin-bottom:
|
|
1632
|
-
|
|
1774
|
+
margin-bottom: 42px;
|
|
1775
|
+
}
|
|
1776
|
+
.wrap__lilNp h3 {
|
|
1777
|
+
margin: 0;
|
|
1778
|
+
color: var(--main-app-color-text);
|
|
1633
1779
|
}
|
|
1634
1780
|
|
|
1635
1781
|
.wrap__OSJoi {
|
|
@@ -1637,13 +1783,16 @@ body.light .foldBtnFixed__tZVuF:hover {
|
|
|
1637
1783
|
width: 100%;
|
|
1638
1784
|
margin-top: 8px;
|
|
1639
1785
|
line-height: 22px;
|
|
1640
|
-
justify-content:
|
|
1786
|
+
justify-content: space-between;
|
|
1641
1787
|
}
|
|
1642
1788
|
.wrap__OSJoi a {
|
|
1643
1789
|
color: var(--main-app-color-text-tertiary);
|
|
1644
1790
|
}
|
|
1791
|
+
.wrap__OSJoi a.highlight {
|
|
1792
|
+
color: var(--main-app-color-primary);
|
|
1793
|
+
}
|
|
1645
1794
|
.wrap__OSJoi a:hover {
|
|
1646
|
-
color: var(--main-app-color-
|
|
1795
|
+
color: var(--main-app-color-primary);
|
|
1647
1796
|
}
|
|
1648
1797
|
|
|
1649
1798
|
.wrap__Nc8xQ {
|
|
@@ -1655,7 +1804,7 @@ body.light .foldBtnFixed__tZVuF:hover {
|
|
|
1655
1804
|
flex: 1;
|
|
1656
1805
|
}
|
|
1657
1806
|
.wrap__Nc8xQ .code__GNunR {
|
|
1658
|
-
margin: 0 0 10px
|
|
1807
|
+
margin: 5px 0 0 10px;
|
|
1659
1808
|
}
|
|
1660
1809
|
|
|
1661
1810
|
.container__DGA_S {
|
|
@@ -1677,14 +1826,16 @@ body.light .foldBtnFixed__tZVuF:hover {
|
|
|
1677
1826
|
.container__DGA_S.login-page-center-layout .login__EWLFr {
|
|
1678
1827
|
padding: 40px;
|
|
1679
1828
|
border-radius: 16px;
|
|
1680
|
-
background:
|
|
1829
|
+
background: var(--main-app-color-bg-container);
|
|
1681
1830
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
1682
1831
|
-webkit-backdrop-filter: blur(10px);
|
|
1683
1832
|
backdrop-filter: blur(10px);
|
|
1684
1833
|
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3);
|
|
1834
|
+
text-align: center;
|
|
1685
1835
|
}
|
|
1686
1836
|
.container__DGA_S.login-page-center-layout .login__EWLFr > form {
|
|
1687
1837
|
padding-bottom: 0;
|
|
1838
|
+
color: var(--main-app-color-text-tertiary);
|
|
1688
1839
|
}
|
|
1689
1840
|
.container__DGA_S.login-page-center-layout .login__EWLFr .main-btn-primary.main-btn-lg {
|
|
1690
1841
|
font-weight: bold;
|
|
@@ -1711,7 +1862,7 @@ body.light .foldBtnFixed__tZVuF:hover {
|
|
|
1711
1862
|
flex: 1;
|
|
1712
1863
|
width: 50%;
|
|
1713
1864
|
margin: 40px 0;
|
|
1714
|
-
border-radius: 16px
|
|
1865
|
+
border-radius: 16px;
|
|
1715
1866
|
background: url(static/img/47a523d0027c7b5af83f.png) scroll no-repeat center right;
|
|
1716
1867
|
background-size: cover;
|
|
1717
1868
|
background-clip: content-box;
|
|
@@ -1739,9 +1890,6 @@ body.light .foldBtnFixed__tZVuF:hover {
|
|
|
1739
1890
|
left: 0;
|
|
1740
1891
|
right: 0;
|
|
1741
1892
|
}
|
|
1742
|
-
.container__DGA_S .right__LWpo2 .rightContent__pQzzz h3 {
|
|
1743
|
-
color: var(--main-app-color-text-base) !important;
|
|
1744
|
-
}
|
|
1745
1893
|
.container__DGA_S .right__LWpo2 .rightContent__pQzzz .main-form-item-label label {
|
|
1746
1894
|
color: var(--main-app-color-text-tertiary) !important;
|
|
1747
1895
|
}
|
|
@@ -1821,17 +1969,185 @@ body.light .login-page-center-layout .login-page-form {
|
|
|
1821
1969
|
}
|
|
1822
1970
|
}
|
|
1823
1971
|
|
|
1972
|
+
.form__VghGp .main-input {
|
|
1973
|
+
height: 0;
|
|
1974
|
+
padding-top: 12px !important;
|
|
1975
|
+
padding-bottom: 12px !important;
|
|
1976
|
+
background-clip: content-box !important;
|
|
1977
|
+
}
|
|
1824
1978
|
.icon__ErnBX {
|
|
1825
1979
|
font-size: 32px !important;
|
|
1826
1980
|
margin-right: 16px;
|
|
1827
1981
|
cursor: pointer;
|
|
1828
1982
|
}
|
|
1829
1983
|
|
|
1830
|
-
.
|
|
1831
|
-
|
|
1984
|
+
.registerFormWrap__jKTuc {
|
|
1985
|
+
width: 520px;
|
|
1986
|
+
margin: 0 auto;
|
|
1987
|
+
}
|
|
1988
|
+
.accountFormHeader__n2jEt {
|
|
1989
|
+
margin-bottom: 16px;
|
|
1990
|
+
font-size: 14px;
|
|
1991
|
+
color: var(--main-app-color-text-secondary);
|
|
1992
|
+
}
|
|
1993
|
+
.accountFormHeader__n2jEt h3 {
|
|
1994
|
+
margin: 0 0 8px;
|
|
1995
|
+
font-size: 16px;
|
|
1996
|
+
font-weight: 500;
|
|
1997
|
+
color: var(--main-app-color-text);
|
|
1998
|
+
}
|
|
1999
|
+
.accountGroup__oAcoC {
|
|
2000
|
+
width: 100%;
|
|
2001
|
+
align-items: center;
|
|
2002
|
+
}
|
|
2003
|
+
.accountGroup__oAcoC.main-input-group {
|
|
2004
|
+
display: flex ;
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
.countryRegionCascader__L4cS8 {
|
|
2008
|
+
width: 100%;
|
|
2009
|
+
align-items: center;
|
|
2010
|
+
}
|
|
2011
|
+
.countryRegionCascader__L4cS8.main-input-group {
|
|
2012
|
+
display: flex ;
|
|
2013
|
+
}
|
|
2014
|
+
.country__rh3OY {
|
|
2015
|
+
min-width: 120px;
|
|
2016
|
+
}
|
|
2017
|
+
.region__aK1MU {
|
|
2018
|
+
flex: 1;
|
|
2019
|
+
}
|
|
2020
|
+
.region__aK1MU .main-spin-nested-loading {
|
|
2021
|
+
flex: 1;
|
|
2022
|
+
}
|
|
2023
|
+
.region__aK1MU .main-select-selector {
|
|
2024
|
+
border-top-left-radius: 0 !important;
|
|
2025
|
+
border-bottom-left-radius: 0 !important;
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
.result__wtAme {
|
|
2029
|
+
padding: 40px 0;
|
|
2030
|
+
text-align: center;
|
|
2031
|
+
}
|
|
2032
|
+
.result__wtAme .result-img {
|
|
2033
|
+
width: 220px;
|
|
2034
|
+
height: 228px;
|
|
2035
|
+
margin: 0 auto 24px;
|
|
2036
|
+
background: center no-repeat;
|
|
2037
|
+
background-size: contain;
|
|
2038
|
+
}
|
|
2039
|
+
.result__wtAme .result-img.result-img-success {
|
|
2040
|
+
background-image: url(static/img/b765d4caa82d7e5eae80.png);
|
|
2041
|
+
}
|
|
2042
|
+
.result__wtAme .result-img.result-img-audit {
|
|
2043
|
+
background-image: url(static/img/7d9900e808e2197745be.png);
|
|
2044
|
+
}
|
|
2045
|
+
.result__wtAme .result-title {
|
|
2046
|
+
margin-bottom: 4px;
|
|
2047
|
+
font-size: 24px;
|
|
2048
|
+
font-weight: 500;
|
|
2049
|
+
}
|
|
2050
|
+
.result__wtAme .result-desc {
|
|
2051
|
+
font-size: 14px;
|
|
2052
|
+
color: var(--main-app-color-text-secondary);
|
|
2053
|
+
}
|
|
2054
|
+
.result__wtAme .result-operate {
|
|
2055
|
+
margin-top: 24px;
|
|
2056
|
+
}
|
|
2057
|
+
.result__wtAme .apply-info {
|
|
2058
|
+
display: flex;
|
|
2059
|
+
align-items: center;
|
|
2060
|
+
width: 840px;
|
|
2061
|
+
padding: 32px;
|
|
2062
|
+
margin: 32px auto 0;
|
|
2063
|
+
border-radius: 16px;
|
|
2064
|
+
color: var(--main-app-color-text-secondary);
|
|
2065
|
+
background: var(--main-app-color-bg-layout);
|
|
2066
|
+
}
|
|
2067
|
+
.result__wtAme .apply-info .enterprise-img {
|
|
2068
|
+
width: 240px;
|
|
2069
|
+
padding: 24px;
|
|
2070
|
+
margin-right: 32px;
|
|
2071
|
+
}
|
|
2072
|
+
.result__wtAme .apply-info .enterprise-img > img {
|
|
2073
|
+
max-width: 100%;
|
|
2074
|
+
max-height: 100%;
|
|
2075
|
+
}
|
|
2076
|
+
.result__wtAme .apply-info .enterprise-info > .item {
|
|
2077
|
+
display: flex;
|
|
2078
|
+
align-items: flex-start;
|
|
2079
|
+
margin-bottom: 8px;
|
|
2080
|
+
text-align: left;
|
|
2081
|
+
}
|
|
2082
|
+
.result__wtAme .apply-info .enterprise-info > .item > label {
|
|
2083
|
+
flex: none;
|
|
2084
|
+
}
|
|
2085
|
+
body.light .result__wtAme .result-img.result-img-success {
|
|
2086
|
+
background-image: url(static/img/a10132bbdef90aa7baaf.png);
|
|
2087
|
+
}
|
|
2088
|
+
body.light .result__wtAme .result-img.result-img-audit {
|
|
2089
|
+
background-image: url(static/img/a20c372b6039996ba351.png);
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
.page__mUqKE {
|
|
2093
|
+
display: flex;
|
|
2094
|
+
flex-direction: column;
|
|
2095
|
+
height: 100vh;
|
|
2096
|
+
color: var(--main-app-color-text);
|
|
2097
|
+
background: var(--main-app-color-bg-layout);
|
|
2098
|
+
}
|
|
2099
|
+
.pageHeader__wUg6q {
|
|
2100
|
+
margin: 0 28px;
|
|
2101
|
+
border-bottom: 1px solid var(--main-app-color-border-secondary);
|
|
2102
|
+
}
|
|
2103
|
+
.siteInfo__XC3op {
|
|
2104
|
+
display: flex;
|
|
2105
|
+
align-items: center;
|
|
2106
|
+
padding: 20px 0;
|
|
2107
|
+
}
|
|
2108
|
+
.siteInfo__XC3op .logo img {
|
|
2109
|
+
max-height: 36px;
|
|
2110
|
+
vertical-align: top;
|
|
2111
|
+
}
|
|
2112
|
+
.pageTitle__I6_HQ {
|
|
2113
|
+
display: flex;
|
|
2114
|
+
align-items: center;
|
|
2115
|
+
padding: 8px 0 20px;
|
|
2116
|
+
font-size: 24px;
|
|
2117
|
+
font-weight: 500;
|
|
2118
|
+
}
|
|
2119
|
+
.pageTitle__I6_HQ .icon-back {
|
|
2120
|
+
display: inline-flex;
|
|
2121
|
+
align-items: center;
|
|
2122
|
+
justify-content: center;
|
|
1832
2123
|
margin-right: 16px;
|
|
2124
|
+
width: 24px;
|
|
2125
|
+
height: 24px;
|
|
2126
|
+
border-radius: 4px;
|
|
2127
|
+
color: var(--main-app-color-text-secondary);
|
|
2128
|
+
background: var(--main-app-color-bg-spotlight);
|
|
1833
2129
|
cursor: pointer;
|
|
1834
2130
|
}
|
|
2131
|
+
.pageTitle__I6_HQ .icon-back:hover {
|
|
2132
|
+
color: var(--main-app-color-text);
|
|
2133
|
+
background: var(--main-app-color-bg-small);
|
|
2134
|
+
}
|
|
2135
|
+
.pageBody__ijjb4 {
|
|
2136
|
+
flex: 1;
|
|
2137
|
+
display: flex;
|
|
2138
|
+
flex-direction: column;
|
|
2139
|
+
padding: 24px 0;
|
|
2140
|
+
overflow: auto;
|
|
2141
|
+
}
|
|
2142
|
+
.pageFooter__nhlZd {
|
|
2143
|
+
flex: none;
|
|
2144
|
+
padding: 16px 0;
|
|
2145
|
+
text-align: center;
|
|
2146
|
+
border-top: 1px solid var(--main-app-color-border-secondary);
|
|
2147
|
+
}
|
|
2148
|
+
body.light .page__mUqKE {
|
|
2149
|
+
background: var(--main-app-color-bg-container);
|
|
2150
|
+
}
|
|
1835
2151
|
|
|
1836
2152
|
.switchLang__hoKhd {
|
|
1837
2153
|
height: 100%;
|