@cloudtower/eagle 0.27.3-gobackbutton → 0.27.3-gobackbutton1
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 +1091 -1081
- package/dist/esm/index.js +37 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +293 -283
- package/dist/umd/index.js +36 -0
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29750,19 +29750,6 @@ html body {
|
|
|
29750
29750
|
border-radius: unset;
|
|
29751
29751
|
}
|
|
29752
29752
|
|
|
29753
|
-
.iap75of {
|
|
29754
|
-
height: 18px;
|
|
29755
|
-
line-height: 18px;
|
|
29756
|
-
padding: 0 4px;
|
|
29757
|
-
border-radius: 4px;
|
|
29758
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29759
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29760
|
-
display: flex;
|
|
29761
|
-
align-items: center;
|
|
29762
|
-
white-space: nowrap;
|
|
29763
|
-
margin-right: 4px;
|
|
29764
|
-
}
|
|
29765
|
-
|
|
29766
29753
|
.fde5mpd {
|
|
29767
29754
|
width: 100%;
|
|
29768
29755
|
height: 100%;
|
|
@@ -29796,6 +29783,19 @@ html body {
|
|
|
29796
29783
|
animation: rotate 680ms linear infinite;
|
|
29797
29784
|
}
|
|
29798
29785
|
|
|
29786
|
+
.iap75of {
|
|
29787
|
+
height: 18px;
|
|
29788
|
+
line-height: 18px;
|
|
29789
|
+
padding: 0 4px;
|
|
29790
|
+
border-radius: 4px;
|
|
29791
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29792
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29793
|
+
display: flex;
|
|
29794
|
+
align-items: center;
|
|
29795
|
+
white-space: nowrap;
|
|
29796
|
+
margin-right: 4px;
|
|
29797
|
+
}
|
|
29798
|
+
|
|
29799
29799
|
.p12gwtiw {
|
|
29800
29800
|
display: flex;
|
|
29801
29801
|
justify-content: space-between;
|
|
@@ -29862,207 +29862,6 @@ html body {
|
|
|
29862
29862
|
position: absolute;
|
|
29863
29863
|
}
|
|
29864
29864
|
|
|
29865
|
-
.s34f1qb.ant-switch {
|
|
29866
|
-
min-width: 40px;
|
|
29867
|
-
height: 24px;
|
|
29868
|
-
background: rgba(172, 186, 211, 0.6);
|
|
29869
|
-
overflow: hidden;
|
|
29870
|
-
}
|
|
29871
|
-
.s34f1qb.ant-switch:focus {
|
|
29872
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
29873
|
-
}
|
|
29874
|
-
.s34f1qb.ant-switch-small {
|
|
29875
|
-
min-width: 26px;
|
|
29876
|
-
height: 16px;
|
|
29877
|
-
}
|
|
29878
|
-
.s34f1qb.ant-switch-large {
|
|
29879
|
-
min-width: 52px;
|
|
29880
|
-
height: 32px;
|
|
29881
|
-
}
|
|
29882
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
29883
|
-
height: 20px;
|
|
29884
|
-
width: 20px;
|
|
29885
|
-
}
|
|
29886
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
29887
|
-
border-radius: 10px;
|
|
29888
|
-
transition-delay: 120ms;
|
|
29889
|
-
}
|
|
29890
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
29891
|
-
height: 14px;
|
|
29892
|
-
width: 14px;
|
|
29893
|
-
top: 1px;
|
|
29894
|
-
left: 1px;
|
|
29895
|
-
}
|
|
29896
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
29897
|
-
height: 28px;
|
|
29898
|
-
width: 28px;
|
|
29899
|
-
}
|
|
29900
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
29901
|
-
border-radius: 14px;
|
|
29902
|
-
}
|
|
29903
|
-
.s34f1qb.ant-switch-checked {
|
|
29904
|
-
background-color: #00ba5d;
|
|
29905
|
-
}
|
|
29906
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
29907
|
-
left: calc(100% - 20px - 2px);
|
|
29908
|
-
}
|
|
29909
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
29910
|
-
left: calc(100% - 14px - 1px);
|
|
29911
|
-
}
|
|
29912
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
29913
|
-
left: calc(100% - 28px - 2px);
|
|
29914
|
-
}
|
|
29915
|
-
|
|
29916
|
-
.c1to9vb9 {
|
|
29917
|
-
margin-left: 5px;
|
|
29918
|
-
}
|
|
29919
|
-
|
|
29920
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
29921
|
-
display: inline-flex;
|
|
29922
|
-
align-items: baseline;
|
|
29923
|
-
white-space: pre-wrap;
|
|
29924
|
-
}
|
|
29925
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29926
|
-
position: relative;
|
|
29927
|
-
top: 3px;
|
|
29928
|
-
}
|
|
29929
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29930
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
29931
|
-
}
|
|
29932
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
29933
|
-
border-color: #0080ff;
|
|
29934
|
-
}
|
|
29935
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
29936
|
-
border-color: #0080ff;
|
|
29937
|
-
background: #0080ff;
|
|
29938
|
-
}
|
|
29939
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
29940
|
-
top: 4px;
|
|
29941
|
-
left: 4px;
|
|
29942
|
-
width: 6px;
|
|
29943
|
-
height: 6px;
|
|
29944
|
-
background: #fff;
|
|
29945
|
-
}
|
|
29946
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
29947
|
-
opacity: 0.5;
|
|
29948
|
-
}
|
|
29949
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
29950
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
29951
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29952
|
-
}
|
|
29953
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
29954
|
-
background: #00122e;
|
|
29955
|
-
}
|
|
29956
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
29957
|
-
color: #00122e;
|
|
29958
|
-
opacity: 0.5;
|
|
29959
|
-
}
|
|
29960
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
29961
|
-
color: #00122e;
|
|
29962
|
-
}
|
|
29963
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
29964
|
-
display: inline-block;
|
|
29965
|
-
padding: 0;
|
|
29966
|
-
padding-left: 12px;
|
|
29967
|
-
}
|
|
29968
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
29969
|
-
margin-bottom: 0;
|
|
29970
|
-
white-space: pre-wrap;
|
|
29971
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29972
|
-
}
|
|
29973
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
29974
|
-
padding-left: 8px;
|
|
29975
|
-
}
|
|
29976
|
-
|
|
29977
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
29978
|
-
border-radius: 5px 0 0 5px;
|
|
29979
|
-
}
|
|
29980
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
29981
|
-
border-radius: 0 5px 5px 0;
|
|
29982
|
-
}
|
|
29983
|
-
|
|
29984
|
-
.r1f0aqcc {
|
|
29985
|
-
color: #00122e;
|
|
29986
|
-
border-color: #ccd4e3;
|
|
29987
|
-
}
|
|
29988
|
-
.r1f0aqcc:first-child {
|
|
29989
|
-
border-color: #a3b4cc;
|
|
29990
|
-
}
|
|
29991
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
29992
|
-
padding: 0 12px;
|
|
29993
|
-
line-height: 32px;
|
|
29994
|
-
height: 32px;
|
|
29995
|
-
}
|
|
29996
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
29997
|
-
white-space: nowrap;
|
|
29998
|
-
}
|
|
29999
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30000
|
-
height: 22px;
|
|
30001
|
-
padding: 0 7px;
|
|
30002
|
-
line-height: 20px;
|
|
30003
|
-
}
|
|
30004
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30005
|
-
background: #ccd4e3;
|
|
30006
|
-
}
|
|
30007
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30008
|
-
background: #0080ff;
|
|
30009
|
-
}
|
|
30010
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30011
|
-
background: #ccd4e3;
|
|
30012
|
-
opacity: 0.5;
|
|
30013
|
-
}
|
|
30014
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30015
|
-
border-right-color: #0080ff;
|
|
30016
|
-
}
|
|
30017
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30018
|
-
border-color: #0080ff;
|
|
30019
|
-
}
|
|
30020
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30021
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30022
|
-
}
|
|
30023
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30024
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30025
|
-
border-color: #ccd4e3;
|
|
30026
|
-
opacity: 0.5;
|
|
30027
|
-
}
|
|
30028
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30029
|
-
color: #00122e;
|
|
30030
|
-
border-color: #ccd4e3;
|
|
30031
|
-
}
|
|
30032
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30033
|
-
color: #00122e;
|
|
30034
|
-
border-color: #ccd4e3;
|
|
30035
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30036
|
-
}
|
|
30037
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
30038
|
-
margin-right: 8px;
|
|
30039
|
-
display: inline;
|
|
30040
|
-
border: none;
|
|
30041
|
-
padding: 0;
|
|
30042
|
-
width: 36px;
|
|
30043
|
-
background: transparent;
|
|
30044
|
-
}
|
|
30045
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30046
|
-
box-shadow: none;
|
|
30047
|
-
}
|
|
30048
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30049
|
-
margin-right: 0;
|
|
30050
|
-
width: initial;
|
|
30051
|
-
box-shadow: none;
|
|
30052
|
-
}
|
|
30053
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30054
|
-
display: none;
|
|
30055
|
-
}
|
|
30056
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30057
|
-
display: inline;
|
|
30058
|
-
}
|
|
30059
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30060
|
-
display: inline;
|
|
30061
|
-
margin-right: 8px;
|
|
30062
|
-
padding: 0;
|
|
30063
|
-
width: 36px;
|
|
30064
|
-
}
|
|
30065
|
-
|
|
30066
29865
|
.cz04yix {
|
|
30067
29866
|
display: flex;
|
|
30068
29867
|
flex-direction: column;
|
|
@@ -30675,368 +30474,205 @@ input.rrg1fkn.ant-input {
|
|
|
30675
30474
|
border-bottom-left-radius: 0;
|
|
30676
30475
|
}
|
|
30677
30476
|
|
|
30678
|
-
.
|
|
30679
|
-
|
|
30477
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30478
|
+
display: inline-flex;
|
|
30479
|
+
align-items: baseline;
|
|
30480
|
+
white-space: pre-wrap;
|
|
30680
30481
|
}
|
|
30681
|
-
|
|
30682
|
-
|
|
30683
|
-
|
|
30482
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30483
|
+
position: relative;
|
|
30484
|
+
top: 3px;
|
|
30684
30485
|
}
|
|
30685
|
-
.
|
|
30686
|
-
|
|
30687
|
-
height: 100%;
|
|
30486
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30487
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30688
30488
|
}
|
|
30689
|
-
.
|
|
30690
|
-
|
|
30489
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30490
|
+
border-color: #0080ff;
|
|
30691
30491
|
}
|
|
30692
|
-
.
|
|
30693
|
-
|
|
30694
|
-
|
|
30492
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30493
|
+
border-color: #0080ff;
|
|
30494
|
+
background: #0080ff;
|
|
30695
30495
|
}
|
|
30696
|
-
.
|
|
30697
|
-
|
|
30698
|
-
|
|
30699
|
-
|
|
30700
|
-
|
|
30496
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30497
|
+
top: 4px;
|
|
30498
|
+
left: 4px;
|
|
30499
|
+
width: 6px;
|
|
30500
|
+
height: 6px;
|
|
30501
|
+
background: #fff;
|
|
30701
30502
|
}
|
|
30702
|
-
.
|
|
30703
|
-
|
|
30503
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30504
|
+
opacity: 0.5;
|
|
30704
30505
|
}
|
|
30705
|
-
.
|
|
30706
|
-
|
|
30506
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30507
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30508
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30707
30509
|
}
|
|
30708
|
-
.
|
|
30709
|
-
|
|
30510
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30511
|
+
background: #00122e;
|
|
30710
30512
|
}
|
|
30711
|
-
.
|
|
30712
|
-
|
|
30713
|
-
|
|
30513
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30514
|
+
color: #00122e;
|
|
30515
|
+
opacity: 0.5;
|
|
30714
30516
|
}
|
|
30715
|
-
.
|
|
30716
|
-
|
|
30517
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30518
|
+
color: #00122e;
|
|
30717
30519
|
}
|
|
30718
|
-
.
|
|
30719
|
-
|
|
30720
|
-
|
|
30520
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30521
|
+
display: inline-block;
|
|
30522
|
+
padding: 0;
|
|
30523
|
+
padding-left: 12px;
|
|
30721
30524
|
}
|
|
30722
|
-
.
|
|
30723
|
-
|
|
30525
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30526
|
+
margin-bottom: 0;
|
|
30527
|
+
white-space: pre-wrap;
|
|
30528
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30724
30529
|
}
|
|
30725
|
-
.
|
|
30726
|
-
|
|
30727
|
-
background: #fff;
|
|
30728
|
-
padding: 0 !important;
|
|
30530
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30531
|
+
padding-left: 8px;
|
|
30729
30532
|
}
|
|
30730
|
-
|
|
30731
|
-
.
|
|
30732
|
-
|
|
30733
|
-
align-items: center;
|
|
30734
|
-
height: 100%;
|
|
30735
|
-
padding: 8px;
|
|
30533
|
+
|
|
30534
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30535
|
+
border-radius: 5px 0 0 5px;
|
|
30736
30536
|
}
|
|
30737
|
-
.
|
|
30738
|
-
|
|
30739
|
-
overflow: hidden;
|
|
30740
|
-
text-overflow: ellipsis;
|
|
30741
|
-
width: 100%;
|
|
30537
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30538
|
+
border-radius: 0 5px 5px 0;
|
|
30742
30539
|
}
|
|
30743
|
-
|
|
30744
|
-
|
|
30540
|
+
|
|
30541
|
+
.r1f0aqcc {
|
|
30542
|
+
color: #00122e;
|
|
30543
|
+
border-color: #ccd4e3;
|
|
30745
30544
|
}
|
|
30746
|
-
.
|
|
30747
|
-
|
|
30545
|
+
.r1f0aqcc:first-child {
|
|
30546
|
+
border-color: #a3b4cc;
|
|
30748
30547
|
}
|
|
30749
|
-
.
|
|
30750
|
-
|
|
30751
|
-
|
|
30752
|
-
|
|
30753
|
-
border-bottom: none;
|
|
30754
|
-
height: 100%;
|
|
30755
|
-
font-size: 12px;
|
|
30756
|
-
background: transparent;
|
|
30548
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30549
|
+
padding: 0 12px;
|
|
30550
|
+
line-height: 32px;
|
|
30551
|
+
height: 32px;
|
|
30757
30552
|
}
|
|
30758
|
-
.
|
|
30759
|
-
|
|
30760
|
-
z-index: 3;
|
|
30761
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30762
|
-
margin-bottom: -1px;
|
|
30553
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30554
|
+
white-space: nowrap;
|
|
30763
30555
|
}
|
|
30764
|
-
.
|
|
30765
|
-
|
|
30766
|
-
|
|
30556
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30557
|
+
height: 22px;
|
|
30558
|
+
padding: 0 7px;
|
|
30559
|
+
line-height: 20px;
|
|
30767
30560
|
}
|
|
30768
|
-
.
|
|
30769
|
-
|
|
30770
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30561
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30562
|
+
background: #ccd4e3;
|
|
30771
30563
|
}
|
|
30772
|
-
.
|
|
30773
|
-
|
|
30774
|
-
text-align: center;
|
|
30564
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30565
|
+
background: #0080ff;
|
|
30775
30566
|
}
|
|
30776
|
-
.
|
|
30777
|
-
background: #
|
|
30567
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30568
|
+
background: #ccd4e3;
|
|
30569
|
+
opacity: 0.5;
|
|
30778
30570
|
}
|
|
30779
|
-
.
|
|
30780
|
-
|
|
30781
|
-
position: absolute;
|
|
30782
|
-
top: 50%;
|
|
30783
|
-
right: 12px;
|
|
30784
|
-
transform: translateY(-50%);
|
|
30571
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30572
|
+
border-right-color: #0080ff;
|
|
30785
30573
|
}
|
|
30786
|
-
.
|
|
30787
|
-
|
|
30788
|
-
width: 1px;
|
|
30789
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30574
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30575
|
+
border-color: #0080ff;
|
|
30790
30576
|
}
|
|
30791
|
-
.
|
|
30792
|
-
|
|
30793
|
-
width: 1px;
|
|
30794
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30577
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30578
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30795
30579
|
}
|
|
30796
|
-
.
|
|
30797
|
-
|
|
30580
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30581
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30582
|
+
border-color: #ccd4e3;
|
|
30583
|
+
opacity: 0.5;
|
|
30798
30584
|
}
|
|
30799
|
-
.
|
|
30800
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30801
|
-
border-bottom: 1px solid white;
|
|
30802
|
-
height: 40px;
|
|
30803
|
-
vertical-align: middle;
|
|
30804
|
-
transition: background 0ms;
|
|
30585
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30805
30586
|
color: #00122e;
|
|
30587
|
+
border-color: #ccd4e3;
|
|
30806
30588
|
}
|
|
30807
|
-
.
|
|
30808
|
-
background: #f2f5fa;
|
|
30809
|
-
border-bottom-color: #f2f5fa;
|
|
30810
|
-
}
|
|
30811
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
30812
|
-
height: auto;
|
|
30589
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30813
30590
|
color: #00122e;
|
|
30814
|
-
|
|
30815
|
-
|
|
30816
|
-
transition: none;
|
|
30817
|
-
overflow: hidden;
|
|
30818
|
-
text-overflow: ellipsis;
|
|
30819
|
-
white-space: nowrap;
|
|
30591
|
+
border-color: #ccd4e3;
|
|
30592
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30820
30593
|
}
|
|
30821
|
-
.
|
|
30822
|
-
|
|
30594
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30595
|
+
margin-right: 8px;
|
|
30596
|
+
display: inline;
|
|
30597
|
+
border: none;
|
|
30598
|
+
padding: 0;
|
|
30599
|
+
width: 36px;
|
|
30600
|
+
background: transparent;
|
|
30823
30601
|
}
|
|
30824
|
-
.
|
|
30825
|
-
|
|
30826
|
-
text-overflow: ellipsis;
|
|
30827
|
-
width: 100%;
|
|
30828
|
-
vertical-align: middle;
|
|
30602
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30603
|
+
box-shadow: none;
|
|
30829
30604
|
}
|
|
30830
|
-
.
|
|
30831
|
-
|
|
30605
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30606
|
+
margin-right: 0;
|
|
30607
|
+
width: initial;
|
|
30608
|
+
box-shadow: none;
|
|
30832
30609
|
}
|
|
30833
|
-
.
|
|
30834
|
-
|
|
30610
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30611
|
+
display: none;
|
|
30835
30612
|
}
|
|
30836
|
-
.
|
|
30837
|
-
|
|
30613
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30614
|
+
display: inline;
|
|
30838
30615
|
}
|
|
30839
|
-
.
|
|
30840
|
-
|
|
30841
|
-
|
|
30616
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30617
|
+
display: inline;
|
|
30618
|
+
margin-right: 8px;
|
|
30619
|
+
padding: 0;
|
|
30620
|
+
width: 36px;
|
|
30842
30621
|
}
|
|
30843
|
-
|
|
30844
|
-
|
|
30622
|
+
|
|
30623
|
+
.s34f1qb.ant-switch {
|
|
30624
|
+
min-width: 40px;
|
|
30625
|
+
height: 24px;
|
|
30626
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30627
|
+
overflow: hidden;
|
|
30845
30628
|
}
|
|
30846
|
-
.
|
|
30847
|
-
|
|
30629
|
+
.s34f1qb.ant-switch:focus {
|
|
30630
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30848
30631
|
}
|
|
30849
|
-
.
|
|
30850
|
-
|
|
30851
|
-
|
|
30852
|
-
top: -1px;
|
|
30853
|
-
bottom: -1px;
|
|
30854
|
-
background: white;
|
|
30632
|
+
.s34f1qb.ant-switch-small {
|
|
30633
|
+
min-width: 26px;
|
|
30634
|
+
height: 16px;
|
|
30855
30635
|
}
|
|
30856
|
-
.
|
|
30857
|
-
|
|
30636
|
+
.s34f1qb.ant-switch-large {
|
|
30637
|
+
min-width: 52px;
|
|
30638
|
+
height: 32px;
|
|
30858
30639
|
}
|
|
30859
|
-
.
|
|
30860
|
-
|
|
30861
|
-
|
|
30862
|
-
border-top: none;
|
|
30640
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30641
|
+
height: 20px;
|
|
30642
|
+
width: 20px;
|
|
30863
30643
|
}
|
|
30864
|
-
.
|
|
30865
|
-
border-
|
|
30866
|
-
|
|
30867
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30644
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30645
|
+
border-radius: 10px;
|
|
30646
|
+
transition-delay: 120ms;
|
|
30868
30647
|
}
|
|
30869
|
-
.
|
|
30870
|
-
|
|
30871
|
-
|
|
30648
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30649
|
+
height: 14px;
|
|
30650
|
+
width: 14px;
|
|
30651
|
+
top: 1px;
|
|
30652
|
+
left: 1px;
|
|
30872
30653
|
}
|
|
30873
|
-
.
|
|
30874
|
-
|
|
30875
|
-
|
|
30876
|
-
height: 100%;
|
|
30877
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30878
|
-
}
|
|
30879
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
30880
|
-
background: white;
|
|
30881
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30882
|
-
}
|
|
30883
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
30884
|
-
display: flex;
|
|
30885
|
-
align-items: center;
|
|
30886
|
-
height: 100%;
|
|
30887
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30888
|
-
}
|
|
30889
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
30890
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30891
|
-
}
|
|
30892
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
30893
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
30894
|
-
border-radius: 8px;
|
|
30895
|
-
}
|
|
30896
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
30897
|
-
border-top-color: white;
|
|
30898
|
-
}
|
|
30899
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
30900
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30901
|
-
border-bottom-color: transparent;
|
|
30902
|
-
border-top-color: transparent;
|
|
30903
|
-
}
|
|
30904
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
30905
|
-
border-radius: 8px 0 0 8px;
|
|
30906
|
-
}
|
|
30907
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
30908
|
-
border-radius: 0 8px 8px 0;
|
|
30909
|
-
}
|
|
30910
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
30911
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30912
|
-
}
|
|
30913
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
30914
|
-
background: #fff;
|
|
30915
|
-
font-weight: 400;
|
|
30916
|
-
position: relative;
|
|
30917
|
-
border-bottom: none;
|
|
30918
|
-
color: #00122e;
|
|
30919
|
-
transition: none;
|
|
30920
|
-
padding: 15px 8px 15px 8px;
|
|
30921
|
-
}
|
|
30922
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
30923
|
-
content: "";
|
|
30924
|
-
width: 1px;
|
|
30925
|
-
top: 0;
|
|
30926
|
-
bottom: 0;
|
|
30927
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30928
|
-
position: absolute;
|
|
30929
|
-
right: 0;
|
|
30930
|
-
}
|
|
30931
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
30932
|
-
padding: unset;
|
|
30933
|
-
}
|
|
30934
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
30935
|
-
display: none;
|
|
30936
|
-
}
|
|
30937
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30938
|
-
width: 100%;
|
|
30939
|
-
overflow: hidden;
|
|
30940
|
-
white-space: nowrap;
|
|
30941
|
-
text-overflow: ellipsis;
|
|
30942
|
-
}
|
|
30943
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
30944
|
-
overflow: hidden;
|
|
30945
|
-
text-overflow: ellipsis;
|
|
30946
|
-
flex: 1;
|
|
30947
|
-
}
|
|
30948
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
30949
|
-
padding: 15px 25px 15px 8px;
|
|
30950
|
-
}
|
|
30951
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30952
|
-
padding: 0;
|
|
30953
|
-
}
|
|
30954
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
30955
|
-
position: absolute;
|
|
30956
|
-
right: 6px;
|
|
30957
|
-
top: 50%;
|
|
30958
|
-
transform: translateY(-50%);
|
|
30959
|
-
height: 16px;
|
|
30960
|
-
display: none;
|
|
30961
|
-
transition: transform 320ms ease;
|
|
30962
|
-
}
|
|
30963
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
30964
|
-
display: block;
|
|
30965
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
30966
|
-
}
|
|
30967
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
30968
|
-
display: block;
|
|
30969
|
-
}
|
|
30970
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
30971
|
-
display: none;
|
|
30972
|
-
}
|
|
30973
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
30974
|
-
transform: translateY(-50%);
|
|
30975
|
-
}
|
|
30976
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
30977
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
30978
|
-
}
|
|
30979
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
30980
|
-
background: #f2f5fa;
|
|
30981
|
-
}
|
|
30982
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
30983
|
-
display: block;
|
|
30984
|
-
}
|
|
30985
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
30986
|
-
padding-right: 25px;
|
|
30987
|
-
}
|
|
30988
|
-
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
30989
|
-
padding: 0 !important;
|
|
30990
|
-
}
|
|
30991
|
-
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
30992
|
-
position: absolute;
|
|
30993
|
-
left: 50%;
|
|
30994
|
-
top: 50%;
|
|
30995
|
-
transform: translate(-50%, -50%);
|
|
30996
|
-
}
|
|
30997
|
-
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
30998
|
-
display: none;
|
|
30999
|
-
}
|
|
31000
|
-
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31001
|
-
background: #fff;
|
|
31002
|
-
}
|
|
31003
|
-
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31004
|
-
background: inherit;
|
|
30654
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30655
|
+
height: 28px;
|
|
30656
|
+
width: 28px;
|
|
31005
30657
|
}
|
|
31006
|
-
.
|
|
31007
|
-
|
|
31008
|
-
border: none;
|
|
31009
|
-
background: inherit !important;
|
|
31010
|
-
height: 100px;
|
|
31011
|
-
vertical-align: middle;
|
|
30658
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30659
|
+
border-radius: 14px;
|
|
31012
30660
|
}
|
|
31013
|
-
.
|
|
31014
|
-
|
|
31015
|
-
font-weight: bold;
|
|
31016
|
-
font-size: 20px;
|
|
31017
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30661
|
+
.s34f1qb.ant-switch-checked {
|
|
30662
|
+
background-color: #00ba5d;
|
|
31018
30663
|
}
|
|
31019
|
-
.
|
|
31020
|
-
|
|
31021
|
-
position: relative;
|
|
31022
|
-
background: #fff;
|
|
30664
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30665
|
+
left: calc(100% - 20px - 2px);
|
|
31023
30666
|
}
|
|
31024
|
-
.
|
|
31025
|
-
|
|
31026
|
-
display: flex;
|
|
31027
|
-
align-items: center;
|
|
31028
|
-
justify-content: flex-end;
|
|
31029
|
-
padding-right: 8px;
|
|
30667
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30668
|
+
left: calc(100% - 14px - 1px);
|
|
31030
30669
|
}
|
|
31031
|
-
.
|
|
31032
|
-
|
|
31033
|
-
height: 24px;
|
|
31034
|
-
cursor: pointer;
|
|
31035
|
-
justify-content: center;
|
|
31036
|
-
border-radius: 4px;
|
|
30670
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30671
|
+
left: calc(100% - 28px - 2px);
|
|
31037
30672
|
}
|
|
31038
|
-
|
|
31039
|
-
|
|
30673
|
+
|
|
30674
|
+
.c1to9vb9 {
|
|
30675
|
+
margin-left: 5px;
|
|
31040
30676
|
}
|
|
31041
30677
|
|
|
31042
30678
|
.s1fc623g {
|
|
@@ -31120,10 +30756,6 @@ input.rrg1fkn.ant-input {
|
|
|
31120
30756
|
opacity: 0;
|
|
31121
30757
|
}
|
|
31122
30758
|
|
|
31123
|
-
.i1e4sgug {
|
|
31124
|
-
display: inline-block;
|
|
31125
|
-
}
|
|
31126
|
-
|
|
31127
30759
|
.d6j0lbj {
|
|
31128
30760
|
font-family: Inter;
|
|
31129
30761
|
font-style: normal;
|
|
@@ -31495,108 +31127,523 @@ input.rrg1fkn.ant-input {
|
|
|
31495
31127
|
font-size: 12px;
|
|
31496
31128
|
line-height: 18px;
|
|
31497
31129
|
}
|
|
31498
|
-
|
|
31499
|
-
.fqaz4mb {
|
|
31500
|
-
font-family: Inter;
|
|
31501
|
-
font-style: normal;
|
|
31502
|
-
font-weight: normal;
|
|
31503
|
-
font-size: 13px;
|
|
31504
|
-
line-height: 20px;
|
|
31130
|
+
|
|
31131
|
+
.fqaz4mb {
|
|
31132
|
+
font-family: Inter;
|
|
31133
|
+
font-style: normal;
|
|
31134
|
+
font-weight: normal;
|
|
31135
|
+
font-size: 13px;
|
|
31136
|
+
line-height: 20px;
|
|
31137
|
+
}
|
|
31138
|
+
|
|
31139
|
+
.f13we5o {
|
|
31140
|
+
font-family: Inter;
|
|
31141
|
+
font-style: normal;
|
|
31142
|
+
font-weight: normal;
|
|
31143
|
+
font-size: 13px;
|
|
31144
|
+
line-height: 20px;
|
|
31145
|
+
}
|
|
31146
|
+
|
|
31147
|
+
.ffmjua2 {
|
|
31148
|
+
font-family: Inter;
|
|
31149
|
+
font-style: normal;
|
|
31150
|
+
font-weight: normal;
|
|
31151
|
+
font-size: 12px;
|
|
31152
|
+
line-height: 18px;
|
|
31153
|
+
}
|
|
31154
|
+
|
|
31155
|
+
.fz2mxw0 {
|
|
31156
|
+
font-family: Inter;
|
|
31157
|
+
font-style: normal;
|
|
31158
|
+
font-weight: normal;
|
|
31159
|
+
font-size: 12px;
|
|
31160
|
+
line-height: 18px;
|
|
31161
|
+
}
|
|
31162
|
+
|
|
31163
|
+
.t1ertzoh {
|
|
31164
|
+
font-family: Inter;
|
|
31165
|
+
font-style: normal;
|
|
31166
|
+
font-weight: normal;
|
|
31167
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31168
|
+
font-size: 13px;
|
|
31169
|
+
line-height: 20px;
|
|
31170
|
+
}
|
|
31171
|
+
|
|
31172
|
+
.t19bge8r {
|
|
31173
|
+
font-family: Inter;
|
|
31174
|
+
font-style: normal;
|
|
31175
|
+
font-weight: normal;
|
|
31176
|
+
font-feature-settings: "zero" on;
|
|
31177
|
+
font-size: 13px;
|
|
31178
|
+
line-height: 20px;
|
|
31179
|
+
}
|
|
31180
|
+
|
|
31181
|
+
.tjrzfyl {
|
|
31182
|
+
font-family: Inter;
|
|
31183
|
+
font-style: normal;
|
|
31184
|
+
font-weight: normal;
|
|
31185
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31186
|
+
font-size: 12px;
|
|
31187
|
+
line-height: 18px;
|
|
31188
|
+
}
|
|
31189
|
+
|
|
31190
|
+
.tm6s7bo {
|
|
31191
|
+
font-family: Inter;
|
|
31192
|
+
font-style: normal;
|
|
31193
|
+
font-weight: 500;
|
|
31194
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31195
|
+
font-size: 12px;
|
|
31196
|
+
line-height: 18px;
|
|
31197
|
+
}
|
|
31198
|
+
|
|
31199
|
+
.t19zq6ic {
|
|
31200
|
+
font-family: Inter;
|
|
31201
|
+
font-style: normal;
|
|
31202
|
+
font-weight: normal;
|
|
31203
|
+
font-feature-settings: "zero" on;
|
|
31204
|
+
font-size: 12px;
|
|
31205
|
+
line-height: 18px;
|
|
31206
|
+
}
|
|
31207
|
+
|
|
31208
|
+
.t1gduru8 {
|
|
31209
|
+
font-family: Inter;
|
|
31210
|
+
font-style: normal;
|
|
31211
|
+
font-weight: 500;
|
|
31212
|
+
font-feature-settings: "zero" on;
|
|
31213
|
+
font-size: 12px;
|
|
31214
|
+
line-height: 18px;
|
|
31215
|
+
}
|
|
31216
|
+
|
|
31217
|
+
.t55raab {
|
|
31218
|
+
font-family: Inter;
|
|
31219
|
+
font-style: normal;
|
|
31220
|
+
font-weight: bold;
|
|
31221
|
+
font-feature-settings: "zero" on;
|
|
31222
|
+
font-size: 16px;
|
|
31223
|
+
line-height: 24px;
|
|
31224
|
+
}
|
|
31225
|
+
|
|
31226
|
+
.u1w9abfe {
|
|
31227
|
+
font-family: Inter;
|
|
31228
|
+
font-style: normal;
|
|
31229
|
+
font-weight: normal;
|
|
31230
|
+
font-size: 10px;
|
|
31231
|
+
line-height: 12px;
|
|
31232
|
+
}
|
|
31233
|
+
|
|
31234
|
+
.i1e4sgug {
|
|
31235
|
+
display: inline-block;
|
|
31236
|
+
}
|
|
31237
|
+
|
|
31238
|
+
.t1upn1sz {
|
|
31239
|
+
height: 100%;
|
|
31240
|
+
}
|
|
31241
|
+
|
|
31242
|
+
.tta5kd2 {
|
|
31243
|
+
height: 100%;
|
|
31244
|
+
}
|
|
31245
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31246
|
+
overflow: visible !important;
|
|
31247
|
+
height: 100%;
|
|
31248
|
+
}
|
|
31249
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31250
|
+
height: 100%;
|
|
31251
|
+
}
|
|
31252
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31253
|
+
width: 100% !important;
|
|
31254
|
+
height: 100%;
|
|
31255
|
+
}
|
|
31256
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31257
|
+
padding: 15px 0;
|
|
31258
|
+
}
|
|
31259
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31260
|
+
display: none;
|
|
31261
|
+
}
|
|
31262
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31263
|
+
font-weight: 700;
|
|
31264
|
+
}
|
|
31265
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31266
|
+
font-weight: 700;
|
|
31267
|
+
}
|
|
31268
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31269
|
+
height: 100%;
|
|
31270
|
+
}
|
|
31271
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31272
|
+
height: 100%;
|
|
31273
|
+
overflow: visible;
|
|
31274
|
+
}
|
|
31275
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31276
|
+
max-height: none;
|
|
31277
|
+
}
|
|
31278
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31279
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31280
|
+
display: none;
|
|
31281
|
+
}
|
|
31282
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31283
|
+
background: transparent;
|
|
31284
|
+
}
|
|
31285
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31286
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31287
|
+
background: #fff;
|
|
31288
|
+
padding: 0 !important;
|
|
31289
|
+
}
|
|
31290
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31291
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31292
|
+
display: flex;
|
|
31293
|
+
align-items: center;
|
|
31294
|
+
height: 100%;
|
|
31295
|
+
padding: 8px;
|
|
31296
|
+
}
|
|
31297
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31298
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31299
|
+
overflow: hidden;
|
|
31300
|
+
text-overflow: ellipsis;
|
|
31301
|
+
width: 100%;
|
|
31302
|
+
}
|
|
31303
|
+
.tta5kd2 .ant-table-container {
|
|
31304
|
+
height: 100%;
|
|
31305
|
+
}
|
|
31306
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31307
|
+
box-shadow: none !important;
|
|
31308
|
+
}
|
|
31309
|
+
.tta5kd2 .ant-table {
|
|
31310
|
+
border-radius: 0px;
|
|
31311
|
+
border-left: none;
|
|
31312
|
+
border-right: none;
|
|
31313
|
+
border-bottom: none;
|
|
31314
|
+
height: 100%;
|
|
31315
|
+
font-size: 12px;
|
|
31316
|
+
background: transparent;
|
|
31317
|
+
}
|
|
31318
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31319
|
+
position: relative;
|
|
31320
|
+
z-index: 3;
|
|
31321
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31322
|
+
margin-bottom: -1px;
|
|
31323
|
+
}
|
|
31324
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31325
|
+
.tta5kd2 .ant-table .value {
|
|
31326
|
+
color: #2d3a56;
|
|
31327
|
+
}
|
|
31328
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31329
|
+
.tta5kd2 .ant-table .unit {
|
|
31330
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31331
|
+
}
|
|
31332
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31333
|
+
position: unset;
|
|
31334
|
+
text-align: center;
|
|
31335
|
+
}
|
|
31336
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31337
|
+
background: #fff;
|
|
31338
|
+
}
|
|
31339
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31340
|
+
cursor: pointer;
|
|
31341
|
+
position: absolute;
|
|
31342
|
+
top: 50%;
|
|
31343
|
+
right: 12px;
|
|
31344
|
+
transform: translateY(-50%);
|
|
31345
|
+
}
|
|
31346
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31347
|
+
box-shadow: none;
|
|
31348
|
+
width: 1px;
|
|
31349
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31350
|
+
}
|
|
31351
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31352
|
+
box-shadow: none;
|
|
31353
|
+
width: 1px;
|
|
31354
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31355
|
+
}
|
|
31356
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31357
|
+
position: relative;
|
|
31358
|
+
}
|
|
31359
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31360
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31361
|
+
border-bottom: 1px solid white;
|
|
31362
|
+
height: 40px;
|
|
31363
|
+
vertical-align: middle;
|
|
31364
|
+
transition: background 0ms;
|
|
31365
|
+
color: #00122e;
|
|
31366
|
+
}
|
|
31367
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31368
|
+
background: #f2f5fa;
|
|
31369
|
+
border-bottom-color: #f2f5fa;
|
|
31370
|
+
}
|
|
31371
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31372
|
+
height: auto;
|
|
31373
|
+
color: #00122e;
|
|
31374
|
+
font-size: 12px;
|
|
31375
|
+
text-align: left;
|
|
31376
|
+
transition: none;
|
|
31377
|
+
overflow: hidden;
|
|
31378
|
+
text-overflow: ellipsis;
|
|
31379
|
+
white-space: nowrap;
|
|
31380
|
+
}
|
|
31381
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31382
|
+
color: #0096ff;
|
|
31383
|
+
}
|
|
31384
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31385
|
+
overflow: hidden;
|
|
31386
|
+
text-overflow: ellipsis;
|
|
31387
|
+
width: 100%;
|
|
31388
|
+
vertical-align: middle;
|
|
31389
|
+
}
|
|
31390
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31391
|
+
line-height: 0px;
|
|
31392
|
+
}
|
|
31393
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31394
|
+
padding-right: 25px;
|
|
31395
|
+
}
|
|
31396
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31397
|
+
border-top-color: transparent;
|
|
31398
|
+
}
|
|
31399
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31400
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31401
|
+
border-color: transparent transparent white;
|
|
31402
|
+
}
|
|
31403
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31404
|
+
border-radius: 8px 0 0 8px;
|
|
31405
|
+
}
|
|
31406
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31407
|
+
border-radius: 8px 0 0 8px;
|
|
31408
|
+
}
|
|
31409
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31410
|
+
content: "";
|
|
31411
|
+
width: 4px;
|
|
31412
|
+
top: -1px;
|
|
31413
|
+
bottom: -1px;
|
|
31414
|
+
background: white;
|
|
31415
|
+
}
|
|
31416
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31417
|
+
border-radius: 0 8px 8px 0;
|
|
31418
|
+
}
|
|
31419
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31420
|
+
border-radius: 0;
|
|
31421
|
+
background: white;
|
|
31422
|
+
border-top: none;
|
|
31423
|
+
}
|
|
31424
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31425
|
+
border-top: 1px solid transparent;
|
|
31426
|
+
border-radius: 0 8px 8px 0;
|
|
31427
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31428
|
+
}
|
|
31429
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31430
|
+
background: white;
|
|
31431
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31432
|
+
}
|
|
31433
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31434
|
+
display: flex;
|
|
31435
|
+
align-items: center;
|
|
31436
|
+
height: 100%;
|
|
31437
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31438
|
+
}
|
|
31439
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31440
|
+
background: white;
|
|
31441
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31442
|
+
}
|
|
31443
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31444
|
+
display: flex;
|
|
31445
|
+
align-items: center;
|
|
31446
|
+
height: 100%;
|
|
31447
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31448
|
+
}
|
|
31449
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31450
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31451
|
+
}
|
|
31452
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31453
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31454
|
+
border-radius: 8px;
|
|
31455
|
+
}
|
|
31456
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31457
|
+
border-top-color: white;
|
|
31458
|
+
}
|
|
31459
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31460
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31461
|
+
border-bottom-color: transparent;
|
|
31462
|
+
border-top-color: transparent;
|
|
31463
|
+
}
|
|
31464
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31465
|
+
border-radius: 8px 0 0 8px;
|
|
31466
|
+
}
|
|
31467
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31468
|
+
border-radius: 0 8px 8px 0;
|
|
31469
|
+
}
|
|
31470
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31471
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31472
|
+
}
|
|
31473
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31474
|
+
background: #fff;
|
|
31475
|
+
font-weight: 400;
|
|
31476
|
+
position: relative;
|
|
31477
|
+
border-bottom: none;
|
|
31478
|
+
color: #00122e;
|
|
31479
|
+
transition: none;
|
|
31480
|
+
padding: 15px 8px 15px 8px;
|
|
31481
|
+
}
|
|
31482
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31483
|
+
content: "";
|
|
31484
|
+
width: 1px;
|
|
31485
|
+
top: 0;
|
|
31486
|
+
bottom: 0;
|
|
31487
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31488
|
+
position: absolute;
|
|
31489
|
+
right: 0;
|
|
31490
|
+
}
|
|
31491
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31492
|
+
padding: unset;
|
|
31493
|
+
}
|
|
31494
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31495
|
+
display: none;
|
|
31496
|
+
}
|
|
31497
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31498
|
+
width: 100%;
|
|
31499
|
+
overflow: hidden;
|
|
31500
|
+
white-space: nowrap;
|
|
31501
|
+
text-overflow: ellipsis;
|
|
31502
|
+
}
|
|
31503
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31504
|
+
overflow: hidden;
|
|
31505
|
+
text-overflow: ellipsis;
|
|
31506
|
+
flex: 1;
|
|
31507
|
+
}
|
|
31508
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31509
|
+
padding: 15px 25px 15px 8px;
|
|
31510
|
+
}
|
|
31511
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31512
|
+
padding: 0;
|
|
31513
|
+
}
|
|
31514
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31515
|
+
position: absolute;
|
|
31516
|
+
right: 6px;
|
|
31517
|
+
top: 50%;
|
|
31518
|
+
transform: translateY(-50%);
|
|
31519
|
+
height: 16px;
|
|
31520
|
+
display: none;
|
|
31521
|
+
transition: transform 320ms ease;
|
|
31522
|
+
}
|
|
31523
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31524
|
+
display: block;
|
|
31525
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31526
|
+
}
|
|
31527
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31528
|
+
display: block;
|
|
31529
|
+
}
|
|
31530
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31531
|
+
display: none;
|
|
31532
|
+
}
|
|
31533
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31534
|
+
transform: translateY(-50%);
|
|
31535
|
+
}
|
|
31536
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31537
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31538
|
+
}
|
|
31539
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31540
|
+
background: #f2f5fa;
|
|
31541
|
+
}
|
|
31542
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31543
|
+
display: block;
|
|
31544
|
+
}
|
|
31545
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31546
|
+
padding-right: 25px;
|
|
31547
|
+
}
|
|
31548
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31549
|
+
padding: 0 !important;
|
|
31550
|
+
}
|
|
31551
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31552
|
+
position: absolute;
|
|
31553
|
+
left: 50%;
|
|
31554
|
+
top: 50%;
|
|
31555
|
+
transform: translate(-50%, -50%);
|
|
31556
|
+
}
|
|
31557
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31558
|
+
display: none;
|
|
31559
|
+
}
|
|
31560
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31561
|
+
background: #fff;
|
|
31562
|
+
}
|
|
31563
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31564
|
+
background: inherit;
|
|
31565
|
+
}
|
|
31566
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31567
|
+
position: static;
|
|
31568
|
+
border: none;
|
|
31569
|
+
background: inherit !important;
|
|
31570
|
+
height: 100px;
|
|
31571
|
+
vertical-align: middle;
|
|
31572
|
+
}
|
|
31573
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31574
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31575
|
+
font-weight: bold;
|
|
31576
|
+
font-size: 20px;
|
|
31577
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31578
|
+
}
|
|
31579
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31580
|
+
padding: 0 !important;
|
|
31581
|
+
position: relative;
|
|
31582
|
+
background: #fff;
|
|
31583
|
+
}
|
|
31584
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31585
|
+
height: 100%;
|
|
31586
|
+
display: flex;
|
|
31587
|
+
align-items: center;
|
|
31588
|
+
justify-content: flex-end;
|
|
31589
|
+
padding-right: 8px;
|
|
31590
|
+
}
|
|
31591
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31592
|
+
width: 24px;
|
|
31593
|
+
height: 24px;
|
|
31594
|
+
cursor: pointer;
|
|
31595
|
+
justify-content: center;
|
|
31596
|
+
border-radius: 4px;
|
|
31505
31597
|
}
|
|
31506
|
-
|
|
31507
|
-
|
|
31508
|
-
font-family: Inter;
|
|
31509
|
-
font-style: normal;
|
|
31510
|
-
font-weight: normal;
|
|
31511
|
-
font-size: 13px;
|
|
31512
|
-
line-height: 20px;
|
|
31598
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31599
|
+
background: #fff;
|
|
31513
31600
|
}
|
|
31514
31601
|
|
|
31515
|
-
.
|
|
31516
|
-
|
|
31517
|
-
|
|
31518
|
-
font-weight: normal;
|
|
31602
|
+
.n12mqh7z {
|
|
31603
|
+
display: flex;
|
|
31604
|
+
align-items: center;
|
|
31519
31605
|
font-size: 12px;
|
|
31520
31606
|
line-height: 18px;
|
|
31521
31607
|
}
|
|
31522
|
-
|
|
31523
|
-
|
|
31524
|
-
font-family: Inter;
|
|
31525
|
-
font-style: normal;
|
|
31526
|
-
font-weight: normal;
|
|
31527
|
-
font-size: 12px;
|
|
31528
|
-
line-height: 18px;
|
|
31608
|
+
.n12mqh7z:not(:last-child) {
|
|
31609
|
+
margin-bottom: 4px;
|
|
31529
31610
|
}
|
|
31530
31611
|
|
|
31531
|
-
.
|
|
31532
|
-
|
|
31533
|
-
font-style: normal;
|
|
31534
|
-
font-weight: normal;
|
|
31535
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31536
|
-
font-size: 13px;
|
|
31537
|
-
line-height: 20px;
|
|
31612
|
+
.tf5bynu {
|
|
31613
|
+
margin: 0 3px;
|
|
31538
31614
|
}
|
|
31539
31615
|
|
|
31540
|
-
.
|
|
31541
|
-
|
|
31542
|
-
|
|
31543
|
-
font-weight: normal;
|
|
31544
|
-
font-feature-settings: "zero" on;
|
|
31545
|
-
font-size: 13px;
|
|
31546
|
-
line-height: 20px;
|
|
31616
|
+
.tcckoz1 {
|
|
31617
|
+
max-height: 400px;
|
|
31618
|
+
overflow: "auto";
|
|
31547
31619
|
}
|
|
31548
31620
|
|
|
31549
|
-
.
|
|
31550
|
-
|
|
31551
|
-
|
|
31552
|
-
font-weight: normal;
|
|
31553
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31554
|
-
font-size: 12px;
|
|
31555
|
-
line-height: 18px;
|
|
31621
|
+
.s1iv0tp1 .enabled-switch {
|
|
31622
|
+
display: flex;
|
|
31623
|
+
align-items: center;
|
|
31556
31624
|
}
|
|
31557
|
-
|
|
31558
|
-
|
|
31559
|
-
font-family: Inter;
|
|
31560
|
-
font-style: normal;
|
|
31561
|
-
font-weight: 500;
|
|
31562
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31563
|
-
font-size: 12px;
|
|
31564
|
-
line-height: 18px;
|
|
31625
|
+
.s1iv0tp1 .enabled-text {
|
|
31626
|
+
margin-right: 8px;
|
|
31565
31627
|
}
|
|
31566
31628
|
|
|
31567
|
-
.
|
|
31568
|
-
|
|
31569
|
-
|
|
31570
|
-
font-weight: normal;
|
|
31571
|
-
font-feature-settings: "zero" on;
|
|
31572
|
-
font-size: 12px;
|
|
31573
|
-
line-height: 18px;
|
|
31629
|
+
.c18gxmrl {
|
|
31630
|
+
border: 1px solid #d8deeb;
|
|
31631
|
+
border-radius: 4px;
|
|
31574
31632
|
}
|
|
31575
|
-
|
|
31576
|
-
|
|
31577
|
-
font-family: Inter;
|
|
31578
|
-
font-style: normal;
|
|
31579
|
-
font-weight: 500;
|
|
31580
|
-
font-feature-settings: "zero" on;
|
|
31581
|
-
font-size: 12px;
|
|
31582
|
-
line-height: 18px;
|
|
31633
|
+
.c18gxmrl + .c18gxmrl {
|
|
31634
|
+
margin-top: 8px;
|
|
31583
31635
|
}
|
|
31584
|
-
|
|
31585
|
-
|
|
31586
|
-
font-family: Inter;
|
|
31587
|
-
font-style: normal;
|
|
31588
|
-
font-weight: bold;
|
|
31589
|
-
font-feature-settings: "zero" on;
|
|
31590
|
-
font-size: 16px;
|
|
31591
|
-
line-height: 24px;
|
|
31636
|
+
.c18gxmrl:hover {
|
|
31637
|
+
border-color: #0080ff;
|
|
31592
31638
|
}
|
|
31593
|
-
|
|
31594
|
-
.
|
|
31595
|
-
|
|
31596
|
-
|
|
31597
|
-
|
|
31598
|
-
|
|
31599
|
-
|
|
31639
|
+
.c18gxmrl:hover > header {
|
|
31640
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31641
|
+
}
|
|
31642
|
+
.c18gxmrl.active header {
|
|
31643
|
+
border-bottom: 1px solid #d8deeb;
|
|
31644
|
+
}
|
|
31645
|
+
.c18gxmrl > header {
|
|
31646
|
+
padding: 8px 12px;
|
|
31600
31647
|
}
|
|
31601
31648
|
|
|
31602
31649
|
.c1up1pdz {
|
|
@@ -31739,92 +31786,6 @@ input.rrg1fkn.ant-input {
|
|
|
31739
31786
|
color: #fff;
|
|
31740
31787
|
}
|
|
31741
31788
|
|
|
31742
|
-
.tje3huy {
|
|
31743
|
-
width: 100%;
|
|
31744
|
-
overflow: inherit;
|
|
31745
|
-
white-space: inherit;
|
|
31746
|
-
text-overflow: ellipsis;
|
|
31747
|
-
}
|
|
31748
|
-
|
|
31749
|
-
.c1bus5hc {
|
|
31750
|
-
--color: white;
|
|
31751
|
-
height: 14px;
|
|
31752
|
-
width: 14px;
|
|
31753
|
-
border-radius: 50%;
|
|
31754
|
-
flex-shrink: 0;
|
|
31755
|
-
display: flex;
|
|
31756
|
-
align-items: center;
|
|
31757
|
-
justify-content: center;
|
|
31758
|
-
border: 1px solid var(--color);
|
|
31759
|
-
}
|
|
31760
|
-
.c1bus5hc .circle-inner {
|
|
31761
|
-
position: relative;
|
|
31762
|
-
height: 10px;
|
|
31763
|
-
width: 10px;
|
|
31764
|
-
border-radius: 50%;
|
|
31765
|
-
overflow: hidden;
|
|
31766
|
-
}
|
|
31767
|
-
.c1bus5hc .circle-content {
|
|
31768
|
-
position: absolute;
|
|
31769
|
-
height: 100%;
|
|
31770
|
-
width: 100%;
|
|
31771
|
-
left: 0;
|
|
31772
|
-
top: 0;
|
|
31773
|
-
border-radius: 50%;
|
|
31774
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31775
|
-
transform: rotate(180deg);
|
|
31776
|
-
}
|
|
31777
|
-
.c1bus5hc .circle-child {
|
|
31778
|
-
position: absolute;
|
|
31779
|
-
height: 100%;
|
|
31780
|
-
width: 100%;
|
|
31781
|
-
left: 0;
|
|
31782
|
-
top: 0;
|
|
31783
|
-
margin-left: 50%;
|
|
31784
|
-
transform-origin: left;
|
|
31785
|
-
background: white;
|
|
31786
|
-
transform: rotate(0deg);
|
|
31787
|
-
}
|
|
31788
|
-
|
|
31789
|
-
.n12mqh7z {
|
|
31790
|
-
display: flex;
|
|
31791
|
-
align-items: center;
|
|
31792
|
-
font-size: 12px;
|
|
31793
|
-
line-height: 18px;
|
|
31794
|
-
}
|
|
31795
|
-
.n12mqh7z:not(:last-child) {
|
|
31796
|
-
margin-bottom: 4px;
|
|
31797
|
-
}
|
|
31798
|
-
|
|
31799
|
-
.tf5bynu {
|
|
31800
|
-
margin: 0 3px;
|
|
31801
|
-
}
|
|
31802
|
-
|
|
31803
|
-
.tcckoz1 {
|
|
31804
|
-
max-height: 400px;
|
|
31805
|
-
overflow: "auto";
|
|
31806
|
-
}
|
|
31807
|
-
|
|
31808
|
-
.c18gxmrl {
|
|
31809
|
-
border: 1px solid #d8deeb;
|
|
31810
|
-
border-radius: 4px;
|
|
31811
|
-
}
|
|
31812
|
-
.c18gxmrl + .c18gxmrl {
|
|
31813
|
-
margin-top: 8px;
|
|
31814
|
-
}
|
|
31815
|
-
.c18gxmrl:hover {
|
|
31816
|
-
border-color: #0080ff;
|
|
31817
|
-
}
|
|
31818
|
-
.c18gxmrl:hover > header {
|
|
31819
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31820
|
-
}
|
|
31821
|
-
.c18gxmrl.active header {
|
|
31822
|
-
border-bottom: 1px solid #d8deeb;
|
|
31823
|
-
}
|
|
31824
|
-
.c18gxmrl > header {
|
|
31825
|
-
padding: 8px 12px;
|
|
31826
|
-
}
|
|
31827
|
-
|
|
31828
31789
|
.berrcjl {
|
|
31829
31790
|
color: rgba(10, 37, 85, 0.6);
|
|
31830
31791
|
margin-bottom: 4px;
|
|
@@ -31841,14 +31802,6 @@ input.rrg1fkn.ant-input {
|
|
|
31841
31802
|
color: #005ed1;
|
|
31842
31803
|
}
|
|
31843
31804
|
|
|
31844
|
-
.s1iv0tp1 .enabled-switch {
|
|
31845
|
-
display: flex;
|
|
31846
|
-
align-items: center;
|
|
31847
|
-
}
|
|
31848
|
-
.s1iv0tp1 .enabled-text {
|
|
31849
|
-
margin-right: 8px;
|
|
31850
|
-
}
|
|
31851
|
-
|
|
31852
31805
|
.c1uzzomf {
|
|
31853
31806
|
margin-bottom: 16px;
|
|
31854
31807
|
}
|
|
@@ -31858,17 +31811,64 @@ input.rrg1fkn.ant-input {
|
|
|
31858
31811
|
font-weight: 700;
|
|
31859
31812
|
line-height: 32px;
|
|
31860
31813
|
}
|
|
31861
|
-
.c1uzzomf .card-body {
|
|
31862
|
-
padding: 24px;
|
|
31863
|
-
border-radius: 8px;
|
|
31864
|
-
background: #fff;
|
|
31814
|
+
.c1uzzomf .card-body {
|
|
31815
|
+
padding: 24px;
|
|
31816
|
+
border-radius: 8px;
|
|
31817
|
+
background: #fff;
|
|
31818
|
+
}
|
|
31819
|
+
.c1uzzomf .empty {
|
|
31820
|
+
font-weight: 700;
|
|
31821
|
+
font-size: 14px;
|
|
31822
|
+
line-height: 22px;
|
|
31823
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31824
|
+
text-align: center;
|
|
31825
|
+
}
|
|
31826
|
+
|
|
31827
|
+
.c1bus5hc {
|
|
31828
|
+
--color: white;
|
|
31829
|
+
height: 14px;
|
|
31830
|
+
width: 14px;
|
|
31831
|
+
border-radius: 50%;
|
|
31832
|
+
flex-shrink: 0;
|
|
31833
|
+
display: flex;
|
|
31834
|
+
align-items: center;
|
|
31835
|
+
justify-content: center;
|
|
31836
|
+
border: 1px solid var(--color);
|
|
31837
|
+
}
|
|
31838
|
+
.c1bus5hc .circle-inner {
|
|
31839
|
+
position: relative;
|
|
31840
|
+
height: 10px;
|
|
31841
|
+
width: 10px;
|
|
31842
|
+
border-radius: 50%;
|
|
31843
|
+
overflow: hidden;
|
|
31844
|
+
}
|
|
31845
|
+
.c1bus5hc .circle-content {
|
|
31846
|
+
position: absolute;
|
|
31847
|
+
height: 100%;
|
|
31848
|
+
width: 100%;
|
|
31849
|
+
left: 0;
|
|
31850
|
+
top: 0;
|
|
31851
|
+
border-radius: 50%;
|
|
31852
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31853
|
+
transform: rotate(180deg);
|
|
31854
|
+
}
|
|
31855
|
+
.c1bus5hc .circle-child {
|
|
31856
|
+
position: absolute;
|
|
31857
|
+
height: 100%;
|
|
31858
|
+
width: 100%;
|
|
31859
|
+
left: 0;
|
|
31860
|
+
top: 0;
|
|
31861
|
+
margin-left: 50%;
|
|
31862
|
+
transform-origin: left;
|
|
31863
|
+
background: white;
|
|
31864
|
+
transform: rotate(0deg);
|
|
31865
31865
|
}
|
|
31866
|
-
|
|
31867
|
-
|
|
31868
|
-
|
|
31869
|
-
|
|
31870
|
-
|
|
31871
|
-
text-
|
|
31866
|
+
|
|
31867
|
+
.tje3huy {
|
|
31868
|
+
width: 100%;
|
|
31869
|
+
overflow: inherit;
|
|
31870
|
+
white-space: inherit;
|
|
31871
|
+
text-overflow: ellipsis;
|
|
31872
31872
|
}
|
|
31873
31873
|
|
|
31874
31874
|
.m15dvk92 {
|
|
@@ -31884,6 +31884,13 @@ input.rrg1fkn.ant-input {
|
|
|
31884
31884
|
width: 100%;
|
|
31885
31885
|
}
|
|
31886
31886
|
|
|
31887
|
+
.c10crapj {
|
|
31888
|
+
border-radius: 8px;
|
|
31889
|
+
}
|
|
31890
|
+
.c10crapj .ant-card-body {
|
|
31891
|
+
padding: 20px 24px 24px 24px;
|
|
31892
|
+
}
|
|
31893
|
+
|
|
31887
31894
|
.c198s9j3 {
|
|
31888
31895
|
color: #2d3a56;
|
|
31889
31896
|
line-height: 22px;
|
|
@@ -31955,13 +31962,6 @@ input.rrg1fkn.ant-input {
|
|
|
31955
31962
|
margin-left: 24px;
|
|
31956
31963
|
}
|
|
31957
31964
|
|
|
31958
|
-
.c10crapj {
|
|
31959
|
-
border-radius: 8px;
|
|
31960
|
-
}
|
|
31961
|
-
.c10crapj .ant-card-body {
|
|
31962
|
-
padding: 20px 24px 24px 24px;
|
|
31963
|
-
}
|
|
31964
|
-
|
|
31965
31965
|
.cav9p2m .ant-collapse-item {
|
|
31966
31966
|
border: 0px;
|
|
31967
31967
|
background-color: #fff;
|
|
@@ -32225,241 +32225,17 @@ input.rrg1fkn.ant-input {
|
|
|
32225
32225
|
background-color: #6b7d99;
|
|
32226
32226
|
}
|
|
32227
32227
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32228
|
-
background-color: #7E41FF;
|
|
32229
|
-
}
|
|
32230
|
-
|
|
32231
|
-
.sq6vos1 {
|
|
32232
|
-
--item-min-width: 60px;
|
|
32233
|
-
}
|
|
32234
|
-
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32235
|
-
display: none !important;
|
|
32236
|
-
}
|
|
32237
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32238
|
-
flex-shrink: 0 !important;
|
|
32239
|
-
}
|
|
32240
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32241
|
-
color: #0080ff;
|
|
32242
|
-
}
|
|
32243
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32244
|
-
color: #0080ff;
|
|
32245
|
-
font-weight: normal;
|
|
32246
|
-
}
|
|
32247
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
32248
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32249
|
-
}
|
|
32250
|
-
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32251
|
-
color: #00122e;
|
|
32252
|
-
}
|
|
32253
|
-
.sq6vos1 .step-item-text {
|
|
32254
|
-
display: inline-block;
|
|
32255
|
-
}
|
|
32256
|
-
.sq6vos1 .step-item-title {
|
|
32257
|
-
overflow: hidden;
|
|
32258
|
-
white-space: nowrap;
|
|
32259
|
-
text-overflow: ellipsis;
|
|
32260
|
-
}
|
|
32261
|
-
|
|
32262
|
-
.hjtnwxg .ant-steps-item-container {
|
|
32263
|
-
min-width: var(--item-min-width);
|
|
32264
|
-
}
|
|
32265
|
-
.hjtnwxg .ant-steps-item-disabled {
|
|
32266
|
-
cursor: not-allowed !important;
|
|
32267
|
-
}
|
|
32268
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32269
|
-
flex-direction: row;
|
|
32270
|
-
justify-content: stretch;
|
|
32271
|
-
}
|
|
32272
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32273
|
-
padding: 0;
|
|
32274
|
-
margin-right: 4px;
|
|
32275
|
-
flex: 1;
|
|
32276
|
-
overflow: visible;
|
|
32277
|
-
}
|
|
32278
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32279
|
-
width: 100%;
|
|
32280
|
-
min-height: unset;
|
|
32281
|
-
}
|
|
32282
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32283
|
-
height: 26px;
|
|
32284
|
-
line-height: 26px;
|
|
32285
|
-
width: 100%;
|
|
32286
|
-
padding: 0;
|
|
32287
|
-
font-size: 12px;
|
|
32288
|
-
}
|
|
32289
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32290
|
-
margin-right: 10px;
|
|
32291
|
-
}
|
|
32292
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32293
|
-
display: none;
|
|
32294
|
-
}
|
|
32295
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32296
|
-
padding-left: 8px;
|
|
32297
|
-
padding-right: 4px;
|
|
32298
|
-
border-radius: 4px 0 0 4px;
|
|
32299
|
-
}
|
|
32300
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32301
|
-
margin-right: 0;
|
|
32302
|
-
}
|
|
32303
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32304
|
-
padding-right: 8px;
|
|
32305
|
-
padding-left: 12px;
|
|
32306
|
-
border-radius: 0 4px 4px 0;
|
|
32307
|
-
}
|
|
32308
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
32309
|
-
content: "";
|
|
32310
|
-
width: 0;
|
|
32311
|
-
height: 0;
|
|
32312
|
-
border: 13px solid transparent;
|
|
32313
|
-
position: absolute;
|
|
32314
|
-
top: 0;
|
|
32315
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32316
|
-
z-index: 2;
|
|
32317
|
-
position: relative;
|
|
32318
|
-
top: -50%;
|
|
32319
|
-
right: -100%;
|
|
32320
|
-
}
|
|
32321
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32322
|
-
padding: 0 4px 0 12px;
|
|
32323
|
-
}
|
|
32324
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
32325
|
-
content: "";
|
|
32326
|
-
width: 0;
|
|
32327
|
-
height: 0;
|
|
32328
|
-
border: 13px solid transparent;
|
|
32329
|
-
position: absolute;
|
|
32330
|
-
top: 0;
|
|
32331
|
-
border-left: 8px solid #fff;
|
|
32332
|
-
left: 0;
|
|
32333
|
-
}
|
|
32334
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32335
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32336
|
-
}
|
|
32337
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32338
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32339
|
-
}
|
|
32340
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32341
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32342
|
-
}
|
|
32343
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32344
|
-
cursor: pointer;
|
|
32345
|
-
min-width: var(--item-min-width);
|
|
32346
|
-
}
|
|
32347
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32348
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32349
|
-
min-width: var(--item-min-width);
|
|
32350
|
-
}
|
|
32351
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32352
|
-
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32353
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32354
|
-
}
|
|
32355
|
-
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32356
|
-
padding: 0;
|
|
32357
|
-
}
|
|
32358
|
-
|
|
32359
|
-
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32360
|
-
width: 192px;
|
|
32361
|
-
row-gap: 2px;
|
|
32362
|
-
}
|
|
32363
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32364
|
-
padding: 0 8px;
|
|
32365
|
-
border-radius: 4px;
|
|
32366
|
-
height: 32px;
|
|
32367
|
-
display: flex;
|
|
32368
|
-
align-items: center;
|
|
32369
|
-
}
|
|
32370
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32371
|
-
min-height: auto;
|
|
32372
|
-
white-space: nowrap;
|
|
32373
|
-
}
|
|
32374
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32375
|
-
font-size: 13px;
|
|
32376
|
-
line-height: 20px;
|
|
32377
|
-
max-width: 100%;
|
|
32378
|
-
}
|
|
32379
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32380
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32381
|
-
}
|
|
32382
|
-
|
|
32383
|
-
.h1xo7yjb {
|
|
32384
|
-
width: 100%;
|
|
32385
|
-
display: inline-flex;
|
|
32386
|
-
align-items: center;
|
|
32387
|
-
justify-content: center;
|
|
32388
|
-
column-gap: 4px;
|
|
32389
|
-
}
|
|
32390
|
-
.h1xo7yjb .step-item-prefix-container {
|
|
32391
|
-
display: inline-flex;
|
|
32392
|
-
align-items: center;
|
|
32393
|
-
width: 18px;
|
|
32394
|
-
height: 18px;
|
|
32395
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32396
|
-
justify-content: center;
|
|
32397
|
-
}
|
|
32398
|
-
|
|
32399
|
-
.v1f2f7cy {
|
|
32400
|
-
width: 100%;
|
|
32401
|
-
display: flex;
|
|
32402
|
-
align-items: center;
|
|
32403
|
-
justify-content: center;
|
|
32404
|
-
column-gap: 6px;
|
|
32405
|
-
font-size: 13px;
|
|
32406
|
-
}
|
|
32407
|
-
.v1f2f7cy .step-item-prefix-container {
|
|
32408
|
-
display: inline-flex;
|
|
32409
|
-
align-items: center;
|
|
32410
|
-
min-width: 20px;
|
|
32411
|
-
min-height: 20px;
|
|
32412
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32413
|
-
justify-content: center;
|
|
32414
|
-
}
|
|
32415
|
-
|
|
32416
|
-
.l4bld33 {
|
|
32417
|
-
width: 64px;
|
|
32418
|
-
height: 64px;
|
|
32419
|
-
display: flex;
|
|
32420
|
-
align-items: center;
|
|
32421
|
-
justify-content: center;
|
|
32422
|
-
position: relative;
|
|
32423
|
-
opacity: 0.2;
|
|
32424
|
-
}
|
|
32425
|
-
|
|
32426
|
-
.lgitjoj {
|
|
32427
|
-
position: absolute;
|
|
32428
|
-
width: 5px;
|
|
32429
|
-
height: 48px;
|
|
32430
|
-
left: 9.33px;
|
|
32431
|
-
top: 40.5px;
|
|
32432
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32433
|
-
border-radius: 5px;
|
|
32434
|
-
transform: rotate(-128deg);
|
|
32435
|
-
transform-origin: top left;
|
|
32436
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32228
|
+
background-color: #7E41FF;
|
|
32437
32229
|
}
|
|
32438
32230
|
|
|
32439
|
-
.
|
|
32440
|
-
|
|
32441
|
-
width: 5px;
|
|
32442
|
-
height: 48px;
|
|
32443
|
-
left: 40.8px;
|
|
32444
|
-
top: 8.4px;
|
|
32445
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32446
|
-
border-radius: 5px;
|
|
32447
|
-
transform: rotate(-8deg);
|
|
32448
|
-
transform-origin: top left;
|
|
32449
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32231
|
+
.gmyahx3 {
|
|
32232
|
+
cursor: pointer;
|
|
32450
32233
|
}
|
|
32451
|
-
|
|
32452
|
-
.
|
|
32453
|
-
|
|
32454
|
-
|
|
32455
|
-
|
|
32456
|
-
left: 52.9px;
|
|
32457
|
-
top: 51.8px;
|
|
32458
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32459
|
-
border-radius: 5px;
|
|
32460
|
-
transform: rotate(112deg);
|
|
32461
|
-
transform-origin: top left;
|
|
32462
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32234
|
+
.gmyahx3 .link-text {
|
|
32235
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32236
|
+
}
|
|
32237
|
+
.gmyahx3:hover .link-text {
|
|
32238
|
+
color: #0080ff;
|
|
32463
32239
|
}
|
|
32464
32240
|
|
|
32465
32241
|
.m1thnes4 {
|
|
@@ -32561,96 +32337,330 @@ input.rrg1fkn.ant-input {
|
|
|
32561
32337
|
.m16f7gpb {
|
|
32562
32338
|
position: relative;
|
|
32563
32339
|
}
|
|
32564
|
-
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32565
|
-
bottom: -12px;
|
|
32340
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32341
|
+
bottom: -12px;
|
|
32342
|
+
}
|
|
32343
|
+
.m16f7gpb .metric-toolbar {
|
|
32344
|
+
display: flex;
|
|
32345
|
+
justify-content: space-between;
|
|
32346
|
+
line-height: 30px;
|
|
32347
|
+
margin: 0 16px;
|
|
32348
|
+
}
|
|
32349
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32350
|
+
display: flex;
|
|
32351
|
+
font-size: 12px;
|
|
32352
|
+
align-items: center;
|
|
32353
|
+
}
|
|
32354
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32355
|
+
color: #a3b4cc;
|
|
32356
|
+
}
|
|
32357
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32358
|
+
margin-left: 10px;
|
|
32359
|
+
}
|
|
32360
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32361
|
+
margin-left: 10px;
|
|
32362
|
+
cursor: pointer;
|
|
32363
|
+
}
|
|
32364
|
+
.m16f7gpb .recharts-xAxis {
|
|
32365
|
+
font-size: 12px;
|
|
32366
|
+
}
|
|
32367
|
+
.m16f7gpb .pointer-wrapper {
|
|
32368
|
+
position: absolute;
|
|
32369
|
+
bottom: 10px;
|
|
32370
|
+
padding: 0 8px;
|
|
32371
|
+
border-radius: 4px;
|
|
32372
|
+
font-size: 12px;
|
|
32373
|
+
color: #fff;
|
|
32374
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32375
|
+
transform: translateX(-50%);
|
|
32376
|
+
}
|
|
32377
|
+
|
|
32378
|
+
.t1ipvk51 {
|
|
32379
|
+
min-width: 200px;
|
|
32380
|
+
}
|
|
32381
|
+
|
|
32382
|
+
.t1kgldps {
|
|
32383
|
+
display: flex;
|
|
32384
|
+
align-items: center;
|
|
32385
|
+
justify-content: space-between;
|
|
32386
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32387
|
+
color: #b4beca;
|
|
32388
|
+
font-size: 12px;
|
|
32389
|
+
padding: 3px 6px;
|
|
32390
|
+
}
|
|
32391
|
+
.t1kgldps:first-child {
|
|
32392
|
+
padding-top: 3px;
|
|
32393
|
+
}
|
|
32394
|
+
.t1kgldps:last-child {
|
|
32395
|
+
padding-bottom: 3px;
|
|
32396
|
+
}
|
|
32397
|
+
.t1kgldps .column-value {
|
|
32398
|
+
color: #fff;
|
|
32399
|
+
margin-left: 8px;
|
|
32400
|
+
}
|
|
32401
|
+
|
|
32402
|
+
.l4bld33 {
|
|
32403
|
+
width: 64px;
|
|
32404
|
+
height: 64px;
|
|
32405
|
+
display: flex;
|
|
32406
|
+
align-items: center;
|
|
32407
|
+
justify-content: center;
|
|
32408
|
+
position: relative;
|
|
32409
|
+
opacity: 0.2;
|
|
32410
|
+
}
|
|
32411
|
+
|
|
32412
|
+
.lgitjoj {
|
|
32413
|
+
position: absolute;
|
|
32414
|
+
width: 5px;
|
|
32415
|
+
height: 48px;
|
|
32416
|
+
left: 9.33px;
|
|
32417
|
+
top: 40.5px;
|
|
32418
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32419
|
+
border-radius: 5px;
|
|
32420
|
+
transform: rotate(-128deg);
|
|
32421
|
+
transform-origin: top left;
|
|
32422
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32423
|
+
}
|
|
32424
|
+
|
|
32425
|
+
.l13g0exg {
|
|
32426
|
+
position: absolute;
|
|
32427
|
+
width: 5px;
|
|
32428
|
+
height: 48px;
|
|
32429
|
+
left: 40.8px;
|
|
32430
|
+
top: 8.4px;
|
|
32431
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32432
|
+
border-radius: 5px;
|
|
32433
|
+
transform: rotate(-8deg);
|
|
32434
|
+
transform-origin: top left;
|
|
32435
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32436
|
+
}
|
|
32437
|
+
|
|
32438
|
+
.l1exo3h6 {
|
|
32439
|
+
position: absolute;
|
|
32440
|
+
width: 5px;
|
|
32441
|
+
height: 48px;
|
|
32442
|
+
left: 52.9px;
|
|
32443
|
+
top: 51.8px;
|
|
32444
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32445
|
+
border-radius: 5px;
|
|
32446
|
+
transform: rotate(112deg);
|
|
32447
|
+
transform-origin: top left;
|
|
32448
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32449
|
+
}
|
|
32450
|
+
|
|
32451
|
+
.t1gz6wqf {
|
|
32452
|
+
height: 100%;
|
|
32453
|
+
}
|
|
32454
|
+
.t1gz6wqf .table-loading-item {
|
|
32455
|
+
padding: 12px 4px;
|
|
32456
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32457
|
+
display: flex;
|
|
32458
|
+
}
|
|
32459
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32460
|
+
height: 16px;
|
|
32461
|
+
margin: 4px;
|
|
32462
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32463
|
+
border-radius: 2px;
|
|
32464
|
+
}
|
|
32465
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32466
|
+
width: 16px;
|
|
32467
|
+
}
|
|
32468
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32469
|
+
flex: 1;
|
|
32470
|
+
}
|
|
32471
|
+
.t1gz6wqf :nth-child(1) {
|
|
32472
|
+
padding: 8px 4px;
|
|
32473
|
+
}
|
|
32474
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32475
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32476
|
+
}
|
|
32477
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32478
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32479
|
+
}
|
|
32480
|
+
|
|
32481
|
+
.sq6vos1 {
|
|
32482
|
+
--item-min-width: 60px;
|
|
32483
|
+
}
|
|
32484
|
+
.sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
|
|
32485
|
+
display: none !important;
|
|
32486
|
+
}
|
|
32487
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32488
|
+
flex-shrink: 0 !important;
|
|
32489
|
+
}
|
|
32490
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32491
|
+
color: #0080ff;
|
|
32492
|
+
}
|
|
32493
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32494
|
+
color: #0080ff;
|
|
32495
|
+
font-weight: normal;
|
|
32496
|
+
}
|
|
32497
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
32498
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32499
|
+
}
|
|
32500
|
+
.sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32501
|
+
color: #00122e;
|
|
32502
|
+
}
|
|
32503
|
+
.sq6vos1 .step-item-text {
|
|
32504
|
+
display: inline-block;
|
|
32505
|
+
}
|
|
32506
|
+
.sq6vos1 .step-item-title {
|
|
32507
|
+
overflow: hidden;
|
|
32508
|
+
white-space: nowrap;
|
|
32509
|
+
text-overflow: ellipsis;
|
|
32510
|
+
}
|
|
32511
|
+
|
|
32512
|
+
.hjtnwxg .ant-steps-item-container {
|
|
32513
|
+
min-width: var(--item-min-width);
|
|
32514
|
+
}
|
|
32515
|
+
.hjtnwxg .ant-steps-item-disabled {
|
|
32516
|
+
cursor: not-allowed !important;
|
|
32517
|
+
}
|
|
32518
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32519
|
+
flex-direction: row;
|
|
32520
|
+
justify-content: stretch;
|
|
32521
|
+
}
|
|
32522
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32523
|
+
padding: 0;
|
|
32524
|
+
margin-right: 4px;
|
|
32525
|
+
flex: 1;
|
|
32526
|
+
overflow: visible;
|
|
32527
|
+
}
|
|
32528
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32529
|
+
width: 100%;
|
|
32530
|
+
min-height: unset;
|
|
32531
|
+
}
|
|
32532
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32533
|
+
height: 26px;
|
|
32534
|
+
line-height: 26px;
|
|
32535
|
+
width: 100%;
|
|
32536
|
+
padding: 0;
|
|
32537
|
+
font-size: 12px;
|
|
32538
|
+
}
|
|
32539
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32540
|
+
margin-right: 10px;
|
|
32541
|
+
}
|
|
32542
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32543
|
+
display: none;
|
|
32544
|
+
}
|
|
32545
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32546
|
+
padding-left: 8px;
|
|
32547
|
+
padding-right: 4px;
|
|
32548
|
+
border-radius: 4px 0 0 4px;
|
|
32549
|
+
}
|
|
32550
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32551
|
+
margin-right: 0;
|
|
32552
|
+
}
|
|
32553
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32554
|
+
padding-right: 8px;
|
|
32555
|
+
padding-left: 12px;
|
|
32556
|
+
border-radius: 0 4px 4px 0;
|
|
32557
|
+
}
|
|
32558
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
32559
|
+
content: "";
|
|
32560
|
+
width: 0;
|
|
32561
|
+
height: 0;
|
|
32562
|
+
border: 13px solid transparent;
|
|
32563
|
+
position: absolute;
|
|
32564
|
+
top: 0;
|
|
32565
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32566
|
+
z-index: 2;
|
|
32567
|
+
position: relative;
|
|
32568
|
+
top: -50%;
|
|
32569
|
+
right: -100%;
|
|
32570
|
+
}
|
|
32571
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32572
|
+
padding: 0 4px 0 12px;
|
|
32566
32573
|
}
|
|
32567
|
-
.
|
|
32568
|
-
|
|
32569
|
-
|
|
32570
|
-
|
|
32571
|
-
|
|
32574
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
32575
|
+
content: "";
|
|
32576
|
+
width: 0;
|
|
32577
|
+
height: 0;
|
|
32578
|
+
border: 13px solid transparent;
|
|
32579
|
+
position: absolute;
|
|
32580
|
+
top: 0;
|
|
32581
|
+
border-left: 8px solid #fff;
|
|
32582
|
+
left: 0;
|
|
32572
32583
|
}
|
|
32573
|
-
.
|
|
32574
|
-
|
|
32575
|
-
font-size: 12px;
|
|
32576
|
-
align-items: center;
|
|
32584
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32585
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32577
32586
|
}
|
|
32578
|
-
.
|
|
32579
|
-
color:
|
|
32587
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32588
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32580
32589
|
}
|
|
32581
|
-
.
|
|
32582
|
-
|
|
32590
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32591
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32583
32592
|
}
|
|
32584
|
-
.
|
|
32585
|
-
margin-left: 10px;
|
|
32593
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32586
32594
|
cursor: pointer;
|
|
32595
|
+
min-width: var(--item-min-width);
|
|
32587
32596
|
}
|
|
32588
|
-
.
|
|
32589
|
-
|
|
32597
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32598
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32599
|
+
min-width: var(--item-min-width);
|
|
32590
32600
|
}
|
|
32591
|
-
.
|
|
32592
|
-
|
|
32593
|
-
|
|
32594
|
-
padding: 0 8px;
|
|
32595
|
-
border-radius: 4px;
|
|
32596
|
-
font-size: 12px;
|
|
32597
|
-
color: #fff;
|
|
32598
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32599
|
-
transform: translateX(-50%);
|
|
32601
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32602
|
+
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32603
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32600
32604
|
}
|
|
32601
|
-
|
|
32602
|
-
|
|
32603
|
-
min-width: 200px;
|
|
32605
|
+
.hjtnwxg .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32606
|
+
padding: 0;
|
|
32604
32607
|
}
|
|
32605
32608
|
|
|
32606
|
-
.
|
|
32609
|
+
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32610
|
+
width: 192px;
|
|
32611
|
+
row-gap: 2px;
|
|
32612
|
+
}
|
|
32613
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32614
|
+
padding: 0 8px;
|
|
32615
|
+
border-radius: 4px;
|
|
32616
|
+
height: 32px;
|
|
32607
32617
|
display: flex;
|
|
32608
32618
|
align-items: center;
|
|
32609
|
-
justify-content: space-between;
|
|
32610
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32611
|
-
color: #b4beca;
|
|
32612
|
-
font-size: 12px;
|
|
32613
|
-
padding: 3px 6px;
|
|
32614
32619
|
}
|
|
32615
|
-
.
|
|
32616
|
-
|
|
32620
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32621
|
+
min-height: auto;
|
|
32622
|
+
white-space: nowrap;
|
|
32617
32623
|
}
|
|
32618
|
-
.
|
|
32619
|
-
|
|
32624
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32625
|
+
font-size: 13px;
|
|
32626
|
+
line-height: 20px;
|
|
32627
|
+
max-width: 100%;
|
|
32620
32628
|
}
|
|
32621
|
-
.
|
|
32622
|
-
|
|
32623
|
-
margin-left: 8px;
|
|
32629
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32630
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32624
32631
|
}
|
|
32625
32632
|
|
|
32626
|
-
.
|
|
32627
|
-
|
|
32628
|
-
|
|
32629
|
-
|
|
32630
|
-
|
|
32631
|
-
|
|
32632
|
-
display: flex;
|
|
32633
|
-
}
|
|
32634
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32635
|
-
height: 16px;
|
|
32636
|
-
margin: 4px;
|
|
32637
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32638
|
-
border-radius: 2px;
|
|
32639
|
-
}
|
|
32640
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32641
|
-
width: 16px;
|
|
32642
|
-
}
|
|
32643
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32644
|
-
flex: 1;
|
|
32633
|
+
.h1xo7yjb {
|
|
32634
|
+
width: 100%;
|
|
32635
|
+
display: inline-flex;
|
|
32636
|
+
align-items: center;
|
|
32637
|
+
justify-content: center;
|
|
32638
|
+
column-gap: 4px;
|
|
32645
32639
|
}
|
|
32646
|
-
.
|
|
32647
|
-
|
|
32640
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32641
|
+
display: inline-flex;
|
|
32642
|
+
align-items: center;
|
|
32643
|
+
width: 18px;
|
|
32644
|
+
height: 18px;
|
|
32645
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32646
|
+
justify-content: center;
|
|
32648
32647
|
}
|
|
32649
|
-
|
|
32650
|
-
|
|
32648
|
+
|
|
32649
|
+
.v1f2f7cy {
|
|
32650
|
+
width: 100%;
|
|
32651
|
+
display: flex;
|
|
32652
|
+
align-items: center;
|
|
32653
|
+
justify-content: center;
|
|
32654
|
+
column-gap: 6px;
|
|
32655
|
+
font-size: 13px;
|
|
32651
32656
|
}
|
|
32652
|
-
.
|
|
32653
|
-
|
|
32657
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32658
|
+
display: inline-flex;
|
|
32659
|
+
align-items: center;
|
|
32660
|
+
min-width: 20px;
|
|
32661
|
+
min-height: 20px;
|
|
32662
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32663
|
+
justify-content: center;
|
|
32654
32664
|
}
|
|
32655
32665
|
|
|
32656
32666
|
.c1k4vanq {
|
|
@@ -32697,6 +32707,22 @@ input.rrg1fkn.ant-input {
|
|
|
32697
32707
|
margin-right: 2px;
|
|
32698
32708
|
}
|
|
32699
32709
|
|
|
32710
|
+
.rrwcpby {
|
|
32711
|
+
display: flex;
|
|
32712
|
+
align-items: center;
|
|
32713
|
+
}
|
|
32714
|
+
.rrwcpby .order {
|
|
32715
|
+
height: 24px;
|
|
32716
|
+
width: 24px;
|
|
32717
|
+
border-radius: 20px;
|
|
32718
|
+
color: #0080ff;
|
|
32719
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32720
|
+
display: flex;
|
|
32721
|
+
align-items: center;
|
|
32722
|
+
justify-content: center;
|
|
32723
|
+
margin-right: 6px;
|
|
32724
|
+
}
|
|
32725
|
+
|
|
32700
32726
|
.bab9xum {
|
|
32701
32727
|
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);
|
|
32702
32728
|
}
|
|
@@ -32714,22 +32740,6 @@ input.rrg1fkn.ant-input {
|
|
|
32714
32740
|
transform: translateY(-4px);
|
|
32715
32741
|
}
|
|
32716
32742
|
|
|
32717
|
-
.rrwcpby {
|
|
32718
|
-
display: flex;
|
|
32719
|
-
align-items: center;
|
|
32720
|
-
}
|
|
32721
|
-
.rrwcpby .order {
|
|
32722
|
-
height: 24px;
|
|
32723
|
-
width: 24px;
|
|
32724
|
-
border-radius: 20px;
|
|
32725
|
-
color: #0080ff;
|
|
32726
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32727
|
-
display: flex;
|
|
32728
|
-
align-items: center;
|
|
32729
|
-
justify-content: center;
|
|
32730
|
-
margin-right: 6px;
|
|
32731
|
-
}
|
|
32732
|
-
|
|
32733
32743
|
.f1p9ti6d {
|
|
32734
32744
|
width: 100%;
|
|
32735
32745
|
margin-bottom: 0 !important;
|
|
@@ -32761,46 +32771,6 @@ input.rrg1fkn.ant-input {
|
|
|
32761
32771
|
min-height: 0px;
|
|
32762
32772
|
}
|
|
32763
32773
|
|
|
32764
|
-
.w1xcixj5.outside-tag {
|
|
32765
|
-
padding-left: 0;
|
|
32766
|
-
}
|
|
32767
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
32768
|
-
border-radius: 4px 0 0 4px;
|
|
32769
|
-
padding-right: 4px;
|
|
32770
|
-
margin-right: 4px;
|
|
32771
|
-
}
|
|
32772
|
-
|
|
32773
|
-
.sut42l0 {
|
|
32774
|
-
padding: 0 8px;
|
|
32775
|
-
height: 18px;
|
|
32776
|
-
}
|
|
32777
|
-
|
|
32778
|
-
.mfsz1jz {
|
|
32779
|
-
padding: 2px 8px;
|
|
32780
|
-
height: 24px;
|
|
32781
|
-
}
|
|
32782
|
-
|
|
32783
|
-
.tnd6h4m {
|
|
32784
|
-
margin: 0;
|
|
32785
|
-
}
|
|
32786
|
-
|
|
32787
|
-
.i1qw4clm {
|
|
32788
|
-
margin-right: 4px;
|
|
32789
|
-
height: 16px;
|
|
32790
|
-
}
|
|
32791
|
-
|
|
32792
|
-
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
32793
|
-
font-weight: 700;
|
|
32794
|
-
color: #00122e;
|
|
32795
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32796
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
32797
|
-
}
|
|
32798
|
-
|
|
32799
|
-
.iwsze0q {
|
|
32800
|
-
margin-right: 4px;
|
|
32801
|
-
height: 16px;
|
|
32802
|
-
}
|
|
32803
|
-
|
|
32804
32774
|
.tc40oxa {
|
|
32805
32775
|
margin-bottom: 4px;
|
|
32806
32776
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33044,6 +33014,46 @@ input.rrg1fkn.ant-input {
|
|
|
33044
33014
|
font-size: inherit;
|
|
33045
33015
|
}
|
|
33046
33016
|
|
|
33017
|
+
.sut42l0 {
|
|
33018
|
+
padding: 0 8px;
|
|
33019
|
+
height: 18px;
|
|
33020
|
+
}
|
|
33021
|
+
|
|
33022
|
+
.mfsz1jz {
|
|
33023
|
+
padding: 2px 8px;
|
|
33024
|
+
height: 24px;
|
|
33025
|
+
}
|
|
33026
|
+
|
|
33027
|
+
.tnd6h4m {
|
|
33028
|
+
margin: 0;
|
|
33029
|
+
}
|
|
33030
|
+
|
|
33031
|
+
.i1qw4clm {
|
|
33032
|
+
margin-right: 4px;
|
|
33033
|
+
height: 16px;
|
|
33034
|
+
}
|
|
33035
|
+
|
|
33036
|
+
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33037
|
+
font-weight: 700;
|
|
33038
|
+
color: #00122e;
|
|
33039
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33040
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33041
|
+
}
|
|
33042
|
+
|
|
33043
|
+
.iwsze0q {
|
|
33044
|
+
margin-right: 4px;
|
|
33045
|
+
height: 16px;
|
|
33046
|
+
}
|
|
33047
|
+
|
|
33048
|
+
.w1xcixj5.outside-tag {
|
|
33049
|
+
padding-left: 0;
|
|
33050
|
+
}
|
|
33051
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33052
|
+
border-radius: 4px 0 0 4px;
|
|
33053
|
+
padding-right: 4px;
|
|
33054
|
+
margin-right: 4px;
|
|
33055
|
+
}
|
|
33056
|
+
|
|
33047
33057
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33048
33058
|
display: var(--a6dbbkm-0);
|
|
33049
33059
|
}
|