@cloudtower/eagle 0.27.10-dry → 0.27.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +1991 -2081
- package/dist/esm/index.js +1489 -1590
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +0 -30
- package/dist/style.css +1289 -1379
- package/dist/umd/index.js +1578 -1679
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
- package/dist/coreX/SummaryTable/SummaryTable.stories.d.ts +0 -5
- package/dist/coreX/SummaryTable/index.d.ts +0 -10
package/dist/components.css
CHANGED
|
@@ -29471,6 +29471,190 @@ html body {
|
|
|
29471
29471
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29472
29472
|
}
|
|
29473
29473
|
}
|
|
29474
|
+
.c1up1pdz {
|
|
29475
|
+
width: 648px;
|
|
29476
|
+
}
|
|
29477
|
+
.c1up1pdz.active {
|
|
29478
|
+
border-color: #0080ff;
|
|
29479
|
+
}
|
|
29480
|
+
.c1up1pdz.active > header {
|
|
29481
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29482
|
+
}
|
|
29483
|
+
.c1up1pdz .expand {
|
|
29484
|
+
padding: 12px;
|
|
29485
|
+
}
|
|
29486
|
+
.c1up1pdz .field-item {
|
|
29487
|
+
display: flex;
|
|
29488
|
+
padding: 10px 0;
|
|
29489
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29490
|
+
}
|
|
29491
|
+
.c1up1pdz .field-item:last-child {
|
|
29492
|
+
border-bottom: none;
|
|
29493
|
+
padding-bottom: 0;
|
|
29494
|
+
}
|
|
29495
|
+
.c1up1pdz .field-item label {
|
|
29496
|
+
line-height: 32px;
|
|
29497
|
+
width: 100px;
|
|
29498
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29499
|
+
}
|
|
29500
|
+
.c1up1pdz .help {
|
|
29501
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29502
|
+
margin-top: 5px;
|
|
29503
|
+
}
|
|
29504
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
29505
|
+
.c1up1pdz .ant-picker {
|
|
29506
|
+
width: 128px;
|
|
29507
|
+
}
|
|
29508
|
+
|
|
29509
|
+
.c156wh19 {
|
|
29510
|
+
display: flex;
|
|
29511
|
+
align-items: center;
|
|
29512
|
+
justify-content: space-between;
|
|
29513
|
+
word-break: keep-all;
|
|
29514
|
+
}
|
|
29515
|
+
.c156wh19 .title {
|
|
29516
|
+
margin: 0 16px 0 8px;
|
|
29517
|
+
}
|
|
29518
|
+
.c156wh19 .retain {
|
|
29519
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29520
|
+
}
|
|
29521
|
+
.c156wh19 .left {
|
|
29522
|
+
flex: 1;
|
|
29523
|
+
display: flex;
|
|
29524
|
+
overflow: hidden;
|
|
29525
|
+
align-items: center;
|
|
29526
|
+
justify-content: flex-start;
|
|
29527
|
+
white-space: nowrap;
|
|
29528
|
+
}
|
|
29529
|
+
.c156wh19 .left .title {
|
|
29530
|
+
max-width: 100%;
|
|
29531
|
+
overflow: hidden;
|
|
29532
|
+
text-overflow: ellipsis;
|
|
29533
|
+
}
|
|
29534
|
+
.c156wh19 .right {
|
|
29535
|
+
display: flex;
|
|
29536
|
+
align-items: center;
|
|
29537
|
+
}
|
|
29538
|
+
.c156wh19 .reverse {
|
|
29539
|
+
display: flex;
|
|
29540
|
+
flex-direction: row-reverse;
|
|
29541
|
+
align-items: center;
|
|
29542
|
+
}
|
|
29543
|
+
.c156wh19 .reverse .ant-switch {
|
|
29544
|
+
margin-left: 8px;
|
|
29545
|
+
}
|
|
29546
|
+
.c156wh19 .close {
|
|
29547
|
+
padding-left: 14px;
|
|
29548
|
+
margin-left: 14px;
|
|
29549
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29550
|
+
cursor: pointer;
|
|
29551
|
+
}
|
|
29552
|
+
|
|
29553
|
+
.m126spxy {
|
|
29554
|
+
padding-bottom: 4px;
|
|
29555
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29556
|
+
}
|
|
29557
|
+
.m126spxy .ant-btn-link {
|
|
29558
|
+
padding: 1px 10px;
|
|
29559
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29560
|
+
border-radius: 4px;
|
|
29561
|
+
}
|
|
29562
|
+
.m126spxy .ant-btn-link.active {
|
|
29563
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29564
|
+
color: #0096ff;
|
|
29565
|
+
}
|
|
29566
|
+
|
|
29567
|
+
.wpbf4pq {
|
|
29568
|
+
padding: 10px 0;
|
|
29569
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29570
|
+
}
|
|
29571
|
+
.wpbf4pq .ant-input,
|
|
29572
|
+
.wpbf4pq .ant-picker {
|
|
29573
|
+
width: 80px;
|
|
29574
|
+
margin: 0 9px;
|
|
29575
|
+
text-align: center;
|
|
29576
|
+
}
|
|
29577
|
+
.wpbf4pq .options {
|
|
29578
|
+
padding: 12px 0 12px 16px;
|
|
29579
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
29580
|
+
margin: 5px 0 5px 8px;
|
|
29581
|
+
}
|
|
29582
|
+
.wpbf4pq .week-day-option,
|
|
29583
|
+
.wpbf4pq .month-day-option {
|
|
29584
|
+
background: #f5f7fa;
|
|
29585
|
+
box-sizing: border-box;
|
|
29586
|
+
border-radius: 16px;
|
|
29587
|
+
margin-right: 8px;
|
|
29588
|
+
}
|
|
29589
|
+
.wpbf4pq .week-day-option:focus,
|
|
29590
|
+
.wpbf4pq .month-day-option:focus {
|
|
29591
|
+
color: inherit;
|
|
29592
|
+
border-color: #d9d9d9;
|
|
29593
|
+
}
|
|
29594
|
+
.wpbf4pq .week-day-option.active {
|
|
29595
|
+
background-color: #0096ff;
|
|
29596
|
+
border-color: #0096ff;
|
|
29597
|
+
color: #fff;
|
|
29598
|
+
}
|
|
29599
|
+
.wpbf4pq .week-day-option.en-text {
|
|
29600
|
+
width: 110px;
|
|
29601
|
+
margin-top: 4px;
|
|
29602
|
+
}
|
|
29603
|
+
.wpbf4pq .month-day-option {
|
|
29604
|
+
width: 32px;
|
|
29605
|
+
padding: 0;
|
|
29606
|
+
margin-bottom: 8px;
|
|
29607
|
+
}
|
|
29608
|
+
.wpbf4pq .month-day-option.active {
|
|
29609
|
+
background-color: #0096ff;
|
|
29610
|
+
border-color: #0096ff;
|
|
29611
|
+
color: #fff;
|
|
29612
|
+
}
|
|
29613
|
+
|
|
29614
|
+
.fde5mpd {
|
|
29615
|
+
width: 100%;
|
|
29616
|
+
height: 100%;
|
|
29617
|
+
min-height: 124px;
|
|
29618
|
+
display: flex;
|
|
29619
|
+
flex-direction: column;
|
|
29620
|
+
justify-content: center;
|
|
29621
|
+
align-items: center;
|
|
29622
|
+
}
|
|
29623
|
+
.fde5mpd .error-text {
|
|
29624
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29625
|
+
margin-bottom: 16px;
|
|
29626
|
+
font-size: 18px;
|
|
29627
|
+
}
|
|
29628
|
+
|
|
29629
|
+
.bpq0js6 {
|
|
29630
|
+
padding: 4px 11px;
|
|
29631
|
+
}
|
|
29632
|
+
|
|
29633
|
+
.b15sn34c {
|
|
29634
|
+
white-space: nowrap;
|
|
29635
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29636
|
+
}
|
|
29637
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29638
|
+
--color: #0080ff;
|
|
29639
|
+
}
|
|
29640
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29641
|
+
--color: #0080ff;
|
|
29642
|
+
}
|
|
29643
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29644
|
+
margin-left: 1px;
|
|
29645
|
+
}
|
|
29646
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29647
|
+
border-top-right-radius: 0;
|
|
29648
|
+
border-bottom-right-radius: 0;
|
|
29649
|
+
}
|
|
29650
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29651
|
+
border-top-left-radius: 0;
|
|
29652
|
+
border-bottom-left-radius: 0;
|
|
29653
|
+
}
|
|
29654
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29655
|
+
border-radius: unset;
|
|
29656
|
+
}
|
|
29657
|
+
|
|
29474
29658
|
.buj61ew.ant-btn-icon-only {
|
|
29475
29659
|
justify-content: center;
|
|
29476
29660
|
}
|
|
@@ -29721,50 +29905,6 @@ html body {
|
|
|
29721
29905
|
padding: 0;
|
|
29722
29906
|
}
|
|
29723
29907
|
|
|
29724
|
-
.fde5mpd {
|
|
29725
|
-
width: 100%;
|
|
29726
|
-
height: 100%;
|
|
29727
|
-
min-height: 124px;
|
|
29728
|
-
display: flex;
|
|
29729
|
-
flex-direction: column;
|
|
29730
|
-
justify-content: center;
|
|
29731
|
-
align-items: center;
|
|
29732
|
-
}
|
|
29733
|
-
.fde5mpd .error-text {
|
|
29734
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29735
|
-
margin-bottom: 16px;
|
|
29736
|
-
font-size: 18px;
|
|
29737
|
-
}
|
|
29738
|
-
|
|
29739
|
-
.bpq0js6 {
|
|
29740
|
-
padding: 4px 11px;
|
|
29741
|
-
}
|
|
29742
|
-
|
|
29743
|
-
.b15sn34c {
|
|
29744
|
-
white-space: nowrap;
|
|
29745
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29746
|
-
}
|
|
29747
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29748
|
-
--color: #0080ff;
|
|
29749
|
-
}
|
|
29750
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29751
|
-
--color: #0080ff;
|
|
29752
|
-
}
|
|
29753
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29754
|
-
margin-left: 1px;
|
|
29755
|
-
}
|
|
29756
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29757
|
-
border-top-right-radius: 0;
|
|
29758
|
-
border-bottom-right-radius: 0;
|
|
29759
|
-
}
|
|
29760
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29761
|
-
border-top-left-radius: 0;
|
|
29762
|
-
border-bottom-left-radius: 0;
|
|
29763
|
-
}
|
|
29764
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29765
|
-
border-radius: unset;
|
|
29766
|
-
}
|
|
29767
|
-
|
|
29768
29908
|
.iap75of {
|
|
29769
29909
|
height: 18px;
|
|
29770
29910
|
line-height: 18px;
|
|
@@ -29796,170 +29936,26 @@ html body {
|
|
|
29796
29936
|
animation: rotate 680ms linear infinite;
|
|
29797
29937
|
}
|
|
29798
29938
|
|
|
29799
|
-
.
|
|
29800
|
-
|
|
29939
|
+
.obf05yr {
|
|
29940
|
+
display: inline-block;
|
|
29801
29941
|
}
|
|
29802
|
-
|
|
29803
|
-
|
|
29942
|
+
|
|
29943
|
+
.hsms1n6 {
|
|
29944
|
+
visibility: hidden;
|
|
29945
|
+
position: absolute;
|
|
29804
29946
|
}
|
|
29805
|
-
|
|
29806
|
-
|
|
29947
|
+
|
|
29948
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
29949
|
+
display: inline-flex;
|
|
29950
|
+
align-items: baseline;
|
|
29951
|
+
white-space: pre-wrap;
|
|
29807
29952
|
}
|
|
29808
|
-
.
|
|
29809
|
-
|
|
29953
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29954
|
+
position: relative;
|
|
29955
|
+
top: 3px;
|
|
29810
29956
|
}
|
|
29811
|
-
.
|
|
29812
|
-
|
|
29813
|
-
padding: 10px 0;
|
|
29814
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29815
|
-
}
|
|
29816
|
-
.c1up1pdz .field-item:last-child {
|
|
29817
|
-
border-bottom: none;
|
|
29818
|
-
padding-bottom: 0;
|
|
29819
|
-
}
|
|
29820
|
-
.c1up1pdz .field-item label {
|
|
29821
|
-
line-height: 32px;
|
|
29822
|
-
width: 100px;
|
|
29823
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29824
|
-
}
|
|
29825
|
-
.c1up1pdz .help {
|
|
29826
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29827
|
-
margin-top: 5px;
|
|
29828
|
-
}
|
|
29829
|
-
.c1up1pdz .ant-input-affix-wrapper,
|
|
29830
|
-
.c1up1pdz .ant-picker {
|
|
29831
|
-
width: 128px;
|
|
29832
|
-
}
|
|
29833
|
-
|
|
29834
|
-
.c156wh19 {
|
|
29835
|
-
display: flex;
|
|
29836
|
-
align-items: center;
|
|
29837
|
-
justify-content: space-between;
|
|
29838
|
-
word-break: keep-all;
|
|
29839
|
-
}
|
|
29840
|
-
.c156wh19 .title {
|
|
29841
|
-
margin: 0 16px 0 8px;
|
|
29842
|
-
}
|
|
29843
|
-
.c156wh19 .retain {
|
|
29844
|
-
color: rgba(129, 138, 153, 0.6);
|
|
29845
|
-
}
|
|
29846
|
-
.c156wh19 .left {
|
|
29847
|
-
flex: 1;
|
|
29848
|
-
display: flex;
|
|
29849
|
-
overflow: hidden;
|
|
29850
|
-
align-items: center;
|
|
29851
|
-
justify-content: flex-start;
|
|
29852
|
-
white-space: nowrap;
|
|
29853
|
-
}
|
|
29854
|
-
.c156wh19 .left .title {
|
|
29855
|
-
max-width: 100%;
|
|
29856
|
-
overflow: hidden;
|
|
29857
|
-
text-overflow: ellipsis;
|
|
29858
|
-
}
|
|
29859
|
-
.c156wh19 .right {
|
|
29860
|
-
display: flex;
|
|
29861
|
-
align-items: center;
|
|
29862
|
-
}
|
|
29863
|
-
.c156wh19 .reverse {
|
|
29864
|
-
display: flex;
|
|
29865
|
-
flex-direction: row-reverse;
|
|
29866
|
-
align-items: center;
|
|
29867
|
-
}
|
|
29868
|
-
.c156wh19 .reverse .ant-switch {
|
|
29869
|
-
margin-left: 8px;
|
|
29870
|
-
}
|
|
29871
|
-
.c156wh19 .close {
|
|
29872
|
-
padding-left: 14px;
|
|
29873
|
-
margin-left: 14px;
|
|
29874
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29875
|
-
cursor: pointer;
|
|
29876
|
-
}
|
|
29877
|
-
|
|
29878
|
-
.m126spxy {
|
|
29879
|
-
padding-bottom: 4px;
|
|
29880
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29881
|
-
}
|
|
29882
|
-
.m126spxy .ant-btn-link {
|
|
29883
|
-
padding: 1px 10px;
|
|
29884
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29885
|
-
border-radius: 4px;
|
|
29886
|
-
}
|
|
29887
|
-
.m126spxy .ant-btn-link.active {
|
|
29888
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29889
|
-
color: #0096ff;
|
|
29890
|
-
}
|
|
29891
|
-
|
|
29892
|
-
.wpbf4pq {
|
|
29893
|
-
padding: 10px 0;
|
|
29894
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29895
|
-
}
|
|
29896
|
-
.wpbf4pq .ant-input,
|
|
29897
|
-
.wpbf4pq .ant-picker {
|
|
29898
|
-
width: 80px;
|
|
29899
|
-
margin: 0 9px;
|
|
29900
|
-
text-align: center;
|
|
29901
|
-
}
|
|
29902
|
-
.wpbf4pq .options {
|
|
29903
|
-
padding: 12px 0 12px 16px;
|
|
29904
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
29905
|
-
margin: 5px 0 5px 8px;
|
|
29906
|
-
}
|
|
29907
|
-
.wpbf4pq .week-day-option,
|
|
29908
|
-
.wpbf4pq .month-day-option {
|
|
29909
|
-
background: #f5f7fa;
|
|
29910
|
-
box-sizing: border-box;
|
|
29911
|
-
border-radius: 16px;
|
|
29912
|
-
margin-right: 8px;
|
|
29913
|
-
}
|
|
29914
|
-
.wpbf4pq .week-day-option:focus,
|
|
29915
|
-
.wpbf4pq .month-day-option:focus {
|
|
29916
|
-
color: inherit;
|
|
29917
|
-
border-color: #d9d9d9;
|
|
29918
|
-
}
|
|
29919
|
-
.wpbf4pq .week-day-option.active {
|
|
29920
|
-
background-color: #0096ff;
|
|
29921
|
-
border-color: #0096ff;
|
|
29922
|
-
color: #fff;
|
|
29923
|
-
}
|
|
29924
|
-
.wpbf4pq .week-day-option.en-text {
|
|
29925
|
-
width: 110px;
|
|
29926
|
-
margin-top: 4px;
|
|
29927
|
-
}
|
|
29928
|
-
.wpbf4pq .month-day-option {
|
|
29929
|
-
width: 32px;
|
|
29930
|
-
padding: 0;
|
|
29931
|
-
margin-bottom: 8px;
|
|
29932
|
-
}
|
|
29933
|
-
.wpbf4pq .month-day-option.active {
|
|
29934
|
-
background-color: #0096ff;
|
|
29935
|
-
border-color: #0096ff;
|
|
29936
|
-
color: #fff;
|
|
29937
|
-
}
|
|
29938
|
-
|
|
29939
|
-
.i1e4sgug {
|
|
29940
|
-
display: inline-block;
|
|
29941
|
-
}
|
|
29942
|
-
|
|
29943
|
-
.obf05yr {
|
|
29944
|
-
display: inline-block;
|
|
29945
|
-
}
|
|
29946
|
-
|
|
29947
|
-
.hsms1n6 {
|
|
29948
|
-
visibility: hidden;
|
|
29949
|
-
position: absolute;
|
|
29950
|
-
}
|
|
29951
|
-
|
|
29952
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
29953
|
-
display: inline-flex;
|
|
29954
|
-
align-items: baseline;
|
|
29955
|
-
white-space: pre-wrap;
|
|
29956
|
-
}
|
|
29957
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29958
|
-
position: relative;
|
|
29959
|
-
top: 3px;
|
|
29960
|
-
}
|
|
29961
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29962
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
29957
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29958
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29963
29959
|
}
|
|
29964
29960
|
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
29965
29961
|
border-color: #0080ff;
|
|
@@ -30095,1738 +30091,1720 @@ html body {
|
|
|
30095
30091
|
width: 36px;
|
|
30096
30092
|
}
|
|
30097
30093
|
|
|
30098
|
-
.
|
|
30099
|
-
|
|
30100
|
-
|
|
30101
|
-
|
|
30102
|
-
|
|
30103
|
-
|
|
30094
|
+
.p12gwtiw {
|
|
30095
|
+
display: flex;
|
|
30096
|
+
justify-content: space-between;
|
|
30097
|
+
align-items: center;
|
|
30098
|
+
padding: 10px 0;
|
|
30099
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30100
|
+
font-size: 12px;
|
|
30101
|
+
line-height: 24px;
|
|
30104
30102
|
}
|
|
30105
|
-
|
|
30106
|
-
|
|
30107
|
-
font-family: Inter;
|
|
30108
|
-
font-style: normal;
|
|
30109
|
-
font-weight: bold;
|
|
30110
|
-
font-size: 24px;
|
|
30111
|
-
line-height: 32px;
|
|
30103
|
+
.p12gwtiw .pagination-left {
|
|
30104
|
+
padding: 2px 8px;
|
|
30112
30105
|
}
|
|
30113
|
-
|
|
30114
|
-
|
|
30115
|
-
|
|
30116
|
-
|
|
30117
|
-
|
|
30118
|
-
|
|
30119
|
-
line-height: 40px;
|
|
30106
|
+
.p12gwtiw .dropdown-trigger {
|
|
30107
|
+
display: flex;
|
|
30108
|
+
align-items: center;
|
|
30109
|
+
border-radius: 6px;
|
|
30110
|
+
cursor: pointer;
|
|
30111
|
+
transition: all 0.3s ease;
|
|
30120
30112
|
}
|
|
30121
|
-
|
|
30122
|
-
.
|
|
30123
|
-
|
|
30124
|
-
font-style: normal;
|
|
30125
|
-
font-weight: bold;
|
|
30126
|
-
font-size: 20px;
|
|
30127
|
-
line-height: 24px;
|
|
30113
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30114
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30115
|
+
color: #0080ff;
|
|
30128
30116
|
}
|
|
30129
|
-
|
|
30130
|
-
|
|
30131
|
-
font-family: Inter;
|
|
30132
|
-
font-style: normal;
|
|
30133
|
-
font-weight: normal;
|
|
30134
|
-
font-size: 20px;
|
|
30135
|
-
line-height: 24px;
|
|
30117
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30118
|
+
margin-left: 4px;
|
|
30136
30119
|
}
|
|
30137
|
-
|
|
30138
|
-
|
|
30139
|
-
|
|
30140
|
-
|
|
30120
|
+
.p12gwtiw .pagination-right {
|
|
30121
|
+
display: flex;
|
|
30122
|
+
align-items: center;
|
|
30123
|
+
color: #0080ff;
|
|
30141
30124
|
font-weight: bold;
|
|
30142
|
-
font-size: 18px;
|
|
30143
|
-
line-height: 22px;
|
|
30144
30125
|
}
|
|
30145
|
-
|
|
30146
|
-
|
|
30147
|
-
|
|
30148
|
-
|
|
30149
|
-
|
|
30150
|
-
|
|
30151
|
-
|
|
30126
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30127
|
+
margin-left: 4px;
|
|
30128
|
+
}
|
|
30129
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30130
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30131
|
+
padding: 0 8px;
|
|
30132
|
+
}
|
|
30133
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30134
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30135
|
+
color: #0080ff;
|
|
30136
|
+
}
|
|
30137
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30138
|
+
transform: rotate(180deg);
|
|
30152
30139
|
}
|
|
30153
30140
|
|
|
30154
|
-
.
|
|
30155
|
-
|
|
30156
|
-
|
|
30157
|
-
|
|
30158
|
-
|
|
30159
|
-
|
|
30141
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30142
|
+
max-height: calc(100vh - 128px);
|
|
30143
|
+
overflow-y: auto;
|
|
30144
|
+
}
|
|
30145
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30146
|
+
padding: 4px 20px;
|
|
30147
|
+
font-size: 12px;
|
|
30148
|
+
line-height: 18px;
|
|
30160
30149
|
}
|
|
30161
30150
|
|
|
30162
|
-
.
|
|
30163
|
-
|
|
30164
|
-
|
|
30165
|
-
font-weight: normal;
|
|
30166
|
-
font-size: 16px;
|
|
30167
|
-
line-height: 22px;
|
|
30151
|
+
.cz04yix {
|
|
30152
|
+
display: flex;
|
|
30153
|
+
flex-direction: column;
|
|
30168
30154
|
}
|
|
30169
30155
|
|
|
30170
|
-
.
|
|
30171
|
-
|
|
30172
|
-
|
|
30173
|
-
|
|
30174
|
-
|
|
30175
|
-
line-height: 20px;
|
|
30156
|
+
.m1if5j39 {
|
|
30157
|
+
max-width: 1120px;
|
|
30158
|
+
width: 100%;
|
|
30159
|
+
margin: 0 auto;
|
|
30160
|
+
height: 100%;
|
|
30176
30161
|
}
|
|
30177
30162
|
|
|
30178
|
-
.
|
|
30179
|
-
|
|
30180
|
-
|
|
30181
|
-
|
|
30182
|
-
|
|
30183
|
-
line-height: 20px;
|
|
30163
|
+
.w1vvwdlp {
|
|
30164
|
+
max-width: 1120px;
|
|
30165
|
+
width: 100%;
|
|
30166
|
+
margin: 0 auto;
|
|
30167
|
+
display: flex;
|
|
30184
30168
|
}
|
|
30185
|
-
|
|
30186
|
-
.
|
|
30187
|
-
|
|
30188
|
-
|
|
30189
|
-
|
|
30190
|
-
font-size: 12px;
|
|
30191
|
-
line-height: 18px;
|
|
30169
|
+
.w1vvwdlp .left,
|
|
30170
|
+
.w1vvwdlp .right {
|
|
30171
|
+
flex-grow: 0;
|
|
30172
|
+
flex-shrink: 0;
|
|
30173
|
+
flex-basis: 21%;
|
|
30192
30174
|
}
|
|
30193
|
-
|
|
30194
|
-
|
|
30195
|
-
|
|
30196
|
-
|
|
30197
|
-
font-weight: normal;
|
|
30198
|
-
font-size: 12px;
|
|
30199
|
-
line-height: 18px;
|
|
30175
|
+
.w1vvwdlp .left {
|
|
30176
|
+
display: flex;
|
|
30177
|
+
justify-content: flex-end;
|
|
30178
|
+
padding-right: 44px;
|
|
30200
30179
|
}
|
|
30201
|
-
|
|
30202
|
-
|
|
30203
|
-
font-family: Inter;
|
|
30204
|
-
font-style: normal;
|
|
30205
|
-
font-weight: bold;
|
|
30206
|
-
text-transform: uppercase;
|
|
30207
|
-
font-feature-settings: "cpsp" on;
|
|
30208
|
-
font-size: 12px;
|
|
30209
|
-
line-height: 18px;
|
|
30180
|
+
.w1vvwdlp .right {
|
|
30181
|
+
padding-left: 44px;
|
|
30210
30182
|
}
|
|
30211
|
-
|
|
30212
|
-
|
|
30213
|
-
|
|
30214
|
-
|
|
30215
|
-
|
|
30216
|
-
text-transform: uppercase;
|
|
30217
|
-
font-feature-settings: "cpsp" on;
|
|
30218
|
-
font-size: 12px;
|
|
30219
|
-
line-height: 18px;
|
|
30183
|
+
.w1vvwdlp .middle {
|
|
30184
|
+
margin-bottom: 40px;
|
|
30185
|
+
flex-grow: 0;
|
|
30186
|
+
flex-shrink: 0;
|
|
30187
|
+
flex-basis: 58%;
|
|
30220
30188
|
}
|
|
30221
|
-
|
|
30222
|
-
|
|
30223
|
-
font-family: Inter;
|
|
30224
|
-
font-style: normal;
|
|
30225
|
-
font-weight: normal;
|
|
30226
|
-
font-size: 16px;
|
|
30227
|
-
line-height: 24px;
|
|
30189
|
+
.w1vvwdlp .middle .form-base-field {
|
|
30190
|
+
width: 100%;
|
|
30228
30191
|
}
|
|
30229
|
-
|
|
30230
|
-
|
|
30231
|
-
font-family: Inter;
|
|
30232
|
-
font-style: normal;
|
|
30233
|
-
font-weight: bold;
|
|
30234
|
-
font-size: 16px;
|
|
30235
|
-
line-height: 24px;
|
|
30192
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30193
|
+
width: auto;
|
|
30236
30194
|
}
|
|
30237
30195
|
|
|
30238
|
-
.
|
|
30239
|
-
|
|
30240
|
-
|
|
30241
|
-
|
|
30242
|
-
font-size: 16px;
|
|
30243
|
-
line-height: 24px;
|
|
30196
|
+
.h1cuopx7 .ant-modal-header {
|
|
30197
|
+
margin: 0 auto;
|
|
30198
|
+
width: 100%;
|
|
30199
|
+
max-width: 648px;
|
|
30244
30200
|
}
|
|
30245
|
-
|
|
30246
|
-
|
|
30247
|
-
font-family: Inter;
|
|
30248
|
-
font-style: normal;
|
|
30249
|
-
font-weight: bold;
|
|
30250
|
-
font-size: 16px;
|
|
30251
|
-
line-height: 24px;
|
|
30201
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30202
|
+
margin-left: 0;
|
|
30252
30203
|
}
|
|
30253
|
-
|
|
30254
|
-
|
|
30255
|
-
|
|
30256
|
-
|
|
30257
|
-
|
|
30258
|
-
|
|
30259
|
-
font-feature-settings: "cpsp" on;
|
|
30260
|
-
font-size: 16px;
|
|
30261
|
-
line-height: 24px;
|
|
30204
|
+
.h1cuopx7 .ant-modal-body {
|
|
30205
|
+
margin: 0 auto;
|
|
30206
|
+
padding: 0;
|
|
30207
|
+
width: 100%;
|
|
30208
|
+
max-width: 648px;
|
|
30209
|
+
overflow: hidden;
|
|
30262
30210
|
}
|
|
30263
|
-
|
|
30264
|
-
|
|
30265
|
-
font-family: Inter;
|
|
30266
|
-
font-style: normal;
|
|
30267
|
-
font-weight: bold;
|
|
30268
|
-
text-transform: uppercase;
|
|
30269
|
-
font-feature-settings: "cpsp" on;
|
|
30270
|
-
font-size: 16px;
|
|
30271
|
-
line-height: 24px;
|
|
30211
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30212
|
+
margin-bottom: 40px;
|
|
30272
30213
|
}
|
|
30273
|
-
|
|
30274
|
-
|
|
30275
|
-
|
|
30276
|
-
font-style: normal;
|
|
30277
|
-
font-weight: normal;
|
|
30278
|
-
font-size: 14px;
|
|
30279
|
-
line-height: 22px;
|
|
30214
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30215
|
+
height: calc(100vh - 225px);
|
|
30216
|
+
overflow-y: auto;
|
|
30280
30217
|
}
|
|
30281
|
-
|
|
30282
|
-
|
|
30283
|
-
|
|
30284
|
-
font-style: normal;
|
|
30285
|
-
font-weight: 500;
|
|
30286
|
-
font-size: 14px;
|
|
30287
|
-
line-height: 22px;
|
|
30218
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30219
|
+
margin: 0 auto;
|
|
30220
|
+
max-width: 648px;
|
|
30288
30221
|
}
|
|
30289
30222
|
|
|
30290
|
-
.
|
|
30291
|
-
|
|
30292
|
-
|
|
30293
|
-
|
|
30294
|
-
font-size: 14px;
|
|
30295
|
-
line-height: 22px;
|
|
30223
|
+
.h1p6d3y3 .ant-modal-header {
|
|
30224
|
+
margin: 0 auto;
|
|
30225
|
+
width: 100%;
|
|
30226
|
+
max-width: 1024px;
|
|
30296
30227
|
}
|
|
30297
|
-
|
|
30298
|
-
|
|
30299
|
-
font-family: Inter;
|
|
30300
|
-
font-style: normal;
|
|
30301
|
-
font-weight: normal;
|
|
30302
|
-
font-size: 14px;
|
|
30303
|
-
line-height: 22px;
|
|
30228
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30229
|
+
margin-left: 0;
|
|
30304
30230
|
}
|
|
30305
|
-
|
|
30306
|
-
|
|
30307
|
-
|
|
30308
|
-
|
|
30309
|
-
|
|
30310
|
-
|
|
30311
|
-
line-height: 22px;
|
|
30231
|
+
.h1p6d3y3 .ant-modal-body {
|
|
30232
|
+
margin: 0 auto;
|
|
30233
|
+
padding: 0;
|
|
30234
|
+
width: 100%;
|
|
30235
|
+
max-width: 1024px;
|
|
30236
|
+
overflow: hidden;
|
|
30312
30237
|
}
|
|
30313
|
-
|
|
30314
|
-
|
|
30315
|
-
font-family: Inter;
|
|
30316
|
-
font-style: normal;
|
|
30317
|
-
font-weight: normal;
|
|
30318
|
-
text-transform: uppercase;
|
|
30319
|
-
font-feature-settings: "cpsp" on;
|
|
30320
|
-
font-size: 14px;
|
|
30321
|
-
line-height: 22px;
|
|
30238
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30239
|
+
margin-bottom: 40px;
|
|
30322
30240
|
}
|
|
30323
|
-
|
|
30324
|
-
|
|
30325
|
-
|
|
30326
|
-
font-style: normal;
|
|
30327
|
-
font-weight: bold;
|
|
30328
|
-
text-transform: uppercase;
|
|
30329
|
-
font-feature-settings: "cpsp" on;
|
|
30330
|
-
font-size: 14px;
|
|
30331
|
-
line-height: 22px;
|
|
30241
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30242
|
+
height: calc(100vh - 225px);
|
|
30243
|
+
overflow-y: auto;
|
|
30332
30244
|
}
|
|
30333
|
-
|
|
30334
|
-
|
|
30335
|
-
|
|
30336
|
-
font-style: normal;
|
|
30337
|
-
font-weight: normal;
|
|
30338
|
-
font-size: 13px;
|
|
30339
|
-
line-height: 20px;
|
|
30245
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30246
|
+
margin: 0 auto;
|
|
30247
|
+
max-width: 1024px;
|
|
30340
30248
|
}
|
|
30341
30249
|
|
|
30342
|
-
.
|
|
30343
|
-
|
|
30344
|
-
font-style: normal;
|
|
30345
|
-
font-weight: 600;
|
|
30346
|
-
font-size: 13px;
|
|
30347
|
-
line-height: 20px;
|
|
30250
|
+
.fxgckuk {
|
|
30251
|
+
flex: 1;
|
|
30348
30252
|
}
|
|
30349
|
-
|
|
30350
|
-
.l1r4ztu {
|
|
30351
|
-
font-family: Inter;
|
|
30352
|
-
font-style: normal;
|
|
30353
|
-
font-weight: bold;
|
|
30253
|
+
.fxgckuk label {
|
|
30354
30254
|
font-size: 13px;
|
|
30355
30255
|
line-height: 20px;
|
|
30256
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30356
30257
|
}
|
|
30357
|
-
|
|
30358
|
-
|
|
30359
|
-
font-family: Inter;
|
|
30360
|
-
font-style: normal;
|
|
30361
|
-
font-weight: normal;
|
|
30362
|
-
font-size: 13px;
|
|
30258
|
+
.fxgckuk .title {
|
|
30259
|
+
font-size: 14px;
|
|
30363
30260
|
line-height: 20px;
|
|
30261
|
+
color: #2d3a56;
|
|
30262
|
+
margin-bottom: 12px;
|
|
30263
|
+
}
|
|
30264
|
+
.fxgckuk.connect-cluster .title {
|
|
30265
|
+
padding-bottom: 26px;
|
|
30364
30266
|
}
|
|
30365
30267
|
|
|
30366
|
-
.
|
|
30367
|
-
|
|
30368
|
-
|
|
30369
|
-
|
|
30370
|
-
font-size: 13px;
|
|
30371
|
-
line-height: 20px;
|
|
30268
|
+
.f1d0vek1 {
|
|
30269
|
+
padding: 25px 0 15px 0;
|
|
30270
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30271
|
+
margin-bottom: 16px;
|
|
30372
30272
|
}
|
|
30373
30273
|
|
|
30374
|
-
.
|
|
30375
|
-
|
|
30376
|
-
|
|
30377
|
-
|
|
30378
|
-
font-size: 13px;
|
|
30379
|
-
line-height: 20px;
|
|
30274
|
+
.f4u402y {
|
|
30275
|
+
display: flex;
|
|
30276
|
+
align-items: center;
|
|
30277
|
+
margin-bottom: 8px;
|
|
30380
30278
|
}
|
|
30381
|
-
|
|
30382
|
-
|
|
30383
|
-
font-family: Inter;
|
|
30384
|
-
font-style: normal;
|
|
30385
|
-
font-weight: normal;
|
|
30386
|
-
text-transform: uppercase;
|
|
30387
|
-
font-feature-settings: "cpsp" on;
|
|
30388
|
-
font-size: 13px;
|
|
30389
|
-
line-height: 20px;
|
|
30279
|
+
.f4u402y > label {
|
|
30280
|
+
width: 216px;
|
|
30390
30281
|
}
|
|
30391
|
-
|
|
30392
|
-
|
|
30393
|
-
|
|
30394
|
-
|
|
30395
|
-
|
|
30396
|
-
text-transform: uppercase;
|
|
30397
|
-
font-feature-settings: "cpsp" on;
|
|
30398
|
-
font-size: 13px;
|
|
30399
|
-
line-height: 20px;
|
|
30282
|
+
.f4u402y > label + * {
|
|
30283
|
+
width: 100%;
|
|
30284
|
+
}
|
|
30285
|
+
.f4u402y .ant-select {
|
|
30286
|
+
width: 100%;
|
|
30400
30287
|
}
|
|
30401
30288
|
|
|
30402
|
-
.
|
|
30403
|
-
|
|
30404
|
-
|
|
30405
|
-
font-weight: normal;
|
|
30406
|
-
font-size: 12px;
|
|
30407
|
-
line-height: 18px;
|
|
30289
|
+
.e1pldf6v {
|
|
30290
|
+
color: #e75a3a;
|
|
30291
|
+
margin-right: 10px;
|
|
30408
30292
|
}
|
|
30409
30293
|
|
|
30410
|
-
.
|
|
30411
|
-
|
|
30412
|
-
|
|
30413
|
-
|
|
30414
|
-
|
|
30415
|
-
line-height: 18px;
|
|
30294
|
+
.dq0gblh {
|
|
30295
|
+
width: 100%;
|
|
30296
|
+
height: 1px;
|
|
30297
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30298
|
+
margin: 24px 0;
|
|
30416
30299
|
}
|
|
30417
30300
|
|
|
30418
|
-
.
|
|
30419
|
-
|
|
30420
|
-
|
|
30421
|
-
|
|
30422
|
-
|
|
30423
|
-
line-height: 18px;
|
|
30301
|
+
.l1v7sr0n {
|
|
30302
|
+
display: flex;
|
|
30303
|
+
justify-content: center;
|
|
30304
|
+
align-items: center;
|
|
30305
|
+
height: 100%;
|
|
30424
30306
|
}
|
|
30425
30307
|
|
|
30426
|
-
.
|
|
30427
|
-
|
|
30428
|
-
|
|
30429
|
-
|
|
30430
|
-
|
|
30431
|
-
|
|
30308
|
+
.d1i4ou6o {
|
|
30309
|
+
display: inline-block;
|
|
30310
|
+
width: 4px;
|
|
30311
|
+
height: 4px;
|
|
30312
|
+
background: #8e9aa9;
|
|
30313
|
+
opacity: 0.4;
|
|
30314
|
+
border-radius: 50%;
|
|
30315
|
+
margin: 0 4px;
|
|
30432
30316
|
}
|
|
30433
30317
|
|
|
30434
|
-
.
|
|
30435
|
-
|
|
30436
|
-
|
|
30437
|
-
|
|
30438
|
-
|
|
30439
|
-
|
|
30318
|
+
.m1jy87hk .ant-modal-header,
|
|
30319
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30320
|
+
width: 648px;
|
|
30321
|
+
margin: 0 auto;
|
|
30322
|
+
}
|
|
30323
|
+
.m1jy87hk .ant-modal-header {
|
|
30324
|
+
padding: 35px 0 24px;
|
|
30325
|
+
border: none;
|
|
30326
|
+
}
|
|
30327
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30328
|
+
font-size: 30px;
|
|
30329
|
+
}
|
|
30330
|
+
.m1jy87hk .ant-modal-body {
|
|
30331
|
+
padding: 4px 0 2px;
|
|
30332
|
+
}
|
|
30333
|
+
.m1jy87hk .ant-modal-footer {
|
|
30334
|
+
border: none;
|
|
30440
30335
|
}
|
|
30441
30336
|
|
|
30442
|
-
.
|
|
30443
|
-
font-family: Inter;
|
|
30444
|
-
font-style: normal;
|
|
30445
|
-
font-weight: bold;
|
|
30337
|
+
.ti7fpyu {
|
|
30446
30338
|
font-size: 12px;
|
|
30447
30339
|
line-height: 18px;
|
|
30340
|
+
font-weight: bold;
|
|
30341
|
+
color: #fff;
|
|
30342
|
+
padding: 0 4px;
|
|
30343
|
+
border-radius: 4px;
|
|
30344
|
+
display: inline-block;
|
|
30345
|
+
background: var(--ti7fpyu-0);
|
|
30346
|
+
}
|
|
30347
|
+
.ti7fpyu:not(:first-child) {
|
|
30348
|
+
margin-left: 4px;
|
|
30448
30349
|
}
|
|
30449
30350
|
|
|
30450
|
-
.
|
|
30451
|
-
|
|
30452
|
-
|
|
30453
|
-
|
|
30454
|
-
|
|
30455
|
-
|
|
30456
|
-
font-size: 12px;
|
|
30457
|
-
line-height: 18px;
|
|
30351
|
+
.f1rest1f {
|
|
30352
|
+
width: 100%;
|
|
30353
|
+
height: 100%;
|
|
30354
|
+
display: flex;
|
|
30355
|
+
align-items: center;
|
|
30356
|
+
justify-content: center;
|
|
30458
30357
|
}
|
|
30459
30358
|
|
|
30460
|
-
.
|
|
30461
|
-
font-
|
|
30462
|
-
font-style: normal;
|
|
30359
|
+
.n1kbdoln {
|
|
30360
|
+
font-size: 90%;
|
|
30463
30361
|
font-weight: bold;
|
|
30464
|
-
|
|
30465
|
-
|
|
30466
|
-
|
|
30467
|
-
|
|
30362
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30363
|
+
padding: 1px 4px 1px;
|
|
30364
|
+
margin-left: 2px;
|
|
30365
|
+
margin-right: 2px;
|
|
30366
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30367
|
+
border-radius: 4px;
|
|
30468
30368
|
}
|
|
30469
30369
|
|
|
30470
|
-
.
|
|
30471
|
-
|
|
30472
|
-
font-style: normal;
|
|
30473
|
-
font-weight: normal;
|
|
30474
|
-
font-size: 13px;
|
|
30475
|
-
line-height: 20px;
|
|
30370
|
+
.f1y3gta0.form-item-general {
|
|
30371
|
+
width: 640px;
|
|
30476
30372
|
}
|
|
30477
|
-
|
|
30478
|
-
|
|
30479
|
-
font-family: Inter;
|
|
30480
|
-
font-style: normal;
|
|
30481
|
-
font-weight: normal;
|
|
30482
|
-
font-size: 13px;
|
|
30483
|
-
line-height: 20px;
|
|
30373
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
30374
|
+
margin-top: 16px;
|
|
30484
30375
|
}
|
|
30485
|
-
|
|
30486
|
-
|
|
30487
|
-
font-family: Inter;
|
|
30488
|
-
font-style: normal;
|
|
30489
|
-
font-weight: normal;
|
|
30490
|
-
font-size: 12px;
|
|
30491
|
-
line-height: 18px;
|
|
30376
|
+
.f1y3gta0.form-item-compact {
|
|
30377
|
+
width: 412px;
|
|
30492
30378
|
}
|
|
30493
|
-
|
|
30494
|
-
|
|
30495
|
-
font-family: Inter;
|
|
30496
|
-
font-style: normal;
|
|
30497
|
-
font-weight: normal;
|
|
30498
|
-
font-size: 12px;
|
|
30499
|
-
line-height: 18px;
|
|
30379
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
30380
|
+
margin-top: 8px;
|
|
30500
30381
|
}
|
|
30501
|
-
|
|
30502
|
-
|
|
30503
|
-
|
|
30504
|
-
|
|
30505
|
-
|
|
30506
|
-
|
|
30382
|
+
.f1y3gta0 .form-item {
|
|
30383
|
+
width: auto;
|
|
30384
|
+
}
|
|
30385
|
+
.f1y3gta0 .form-item-main {
|
|
30386
|
+
position: relative;
|
|
30387
|
+
display: flex;
|
|
30388
|
+
}
|
|
30389
|
+
.f1y3gta0 .form-item-extra {
|
|
30390
|
+
margin-top: 4px;
|
|
30391
|
+
width: 100%;
|
|
30392
|
+
padding: 14px;
|
|
30393
|
+
background: #f2f4f6;
|
|
30507
30394
|
font-size: 13px;
|
|
30508
|
-
line-height:
|
|
30395
|
+
line-height: 1.8;
|
|
30396
|
+
color: #8e9aa9;
|
|
30509
30397
|
}
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
font-family: Inter;
|
|
30513
|
-
font-style: normal;
|
|
30514
|
-
font-weight: normal;
|
|
30515
|
-
font-feature-settings: "zero" on;
|
|
30398
|
+
.f1y3gta0 .form-item-label {
|
|
30399
|
+
padding-right: 12px;
|
|
30516
30400
|
font-size: 13px;
|
|
30517
|
-
|
|
30401
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30518
30402
|
}
|
|
30519
|
-
|
|
30520
|
-
|
|
30521
|
-
font-family: Inter;
|
|
30522
|
-
font-style: normal;
|
|
30523
|
-
font-weight: normal;
|
|
30524
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30525
|
-
font-size: 12px;
|
|
30526
|
-
line-height: 18px;
|
|
30403
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
30404
|
+
text-align: right;
|
|
30527
30405
|
}
|
|
30528
|
-
|
|
30529
|
-
.
|
|
30530
|
-
|
|
30531
|
-
font-style: normal;
|
|
30532
|
-
font-weight: 500;
|
|
30533
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30534
|
-
font-size: 12px;
|
|
30535
|
-
line-height: 18px;
|
|
30406
|
+
.f1y3gta0 .form-item-label,
|
|
30407
|
+
.f1y3gta0 .form-item-control {
|
|
30408
|
+
line-height: 32px;
|
|
30536
30409
|
}
|
|
30537
|
-
|
|
30538
|
-
.t19zq6ic {
|
|
30539
|
-
font-family: Inter;
|
|
30540
|
-
font-style: normal;
|
|
30541
|
-
font-weight: normal;
|
|
30542
|
-
font-feature-settings: "zero" on;
|
|
30543
|
-
font-size: 12px;
|
|
30410
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
30544
30411
|
line-height: 18px;
|
|
30545
30412
|
}
|
|
30546
|
-
|
|
30547
|
-
|
|
30548
|
-
font-family: Inter;
|
|
30549
|
-
font-style: normal;
|
|
30550
|
-
font-weight: 500;
|
|
30551
|
-
font-feature-settings: "zero" on;
|
|
30552
|
-
font-size: 12px;
|
|
30553
|
-
line-height: 18px;
|
|
30413
|
+
.f1y3gta0 .form-item-children {
|
|
30414
|
+
width: 100%;
|
|
30554
30415
|
}
|
|
30555
|
-
|
|
30556
|
-
|
|
30557
|
-
font-family: Inter;
|
|
30558
|
-
font-style: normal;
|
|
30559
|
-
font-weight: bold;
|
|
30560
|
-
font-feature-settings: "zero" on;
|
|
30561
|
-
font-size: 16px;
|
|
30562
|
-
line-height: 24px;
|
|
30416
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
30417
|
+
width: 100%;
|
|
30563
30418
|
}
|
|
30564
|
-
|
|
30565
|
-
|
|
30566
|
-
|
|
30567
|
-
|
|
30568
|
-
|
|
30569
|
-
|
|
30570
|
-
|
|
30419
|
+
.f1y3gta0 .form-item-error {
|
|
30420
|
+
color: #e75a3a;
|
|
30421
|
+
height: 0;
|
|
30422
|
+
overflow: hidden;
|
|
30423
|
+
}
|
|
30424
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
30425
|
+
margin-top: 4px;
|
|
30426
|
+
height: auto;
|
|
30427
|
+
overflow: auto;
|
|
30428
|
+
}
|
|
30429
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30430
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30431
|
+
border: 1px solid #e75a3a;
|
|
30432
|
+
color: #e75a3a;
|
|
30571
30433
|
}
|
|
30572
30434
|
|
|
30573
|
-
.
|
|
30574
|
-
|
|
30575
|
-
|
|
30576
|
-
|
|
30577
|
-
|
|
30578
|
-
|
|
30579
|
-
font-size: 12px;
|
|
30580
|
-
line-height: 24px;
|
|
30435
|
+
.fujbm7g {
|
|
30436
|
+
color: #2d3a56;
|
|
30437
|
+
font-weight: bold;
|
|
30438
|
+
padding-bottom: 6px;
|
|
30439
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30440
|
+
margin-bottom: 16px;
|
|
30581
30441
|
}
|
|
30582
|
-
.
|
|
30583
|
-
|
|
30442
|
+
.fujbm7g:not(:first-of-type) {
|
|
30443
|
+
margin-top: 16px;
|
|
30584
30444
|
}
|
|
30585
|
-
|
|
30445
|
+
|
|
30446
|
+
.e5fsw5s {
|
|
30447
|
+
width: 8px;
|
|
30448
|
+
height: 24px;
|
|
30586
30449
|
display: flex;
|
|
30450
|
+
justify-content: center;
|
|
30587
30451
|
align-items: center;
|
|
30588
|
-
border-radius: 6px;
|
|
30589
30452
|
cursor: pointer;
|
|
30590
|
-
transition: all
|
|
30453
|
+
transition: all 200ms ease-out 40ms;
|
|
30591
30454
|
}
|
|
30592
|
-
.
|
|
30593
|
-
|
|
30594
|
-
|
|
30455
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
30456
|
+
content: "";
|
|
30457
|
+
width: 1px;
|
|
30458
|
+
height: 6px;
|
|
30459
|
+
border-radius: 1px;
|
|
30460
|
+
background: #ccd4e3;
|
|
30461
|
+
position: relative;
|
|
30462
|
+
right: 2px;
|
|
30463
|
+
transform: rotate(-45deg);
|
|
30595
30464
|
}
|
|
30596
|
-
.
|
|
30597
|
-
|
|
30465
|
+
.e5fsw5s:after {
|
|
30466
|
+
transform: rotate(45deg);
|
|
30467
|
+
left: 1px;
|
|
30598
30468
|
}
|
|
30599
|
-
|
|
30600
|
-
|
|
30601
|
-
|
|
30602
|
-
|
|
30603
|
-
|
|
30469
|
+
|
|
30470
|
+
.w18knsg4.ant-alert-warning {
|
|
30471
|
+
border: 0;
|
|
30472
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30473
|
+
border-radius: 6px;
|
|
30604
30474
|
}
|
|
30605
|
-
.
|
|
30606
|
-
|
|
30475
|
+
.w18knsg4.ant-alert,
|
|
30476
|
+
.w18knsg4 .ant-alert-message {
|
|
30477
|
+
color: #e07f00;
|
|
30607
30478
|
}
|
|
30608
|
-
.
|
|
30609
|
-
.
|
|
30610
|
-
|
|
30479
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
30480
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
30481
|
+
border-bottom-color: #e07f00;
|
|
30611
30482
|
}
|
|
30612
|
-
|
|
30613
|
-
.
|
|
30614
|
-
|
|
30483
|
+
|
|
30484
|
+
.ng31n2o {
|
|
30485
|
+
display: flex;
|
|
30486
|
+
flex-direction: row;
|
|
30487
|
+
padding: 7px 12px;
|
|
30488
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30489
|
+
border-radius: 6px;
|
|
30490
|
+
color: #e07f00;
|
|
30491
|
+
font-size: 12px;
|
|
30492
|
+
line-height: 18px;
|
|
30615
30493
|
}
|
|
30616
|
-
.
|
|
30617
|
-
|
|
30494
|
+
.ng31n2o .icon-wrapper {
|
|
30495
|
+
margin-right: 10px;
|
|
30496
|
+
height: 18px;
|
|
30618
30497
|
}
|
|
30619
30498
|
|
|
30620
|
-
.
|
|
30621
|
-
|
|
30622
|
-
|
|
30623
|
-
|
|
30624
|
-
|
|
30625
|
-
|
|
30499
|
+
.n15x5f5y {
|
|
30500
|
+
display: flex;
|
|
30501
|
+
flex-direction: row;
|
|
30502
|
+
padding: 7px 12px;
|
|
30503
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30504
|
+
border-radius: 6px;
|
|
30505
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30626
30506
|
font-size: 12px;
|
|
30627
30507
|
line-height: 18px;
|
|
30628
30508
|
}
|
|
30509
|
+
.n15x5f5y .icon-wrapper {
|
|
30510
|
+
margin-right: 10px;
|
|
30511
|
+
height: 18px;
|
|
30512
|
+
}
|
|
30629
30513
|
|
|
30630
|
-
.
|
|
30631
|
-
|
|
30632
|
-
|
|
30633
|
-
|
|
30634
|
-
|
|
30514
|
+
.i16ozz3f {
|
|
30515
|
+
display: flex;
|
|
30516
|
+
flex-direction: row;
|
|
30517
|
+
padding: 7px 12px;
|
|
30518
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30519
|
+
border-radius: 6px;
|
|
30520
|
+
color: #005ed1;
|
|
30521
|
+
font-size: 12px;
|
|
30522
|
+
line-height: 18px;
|
|
30635
30523
|
}
|
|
30636
|
-
.
|
|
30637
|
-
|
|
30524
|
+
.i16ozz3f .icon-wrapper {
|
|
30525
|
+
margin-right: 10px;
|
|
30526
|
+
height: 18px;
|
|
30638
30527
|
}
|
|
30639
|
-
|
|
30640
|
-
|
|
30641
|
-
|
|
30528
|
+
|
|
30529
|
+
.dszu9qr {
|
|
30530
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30531
|
+
margin-top: 5px;
|
|
30532
|
+
font-size: 12px;
|
|
30533
|
+
line-height: 18px;
|
|
30642
30534
|
}
|
|
30643
|
-
|
|
30644
|
-
|
|
30645
|
-
|
|
30535
|
+
|
|
30536
|
+
.snxzgx {
|
|
30537
|
+
color: #f0483e;
|
|
30538
|
+
font-size: 12px;
|
|
30539
|
+
white-space: pre-wrap;
|
|
30646
30540
|
}
|
|
30647
|
-
|
|
30648
|
-
|
|
30649
|
-
|
|
30541
|
+
|
|
30542
|
+
.o1i4orqw {
|
|
30543
|
+
display: flex;
|
|
30544
|
+
align-items: center;
|
|
30545
|
+
justify-content: flex-end;
|
|
30650
30546
|
}
|
|
30651
|
-
.
|
|
30652
|
-
|
|
30653
|
-
transition-delay: 120ms;
|
|
30547
|
+
.o1i4orqw .icon-wrapper {
|
|
30548
|
+
margin-right: 16px;
|
|
30654
30549
|
}
|
|
30655
|
-
|
|
30656
|
-
|
|
30657
|
-
|
|
30658
|
-
top: 1px;
|
|
30659
|
-
left: 1px;
|
|
30550
|
+
|
|
30551
|
+
.t79k8o2 {
|
|
30552
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30660
30553
|
}
|
|
30661
|
-
|
|
30662
|
-
|
|
30663
|
-
|
|
30554
|
+
|
|
30555
|
+
.ipd9bk.ant-input {
|
|
30556
|
+
padding: 5px 12px;
|
|
30557
|
+
line-height: 20px;
|
|
30558
|
+
color: #2d3a56;
|
|
30559
|
+
border-radius: 6px;
|
|
30560
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30561
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30664
30562
|
}
|
|
30665
|
-
.
|
|
30666
|
-
|
|
30563
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
30564
|
+
padding: 8px 16px;
|
|
30565
|
+
line-height: 22px;
|
|
30667
30566
|
}
|
|
30668
|
-
.
|
|
30669
|
-
|
|
30567
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
30568
|
+
padding: 2px 8px;
|
|
30569
|
+
line-height: 18px;
|
|
30670
30570
|
}
|
|
30671
|
-
.
|
|
30672
|
-
|
|
30571
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30572
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30573
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30574
|
+
z-index: 1;
|
|
30673
30575
|
}
|
|
30674
|
-
.
|
|
30675
|
-
|
|
30576
|
+
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30577
|
+
border-color: #0096ff;
|
|
30578
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30579
|
+
z-index: 1;
|
|
30676
30580
|
}
|
|
30677
|
-
.
|
|
30678
|
-
|
|
30581
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30582
|
+
border-color: #e75a3a;
|
|
30583
|
+
color: #e75a3a;
|
|
30679
30584
|
}
|
|
30680
|
-
|
|
30681
|
-
|
|
30682
|
-
|
|
30585
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
30586
|
+
border-color: #e75a3a;
|
|
30587
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30683
30588
|
}
|
|
30684
|
-
|
|
30685
|
-
|
|
30686
|
-
|
|
30589
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
30590
|
+
border-color: #e75a3a;
|
|
30591
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30687
30592
|
}
|
|
30688
|
-
|
|
30689
|
-
.
|
|
30690
|
-
|
|
30593
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
30594
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30595
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30596
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30691
30597
|
}
|
|
30692
|
-
.
|
|
30693
|
-
|
|
30694
|
-
|
|
30598
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
30599
|
+
padding: 5px 12px;
|
|
30600
|
+
border-radius: 6px;
|
|
30601
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30602
|
+
line-height: 20px;
|
|
30603
|
+
color: #2d3a56;
|
|
30604
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30695
30605
|
}
|
|
30696
|
-
.
|
|
30697
|
-
|
|
30606
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
30607
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
30608
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30698
30609
|
}
|
|
30699
|
-
.
|
|
30700
|
-
|
|
30701
|
-
height:
|
|
30610
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30611
|
+
padding: 8px 16px;
|
|
30612
|
+
line-height: 22px;
|
|
30702
30613
|
}
|
|
30703
|
-
.
|
|
30704
|
-
padding:
|
|
30614
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30615
|
+
padding: 2px 8px;
|
|
30616
|
+
line-height: 18px;
|
|
30705
30617
|
}
|
|
30706
|
-
.
|
|
30707
|
-
|
|
30618
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30619
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30620
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30708
30621
|
}
|
|
30709
|
-
.
|
|
30710
|
-
|
|
30622
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30623
|
+
border-color: #0096ff;
|
|
30624
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30711
30625
|
}
|
|
30712
|
-
.
|
|
30713
|
-
|
|
30626
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30627
|
+
border-color: #e75a3a;
|
|
30714
30628
|
}
|
|
30715
|
-
.
|
|
30716
|
-
|
|
30629
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30630
|
+
color: #e75a3a;
|
|
30717
30631
|
}
|
|
30718
|
-
.
|
|
30719
|
-
|
|
30720
|
-
|
|
30632
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30633
|
+
border-color: #e75a3a;
|
|
30634
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30721
30635
|
}
|
|
30722
|
-
.
|
|
30723
|
-
|
|
30636
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30637
|
+
border-color: #e75a3a;
|
|
30638
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30724
30639
|
}
|
|
30725
|
-
.
|
|
30726
|
-
|
|
30727
|
-
|
|
30640
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30641
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30642
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30643
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30728
30644
|
}
|
|
30729
|
-
.
|
|
30730
|
-
|
|
30645
|
+
textarea.ipd9bk.ant-input {
|
|
30646
|
+
transition-property: height;
|
|
30647
|
+
transition-delay: 50ms;
|
|
30731
30648
|
}
|
|
30732
|
-
.
|
|
30733
|
-
|
|
30734
|
-
|
|
30735
|
-
padding: 0 !important;
|
|
30649
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
30650
|
+
min-height: 40px;
|
|
30651
|
+
height: 40px;
|
|
30736
30652
|
}
|
|
30737
|
-
.
|
|
30738
|
-
|
|
30739
|
-
display: flex;
|
|
30740
|
-
align-items: center;
|
|
30741
|
-
height: 100%;
|
|
30742
|
-
padding: 8px;
|
|
30653
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
30654
|
+
height: 80px;
|
|
30743
30655
|
}
|
|
30744
|
-
.
|
|
30745
|
-
|
|
30746
|
-
|
|
30747
|
-
text-overflow: ellipsis;
|
|
30748
|
-
width: 100%;
|
|
30656
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
30657
|
+
min-height: 32px;
|
|
30658
|
+
height: 32px;
|
|
30749
30659
|
}
|
|
30750
|
-
.
|
|
30751
|
-
height:
|
|
30660
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
30661
|
+
height: 64px;
|
|
30752
30662
|
}
|
|
30753
|
-
.
|
|
30754
|
-
|
|
30663
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
30664
|
+
min-height: 24px;
|
|
30665
|
+
height: 24px;
|
|
30755
30666
|
}
|
|
30756
|
-
.
|
|
30757
|
-
|
|
30758
|
-
border-left: none;
|
|
30759
|
-
border-right: none;
|
|
30760
|
-
border-bottom: none;
|
|
30761
|
-
height: 100%;
|
|
30762
|
-
font-size: 12px;
|
|
30763
|
-
background: transparent;
|
|
30667
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
30668
|
+
height: 40px;
|
|
30764
30669
|
}
|
|
30765
|
-
|
|
30670
|
+
|
|
30671
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
30672
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30673
|
+
border-radius: 4px;
|
|
30674
|
+
}
|
|
30675
|
+
.kypn5o5.input-tags {
|
|
30766
30676
|
position: relative;
|
|
30767
|
-
|
|
30768
|
-
|
|
30769
|
-
|
|
30677
|
+
padding: 6px;
|
|
30678
|
+
height: 32px;
|
|
30679
|
+
cursor: pointer;
|
|
30680
|
+
transition: border 150ms;
|
|
30770
30681
|
}
|
|
30771
|
-
.
|
|
30772
|
-
|
|
30773
|
-
|
|
30682
|
+
.kypn5o5.input-tags:hover {
|
|
30683
|
+
border-color: #0080ff;
|
|
30684
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30774
30685
|
}
|
|
30775
|
-
.
|
|
30776
|
-
|
|
30777
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30686
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30687
|
+
padding-right: 30px;
|
|
30778
30688
|
}
|
|
30779
|
-
.
|
|
30780
|
-
|
|
30781
|
-
text-align: center;
|
|
30689
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
30690
|
+
display: flex;
|
|
30782
30691
|
}
|
|
30783
|
-
.
|
|
30784
|
-
|
|
30692
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30693
|
+
display: flex;
|
|
30785
30694
|
}
|
|
30786
|
-
.
|
|
30787
|
-
cursor: pointer;
|
|
30695
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
30788
30696
|
position: absolute;
|
|
30789
|
-
top: 50%;
|
|
30790
30697
|
right: 12px;
|
|
30698
|
+
top: 50%;
|
|
30791
30699
|
transform: translateY(-50%);
|
|
30792
30700
|
}
|
|
30793
|
-
.
|
|
30794
|
-
|
|
30795
|
-
|
|
30796
|
-
|
|
30701
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30702
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30703
|
+
font-size: 12px;
|
|
30704
|
+
cursor: pointer;
|
|
30797
30705
|
}
|
|
30798
|
-
.
|
|
30799
|
-
|
|
30800
|
-
width: 1px;
|
|
30801
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30706
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30707
|
+
color: rgba(0, 0, 0, 0.45);
|
|
30802
30708
|
}
|
|
30803
|
-
.
|
|
30709
|
+
.kypn5o5.has-focus-indicator {
|
|
30804
30710
|
position: relative;
|
|
30711
|
+
overflow: hidden;
|
|
30805
30712
|
}
|
|
30806
|
-
.
|
|
30807
|
-
|
|
30808
|
-
|
|
30809
|
-
|
|
30810
|
-
|
|
30811
|
-
transition:
|
|
30812
|
-
|
|
30713
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30714
|
+
position: absolute;
|
|
30715
|
+
top: 50%;
|
|
30716
|
+
transform: translateY(-50%);
|
|
30717
|
+
left: -16px;
|
|
30718
|
+
transition: left 150ms ease;
|
|
30719
|
+
opacity: 0;
|
|
30813
30720
|
}
|
|
30814
|
-
.
|
|
30815
|
-
|
|
30816
|
-
|
|
30721
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30722
|
+
left: 8px;
|
|
30723
|
+
opacity: 1;
|
|
30817
30724
|
}
|
|
30818
|
-
.
|
|
30819
|
-
|
|
30820
|
-
|
|
30821
|
-
font-size: 12px;
|
|
30822
|
-
text-align: left;
|
|
30823
|
-
transition: none;
|
|
30824
|
-
overflow: hidden;
|
|
30825
|
-
text-overflow: ellipsis;
|
|
30826
|
-
white-space: nowrap;
|
|
30725
|
+
.kypn5o5.has-focus-indicator input {
|
|
30726
|
+
transition: margin-left 150ms ease;
|
|
30727
|
+
margin-left: 0px;
|
|
30827
30728
|
}
|
|
30828
|
-
.
|
|
30829
|
-
|
|
30729
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
30730
|
+
margin-left: 16px;
|
|
30830
30731
|
}
|
|
30831
|
-
|
|
30832
|
-
|
|
30833
|
-
|
|
30834
|
-
|
|
30835
|
-
vertical-align: middle;
|
|
30732
|
+
|
|
30733
|
+
input.l1ki27se.ant-input {
|
|
30734
|
+
border-top-right-radius: 0;
|
|
30735
|
+
border-bottom-right-radius: 0;
|
|
30836
30736
|
}
|
|
30837
|
-
|
|
30838
|
-
|
|
30737
|
+
|
|
30738
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
30739
|
+
border-top-right-radius: 0;
|
|
30740
|
+
border-bottom-right-radius: 0;
|
|
30839
30741
|
}
|
|
30840
|
-
|
|
30841
|
-
|
|
30742
|
+
|
|
30743
|
+
input.rrg1fkn.ant-input {
|
|
30744
|
+
border-top-left-radius: 0;
|
|
30745
|
+
border-bottom-left-radius: 0;
|
|
30842
30746
|
}
|
|
30843
|
-
|
|
30844
|
-
|
|
30747
|
+
|
|
30748
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30749
|
+
border-top-left-radius: 0;
|
|
30750
|
+
border-bottom-left-radius: 0;
|
|
30845
30751
|
}
|
|
30846
|
-
|
|
30847
|
-
|
|
30848
|
-
border-
|
|
30752
|
+
|
|
30753
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30754
|
+
border-top-right-radius: 0;
|
|
30755
|
+
border-bottom-right-radius: 0;
|
|
30849
30756
|
}
|
|
30850
|
-
|
|
30851
|
-
|
|
30757
|
+
|
|
30758
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30759
|
+
border-top-left-radius: 0;
|
|
30760
|
+
border-bottom-left-radius: 0;
|
|
30852
30761
|
}
|
|
30853
|
-
|
|
30854
|
-
|
|
30762
|
+
|
|
30763
|
+
.c1t6wbwv {
|
|
30764
|
+
display: flex;
|
|
30765
|
+
flex-direction: column;
|
|
30855
30766
|
}
|
|
30856
|
-
.
|
|
30857
|
-
|
|
30858
|
-
width: 4px;
|
|
30859
|
-
top: -1px;
|
|
30860
|
-
bottom: -1px;
|
|
30861
|
-
background: white;
|
|
30767
|
+
.c1t6wbwv .select-wrapper {
|
|
30768
|
+
margin-top: 12px;
|
|
30862
30769
|
}
|
|
30863
|
-
.
|
|
30864
|
-
|
|
30770
|
+
.c1t6wbwv .select-wrapper .select {
|
|
30771
|
+
width: 100%;
|
|
30865
30772
|
}
|
|
30866
|
-
.
|
|
30867
|
-
|
|
30868
|
-
background: white;
|
|
30869
|
-
border-top: none;
|
|
30773
|
+
.c1t6wbwv .radio-wrapper {
|
|
30774
|
+
margin-top: 24px;
|
|
30870
30775
|
}
|
|
30871
|
-
.
|
|
30872
|
-
|
|
30873
|
-
border-radius: 0 8px 8px 0;
|
|
30874
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30776
|
+
.c1t6wbwv .form-item {
|
|
30777
|
+
width: 100%;
|
|
30875
30778
|
}
|
|
30876
|
-
|
|
30877
|
-
|
|
30878
|
-
|
|
30879
|
-
|
|
30880
|
-
|
|
30881
|
-
|
|
30882
|
-
align-items: center;
|
|
30883
|
-
height: 100%;
|
|
30884
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30779
|
+
|
|
30780
|
+
.d1k7vv5v {
|
|
30781
|
+
font-size: 14px;
|
|
30782
|
+
font-weight: 500;
|
|
30783
|
+
color: #3e4652;
|
|
30784
|
+
line-height: 18px;
|
|
30885
30785
|
}
|
|
30886
|
-
.
|
|
30887
|
-
|
|
30888
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30786
|
+
.d1k7vv5v + .d1k7vv5v {
|
|
30787
|
+
margin-top: 16px;
|
|
30889
30788
|
}
|
|
30890
|
-
.
|
|
30891
|
-
|
|
30892
|
-
align-items: center;
|
|
30893
|
-
height: 100%;
|
|
30894
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30789
|
+
.d1k7vv5v + * {
|
|
30790
|
+
margin-top: 16px;
|
|
30895
30791
|
}
|
|
30896
|
-
|
|
30897
|
-
|
|
30792
|
+
|
|
30793
|
+
.le7b9r4.d1k7vv5v {
|
|
30794
|
+
font-size: 12px;
|
|
30795
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30796
|
+
margin-top: 12px;
|
|
30898
30797
|
}
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
|
|
30798
|
+
|
|
30799
|
+
.r1dnygxx.le7b9r4.d1k7vv5v {
|
|
30800
|
+
line-height: 18px;
|
|
30801
|
+
font-weight: 500;
|
|
30802
|
+
margin-top: 0;
|
|
30803
|
+
white-space: initial;
|
|
30902
30804
|
}
|
|
30903
|
-
|
|
30904
|
-
|
|
30805
|
+
|
|
30806
|
+
.r12ddqmh {
|
|
30807
|
+
display: block;
|
|
30905
30808
|
}
|
|
30906
|
-
.
|
|
30907
|
-
|
|
30908
|
-
|
|
30909
|
-
|
|
30809
|
+
.r12ddqmh span {
|
|
30810
|
+
font-size: 14px;
|
|
30811
|
+
font-weight: 500;
|
|
30812
|
+
line-height: 32px;
|
|
30813
|
+
color: #3e4652;
|
|
30910
30814
|
}
|
|
30911
|
-
|
|
30912
|
-
|
|
30815
|
+
|
|
30816
|
+
.ctcr26a {
|
|
30817
|
+
margin-top: 8px;
|
|
30818
|
+
padding: 8px;
|
|
30819
|
+
border-radius: 6px;
|
|
30820
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30821
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30822
|
+
font-size: 12px;
|
|
30913
30823
|
}
|
|
30914
|
-
.
|
|
30915
|
-
|
|
30824
|
+
.ctcr26a div {
|
|
30825
|
+
line-height: 20px;
|
|
30826
|
+
display: flex;
|
|
30827
|
+
align-items: center;
|
|
30828
|
+
word-break: break-all;
|
|
30916
30829
|
}
|
|
30917
|
-
|
|
30918
|
-
|
|
30830
|
+
|
|
30831
|
+
.s34f1qb.ant-switch {
|
|
30832
|
+
min-width: 40px;
|
|
30833
|
+
height: 24px;
|
|
30834
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30835
|
+
overflow: hidden;
|
|
30919
30836
|
}
|
|
30920
|
-
.
|
|
30921
|
-
|
|
30922
|
-
font-weight: 400;
|
|
30923
|
-
position: relative;
|
|
30924
|
-
border-bottom: none;
|
|
30925
|
-
color: #00122e;
|
|
30926
|
-
transition: none;
|
|
30927
|
-
padding: 15px 8px 15px 8px;
|
|
30837
|
+
.s34f1qb.ant-switch:focus {
|
|
30838
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30928
30839
|
}
|
|
30929
|
-
.
|
|
30930
|
-
|
|
30931
|
-
|
|
30932
|
-
top: 0;
|
|
30933
|
-
bottom: 0;
|
|
30934
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30935
|
-
position: absolute;
|
|
30936
|
-
right: 0;
|
|
30840
|
+
.s34f1qb.ant-switch-small {
|
|
30841
|
+
min-width: 26px;
|
|
30842
|
+
height: 16px;
|
|
30937
30843
|
}
|
|
30938
|
-
.
|
|
30939
|
-
|
|
30844
|
+
.s34f1qb.ant-switch-large {
|
|
30845
|
+
min-width: 52px;
|
|
30846
|
+
height: 32px;
|
|
30940
30847
|
}
|
|
30941
|
-
.
|
|
30942
|
-
|
|
30848
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30849
|
+
height: 20px;
|
|
30850
|
+
width: 20px;
|
|
30943
30851
|
}
|
|
30944
|
-
.
|
|
30945
|
-
|
|
30946
|
-
|
|
30947
|
-
white-space: nowrap;
|
|
30948
|
-
text-overflow: ellipsis;
|
|
30852
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30853
|
+
border-radius: 10px;
|
|
30854
|
+
transition-delay: 120ms;
|
|
30949
30855
|
}
|
|
30950
|
-
.
|
|
30951
|
-
|
|
30952
|
-
|
|
30953
|
-
|
|
30856
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30857
|
+
height: 14px;
|
|
30858
|
+
width: 14px;
|
|
30859
|
+
top: 1px;
|
|
30860
|
+
left: 1px;
|
|
30954
30861
|
}
|
|
30955
|
-
.
|
|
30956
|
-
|
|
30862
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30863
|
+
height: 28px;
|
|
30864
|
+
width: 28px;
|
|
30957
30865
|
}
|
|
30958
|
-
.
|
|
30959
|
-
|
|
30866
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30867
|
+
border-radius: 14px;
|
|
30960
30868
|
}
|
|
30961
|
-
.
|
|
30962
|
-
|
|
30963
|
-
right: 6px;
|
|
30964
|
-
top: 50%;
|
|
30965
|
-
transform: translateY(-50%);
|
|
30966
|
-
height: 16px;
|
|
30967
|
-
display: none;
|
|
30968
|
-
transition: transform 320ms ease;
|
|
30869
|
+
.s34f1qb.ant-switch-checked {
|
|
30870
|
+
background-color: #00ba5d;
|
|
30969
30871
|
}
|
|
30970
|
-
.
|
|
30971
|
-
|
|
30972
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
30872
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30873
|
+
left: calc(100% - 20px - 2px);
|
|
30973
30874
|
}
|
|
30974
|
-
.
|
|
30975
|
-
|
|
30875
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30876
|
+
left: calc(100% - 14px - 1px);
|
|
30976
30877
|
}
|
|
30977
|
-
.
|
|
30978
|
-
|
|
30878
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30879
|
+
left: calc(100% - 28px - 2px);
|
|
30979
30880
|
}
|
|
30980
|
-
|
|
30981
|
-
|
|
30881
|
+
|
|
30882
|
+
.c1to9vb9 {
|
|
30883
|
+
margin-left: 5px;
|
|
30982
30884
|
}
|
|
30983
|
-
|
|
30984
|
-
|
|
30885
|
+
|
|
30886
|
+
.t1upn1sz {
|
|
30887
|
+
height: 100%;
|
|
30985
30888
|
}
|
|
30986
|
-
|
|
30987
|
-
|
|
30889
|
+
|
|
30890
|
+
.tta5kd2 {
|
|
30891
|
+
height: 100%;
|
|
30988
30892
|
}
|
|
30989
|
-
.tta5kd2
|
|
30990
|
-
|
|
30893
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
30894
|
+
overflow: visible !important;
|
|
30895
|
+
height: 100%;
|
|
30991
30896
|
}
|
|
30992
|
-
.tta5kd2 .ant-table .ant-table-
|
|
30993
|
-
|
|
30897
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30898
|
+
height: 100%;
|
|
30994
30899
|
}
|
|
30995
|
-
.tta5kd2
|
|
30996
|
-
|
|
30900
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
30901
|
+
width: 100% !important;
|
|
30902
|
+
height: 100%;
|
|
30997
30903
|
}
|
|
30998
|
-
.tta5kd2 .ant-table .ant-table-
|
|
30999
|
-
|
|
31000
|
-
left: 50%;
|
|
31001
|
-
top: 50%;
|
|
31002
|
-
transform: translate(-50%, -50%);
|
|
30904
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30905
|
+
padding: 15px 0;
|
|
31003
30906
|
}
|
|
31004
|
-
.tta5kd2 .ant-table .ant-table-
|
|
30907
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31005
30908
|
display: none;
|
|
31006
30909
|
}
|
|
31007
|
-
.tta5kd2 .
|
|
31008
|
-
|
|
30910
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
30911
|
+
font-weight: 700;
|
|
31009
30912
|
}
|
|
31010
|
-
.tta5kd2
|
|
31011
|
-
|
|
30913
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
30914
|
+
font-weight: 700;
|
|
31012
30915
|
}
|
|
31013
|
-
.tta5kd2 .ant-
|
|
31014
|
-
|
|
31015
|
-
border: none;
|
|
31016
|
-
background: inherit !important;
|
|
31017
|
-
height: 100px;
|
|
31018
|
-
vertical-align: middle;
|
|
30916
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
30917
|
+
height: 100%;
|
|
31019
30918
|
}
|
|
31020
|
-
.tta5kd2 .ant-
|
|
31021
|
-
|
|
31022
|
-
|
|
31023
|
-
font-size: 20px;
|
|
31024
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30919
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
30920
|
+
height: 100%;
|
|
30921
|
+
overflow: visible;
|
|
31025
30922
|
}
|
|
31026
|
-
.tta5kd2 .ant-
|
|
31027
|
-
|
|
31028
|
-
position: relative;
|
|
31029
|
-
background: #fff;
|
|
30923
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
30924
|
+
max-height: none;
|
|
31030
30925
|
}
|
|
31031
|
-
.tta5kd2 .ant-
|
|
31032
|
-
|
|
31033
|
-
display:
|
|
31034
|
-
align-items: center;
|
|
31035
|
-
justify-content: flex-end;
|
|
31036
|
-
padding-right: 8px;
|
|
30926
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
30927
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
30928
|
+
display: none;
|
|
31037
30929
|
}
|
|
31038
|
-
.tta5kd2 .ant-table
|
|
31039
|
-
|
|
31040
|
-
height: 24px;
|
|
31041
|
-
cursor: pointer;
|
|
31042
|
-
justify-content: center;
|
|
31043
|
-
border-radius: 4px;
|
|
30930
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
30931
|
+
background: transparent;
|
|
31044
30932
|
}
|
|
31045
|
-
.tta5kd2 .ant-table
|
|
30933
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
30934
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31046
30935
|
background: #fff;
|
|
30936
|
+
padding: 0 !important;
|
|
31047
30937
|
}
|
|
31048
|
-
|
|
31049
|
-
.
|
|
31050
|
-
width: 430px !important;
|
|
31051
|
-
}
|
|
31052
|
-
|
|
31053
|
-
.da3mx0o .ant-select-item-group {
|
|
31054
|
-
padding: 8px 16px;
|
|
31055
|
-
line-height: 18px;
|
|
31056
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31057
|
-
height: 34px;
|
|
31058
|
-
min-height: 34px;
|
|
31059
|
-
box-sizing: border-box;
|
|
31060
|
-
margin-top: 8px;
|
|
31061
|
-
}
|
|
31062
|
-
|
|
31063
|
-
.onr9gzt {
|
|
30938
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
30939
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31064
30940
|
display: flex;
|
|
31065
|
-
|
|
31066
|
-
|
|
30941
|
+
align-items: center;
|
|
30942
|
+
height: 100%;
|
|
31067
30943
|
padding: 8px;
|
|
31068
|
-
border-radius: 4px;
|
|
31069
|
-
}
|
|
31070
|
-
.onr9gzt .selected-icon {
|
|
31071
|
-
display: none;
|
|
31072
|
-
}
|
|
31073
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31074
|
-
padding-left: 8px;
|
|
31075
|
-
}
|
|
31076
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31077
|
-
background-color: white;
|
|
31078
|
-
}
|
|
31079
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31080
|
-
color: #0080ff;
|
|
31081
30944
|
}
|
|
31082
|
-
.
|
|
31083
|
-
|
|
30945
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
30946
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
30947
|
+
overflow: hidden;
|
|
30948
|
+
text-overflow: ellipsis;
|
|
30949
|
+
width: 100%;
|
|
31084
30950
|
}
|
|
31085
|
-
.
|
|
31086
|
-
|
|
30951
|
+
.tta5kd2 .ant-table-container {
|
|
30952
|
+
height: 100%;
|
|
31087
30953
|
}
|
|
31088
|
-
.
|
|
31089
|
-
|
|
30954
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
30955
|
+
box-shadow: none !important;
|
|
31090
30956
|
}
|
|
31091
|
-
.
|
|
31092
|
-
|
|
31093
|
-
|
|
30957
|
+
.tta5kd2 .ant-table {
|
|
30958
|
+
border-radius: 0px;
|
|
30959
|
+
border-left: none;
|
|
30960
|
+
border-right: none;
|
|
30961
|
+
border-bottom: none;
|
|
30962
|
+
height: 100%;
|
|
30963
|
+
font-size: 12px;
|
|
30964
|
+
background: transparent;
|
|
31094
30965
|
}
|
|
31095
|
-
|
|
31096
|
-
|
|
31097
|
-
|
|
31098
|
-
|
|
31099
|
-
|
|
31100
|
-
line-height: 20px;
|
|
30966
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
30967
|
+
position: relative;
|
|
30968
|
+
z-index: 3;
|
|
30969
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30970
|
+
margin-bottom: -1px;
|
|
31101
30971
|
}
|
|
31102
|
-
.
|
|
30972
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
30973
|
+
.tta5kd2 .ant-table .value {
|
|
31103
30974
|
color: #2d3a56;
|
|
31104
|
-
overflow: hidden;
|
|
31105
|
-
text-overflow: ellipsis;
|
|
31106
30975
|
}
|
|
31107
|
-
|
|
31108
|
-
.
|
|
31109
|
-
display: flex;
|
|
31110
|
-
justify-content: space-between;
|
|
30976
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
30977
|
+
.tta5kd2 .ant-table .unit {
|
|
31111
30978
|
color: rgba(44, 56, 82, 0.6);
|
|
31112
|
-
height: 18px;
|
|
31113
|
-
line-height: 18px;
|
|
31114
|
-
margin-top: 2px;
|
|
31115
30979
|
}
|
|
31116
|
-
|
|
31117
|
-
|
|
31118
|
-
|
|
31119
|
-
margin-right: 0;
|
|
31120
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31121
|
-
}
|
|
31122
|
-
|
|
31123
|
-
.ohwbvxu {
|
|
31124
|
-
pointer-events: none;
|
|
31125
|
-
height: 32px;
|
|
31126
|
-
width: 100%;
|
|
31127
|
-
opacity: 0;
|
|
30980
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
30981
|
+
position: unset;
|
|
30982
|
+
text-align: center;
|
|
31128
30983
|
}
|
|
31129
|
-
|
|
31130
|
-
|
|
31131
|
-
display: flex;
|
|
31132
|
-
flex-direction: column;
|
|
30984
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
30985
|
+
background: #fff;
|
|
31133
30986
|
}
|
|
31134
|
-
|
|
31135
|
-
|
|
31136
|
-
|
|
31137
|
-
|
|
31138
|
-
|
|
31139
|
-
|
|
30987
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
30988
|
+
cursor: pointer;
|
|
30989
|
+
position: absolute;
|
|
30990
|
+
top: 50%;
|
|
30991
|
+
right: 12px;
|
|
30992
|
+
transform: translateY(-50%);
|
|
31140
30993
|
}
|
|
31141
|
-
|
|
31142
|
-
|
|
31143
|
-
|
|
31144
|
-
|
|
31145
|
-
margin: 0 auto;
|
|
31146
|
-
display: flex;
|
|
30994
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
30995
|
+
box-shadow: none;
|
|
30996
|
+
width: 1px;
|
|
30997
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31147
30998
|
}
|
|
31148
|
-
.
|
|
31149
|
-
|
|
31150
|
-
|
|
31151
|
-
|
|
31152
|
-
flex-basis: 21%;
|
|
30999
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31000
|
+
box-shadow: none;
|
|
31001
|
+
width: 1px;
|
|
31002
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31153
31003
|
}
|
|
31154
|
-
.
|
|
31155
|
-
|
|
31156
|
-
justify-content: flex-end;
|
|
31157
|
-
padding-right: 44px;
|
|
31004
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31005
|
+
position: relative;
|
|
31158
31006
|
}
|
|
31159
|
-
.
|
|
31160
|
-
|
|
31007
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31008
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31009
|
+
border-bottom: 1px solid white;
|
|
31010
|
+
height: 40px;
|
|
31011
|
+
vertical-align: middle;
|
|
31012
|
+
transition: background 0ms;
|
|
31013
|
+
color: #00122e;
|
|
31161
31014
|
}
|
|
31162
|
-
.
|
|
31163
|
-
|
|
31164
|
-
|
|
31165
|
-
flex-shrink: 0;
|
|
31166
|
-
flex-basis: 58%;
|
|
31015
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31016
|
+
background: #f2f5fa;
|
|
31017
|
+
border-bottom-color: #f2f5fa;
|
|
31167
31018
|
}
|
|
31168
|
-
.
|
|
31169
|
-
|
|
31019
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31020
|
+
height: auto;
|
|
31021
|
+
color: #00122e;
|
|
31022
|
+
font-size: 12px;
|
|
31023
|
+
text-align: left;
|
|
31024
|
+
transition: none;
|
|
31025
|
+
overflow: hidden;
|
|
31026
|
+
text-overflow: ellipsis;
|
|
31027
|
+
white-space: nowrap;
|
|
31170
31028
|
}
|
|
31171
|
-
.
|
|
31172
|
-
|
|
31029
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31030
|
+
color: #0096ff;
|
|
31173
31031
|
}
|
|
31174
|
-
|
|
31175
|
-
|
|
31176
|
-
|
|
31032
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31033
|
+
overflow: hidden;
|
|
31034
|
+
text-overflow: ellipsis;
|
|
31177
31035
|
width: 100%;
|
|
31178
|
-
|
|
31036
|
+
vertical-align: middle;
|
|
31179
31037
|
}
|
|
31180
|
-
.
|
|
31181
|
-
|
|
31038
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31039
|
+
line-height: 0px;
|
|
31182
31040
|
}
|
|
31183
|
-
.
|
|
31184
|
-
|
|
31185
|
-
padding: 0;
|
|
31186
|
-
width: 100%;
|
|
31187
|
-
max-width: 648px;
|
|
31188
|
-
overflow: hidden;
|
|
31041
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31042
|
+
padding-right: 25px;
|
|
31189
31043
|
}
|
|
31190
|
-
.
|
|
31191
|
-
|
|
31044
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31045
|
+
border-top-color: transparent;
|
|
31192
31046
|
}
|
|
31193
|
-
.
|
|
31194
|
-
|
|
31195
|
-
|
|
31047
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31048
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31049
|
+
border-color: transparent transparent white;
|
|
31196
31050
|
}
|
|
31197
|
-
.
|
|
31198
|
-
|
|
31199
|
-
max-width: 648px;
|
|
31051
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31052
|
+
border-radius: 8px 0 0 8px;
|
|
31200
31053
|
}
|
|
31201
|
-
|
|
31202
|
-
|
|
31203
|
-
margin: 0 auto;
|
|
31204
|
-
width: 100%;
|
|
31205
|
-
max-width: 1024px;
|
|
31054
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31055
|
+
border-radius: 8px 0 0 8px;
|
|
31206
31056
|
}
|
|
31207
|
-
.
|
|
31208
|
-
|
|
31057
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31058
|
+
content: "";
|
|
31059
|
+
width: 4px;
|
|
31060
|
+
top: -1px;
|
|
31061
|
+
bottom: -1px;
|
|
31062
|
+
background: white;
|
|
31209
31063
|
}
|
|
31210
|
-
.
|
|
31211
|
-
|
|
31212
|
-
padding: 0;
|
|
31213
|
-
width: 100%;
|
|
31214
|
-
max-width: 1024px;
|
|
31215
|
-
overflow: hidden;
|
|
31064
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31065
|
+
border-radius: 0 8px 8px 0;
|
|
31216
31066
|
}
|
|
31217
|
-
.
|
|
31218
|
-
|
|
31067
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31068
|
+
border-radius: 0;
|
|
31069
|
+
background: white;
|
|
31070
|
+
border-top: none;
|
|
31219
31071
|
}
|
|
31220
|
-
.
|
|
31221
|
-
|
|
31222
|
-
|
|
31072
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31073
|
+
border-top: 1px solid transparent;
|
|
31074
|
+
border-radius: 0 8px 8px 0;
|
|
31075
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31223
31076
|
}
|
|
31224
|
-
.
|
|
31225
|
-
|
|
31226
|
-
|
|
31077
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31078
|
+
background: white;
|
|
31079
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31227
31080
|
}
|
|
31228
|
-
|
|
31229
|
-
|
|
31230
|
-
|
|
31081
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31082
|
+
display: flex;
|
|
31083
|
+
align-items: center;
|
|
31084
|
+
height: 100%;
|
|
31085
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31231
31086
|
}
|
|
31232
|
-
.
|
|
31233
|
-
|
|
31234
|
-
|
|
31235
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31236
|
-
}
|
|
31237
|
-
.fxgckuk .title {
|
|
31238
|
-
font-size: 14px;
|
|
31239
|
-
line-height: 20px;
|
|
31240
|
-
color: #2d3a56;
|
|
31241
|
-
margin-bottom: 12px;
|
|
31242
|
-
}
|
|
31243
|
-
.fxgckuk.connect-cluster .title {
|
|
31244
|
-
padding-bottom: 26px;
|
|
31245
|
-
}
|
|
31246
|
-
|
|
31247
|
-
.f1d0vek1 {
|
|
31248
|
-
padding: 25px 0 15px 0;
|
|
31249
|
-
border-bottom: 1px solid #e1e5eb;
|
|
31250
|
-
margin-bottom: 16px;
|
|
31087
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31088
|
+
background: white;
|
|
31089
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31251
31090
|
}
|
|
31252
|
-
|
|
31253
|
-
.f4u402y {
|
|
31091
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31254
31092
|
display: flex;
|
|
31255
31093
|
align-items: center;
|
|
31256
|
-
|
|
31257
|
-
|
|
31258
|
-
.f4u402y > label {
|
|
31259
|
-
width: 216px;
|
|
31260
|
-
}
|
|
31261
|
-
.f4u402y > label + * {
|
|
31262
|
-
width: 100%;
|
|
31263
|
-
}
|
|
31264
|
-
.f4u402y .ant-select {
|
|
31265
|
-
width: 100%;
|
|
31094
|
+
height: 100%;
|
|
31095
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31266
31096
|
}
|
|
31267
|
-
|
|
31268
|
-
.
|
|
31269
|
-
color: #e75a3a;
|
|
31270
|
-
margin-right: 10px;
|
|
31097
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31098
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31271
31099
|
}
|
|
31272
|
-
|
|
31273
|
-
.
|
|
31274
|
-
|
|
31275
|
-
height: 1px;
|
|
31276
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31277
|
-
margin: 24px 0;
|
|
31100
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31101
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31102
|
+
border-radius: 8px;
|
|
31278
31103
|
}
|
|
31279
|
-
|
|
31280
|
-
|
|
31281
|
-
display: flex;
|
|
31282
|
-
justify-content: center;
|
|
31283
|
-
align-items: center;
|
|
31284
|
-
height: 100%;
|
|
31104
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31105
|
+
border-top-color: white;
|
|
31285
31106
|
}
|
|
31286
|
-
|
|
31287
|
-
.
|
|
31288
|
-
|
|
31289
|
-
|
|
31290
|
-
height: 4px;
|
|
31291
|
-
background: #8e9aa9;
|
|
31292
|
-
opacity: 0.4;
|
|
31293
|
-
border-radius: 50%;
|
|
31294
|
-
margin: 0 4px;
|
|
31107
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31108
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31109
|
+
border-bottom-color: transparent;
|
|
31110
|
+
border-top-color: transparent;
|
|
31295
31111
|
}
|
|
31296
|
-
|
|
31297
|
-
|
|
31298
|
-
.m1jy87hk .ant-modal-footer .footer-content {
|
|
31299
|
-
width: 648px;
|
|
31300
|
-
margin: 0 auto;
|
|
31112
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31113
|
+
border-radius: 8px 0 0 8px;
|
|
31301
31114
|
}
|
|
31302
|
-
.
|
|
31303
|
-
|
|
31304
|
-
border: none;
|
|
31115
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31116
|
+
border-radius: 0 8px 8px 0;
|
|
31305
31117
|
}
|
|
31306
|
-
.
|
|
31307
|
-
|
|
31118
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31119
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31308
31120
|
}
|
|
31309
|
-
.
|
|
31310
|
-
|
|
31121
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31122
|
+
background: #fff;
|
|
31123
|
+
font-weight: 400;
|
|
31124
|
+
position: relative;
|
|
31125
|
+
border-bottom: none;
|
|
31126
|
+
color: #00122e;
|
|
31127
|
+
transition: none;
|
|
31128
|
+
padding: 15px 8px 15px 8px;
|
|
31311
31129
|
}
|
|
31312
|
-
.
|
|
31313
|
-
|
|
31130
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31131
|
+
content: "";
|
|
31132
|
+
width: 1px;
|
|
31133
|
+
top: 0;
|
|
31134
|
+
bottom: 0;
|
|
31135
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31136
|
+
position: absolute;
|
|
31137
|
+
right: 0;
|
|
31314
31138
|
}
|
|
31315
|
-
|
|
31316
|
-
|
|
31317
|
-
font-size: 12px;
|
|
31318
|
-
line-height: 18px;
|
|
31319
|
-
font-weight: bold;
|
|
31320
|
-
color: #fff;
|
|
31321
|
-
padding: 0 4px;
|
|
31322
|
-
border-radius: 4px;
|
|
31323
|
-
display: inline-block;
|
|
31324
|
-
background: var(--ti7fpyu-0);
|
|
31139
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31140
|
+
padding: unset;
|
|
31325
31141
|
}
|
|
31326
|
-
.
|
|
31327
|
-
|
|
31142
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31143
|
+
display: none;
|
|
31328
31144
|
}
|
|
31329
|
-
|
|
31330
|
-
.f1rest1f {
|
|
31145
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31331
31146
|
width: 100%;
|
|
31332
|
-
|
|
31333
|
-
|
|
31334
|
-
|
|
31335
|
-
justify-content: center;
|
|
31147
|
+
overflow: hidden;
|
|
31148
|
+
white-space: nowrap;
|
|
31149
|
+
text-overflow: ellipsis;
|
|
31336
31150
|
}
|
|
31337
|
-
|
|
31338
|
-
|
|
31339
|
-
|
|
31340
|
-
|
|
31341
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
31342
|
-
padding: 1px 4px 1px;
|
|
31343
|
-
margin-left: 2px;
|
|
31344
|
-
margin-right: 2px;
|
|
31345
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31346
|
-
border-radius: 4px;
|
|
31151
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31152
|
+
overflow: hidden;
|
|
31153
|
+
text-overflow: ellipsis;
|
|
31154
|
+
flex: 1;
|
|
31347
31155
|
}
|
|
31348
|
-
|
|
31349
|
-
|
|
31350
|
-
width: 640px;
|
|
31156
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31157
|
+
padding: 15px 25px 15px 8px;
|
|
31351
31158
|
}
|
|
31352
|
-
.
|
|
31353
|
-
|
|
31159
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31160
|
+
padding: 0;
|
|
31354
31161
|
}
|
|
31355
|
-
.
|
|
31356
|
-
|
|
31162
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31163
|
+
position: absolute;
|
|
31164
|
+
right: 6px;
|
|
31165
|
+
top: 50%;
|
|
31166
|
+
transform: translateY(-50%);
|
|
31167
|
+
height: 16px;
|
|
31168
|
+
display: none;
|
|
31169
|
+
transition: transform 320ms ease;
|
|
31357
31170
|
}
|
|
31358
|
-
.
|
|
31359
|
-
|
|
31171
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31172
|
+
display: block;
|
|
31173
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31360
31174
|
}
|
|
31361
|
-
.
|
|
31362
|
-
|
|
31175
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31176
|
+
display: block;
|
|
31363
31177
|
}
|
|
31364
|
-
.
|
|
31365
|
-
|
|
31366
|
-
display: flex;
|
|
31178
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31179
|
+
display: none;
|
|
31367
31180
|
}
|
|
31368
|
-
.
|
|
31369
|
-
|
|
31370
|
-
width: 100%;
|
|
31371
|
-
padding: 14px;
|
|
31372
|
-
background: #f2f4f6;
|
|
31373
|
-
font-size: 13px;
|
|
31374
|
-
line-height: 1.8;
|
|
31375
|
-
color: #8e9aa9;
|
|
31181
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31182
|
+
transform: translateY(-50%);
|
|
31376
31183
|
}
|
|
31377
|
-
.
|
|
31378
|
-
|
|
31379
|
-
font-size: 13px;
|
|
31380
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31184
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31185
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31381
31186
|
}
|
|
31382
|
-
.
|
|
31383
|
-
|
|
31187
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31188
|
+
background: #f2f5fa;
|
|
31384
31189
|
}
|
|
31385
|
-
.
|
|
31386
|
-
|
|
31387
|
-
line-height: 32px;
|
|
31190
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31191
|
+
display: block;
|
|
31388
31192
|
}
|
|
31389
|
-
.
|
|
31390
|
-
|
|
31193
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31194
|
+
padding-right: 25px;
|
|
31391
31195
|
}
|
|
31392
|
-
.
|
|
31393
|
-
|
|
31196
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31197
|
+
padding: 0 !important;
|
|
31394
31198
|
}
|
|
31395
|
-
.
|
|
31396
|
-
|
|
31199
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31200
|
+
position: absolute;
|
|
31201
|
+
left: 50%;
|
|
31202
|
+
top: 50%;
|
|
31203
|
+
transform: translate(-50%, -50%);
|
|
31397
31204
|
}
|
|
31398
|
-
.
|
|
31399
|
-
|
|
31400
|
-
height: 0;
|
|
31401
|
-
overflow: hidden;
|
|
31205
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31206
|
+
display: none;
|
|
31402
31207
|
}
|
|
31403
|
-
.
|
|
31404
|
-
|
|
31405
|
-
height: auto;
|
|
31406
|
-
overflow: auto;
|
|
31208
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31209
|
+
background: #fff;
|
|
31407
31210
|
}
|
|
31408
|
-
.
|
|
31409
|
-
|
|
31410
|
-
border: 1px solid #e75a3a;
|
|
31411
|
-
color: #e75a3a;
|
|
31211
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31212
|
+
background: inherit;
|
|
31412
31213
|
}
|
|
31413
|
-
|
|
31414
|
-
|
|
31415
|
-
|
|
31214
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31215
|
+
position: static;
|
|
31216
|
+
border: none;
|
|
31217
|
+
background: inherit !important;
|
|
31218
|
+
height: 100px;
|
|
31219
|
+
vertical-align: middle;
|
|
31220
|
+
}
|
|
31221
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31222
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31416
31223
|
font-weight: bold;
|
|
31417
|
-
|
|
31418
|
-
|
|
31419
|
-
margin-bottom: 16px;
|
|
31224
|
+
font-size: 20px;
|
|
31225
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31420
31226
|
}
|
|
31421
|
-
.
|
|
31422
|
-
|
|
31227
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31228
|
+
padding: 0 !important;
|
|
31229
|
+
position: relative;
|
|
31230
|
+
background: #fff;
|
|
31423
31231
|
}
|
|
31424
|
-
|
|
31425
|
-
|
|
31426
|
-
width: 8px;
|
|
31427
|
-
height: 24px;
|
|
31232
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31233
|
+
height: 100%;
|
|
31428
31234
|
display: flex;
|
|
31429
|
-
justify-content: center;
|
|
31430
31235
|
align-items: center;
|
|
31431
|
-
|
|
31432
|
-
|
|
31236
|
+
justify-content: flex-end;
|
|
31237
|
+
padding-right: 8px;
|
|
31433
31238
|
}
|
|
31434
|
-
.
|
|
31435
|
-
|
|
31436
|
-
|
|
31437
|
-
|
|
31438
|
-
|
|
31439
|
-
|
|
31440
|
-
position: relative;
|
|
31441
|
-
right: 2px;
|
|
31442
|
-
transform: rotate(-45deg);
|
|
31239
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31240
|
+
width: 24px;
|
|
31241
|
+
height: 24px;
|
|
31242
|
+
cursor: pointer;
|
|
31243
|
+
justify-content: center;
|
|
31244
|
+
border-radius: 4px;
|
|
31443
31245
|
}
|
|
31444
|
-
.
|
|
31445
|
-
|
|
31446
|
-
left: 1px;
|
|
31246
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31247
|
+
background: #fff;
|
|
31447
31248
|
}
|
|
31448
31249
|
|
|
31449
|
-
.
|
|
31450
|
-
|
|
31451
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31452
|
-
border-radius: 6px;
|
|
31453
|
-
}
|
|
31454
|
-
.w18knsg4.ant-alert,
|
|
31455
|
-
.w18knsg4 .ant-alert-message {
|
|
31456
|
-
color: #e07f00;
|
|
31250
|
+
.i1e4sgug {
|
|
31251
|
+
display: inline-block;
|
|
31457
31252
|
}
|
|
31458
|
-
|
|
31459
|
-
.
|
|
31460
|
-
|
|
31253
|
+
|
|
31254
|
+
.s1fc623g {
|
|
31255
|
+
width: 430px !important;
|
|
31461
31256
|
}
|
|
31462
31257
|
|
|
31463
|
-
.
|
|
31464
|
-
|
|
31465
|
-
flex-direction: row;
|
|
31466
|
-
padding: 7px 12px;
|
|
31467
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31468
|
-
border-radius: 6px;
|
|
31469
|
-
color: #e07f00;
|
|
31470
|
-
font-size: 12px;
|
|
31258
|
+
.da3mx0o .ant-select-item-group {
|
|
31259
|
+
padding: 8px 16px;
|
|
31471
31260
|
line-height: 18px;
|
|
31472
|
-
|
|
31473
|
-
|
|
31474
|
-
|
|
31475
|
-
|
|
31261
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31262
|
+
height: 34px;
|
|
31263
|
+
min-height: 34px;
|
|
31264
|
+
box-sizing: border-box;
|
|
31265
|
+
margin-top: 8px;
|
|
31476
31266
|
}
|
|
31477
31267
|
|
|
31478
|
-
.
|
|
31268
|
+
.onr9gzt {
|
|
31479
31269
|
display: flex;
|
|
31480
|
-
flex-direction:
|
|
31481
|
-
|
|
31482
|
-
|
|
31483
|
-
border-radius:
|
|
31484
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31485
|
-
font-size: 12px;
|
|
31486
|
-
line-height: 18px;
|
|
31270
|
+
flex-direction: column;
|
|
31271
|
+
margin: 1px 8px;
|
|
31272
|
+
padding: 8px;
|
|
31273
|
+
border-radius: 4px;
|
|
31487
31274
|
}
|
|
31488
|
-
.
|
|
31489
|
-
|
|
31490
|
-
height: 18px;
|
|
31275
|
+
.onr9gzt .selected-icon {
|
|
31276
|
+
display: none;
|
|
31491
31277
|
}
|
|
31492
|
-
|
|
31493
|
-
|
|
31494
|
-
display: flex;
|
|
31495
|
-
flex-direction: row;
|
|
31496
|
-
padding: 7px 12px;
|
|
31497
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31498
|
-
border-radius: 6px;
|
|
31499
|
-
color: #005ed1;
|
|
31500
|
-
font-size: 12px;
|
|
31501
|
-
line-height: 18px;
|
|
31278
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31279
|
+
padding-left: 8px;
|
|
31502
31280
|
}
|
|
31503
|
-
.
|
|
31504
|
-
|
|
31505
|
-
height: 18px;
|
|
31281
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31282
|
+
background-color: white;
|
|
31506
31283
|
}
|
|
31507
|
-
|
|
31508
|
-
|
|
31509
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31510
|
-
margin-top: 5px;
|
|
31511
|
-
font-size: 12px;
|
|
31512
|
-
line-height: 18px;
|
|
31284
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31285
|
+
color: #0080ff;
|
|
31513
31286
|
}
|
|
31514
|
-
|
|
31515
|
-
|
|
31516
|
-
color: #f0483e;
|
|
31517
|
-
font-size: 12px;
|
|
31518
|
-
white-space: pre-wrap;
|
|
31287
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31288
|
+
display: block;
|
|
31519
31289
|
}
|
|
31520
|
-
|
|
31521
|
-
.
|
|
31522
|
-
display: flex;
|
|
31523
|
-
align-items: center;
|
|
31524
|
-
justify-content: flex-end;
|
|
31290
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31291
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31525
31292
|
}
|
|
31526
|
-
.
|
|
31527
|
-
|
|
31293
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31294
|
+
color: #0080ff;
|
|
31528
31295
|
}
|
|
31529
|
-
|
|
31530
|
-
.
|
|
31531
|
-
color:
|
|
31296
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31297
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31298
|
+
color: #0080ff;
|
|
31532
31299
|
}
|
|
31533
31300
|
|
|
31534
|
-
.
|
|
31535
|
-
|
|
31301
|
+
.oiy0apc {
|
|
31302
|
+
display: flex;
|
|
31303
|
+
justify-content: space-between;
|
|
31304
|
+
height: 20px;
|
|
31536
31305
|
line-height: 20px;
|
|
31537
|
-
color: #2d3a56;
|
|
31538
|
-
border-radius: 6px;
|
|
31539
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31540
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31541
31306
|
}
|
|
31542
|
-
.
|
|
31543
|
-
|
|
31544
|
-
|
|
31307
|
+
.oiy0apc .timezone-title {
|
|
31308
|
+
color: #2d3a56;
|
|
31309
|
+
overflow: hidden;
|
|
31310
|
+
text-overflow: ellipsis;
|
|
31545
31311
|
}
|
|
31546
|
-
|
|
31547
|
-
|
|
31312
|
+
|
|
31313
|
+
.of4y382 {
|
|
31314
|
+
display: flex;
|
|
31315
|
+
justify-content: space-between;
|
|
31316
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31317
|
+
height: 18px;
|
|
31548
31318
|
line-height: 18px;
|
|
31319
|
+
margin-top: 2px;
|
|
31549
31320
|
}
|
|
31550
|
-
|
|
31551
|
-
|
|
31552
|
-
|
|
31553
|
-
|
|
31554
|
-
|
|
31555
|
-
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
31556
|
-
border-color: #0096ff;
|
|
31557
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31558
|
-
z-index: 1;
|
|
31321
|
+
|
|
31322
|
+
.t19903l9 {
|
|
31323
|
+
border: none;
|
|
31324
|
+
margin-right: 0;
|
|
31325
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31559
31326
|
}
|
|
31560
|
-
|
|
31561
|
-
|
|
31562
|
-
|
|
31327
|
+
|
|
31328
|
+
.ohwbvxu {
|
|
31329
|
+
pointer-events: none;
|
|
31330
|
+
height: 32px;
|
|
31331
|
+
width: 100%;
|
|
31332
|
+
opacity: 0;
|
|
31563
31333
|
}
|
|
31564
|
-
|
|
31565
|
-
|
|
31566
|
-
|
|
31334
|
+
|
|
31335
|
+
.d6j0lbj {
|
|
31336
|
+
font-family: Inter;
|
|
31337
|
+
font-style: normal;
|
|
31338
|
+
font-weight: bold;
|
|
31339
|
+
font-size: 32px;
|
|
31340
|
+
line-height: 40px;
|
|
31567
31341
|
}
|
|
31568
|
-
|
|
31569
|
-
|
|
31570
|
-
|
|
31342
|
+
|
|
31343
|
+
.d1xhvvxe {
|
|
31344
|
+
font-family: Inter;
|
|
31345
|
+
font-style: normal;
|
|
31346
|
+
font-weight: bold;
|
|
31347
|
+
font-size: 24px;
|
|
31348
|
+
line-height: 32px;
|
|
31571
31349
|
}
|
|
31572
|
-
|
|
31573
|
-
|
|
31574
|
-
|
|
31575
|
-
|
|
31350
|
+
|
|
31351
|
+
.dk10mxq {
|
|
31352
|
+
font-family: Inter;
|
|
31353
|
+
font-style: normal;
|
|
31354
|
+
font-weight: normal;
|
|
31355
|
+
font-size: 32px;
|
|
31356
|
+
line-height: 40px;
|
|
31576
31357
|
}
|
|
31577
|
-
|
|
31578
|
-
|
|
31579
|
-
|
|
31580
|
-
|
|
31581
|
-
|
|
31582
|
-
|
|
31583
|
-
|
|
31358
|
+
|
|
31359
|
+
.dxsait {
|
|
31360
|
+
font-family: Inter;
|
|
31361
|
+
font-style: normal;
|
|
31362
|
+
font-weight: bold;
|
|
31363
|
+
font-size: 20px;
|
|
31364
|
+
line-height: 24px;
|
|
31584
31365
|
}
|
|
31585
|
-
|
|
31586
|
-
.
|
|
31587
|
-
|
|
31366
|
+
|
|
31367
|
+
.dokn0h3 {
|
|
31368
|
+
font-family: Inter;
|
|
31369
|
+
font-style: normal;
|
|
31370
|
+
font-weight: normal;
|
|
31371
|
+
font-size: 20px;
|
|
31372
|
+
line-height: 24px;
|
|
31588
31373
|
}
|
|
31589
|
-
|
|
31590
|
-
|
|
31374
|
+
|
|
31375
|
+
.dobau4p {
|
|
31376
|
+
font-family: Inter;
|
|
31377
|
+
font-style: normal;
|
|
31378
|
+
font-weight: bold;
|
|
31379
|
+
font-size: 18px;
|
|
31591
31380
|
line-height: 22px;
|
|
31592
31381
|
}
|
|
31593
|
-
|
|
31594
|
-
|
|
31595
|
-
|
|
31596
|
-
|
|
31597
|
-
|
|
31598
|
-
|
|
31599
|
-
|
|
31600
|
-
}
|
|
31601
|
-
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31602
|
-
border-color: #0096ff;
|
|
31603
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31604
|
-
}
|
|
31605
|
-
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31606
|
-
border-color: #e75a3a;
|
|
31382
|
+
|
|
31383
|
+
.dvolwok {
|
|
31384
|
+
font-family: Inter;
|
|
31385
|
+
font-style: normal;
|
|
31386
|
+
font-weight: normal;
|
|
31387
|
+
font-size: 18px;
|
|
31388
|
+
line-height: 22px;
|
|
31607
31389
|
}
|
|
31608
|
-
|
|
31609
|
-
|
|
31390
|
+
|
|
31391
|
+
.h181qhg4 {
|
|
31392
|
+
font-family: Inter;
|
|
31393
|
+
font-style: normal;
|
|
31394
|
+
font-weight: bold;
|
|
31395
|
+
font-size: 16px;
|
|
31396
|
+
line-height: 22px;
|
|
31610
31397
|
}
|
|
31611
|
-
|
|
31612
|
-
|
|
31613
|
-
|
|
31398
|
+
|
|
31399
|
+
.h1phgmcq {
|
|
31400
|
+
font-family: Inter;
|
|
31401
|
+
font-style: normal;
|
|
31402
|
+
font-weight: normal;
|
|
31403
|
+
font-size: 16px;
|
|
31404
|
+
line-height: 22px;
|
|
31614
31405
|
}
|
|
31615
|
-
|
|
31616
|
-
|
|
31617
|
-
|
|
31406
|
+
|
|
31407
|
+
.h173xnl1 {
|
|
31408
|
+
font-family: Inter;
|
|
31409
|
+
font-style: normal;
|
|
31410
|
+
font-weight: bold;
|
|
31411
|
+
font-size: 14px;
|
|
31412
|
+
line-height: 20px;
|
|
31618
31413
|
}
|
|
31619
|
-
|
|
31620
|
-
|
|
31621
|
-
|
|
31622
|
-
|
|
31414
|
+
|
|
31415
|
+
.hedm4pz {
|
|
31416
|
+
font-family: Inter;
|
|
31417
|
+
font-style: normal;
|
|
31418
|
+
font-weight: normal;
|
|
31419
|
+
font-size: 14px;
|
|
31420
|
+
line-height: 20px;
|
|
31623
31421
|
}
|
|
31624
|
-
|
|
31625
|
-
|
|
31626
|
-
|
|
31422
|
+
|
|
31423
|
+
.h1kd8xld {
|
|
31424
|
+
font-family: Inter;
|
|
31425
|
+
font-style: normal;
|
|
31426
|
+
font-weight: bold;
|
|
31427
|
+
font-size: 12px;
|
|
31428
|
+
line-height: 18px;
|
|
31627
31429
|
}
|
|
31628
|
-
|
|
31629
|
-
|
|
31630
|
-
|
|
31430
|
+
|
|
31431
|
+
.hp14fr {
|
|
31432
|
+
font-family: Inter;
|
|
31433
|
+
font-style: normal;
|
|
31434
|
+
font-weight: normal;
|
|
31435
|
+
font-size: 12px;
|
|
31436
|
+
line-height: 18px;
|
|
31631
31437
|
}
|
|
31632
|
-
|
|
31633
|
-
|
|
31438
|
+
|
|
31439
|
+
.hgrg7mn {
|
|
31440
|
+
font-family: Inter;
|
|
31441
|
+
font-style: normal;
|
|
31442
|
+
font-weight: bold;
|
|
31443
|
+
text-transform: uppercase;
|
|
31444
|
+
font-feature-settings: "cpsp" on;
|
|
31445
|
+
font-size: 12px;
|
|
31446
|
+
line-height: 18px;
|
|
31634
31447
|
}
|
|
31635
|
-
|
|
31636
|
-
|
|
31637
|
-
|
|
31448
|
+
|
|
31449
|
+
.h6zme9x {
|
|
31450
|
+
font-family: Inter;
|
|
31451
|
+
font-style: normal;
|
|
31452
|
+
font-weight: normal;
|
|
31453
|
+
text-transform: uppercase;
|
|
31454
|
+
font-feature-settings: "cpsp" on;
|
|
31455
|
+
font-size: 12px;
|
|
31456
|
+
line-height: 18px;
|
|
31638
31457
|
}
|
|
31639
|
-
|
|
31640
|
-
|
|
31458
|
+
|
|
31459
|
+
.locjvsv {
|
|
31460
|
+
font-family: Inter;
|
|
31461
|
+
font-style: normal;
|
|
31462
|
+
font-weight: normal;
|
|
31463
|
+
font-size: 16px;
|
|
31464
|
+
line-height: 24px;
|
|
31641
31465
|
}
|
|
31642
|
-
|
|
31643
|
-
|
|
31644
|
-
|
|
31466
|
+
|
|
31467
|
+
.l13gi131 {
|
|
31468
|
+
font-family: Inter;
|
|
31469
|
+
font-style: normal;
|
|
31470
|
+
font-weight: bold;
|
|
31471
|
+
font-size: 16px;
|
|
31472
|
+
line-height: 24px;
|
|
31645
31473
|
}
|
|
31646
|
-
|
|
31647
|
-
|
|
31474
|
+
|
|
31475
|
+
.l1ynemsu {
|
|
31476
|
+
font-family: Inter;
|
|
31477
|
+
font-style: normal;
|
|
31478
|
+
font-weight: normal;
|
|
31479
|
+
font-size: 16px;
|
|
31480
|
+
line-height: 24px;
|
|
31648
31481
|
}
|
|
31649
31482
|
|
|
31650
|
-
.
|
|
31651
|
-
|
|
31652
|
-
|
|
31483
|
+
.l1cft1cx {
|
|
31484
|
+
font-family: Inter;
|
|
31485
|
+
font-style: normal;
|
|
31486
|
+
font-weight: bold;
|
|
31487
|
+
font-size: 16px;
|
|
31488
|
+
line-height: 24px;
|
|
31653
31489
|
}
|
|
31654
|
-
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
|
|
31658
|
-
|
|
31659
|
-
|
|
31490
|
+
|
|
31491
|
+
.l17tqc8p {
|
|
31492
|
+
font-family: Inter;
|
|
31493
|
+
font-style: normal;
|
|
31494
|
+
font-weight: normal;
|
|
31495
|
+
text-transform: uppercase;
|
|
31496
|
+
font-feature-settings: "cpsp" on;
|
|
31497
|
+
font-size: 16px;
|
|
31498
|
+
line-height: 24px;
|
|
31660
31499
|
}
|
|
31661
|
-
|
|
31662
|
-
|
|
31663
|
-
|
|
31500
|
+
|
|
31501
|
+
.l1j1e5w7 {
|
|
31502
|
+
font-family: Inter;
|
|
31503
|
+
font-style: normal;
|
|
31504
|
+
font-weight: bold;
|
|
31505
|
+
text-transform: uppercase;
|
|
31506
|
+
font-feature-settings: "cpsp" on;
|
|
31507
|
+
font-size: 16px;
|
|
31508
|
+
line-height: 24px;
|
|
31664
31509
|
}
|
|
31665
|
-
|
|
31666
|
-
|
|
31510
|
+
|
|
31511
|
+
.l1gf91jb {
|
|
31512
|
+
font-family: Inter;
|
|
31513
|
+
font-style: normal;
|
|
31514
|
+
font-weight: normal;
|
|
31515
|
+
font-size: 14px;
|
|
31516
|
+
line-height: 22px;
|
|
31667
31517
|
}
|
|
31668
|
-
|
|
31669
|
-
|
|
31518
|
+
|
|
31519
|
+
.lu7hlr6 {
|
|
31520
|
+
font-family: Inter;
|
|
31521
|
+
font-style: normal;
|
|
31522
|
+
font-weight: 500;
|
|
31523
|
+
font-size: 14px;
|
|
31524
|
+
line-height: 22px;
|
|
31670
31525
|
}
|
|
31671
|
-
|
|
31672
|
-
|
|
31526
|
+
|
|
31527
|
+
.l3l3jf0 {
|
|
31528
|
+
font-family: Inter;
|
|
31529
|
+
font-style: normal;
|
|
31530
|
+
font-weight: bold;
|
|
31531
|
+
font-size: 14px;
|
|
31532
|
+
line-height: 22px;
|
|
31673
31533
|
}
|
|
31674
|
-
|
|
31675
|
-
|
|
31676
|
-
|
|
31677
|
-
|
|
31678
|
-
|
|
31534
|
+
|
|
31535
|
+
.l12j5nqp {
|
|
31536
|
+
font-family: Inter;
|
|
31537
|
+
font-style: normal;
|
|
31538
|
+
font-weight: normal;
|
|
31539
|
+
font-size: 14px;
|
|
31540
|
+
line-height: 22px;
|
|
31679
31541
|
}
|
|
31680
|
-
|
|
31681
|
-
|
|
31682
|
-
font-
|
|
31683
|
-
|
|
31542
|
+
|
|
31543
|
+
.l1tecqht {
|
|
31544
|
+
font-family: Inter;
|
|
31545
|
+
font-style: normal;
|
|
31546
|
+
font-weight: bold;
|
|
31547
|
+
font-size: 14px;
|
|
31548
|
+
line-height: 22px;
|
|
31684
31549
|
}
|
|
31685
|
-
|
|
31686
|
-
|
|
31550
|
+
|
|
31551
|
+
.l6sa990 {
|
|
31552
|
+
font-family: Inter;
|
|
31553
|
+
font-style: normal;
|
|
31554
|
+
font-weight: normal;
|
|
31555
|
+
text-transform: uppercase;
|
|
31556
|
+
font-feature-settings: "cpsp" on;
|
|
31557
|
+
font-size: 14px;
|
|
31558
|
+
line-height: 22px;
|
|
31687
31559
|
}
|
|
31688
|
-
|
|
31689
|
-
|
|
31690
|
-
|
|
31560
|
+
|
|
31561
|
+
.lckqe8j {
|
|
31562
|
+
font-family: Inter;
|
|
31563
|
+
font-style: normal;
|
|
31564
|
+
font-weight: bold;
|
|
31565
|
+
text-transform: uppercase;
|
|
31566
|
+
font-feature-settings: "cpsp" on;
|
|
31567
|
+
font-size: 14px;
|
|
31568
|
+
line-height: 22px;
|
|
31691
31569
|
}
|
|
31692
|
-
|
|
31693
|
-
|
|
31694
|
-
|
|
31695
|
-
|
|
31696
|
-
|
|
31697
|
-
|
|
31698
|
-
|
|
31570
|
+
|
|
31571
|
+
.l1kuminb {
|
|
31572
|
+
font-family: Inter;
|
|
31573
|
+
font-style: normal;
|
|
31574
|
+
font-weight: normal;
|
|
31575
|
+
font-size: 13px;
|
|
31576
|
+
line-height: 20px;
|
|
31699
31577
|
}
|
|
31700
|
-
|
|
31701
|
-
|
|
31702
|
-
|
|
31578
|
+
|
|
31579
|
+
.l1pbuf5j {
|
|
31580
|
+
font-family: Inter;
|
|
31581
|
+
font-style: normal;
|
|
31582
|
+
font-weight: 600;
|
|
31583
|
+
font-size: 13px;
|
|
31584
|
+
line-height: 20px;
|
|
31703
31585
|
}
|
|
31704
|
-
|
|
31705
|
-
|
|
31706
|
-
|
|
31586
|
+
|
|
31587
|
+
.l1r4ztu {
|
|
31588
|
+
font-family: Inter;
|
|
31589
|
+
font-style: normal;
|
|
31590
|
+
font-weight: bold;
|
|
31591
|
+
font-size: 13px;
|
|
31592
|
+
line-height: 20px;
|
|
31707
31593
|
}
|
|
31708
|
-
|
|
31709
|
-
|
|
31594
|
+
|
|
31595
|
+
.ly8vzok {
|
|
31596
|
+
font-family: Inter;
|
|
31597
|
+
font-style: normal;
|
|
31598
|
+
font-weight: normal;
|
|
31599
|
+
font-size: 13px;
|
|
31600
|
+
line-height: 20px;
|
|
31710
31601
|
}
|
|
31711
31602
|
|
|
31712
|
-
|
|
31713
|
-
|
|
31714
|
-
|
|
31603
|
+
.lumfmf {
|
|
31604
|
+
font-family: Inter;
|
|
31605
|
+
font-style: normal;
|
|
31606
|
+
font-weight: 600;
|
|
31607
|
+
font-size: 13px;
|
|
31608
|
+
line-height: 20px;
|
|
31715
31609
|
}
|
|
31716
31610
|
|
|
31717
|
-
.
|
|
31718
|
-
|
|
31719
|
-
|
|
31611
|
+
.l16ujwmv {
|
|
31612
|
+
font-family: Inter;
|
|
31613
|
+
font-style: normal;
|
|
31614
|
+
font-weight: bold;
|
|
31615
|
+
font-size: 13px;
|
|
31616
|
+
line-height: 20px;
|
|
31720
31617
|
}
|
|
31721
31618
|
|
|
31722
|
-
|
|
31723
|
-
|
|
31724
|
-
|
|
31619
|
+
.l17o1ffr {
|
|
31620
|
+
font-family: Inter;
|
|
31621
|
+
font-style: normal;
|
|
31622
|
+
font-weight: normal;
|
|
31623
|
+
text-transform: uppercase;
|
|
31624
|
+
font-feature-settings: "cpsp" on;
|
|
31625
|
+
font-size: 13px;
|
|
31626
|
+
line-height: 20px;
|
|
31725
31627
|
}
|
|
31726
31628
|
|
|
31727
|
-
.
|
|
31728
|
-
|
|
31729
|
-
|
|
31629
|
+
.lngllvn {
|
|
31630
|
+
font-family: Inter;
|
|
31631
|
+
font-style: normal;
|
|
31632
|
+
font-weight: bold;
|
|
31633
|
+
text-transform: uppercase;
|
|
31634
|
+
font-feature-settings: "cpsp" on;
|
|
31635
|
+
font-size: 13px;
|
|
31636
|
+
line-height: 20px;
|
|
31730
31637
|
}
|
|
31731
31638
|
|
|
31732
|
-
.
|
|
31733
|
-
|
|
31734
|
-
|
|
31639
|
+
.l2i7fo9 {
|
|
31640
|
+
font-family: Inter;
|
|
31641
|
+
font-style: normal;
|
|
31642
|
+
font-weight: normal;
|
|
31643
|
+
font-size: 12px;
|
|
31644
|
+
line-height: 18px;
|
|
31735
31645
|
}
|
|
31736
31646
|
|
|
31737
|
-
.
|
|
31738
|
-
|
|
31739
|
-
|
|
31647
|
+
.l1x7hscx {
|
|
31648
|
+
font-family: Inter;
|
|
31649
|
+
font-style: normal;
|
|
31650
|
+
font-weight: 500;
|
|
31651
|
+
font-size: 12px;
|
|
31652
|
+
line-height: 18px;
|
|
31740
31653
|
}
|
|
31741
31654
|
|
|
31742
|
-
.
|
|
31743
|
-
|
|
31744
|
-
|
|
31655
|
+
.le1jwan {
|
|
31656
|
+
font-family: Inter;
|
|
31657
|
+
font-style: normal;
|
|
31658
|
+
font-weight: bold;
|
|
31659
|
+
font-size: 12px;
|
|
31660
|
+
line-height: 18px;
|
|
31745
31661
|
}
|
|
31746
|
-
|
|
31747
|
-
|
|
31662
|
+
|
|
31663
|
+
.lyxynfj {
|
|
31664
|
+
font-family: Inter;
|
|
31665
|
+
font-style: normal;
|
|
31666
|
+
font-weight: normal;
|
|
31667
|
+
font-size: 12px;
|
|
31668
|
+
line-height: 18px;
|
|
31748
31669
|
}
|
|
31749
|
-
|
|
31750
|
-
|
|
31670
|
+
|
|
31671
|
+
.lpb2nxv {
|
|
31672
|
+
font-family: Inter;
|
|
31673
|
+
font-style: normal;
|
|
31674
|
+
font-weight: 500;
|
|
31675
|
+
font-size: 12px;
|
|
31676
|
+
line-height: 18px;
|
|
31751
31677
|
}
|
|
31752
|
-
|
|
31753
|
-
|
|
31678
|
+
|
|
31679
|
+
.l1r8o3vv {
|
|
31680
|
+
font-family: Inter;
|
|
31681
|
+
font-style: normal;
|
|
31682
|
+
font-weight: bold;
|
|
31683
|
+
font-size: 12px;
|
|
31684
|
+
line-height: 18px;
|
|
31754
31685
|
}
|
|
31755
|
-
|
|
31756
|
-
|
|
31686
|
+
|
|
31687
|
+
.lemnjy2 {
|
|
31688
|
+
font-family: Inter;
|
|
31689
|
+
font-style: normal;
|
|
31690
|
+
font-weight: normal;
|
|
31691
|
+
text-transform: uppercase;
|
|
31692
|
+
font-feature-settings: "cpsp" on;
|
|
31693
|
+
font-size: 12px;
|
|
31694
|
+
line-height: 18px;
|
|
31757
31695
|
}
|
|
31758
31696
|
|
|
31759
|
-
.
|
|
31760
|
-
font-
|
|
31761
|
-
font-
|
|
31762
|
-
|
|
31697
|
+
.lrc42gb {
|
|
31698
|
+
font-family: Inter;
|
|
31699
|
+
font-style: normal;
|
|
31700
|
+
font-weight: bold;
|
|
31701
|
+
text-transform: uppercase;
|
|
31702
|
+
font-feature-settings: "cpsp" on;
|
|
31703
|
+
font-size: 12px;
|
|
31763
31704
|
line-height: 18px;
|
|
31764
31705
|
}
|
|
31765
|
-
|
|
31766
|
-
|
|
31706
|
+
|
|
31707
|
+
.fqaz4mb {
|
|
31708
|
+
font-family: Inter;
|
|
31709
|
+
font-style: normal;
|
|
31710
|
+
font-weight: normal;
|
|
31711
|
+
font-size: 13px;
|
|
31712
|
+
line-height: 20px;
|
|
31767
31713
|
}
|
|
31768
|
-
|
|
31769
|
-
|
|
31714
|
+
|
|
31715
|
+
.f13we5o {
|
|
31716
|
+
font-family: Inter;
|
|
31717
|
+
font-style: normal;
|
|
31718
|
+
font-weight: normal;
|
|
31719
|
+
font-size: 13px;
|
|
31720
|
+
line-height: 20px;
|
|
31770
31721
|
}
|
|
31771
31722
|
|
|
31772
|
-
.
|
|
31723
|
+
.ffmjua2 {
|
|
31724
|
+
font-family: Inter;
|
|
31725
|
+
font-style: normal;
|
|
31726
|
+
font-weight: normal;
|
|
31773
31727
|
font-size: 12px;
|
|
31774
|
-
|
|
31775
|
-
margin-top: 12px;
|
|
31728
|
+
line-height: 18px;
|
|
31776
31729
|
}
|
|
31777
31730
|
|
|
31778
|
-
.
|
|
31731
|
+
.fz2mxw0 {
|
|
31732
|
+
font-family: Inter;
|
|
31733
|
+
font-style: normal;
|
|
31734
|
+
font-weight: normal;
|
|
31735
|
+
font-size: 12px;
|
|
31779
31736
|
line-height: 18px;
|
|
31780
|
-
font-weight: 500;
|
|
31781
|
-
margin-top: 0;
|
|
31782
|
-
white-space: initial;
|
|
31783
31737
|
}
|
|
31784
31738
|
|
|
31785
|
-
.
|
|
31786
|
-
|
|
31739
|
+
.t1ertzoh {
|
|
31740
|
+
font-family: Inter;
|
|
31741
|
+
font-style: normal;
|
|
31742
|
+
font-weight: normal;
|
|
31743
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31744
|
+
font-size: 13px;
|
|
31745
|
+
line-height: 20px;
|
|
31787
31746
|
}
|
|
31788
|
-
|
|
31789
|
-
|
|
31747
|
+
|
|
31748
|
+
.t19bge8r {
|
|
31749
|
+
font-family: Inter;
|
|
31750
|
+
font-style: normal;
|
|
31751
|
+
font-weight: normal;
|
|
31752
|
+
font-feature-settings: "zero" on;
|
|
31753
|
+
font-size: 13px;
|
|
31754
|
+
line-height: 20px;
|
|
31755
|
+
}
|
|
31756
|
+
|
|
31757
|
+
.tjrzfyl {
|
|
31758
|
+
font-family: Inter;
|
|
31759
|
+
font-style: normal;
|
|
31760
|
+
font-weight: normal;
|
|
31761
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31762
|
+
font-size: 12px;
|
|
31763
|
+
line-height: 18px;
|
|
31764
|
+
}
|
|
31765
|
+
|
|
31766
|
+
.tm6s7bo {
|
|
31767
|
+
font-family: Inter;
|
|
31768
|
+
font-style: normal;
|
|
31790
31769
|
font-weight: 500;
|
|
31791
|
-
|
|
31792
|
-
|
|
31770
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31771
|
+
font-size: 12px;
|
|
31772
|
+
line-height: 18px;
|
|
31793
31773
|
}
|
|
31794
31774
|
|
|
31795
|
-
.
|
|
31796
|
-
|
|
31797
|
-
|
|
31798
|
-
|
|
31799
|
-
|
|
31800
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31775
|
+
.t19zq6ic {
|
|
31776
|
+
font-family: Inter;
|
|
31777
|
+
font-style: normal;
|
|
31778
|
+
font-weight: normal;
|
|
31779
|
+
font-feature-settings: "zero" on;
|
|
31801
31780
|
font-size: 12px;
|
|
31802
|
-
|
|
31803
|
-
.ctcr26a div {
|
|
31804
|
-
line-height: 20px;
|
|
31805
|
-
display: flex;
|
|
31806
|
-
align-items: center;
|
|
31807
|
-
word-break: break-all;
|
|
31781
|
+
line-height: 18px;
|
|
31808
31782
|
}
|
|
31809
31783
|
|
|
31810
|
-
.
|
|
31811
|
-
|
|
31784
|
+
.t1gduru8 {
|
|
31785
|
+
font-family: Inter;
|
|
31786
|
+
font-style: normal;
|
|
31787
|
+
font-weight: 500;
|
|
31788
|
+
font-feature-settings: "zero" on;
|
|
31789
|
+
font-size: 12px;
|
|
31790
|
+
line-height: 18px;
|
|
31812
31791
|
}
|
|
31813
|
-
|
|
31792
|
+
|
|
31793
|
+
.t55raab {
|
|
31794
|
+
font-family: Inter;
|
|
31795
|
+
font-style: normal;
|
|
31796
|
+
font-weight: bold;
|
|
31797
|
+
font-feature-settings: "zero" on;
|
|
31814
31798
|
font-size: 16px;
|
|
31815
|
-
|
|
31816
|
-
font-weight: 700;
|
|
31817
|
-
line-height: 32px;
|
|
31818
|
-
}
|
|
31819
|
-
.c1uzzomf .card-body {
|
|
31820
|
-
padding: 24px;
|
|
31821
|
-
border-radius: 8px;
|
|
31822
|
-
background: #fff;
|
|
31799
|
+
line-height: 24px;
|
|
31823
31800
|
}
|
|
31824
|
-
|
|
31825
|
-
|
|
31826
|
-
font-
|
|
31827
|
-
|
|
31828
|
-
|
|
31829
|
-
|
|
31801
|
+
|
|
31802
|
+
.u1w9abfe {
|
|
31803
|
+
font-family: Inter;
|
|
31804
|
+
font-style: normal;
|
|
31805
|
+
font-weight: normal;
|
|
31806
|
+
font-size: 10px;
|
|
31807
|
+
line-height: 12px;
|
|
31830
31808
|
}
|
|
31831
31809
|
|
|
31832
31810
|
.c18gxmrl {
|
|
@@ -31849,80 +31827,42 @@ input.rrg1fkn.ant-input {
|
|
|
31849
31827
|
padding: 8px 12px;
|
|
31850
31828
|
}
|
|
31851
31829
|
|
|
31852
|
-
.
|
|
31853
|
-
|
|
31854
|
-
|
|
31855
|
-
}
|
|
31856
|
-
.c18bcrac .recharts-wrapper {
|
|
31857
|
-
margin-left: 4px;
|
|
31858
|
-
}
|
|
31859
|
-
|
|
31860
|
-
.cro7kg2 {
|
|
31861
|
-
padding: 4px;
|
|
31862
|
-
}
|
|
31863
|
-
|
|
31864
|
-
.c14wcxf0 {
|
|
31865
|
-
display: flex;
|
|
31866
|
-
justify-content: space-between;
|
|
31867
|
-
align-items: center;
|
|
31868
|
-
font-size: 13px;
|
|
31869
|
-
line-height: 24px;
|
|
31870
|
-
color: #cccccc;
|
|
31871
|
-
white-space: nowrap;
|
|
31872
|
-
}
|
|
31873
|
-
.c14wcxf0 label {
|
|
31874
|
-
margin-right: 32px;
|
|
31875
|
-
}
|
|
31876
|
-
|
|
31877
|
-
.coy29mj.c14wcxf0 {
|
|
31878
|
-
font-weight: bold;
|
|
31879
|
-
color: white;
|
|
31880
|
-
}
|
|
31881
|
-
|
|
31882
|
-
.s11212zy {
|
|
31883
|
-
width: 8px;
|
|
31884
|
-
height: 8px;
|
|
31885
|
-
border-radius: 2px;
|
|
31886
|
-
display: inline-block;
|
|
31887
|
-
background: var(--s11212zy-0);
|
|
31888
|
-
border: 1px solid #fff;
|
|
31889
|
-
box-sizing: content-box;
|
|
31890
|
-
margin-right: 6px;
|
|
31891
|
-
}
|
|
31892
|
-
|
|
31893
|
-
.p1lyky6c > :first-child {
|
|
31894
|
-
font-weight: bold;
|
|
31895
|
-
color: white;
|
|
31896
|
-
margin-right: 4px;
|
|
31830
|
+
.berrcjl {
|
|
31831
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31832
|
+
margin-bottom: 4px;
|
|
31897
31833
|
}
|
|
31898
|
-
|
|
31899
|
-
.
|
|
31834
|
+
.berrcjl .breadcrumb-link {
|
|
31835
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31900
31836
|
cursor: pointer;
|
|
31837
|
+
transition: color 160ms ease;
|
|
31901
31838
|
}
|
|
31902
|
-
.
|
|
31903
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31904
|
-
}
|
|
31905
|
-
.gmyahx3:hover .link-text {
|
|
31839
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31906
31840
|
color: #0080ff;
|
|
31907
31841
|
}
|
|
31842
|
+
.berrcjl .breadcrumb-link:active {
|
|
31843
|
+
color: #005ed1;
|
|
31844
|
+
}
|
|
31908
31845
|
|
|
31909
|
-
.
|
|
31910
|
-
|
|
31911
|
-
align-items: center;
|
|
31912
|
-
font-size: 12px;
|
|
31913
|
-
line-height: 18px;
|
|
31846
|
+
.c1uzzomf {
|
|
31847
|
+
margin-bottom: 16px;
|
|
31914
31848
|
}
|
|
31915
|
-
.
|
|
31916
|
-
|
|
31849
|
+
.c1uzzomf .card-title {
|
|
31850
|
+
font-size: 16px;
|
|
31851
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31852
|
+
font-weight: 700;
|
|
31853
|
+
line-height: 32px;
|
|
31917
31854
|
}
|
|
31918
|
-
|
|
31919
|
-
|
|
31920
|
-
|
|
31855
|
+
.c1uzzomf .card-body {
|
|
31856
|
+
padding: 24px;
|
|
31857
|
+
border-radius: 8px;
|
|
31858
|
+
background: #fff;
|
|
31921
31859
|
}
|
|
31922
|
-
|
|
31923
|
-
|
|
31924
|
-
|
|
31925
|
-
|
|
31860
|
+
.c1uzzomf .empty {
|
|
31861
|
+
font-weight: 700;
|
|
31862
|
+
font-size: 14px;
|
|
31863
|
+
line-height: 22px;
|
|
31864
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31865
|
+
text-align: center;
|
|
31926
31866
|
}
|
|
31927
31867
|
|
|
31928
31868
|
.c1bus5hc {
|
|
@@ -31962,221 +31902,98 @@ input.rrg1fkn.ant-input {
|
|
|
31962
31902
|
margin-left: 50%;
|
|
31963
31903
|
transform-origin: left;
|
|
31964
31904
|
background: white;
|
|
31965
|
-
transform: rotate(0deg);
|
|
31966
|
-
}
|
|
31967
|
-
|
|
31968
|
-
.berrcjl {
|
|
31969
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31970
|
-
margin-bottom: 4px;
|
|
31971
|
-
}
|
|
31972
|
-
.berrcjl .breadcrumb-link {
|
|
31973
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31974
|
-
cursor: pointer;
|
|
31975
|
-
transition: color 160ms ease;
|
|
31976
|
-
}
|
|
31977
|
-
.berrcjl .breadcrumb-link:hover {
|
|
31978
|
-
color: #0080ff;
|
|
31979
|
-
}
|
|
31980
|
-
.berrcjl .breadcrumb-link:active {
|
|
31981
|
-
color: #005ed1;
|
|
31982
|
-
}
|
|
31983
|
-
|
|
31984
|
-
.s1iv0tp1 .enabled-switch {
|
|
31985
|
-
display: flex;
|
|
31986
|
-
align-items: center;
|
|
31987
|
-
}
|
|
31988
|
-
.s1iv0tp1 .enabled-text {
|
|
31989
|
-
margin-right: 8px;
|
|
31990
|
-
}
|
|
31991
|
-
|
|
31992
|
-
.tje3huy {
|
|
31993
|
-
width: 100%;
|
|
31994
|
-
overflow: inherit;
|
|
31995
|
-
white-space: inherit;
|
|
31996
|
-
text-overflow: ellipsis;
|
|
31997
|
-
}
|
|
31998
|
-
|
|
31999
|
-
.t1sqg15u {
|
|
32000
|
-
background: white;
|
|
32001
|
-
}
|
|
32002
|
-
.t1sqg15u.inline .table-row {
|
|
32003
|
-
flex-direction: column;
|
|
32004
|
-
}
|
|
32005
|
-
.t1sqg15u.inline .table-row > label {
|
|
32006
|
-
padding: 0 16px 7px 0;
|
|
32007
|
-
}
|
|
32008
|
-
.t1sqg15u.has-border .table-header {
|
|
32009
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32010
|
-
}
|
|
32011
|
-
.t1sqg15u.has-border .hiddenBorder {
|
|
32012
|
-
border-top: none !important;
|
|
32013
|
-
}
|
|
32014
|
-
.t1sqg15u.has-border .table-row + .table-row {
|
|
32015
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32016
|
-
}
|
|
32017
|
-
.t1sqg15u.has-border .table-row:last-of-type {
|
|
32018
|
-
padding-bottom: 0;
|
|
32019
|
-
}
|
|
32020
|
-
.t1sqg15u.align-right .content {
|
|
32021
|
-
text-align: right;
|
|
32022
|
-
}
|
|
32023
|
-
.t1sqg15u .uuid-row {
|
|
32024
|
-
display: flex;
|
|
32025
|
-
justify-content: space-between;
|
|
32026
|
-
}
|
|
32027
|
-
.t1sqg15u .uuid-row .id-text {
|
|
32028
|
-
white-space: nowrap;
|
|
32029
|
-
overflow: hidden;
|
|
32030
|
-
text-overflow: ellipsis;
|
|
32031
|
-
}
|
|
32032
|
-
|
|
32033
|
-
.t4zczcp {
|
|
32034
|
-
display: flex;
|
|
32035
|
-
justify-content: space-between;
|
|
32036
|
-
align-items: center;
|
|
32037
|
-
padding: 8px;
|
|
32038
|
-
min-height: 32px;
|
|
32039
|
-
}
|
|
32040
|
-
.t4zczcp .table-title {
|
|
32041
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32042
|
-
font-weight: 600;
|
|
32043
|
-
font-size: 12px;
|
|
32044
|
-
line-height: 8px;
|
|
32045
|
-
}
|
|
32046
|
-
.t4zczcp .edit-icon {
|
|
32047
|
-
font-size: 16px;
|
|
32048
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32049
|
-
cursor: pointer;
|
|
32050
|
-
}
|
|
32051
|
-
|
|
32052
|
-
.t1s7goww {
|
|
32053
|
-
font-size: 12px;
|
|
32054
|
-
line-height: 18px;
|
|
32055
|
-
}
|
|
32056
|
-
|
|
32057
|
-
.t93e4cf {
|
|
32058
|
-
display: flex;
|
|
32059
|
-
padding: 8px 0;
|
|
32060
|
-
color: #2d3a56;
|
|
32061
|
-
}
|
|
32062
|
-
.t93e4cf .hidden {
|
|
32063
|
-
display: none;
|
|
32064
|
-
}
|
|
32065
|
-
.t93e4cf .ant-btn-link {
|
|
32066
|
-
height: auto;
|
|
32067
|
-
}
|
|
32068
|
-
.t93e4cf .content {
|
|
32069
|
-
overflow: hidden;
|
|
32070
|
-
overflow-x: auto;
|
|
32071
|
-
width: 100%;
|
|
32072
|
-
white-space: pre-wrap;
|
|
32073
|
-
}
|
|
32074
|
-
.t93e4cf .content .ant-btn {
|
|
32075
|
-
white-space: pre-wrap;
|
|
32076
|
-
text-align: left;
|
|
32077
|
-
}
|
|
32078
|
-
.t93e4cf .content .unit-chart {
|
|
32079
|
-
justify-content: flex-start;
|
|
32080
|
-
}
|
|
32081
|
-
|
|
32082
|
-
.rhz2uv5 {
|
|
32083
|
-
width: var(--rhz2uv5-0);
|
|
32084
|
-
flex-shrink: 0;
|
|
32085
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32086
|
-
padding-right: 12px;
|
|
32087
|
-
}
|
|
32088
|
-
|
|
32089
|
-
.clm1wy1 {
|
|
32090
|
-
width: 192px;
|
|
32091
|
-
height: 246px;
|
|
32092
|
-
border-radius: 4px;
|
|
31905
|
+
transform: rotate(0deg);
|
|
32093
31906
|
}
|
|
32094
|
-
|
|
32095
|
-
.
|
|
31907
|
+
|
|
31908
|
+
.c18bcrac {
|
|
31909
|
+
display: inline-block;
|
|
32096
31910
|
width: 100%;
|
|
32097
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
32098
|
-
border-top: none;
|
|
32099
31911
|
}
|
|
32100
|
-
.
|
|
32101
|
-
|
|
32102
|
-
padding: 0 16px;
|
|
31912
|
+
.c18bcrac .recharts-wrapper {
|
|
31913
|
+
margin-left: 4px;
|
|
32103
31914
|
}
|
|
32104
|
-
|
|
32105
|
-
.
|
|
32106
|
-
|
|
32107
|
-
height: 180px;
|
|
32108
|
-
border-spacing: 0;
|
|
31915
|
+
|
|
31916
|
+
.cro7kg2 {
|
|
31917
|
+
padding: 4px;
|
|
32109
31918
|
}
|
|
32110
|
-
|
|
32111
|
-
.
|
|
32112
|
-
|
|
31919
|
+
|
|
31920
|
+
.c14wcxf0 {
|
|
31921
|
+
display: flex;
|
|
31922
|
+
justify-content: space-between;
|
|
31923
|
+
align-items: center;
|
|
31924
|
+
font-size: 13px;
|
|
31925
|
+
line-height: 24px;
|
|
31926
|
+
color: #cccccc;
|
|
31927
|
+
white-space: nowrap;
|
|
32113
31928
|
}
|
|
32114
|
-
.
|
|
32115
|
-
|
|
32116
|
-
width: 22px;
|
|
31929
|
+
.c14wcxf0 label {
|
|
31930
|
+
margin-right: 32px;
|
|
32117
31931
|
}
|
|
32118
|
-
|
|
32119
|
-
.
|
|
32120
|
-
|
|
31932
|
+
|
|
31933
|
+
.coy29mj.c14wcxf0 {
|
|
31934
|
+
font-weight: bold;
|
|
31935
|
+
color: white;
|
|
32121
31936
|
}
|
|
32122
|
-
|
|
32123
|
-
|
|
32124
|
-
|
|
31937
|
+
|
|
31938
|
+
.s11212zy {
|
|
31939
|
+
width: 8px;
|
|
31940
|
+
height: 8px;
|
|
31941
|
+
border-radius: 2px;
|
|
31942
|
+
display: inline-block;
|
|
31943
|
+
background: var(--s11212zy-0);
|
|
31944
|
+
border: 1px solid #fff;
|
|
31945
|
+
box-sizing: content-box;
|
|
31946
|
+
margin-right: 6px;
|
|
32125
31947
|
}
|
|
32126
|
-
|
|
32127
|
-
|
|
32128
|
-
|
|
31948
|
+
|
|
31949
|
+
.p1lyky6c > :first-child {
|
|
31950
|
+
font-weight: bold;
|
|
31951
|
+
color: white;
|
|
31952
|
+
margin-right: 4px;
|
|
32129
31953
|
}
|
|
32130
|
-
|
|
32131
|
-
|
|
31954
|
+
|
|
31955
|
+
.gmyahx3 {
|
|
31956
|
+
cursor: pointer;
|
|
32132
31957
|
}
|
|
32133
|
-
.
|
|
32134
|
-
|
|
31958
|
+
.gmyahx3 .link-text {
|
|
31959
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32135
31960
|
}
|
|
32136
|
-
|
|
32137
|
-
|
|
32138
|
-
color: rgba(129, 138, 153, 0.6);
|
|
32139
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32140
|
-
backdrop-filter: blur(10px);
|
|
32141
|
-
padding: 7px 10px;
|
|
31961
|
+
.gmyahx3:hover .link-text {
|
|
31962
|
+
color: #0080ff;
|
|
32142
31963
|
}
|
|
32143
31964
|
|
|
32144
|
-
.
|
|
32145
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31965
|
+
.n12mqh7z {
|
|
32146
31966
|
display: flex;
|
|
32147
|
-
justify-content: space-between;
|
|
32148
31967
|
align-items: center;
|
|
32149
|
-
|
|
32150
|
-
|
|
32151
|
-
.c167wnad .anticon {
|
|
32152
|
-
cursor: pointer;
|
|
31968
|
+
font-size: 12px;
|
|
31969
|
+
line-height: 18px;
|
|
32153
31970
|
}
|
|
32154
|
-
.
|
|
32155
|
-
|
|
31971
|
+
.n12mqh7z:not(:last-child) {
|
|
31972
|
+
margin-bottom: 4px;
|
|
32156
31973
|
}
|
|
32157
31974
|
|
|
32158
|
-
.
|
|
32159
|
-
|
|
31975
|
+
.tf5bynu {
|
|
31976
|
+
margin: 0 3px;
|
|
32160
31977
|
}
|
|
32161
|
-
|
|
32162
|
-
|
|
32163
|
-
|
|
31978
|
+
|
|
31979
|
+
.tcckoz1 {
|
|
31980
|
+
max-height: 400px;
|
|
31981
|
+
overflow: "auto";
|
|
32164
31982
|
}
|
|
32165
|
-
|
|
32166
|
-
|
|
32167
|
-
width:
|
|
32168
|
-
|
|
32169
|
-
|
|
32170
|
-
|
|
31983
|
+
|
|
31984
|
+
.tje3huy {
|
|
31985
|
+
width: 100%;
|
|
31986
|
+
overflow: inherit;
|
|
31987
|
+
white-space: inherit;
|
|
31988
|
+
text-overflow: ellipsis;
|
|
32171
31989
|
}
|
|
32172
|
-
|
|
32173
|
-
|
|
31990
|
+
|
|
31991
|
+
.s1iv0tp1 .enabled-switch {
|
|
31992
|
+
display: flex;
|
|
31993
|
+
align-items: center;
|
|
32174
31994
|
}
|
|
32175
|
-
.
|
|
32176
|
-
|
|
32177
|
-
height: 2px;
|
|
32178
|
-
background: #0096ff;
|
|
32179
|
-
border-radius: 2px;
|
|
31995
|
+
.s1iv0tp1 .enabled-text {
|
|
31996
|
+
margin-right: 8px;
|
|
32180
31997
|
}
|
|
32181
31998
|
|
|
32182
31999
|
.wg1tsps {
|
|
@@ -32457,155 +32274,24 @@ input.rrg1fkn.ant-input {
|
|
|
32457
32274
|
background-color: rgba(30, 201, 127, 0.16);
|
|
32458
32275
|
}
|
|
32459
32276
|
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32460
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32461
|
-
}
|
|
32462
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32463
|
-
background-color: #6b7d99;
|
|
32464
|
-
}
|
|
32465
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32466
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
32467
|
-
}
|
|
32468
|
-
|
|
32469
|
-
.s1uupoto {
|
|
32470
|
-
width: 8px;
|
|
32471
|
-
height: 8px;
|
|
32472
|
-
border-radius: 50%;
|
|
32473
|
-
display: inline-block;
|
|
32474
|
-
}
|
|
32475
|
-
|
|
32476
|
-
.t19ustft .date {
|
|
32477
|
-
margin-right: 4px;
|
|
32478
|
-
}
|
|
32479
|
-
|
|
32480
|
-
.s1uupxds {
|
|
32481
|
-
padding: 0 8px;
|
|
32482
|
-
border-radius: 4px;
|
|
32483
|
-
}
|
|
32484
|
-
|
|
32485
|
-
.m10sqwut {
|
|
32486
|
-
padding: 2px 8px;
|
|
32487
|
-
border-radius: 3px;
|
|
32488
|
-
}
|
|
32489
|
-
|
|
32490
|
-
.l1d492wb {
|
|
32491
|
-
padding: 3px 8px;
|
|
32492
|
-
border-radius: 2px;
|
|
32493
|
-
}
|
|
32494
|
-
|
|
32495
|
-
.t1lzavmu.ant-tag:hover {
|
|
32496
|
-
opacity: unset;
|
|
32497
|
-
}
|
|
32498
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32499
|
-
margin: 0;
|
|
32500
|
-
margin-right: 8px;
|
|
32501
|
-
display: inline-flex;
|
|
32502
|
-
align-items: center;
|
|
32503
|
-
border: none;
|
|
32504
|
-
}
|
|
32505
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32506
|
-
width: 16px;
|
|
32507
|
-
height: 16px;
|
|
32508
|
-
color: inherit;
|
|
32509
|
-
margin-left: 4px;
|
|
32510
|
-
opacity: 0.6;
|
|
32511
|
-
display: inline-flex;
|
|
32512
|
-
}
|
|
32513
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32514
|
-
opacity: 1;
|
|
32515
|
-
}
|
|
32516
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32517
|
-
color: #0080ff;
|
|
32518
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32519
|
-
}
|
|
32520
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32521
|
-
color: #f0483e;
|
|
32522
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32523
|
-
}
|
|
32524
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32525
|
-
color: #e07f00;
|
|
32526
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32527
|
-
}
|
|
32528
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32529
|
-
color: #008f4c;
|
|
32530
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32531
|
-
}
|
|
32532
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32533
|
-
color: #1d326c;
|
|
32534
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32535
|
-
}
|
|
32536
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32537
|
-
color: #7E41FF;
|
|
32538
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32539
|
-
}
|
|
32540
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32541
|
-
color: #fff;
|
|
32542
|
-
}
|
|
32543
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32544
|
-
background-color: #f0483e;
|
|
32545
|
-
}
|
|
32546
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32547
|
-
background-color: #fea008;
|
|
32548
|
-
}
|
|
32549
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32550
|
-
background-color: #00ba5d;
|
|
32551
|
-
}
|
|
32552
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32553
|
-
background-color: #0080ff;
|
|
32554
|
-
}
|
|
32555
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32556
|
-
background-color: #6b7d99;
|
|
32557
|
-
}
|
|
32558
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32559
|
-
background-color: #7E41FF;
|
|
32560
|
-
}
|
|
32561
|
-
|
|
32562
|
-
.l4bld33 {
|
|
32563
|
-
width: 64px;
|
|
32564
|
-
height: 64px;
|
|
32565
|
-
display: flex;
|
|
32566
|
-
align-items: center;
|
|
32567
|
-
justify-content: center;
|
|
32568
|
-
position: relative;
|
|
32569
|
-
opacity: 0.2;
|
|
32570
|
-
}
|
|
32571
|
-
|
|
32572
|
-
.lgitjoj {
|
|
32573
|
-
position: absolute;
|
|
32574
|
-
width: 5px;
|
|
32575
|
-
height: 48px;
|
|
32576
|
-
left: 9.33px;
|
|
32577
|
-
top: 40.5px;
|
|
32578
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32579
|
-
border-radius: 5px;
|
|
32580
|
-
transform: rotate(-128deg);
|
|
32581
|
-
transform-origin: top left;
|
|
32582
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32277
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32278
|
+
}
|
|
32279
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32280
|
+
background-color: #6b7d99;
|
|
32281
|
+
}
|
|
32282
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32283
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32583
32284
|
}
|
|
32584
32285
|
|
|
32585
|
-
.
|
|
32586
|
-
|
|
32587
|
-
|
|
32588
|
-
|
|
32589
|
-
|
|
32590
|
-
top: 8.4px;
|
|
32591
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32592
|
-
border-radius: 5px;
|
|
32593
|
-
transform: rotate(-8deg);
|
|
32594
|
-
transform-origin: top left;
|
|
32595
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32286
|
+
.s1uupoto {
|
|
32287
|
+
width: 8px;
|
|
32288
|
+
height: 8px;
|
|
32289
|
+
border-radius: 50%;
|
|
32290
|
+
display: inline-block;
|
|
32596
32291
|
}
|
|
32597
32292
|
|
|
32598
|
-
.
|
|
32599
|
-
|
|
32600
|
-
width: 5px;
|
|
32601
|
-
height: 48px;
|
|
32602
|
-
left: 52.9px;
|
|
32603
|
-
top: 51.8px;
|
|
32604
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32605
|
-
border-radius: 5px;
|
|
32606
|
-
transform: rotate(112deg);
|
|
32607
|
-
transform-origin: top left;
|
|
32608
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32293
|
+
.t19ustft .date {
|
|
32294
|
+
margin-right: 4px;
|
|
32609
32295
|
}
|
|
32610
32296
|
|
|
32611
32297
|
.m1thnes4 {
|
|
@@ -32769,6 +32455,55 @@ input.rrg1fkn.ant-input {
|
|
|
32769
32455
|
margin-left: 8px;
|
|
32770
32456
|
}
|
|
32771
32457
|
|
|
32458
|
+
.l4bld33 {
|
|
32459
|
+
width: 64px;
|
|
32460
|
+
height: 64px;
|
|
32461
|
+
display: flex;
|
|
32462
|
+
align-items: center;
|
|
32463
|
+
justify-content: center;
|
|
32464
|
+
position: relative;
|
|
32465
|
+
opacity: 0.2;
|
|
32466
|
+
}
|
|
32467
|
+
|
|
32468
|
+
.lgitjoj {
|
|
32469
|
+
position: absolute;
|
|
32470
|
+
width: 5px;
|
|
32471
|
+
height: 48px;
|
|
32472
|
+
left: 9.33px;
|
|
32473
|
+
top: 40.5px;
|
|
32474
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32475
|
+
border-radius: 5px;
|
|
32476
|
+
transform: rotate(-128deg);
|
|
32477
|
+
transform-origin: top left;
|
|
32478
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32479
|
+
}
|
|
32480
|
+
|
|
32481
|
+
.l13g0exg {
|
|
32482
|
+
position: absolute;
|
|
32483
|
+
width: 5px;
|
|
32484
|
+
height: 48px;
|
|
32485
|
+
left: 40.8px;
|
|
32486
|
+
top: 8.4px;
|
|
32487
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32488
|
+
border-radius: 5px;
|
|
32489
|
+
transform: rotate(-8deg);
|
|
32490
|
+
transform-origin: top left;
|
|
32491
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32492
|
+
}
|
|
32493
|
+
|
|
32494
|
+
.l1exo3h6 {
|
|
32495
|
+
position: absolute;
|
|
32496
|
+
width: 5px;
|
|
32497
|
+
height: 48px;
|
|
32498
|
+
left: 52.9px;
|
|
32499
|
+
top: 51.8px;
|
|
32500
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32501
|
+
border-radius: 5px;
|
|
32502
|
+
transform: rotate(112deg);
|
|
32503
|
+
transform-origin: top left;
|
|
32504
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32505
|
+
}
|
|
32506
|
+
|
|
32772
32507
|
.sq6vos1 {
|
|
32773
32508
|
--item-min-width: 60px;
|
|
32774
32509
|
}
|
|
@@ -32875,113 +32610,292 @@ input.rrg1fkn.ant-input {
|
|
|
32875
32610
|
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32876
32611
|
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32877
32612
|
}
|
|
32878
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32879
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32613
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32614
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32615
|
+
}
|
|
32616
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32617
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32618
|
+
}
|
|
32619
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32620
|
+
cursor: pointer;
|
|
32621
|
+
min-width: var(--item-min-width);
|
|
32622
|
+
}
|
|
32623
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32624
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32625
|
+
min-width: var(--item-min-width);
|
|
32626
|
+
}
|
|
32627
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32628
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32629
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32630
|
+
}
|
|
32631
|
+
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32632
|
+
padding: 0;
|
|
32633
|
+
}
|
|
32634
|
+
|
|
32635
|
+
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32636
|
+
width: 192px;
|
|
32637
|
+
row-gap: 2px;
|
|
32638
|
+
}
|
|
32639
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32640
|
+
padding: 0 8px;
|
|
32641
|
+
border-radius: 4px;
|
|
32642
|
+
height: 32px;
|
|
32643
|
+
display: flex;
|
|
32644
|
+
align-items: center;
|
|
32645
|
+
}
|
|
32646
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32647
|
+
min-height: auto;
|
|
32648
|
+
white-space: nowrap;
|
|
32649
|
+
}
|
|
32650
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32651
|
+
font-size: 13px;
|
|
32652
|
+
line-height: 20px;
|
|
32653
|
+
max-width: 100%;
|
|
32654
|
+
}
|
|
32655
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32656
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32657
|
+
}
|
|
32658
|
+
|
|
32659
|
+
.h1xo7yjb {
|
|
32660
|
+
width: 100%;
|
|
32661
|
+
display: inline-flex;
|
|
32662
|
+
align-items: center;
|
|
32663
|
+
justify-content: center;
|
|
32664
|
+
column-gap: 4px;
|
|
32665
|
+
}
|
|
32666
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32667
|
+
display: inline-flex;
|
|
32668
|
+
align-items: center;
|
|
32669
|
+
width: 18px;
|
|
32670
|
+
height: 18px;
|
|
32671
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32672
|
+
justify-content: center;
|
|
32673
|
+
}
|
|
32674
|
+
|
|
32675
|
+
.v1f2f7cy {
|
|
32676
|
+
width: 100%;
|
|
32677
|
+
display: flex;
|
|
32678
|
+
align-items: center;
|
|
32679
|
+
justify-content: center;
|
|
32680
|
+
column-gap: 6px;
|
|
32681
|
+
font-size: 13px;
|
|
32682
|
+
}
|
|
32683
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32684
|
+
display: inline-flex;
|
|
32685
|
+
align-items: center;
|
|
32686
|
+
min-width: 20px;
|
|
32687
|
+
min-height: 20px;
|
|
32688
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32689
|
+
justify-content: center;
|
|
32690
|
+
}
|
|
32691
|
+
|
|
32692
|
+
.t1gz6wqf {
|
|
32693
|
+
height: 100%;
|
|
32694
|
+
}
|
|
32695
|
+
.t1gz6wqf .table-loading-item {
|
|
32696
|
+
padding: 12px 4px;
|
|
32697
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32698
|
+
display: flex;
|
|
32699
|
+
}
|
|
32700
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32701
|
+
height: 16px;
|
|
32702
|
+
margin: 4px;
|
|
32703
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32704
|
+
border-radius: 2px;
|
|
32705
|
+
}
|
|
32706
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32707
|
+
width: 16px;
|
|
32708
|
+
}
|
|
32709
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32710
|
+
flex: 1;
|
|
32711
|
+
}
|
|
32712
|
+
.t1gz6wqf :nth-child(1) {
|
|
32713
|
+
padding: 8px 4px;
|
|
32714
|
+
}
|
|
32715
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32716
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32717
|
+
}
|
|
32718
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32719
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32720
|
+
}
|
|
32721
|
+
|
|
32722
|
+
.s1uupxds {
|
|
32723
|
+
padding: 0 8px;
|
|
32724
|
+
border-radius: 4px;
|
|
32725
|
+
}
|
|
32726
|
+
|
|
32727
|
+
.m10sqwut {
|
|
32728
|
+
padding: 2px 8px;
|
|
32729
|
+
border-radius: 3px;
|
|
32730
|
+
}
|
|
32731
|
+
|
|
32732
|
+
.l1d492wb {
|
|
32733
|
+
padding: 3px 8px;
|
|
32734
|
+
border-radius: 2px;
|
|
32735
|
+
}
|
|
32736
|
+
|
|
32737
|
+
.t1lzavmu.ant-tag:hover {
|
|
32738
|
+
opacity: unset;
|
|
32739
|
+
}
|
|
32740
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32741
|
+
margin: 0;
|
|
32742
|
+
margin-right: 8px;
|
|
32743
|
+
display: inline-flex;
|
|
32744
|
+
align-items: center;
|
|
32745
|
+
border: none;
|
|
32746
|
+
}
|
|
32747
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32748
|
+
width: 16px;
|
|
32749
|
+
height: 16px;
|
|
32750
|
+
color: inherit;
|
|
32751
|
+
margin-left: 4px;
|
|
32752
|
+
opacity: 0.6;
|
|
32753
|
+
display: inline-flex;
|
|
32754
|
+
}
|
|
32755
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32756
|
+
opacity: 1;
|
|
32757
|
+
}
|
|
32758
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32759
|
+
color: #0080ff;
|
|
32760
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32761
|
+
}
|
|
32762
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32763
|
+
color: #f0483e;
|
|
32764
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32765
|
+
}
|
|
32766
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32767
|
+
color: #e07f00;
|
|
32768
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32769
|
+
}
|
|
32770
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32771
|
+
color: #008f4c;
|
|
32772
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32773
|
+
}
|
|
32774
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32775
|
+
color: #1d326c;
|
|
32776
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32777
|
+
}
|
|
32778
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32779
|
+
color: #7E41FF;
|
|
32780
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32781
|
+
}
|
|
32782
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32783
|
+
color: #fff;
|
|
32784
|
+
}
|
|
32785
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32786
|
+
background-color: #f0483e;
|
|
32880
32787
|
}
|
|
32881
|
-
.
|
|
32882
|
-
|
|
32788
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32789
|
+
background-color: #fea008;
|
|
32883
32790
|
}
|
|
32884
|
-
.
|
|
32885
|
-
|
|
32886
|
-
min-width: var(--item-min-width);
|
|
32791
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32792
|
+
background-color: #00ba5d;
|
|
32887
32793
|
}
|
|
32888
|
-
.
|
|
32889
|
-
|
|
32890
|
-
min-width: var(--item-min-width);
|
|
32794
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32795
|
+
background-color: #0080ff;
|
|
32891
32796
|
}
|
|
32892
|
-
.
|
|
32893
|
-
|
|
32894
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32797
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32798
|
+
background-color: #6b7d99;
|
|
32895
32799
|
}
|
|
32896
|
-
.
|
|
32897
|
-
|
|
32800
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32801
|
+
background-color: #7E41FF;
|
|
32898
32802
|
}
|
|
32899
32803
|
|
|
32900
|
-
.
|
|
32804
|
+
.clm1wy1 {
|
|
32901
32805
|
width: 192px;
|
|
32902
|
-
|
|
32903
|
-
}
|
|
32904
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32905
|
-
padding: 0 8px;
|
|
32806
|
+
height: 246px;
|
|
32906
32807
|
border-radius: 4px;
|
|
32907
|
-
height: 32px;
|
|
32908
|
-
display: flex;
|
|
32909
|
-
align-items: center;
|
|
32910
|
-
}
|
|
32911
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32912
|
-
min-height: auto;
|
|
32913
|
-
white-space: nowrap;
|
|
32914
32808
|
}
|
|
32915
|
-
.
|
|
32916
|
-
|
|
32917
|
-
|
|
32918
|
-
|
|
32809
|
+
.clm1wy1 > .ant-picker-calendar,
|
|
32810
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32811
|
+
width: 100%;
|
|
32812
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
32813
|
+
border-top: none;
|
|
32919
32814
|
}
|
|
32920
|
-
.
|
|
32921
|
-
|
|
32815
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32816
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32817
|
+
padding: 0 16px;
|
|
32922
32818
|
}
|
|
32923
|
-
|
|
32924
|
-
.
|
|
32819
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32820
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32925
32821
|
width: 100%;
|
|
32926
|
-
|
|
32927
|
-
|
|
32928
|
-
justify-content: center;
|
|
32929
|
-
column-gap: 4px;
|
|
32822
|
+
height: 180px;
|
|
32823
|
+
border-spacing: 0;
|
|
32930
32824
|
}
|
|
32931
|
-
.
|
|
32932
|
-
|
|
32933
|
-
|
|
32934
|
-
|
|
32935
|
-
|
|
32936
|
-
|
|
32937
|
-
|
|
32825
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32826
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32827
|
+
margin-bottom: 8px;
|
|
32828
|
+
}
|
|
32829
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32830
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32831
|
+
width: 22px;
|
|
32832
|
+
}
|
|
32833
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32834
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32835
|
+
padding: 0;
|
|
32836
|
+
}
|
|
32837
|
+
.clm1wy1 .ant-picker-cell {
|
|
32838
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32839
|
+
opacity: 0.4;
|
|
32840
|
+
}
|
|
32841
|
+
.clm1wy1 .ant-picker-cell-in-view {
|
|
32842
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32843
|
+
opacity: 1;
|
|
32844
|
+
}
|
|
32845
|
+
.clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32846
|
+
color: #3e4652;
|
|
32847
|
+
}
|
|
32848
|
+
.clm1wy1 .ant-picker-cell::before {
|
|
32849
|
+
pointer-events: none;
|
|
32938
32850
|
}
|
|
32939
32851
|
|
|
32940
|
-
.
|
|
32941
|
-
|
|
32852
|
+
.t1tsm00v {
|
|
32853
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32854
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32855
|
+
backdrop-filter: blur(10px);
|
|
32856
|
+
padding: 7px 10px;
|
|
32857
|
+
}
|
|
32858
|
+
|
|
32859
|
+
.c167wnad {
|
|
32860
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32942
32861
|
display: flex;
|
|
32862
|
+
justify-content: space-between;
|
|
32943
32863
|
align-items: center;
|
|
32944
|
-
|
|
32945
|
-
column-gap: 6px;
|
|
32946
|
-
font-size: 13px;
|
|
32864
|
+
padding: 8px 16px;
|
|
32947
32865
|
}
|
|
32948
|
-
.
|
|
32949
|
-
|
|
32950
|
-
|
|
32951
|
-
|
|
32952
|
-
|
|
32953
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32954
|
-
justify-content: center;
|
|
32866
|
+
.c167wnad .anticon {
|
|
32867
|
+
cursor: pointer;
|
|
32868
|
+
}
|
|
32869
|
+
.c167wnad .anticon:hover {
|
|
32870
|
+
color: #0096ff;
|
|
32955
32871
|
}
|
|
32956
32872
|
|
|
32957
|
-
.
|
|
32958
|
-
|
|
32873
|
+
.cxhf7dh {
|
|
32874
|
+
text-align: center;
|
|
32959
32875
|
}
|
|
32960
|
-
.
|
|
32961
|
-
padding: 12px 4px;
|
|
32962
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32876
|
+
.cxhf7dh .dots {
|
|
32963
32877
|
display: flex;
|
|
32878
|
+
justify-content: center;
|
|
32964
32879
|
}
|
|
32965
|
-
.
|
|
32966
|
-
|
|
32967
|
-
|
|
32968
|
-
|
|
32969
|
-
border-radius:
|
|
32970
|
-
|
|
32971
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32972
|
-
width: 16px;
|
|
32973
|
-
}
|
|
32974
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32975
|
-
flex: 1;
|
|
32880
|
+
.cxhf7dh .dot {
|
|
32881
|
+
display: inline-block;
|
|
32882
|
+
width: 2px;
|
|
32883
|
+
height: 2px;
|
|
32884
|
+
border-radius: 1px;
|
|
32885
|
+
background: #0096ff;
|
|
32976
32886
|
}
|
|
32977
|
-
.
|
|
32978
|
-
|
|
32887
|
+
.cxhf7dh .dot:not(:last-child) {
|
|
32888
|
+
margin-right: 2px;
|
|
32979
32889
|
}
|
|
32980
|
-
.
|
|
32981
|
-
|
|
32890
|
+
.cxhf7dh .bar {
|
|
32891
|
+
width: 9px;
|
|
32892
|
+
height: 2px;
|
|
32893
|
+
background: #0096ff;
|
|
32894
|
+
border-radius: 2px;
|
|
32982
32895
|
}
|
|
32983
|
-
|
|
32984
|
-
|
|
32896
|
+
|
|
32897
|
+
.c1k4vanq {
|
|
32898
|
+
padding: 0 12px 14px 12px;
|
|
32985
32899
|
}
|
|
32986
32900
|
|
|
32987
32901
|
.skwah65 {
|
|
@@ -32997,10 +32911,6 @@ input.rrg1fkn.ant-input {
|
|
|
32997
32911
|
margin-left: 1px;
|
|
32998
32912
|
}
|
|
32999
32913
|
|
|
33000
|
-
.c1k4vanq {
|
|
33001
|
-
padding: 0 12px 14px 12px;
|
|
33002
|
-
}
|
|
33003
|
-
|
|
33004
32914
|
.c1udgdh2 {
|
|
33005
32915
|
color: #2d3a56;
|
|
33006
32916
|
padding: 7px 12px;
|
|
@@ -33041,6 +32951,39 @@ input.rrg1fkn.ant-input {
|
|
|
33041
32951
|
margin-right: 2px;
|
|
33042
32952
|
}
|
|
33043
32953
|
|
|
32954
|
+
.bab9xum {
|
|
32955
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32956
|
+
}
|
|
32957
|
+
|
|
32958
|
+
.cav4gt6 {
|
|
32959
|
+
border-radius: 8px;
|
|
32960
|
+
background-color: white;
|
|
32961
|
+
}
|
|
32962
|
+
.cav4gt6.hoverable {
|
|
32963
|
+
cursor: pointer;
|
|
32964
|
+
}
|
|
32965
|
+
.cav4gt6.hoverable:hover {
|
|
32966
|
+
transition: all 200ms ease;
|
|
32967
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32968
|
+
transform: translateY(-4px);
|
|
32969
|
+
}
|
|
32970
|
+
|
|
32971
|
+
.rrwcpby {
|
|
32972
|
+
display: flex;
|
|
32973
|
+
align-items: center;
|
|
32974
|
+
}
|
|
32975
|
+
.rrwcpby .order {
|
|
32976
|
+
height: 24px;
|
|
32977
|
+
width: 24px;
|
|
32978
|
+
border-radius: 20px;
|
|
32979
|
+
color: #0080ff;
|
|
32980
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32981
|
+
display: flex;
|
|
32982
|
+
align-items: center;
|
|
32983
|
+
justify-content: center;
|
|
32984
|
+
margin-right: 6px;
|
|
32985
|
+
}
|
|
32986
|
+
|
|
33044
32987
|
.f1p9ti6d {
|
|
33045
32988
|
width: 100%;
|
|
33046
32989
|
margin-bottom: 0 !important;
|
|
@@ -33072,39 +33015,6 @@ input.rrg1fkn.ant-input {
|
|
|
33072
33015
|
min-height: 0px;
|
|
33073
33016
|
}
|
|
33074
33017
|
|
|
33075
|
-
.rrwcpby {
|
|
33076
|
-
display: flex;
|
|
33077
|
-
align-items: center;
|
|
33078
|
-
}
|
|
33079
|
-
.rrwcpby .order {
|
|
33080
|
-
height: 24px;
|
|
33081
|
-
width: 24px;
|
|
33082
|
-
border-radius: 20px;
|
|
33083
|
-
color: #0080ff;
|
|
33084
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33085
|
-
display: flex;
|
|
33086
|
-
align-items: center;
|
|
33087
|
-
justify-content: center;
|
|
33088
|
-
margin-right: 6px;
|
|
33089
|
-
}
|
|
33090
|
-
|
|
33091
|
-
.bab9xum {
|
|
33092
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33093
|
-
}
|
|
33094
|
-
|
|
33095
|
-
.cav4gt6 {
|
|
33096
|
-
border-radius: 8px;
|
|
33097
|
-
background-color: white;
|
|
33098
|
-
}
|
|
33099
|
-
.cav4gt6.hoverable {
|
|
33100
|
-
cursor: pointer;
|
|
33101
|
-
}
|
|
33102
|
-
.cav4gt6.hoverable:hover {
|
|
33103
|
-
transition: all 200ms ease;
|
|
33104
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33105
|
-
transform: translateY(-4px);
|
|
33106
|
-
}
|
|
33107
|
-
|
|
33108
33018
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33109
33019
|
display: var(--at4ovwe-0);
|
|
33110
33020
|
}
|
|
@@ -33348,15 +33258,6 @@ input.rrg1fkn.ant-input {
|
|
|
33348
33258
|
margin-right: 8px;
|
|
33349
33259
|
}
|
|
33350
33260
|
|
|
33351
|
-
.w1xcixj5.outside-tag {
|
|
33352
|
-
padding-left: 0;
|
|
33353
|
-
}
|
|
33354
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33355
|
-
border-radius: 4px 0 0 4px;
|
|
33356
|
-
padding-right: 4px;
|
|
33357
|
-
margin-right: 4px;
|
|
33358
|
-
}
|
|
33359
|
-
|
|
33360
33261
|
.sut42l0 {
|
|
33361
33262
|
padding: 0 8px;
|
|
33362
33263
|
height: 18px;
|
|
@@ -33383,6 +33284,15 @@ input.rrg1fkn.ant-input {
|
|
|
33383
33284
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33384
33285
|
}
|
|
33385
33286
|
|
|
33287
|
+
.w1xcixj5.outside-tag {
|
|
33288
|
+
padding-left: 0;
|
|
33289
|
+
}
|
|
33290
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33291
|
+
border-radius: 4px 0 0 4px;
|
|
33292
|
+
padding-right: 4px;
|
|
33293
|
+
margin-right: 4px;
|
|
33294
|
+
}
|
|
33295
|
+
|
|
33386
33296
|
.iwsze0q {
|
|
33387
33297
|
margin-right: 4px;
|
|
33388
33298
|
height: 16px;
|