@cloudtower/eagle 0.27.22 → 0.27.23
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 +1085 -1085
- package/dist/esm/index.js +25 -23
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +999 -999
- package/dist/umd/index.js +25 -23
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29484,21 +29484,6 @@ html body {
|
|
|
29484
29484
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29485
29485
|
}
|
|
29486
29486
|
|
|
29487
|
-
.E_fde5mpd {
|
|
29488
|
-
width: 100%;
|
|
29489
|
-
height: 100%;
|
|
29490
|
-
min-height: 124px;
|
|
29491
|
-
display: flex;
|
|
29492
|
-
flex-direction: column;
|
|
29493
|
-
justify-content: center;
|
|
29494
|
-
align-items: center;
|
|
29495
|
-
}
|
|
29496
|
-
.E_fde5mpd .error-text {
|
|
29497
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29498
|
-
margin-bottom: 16px;
|
|
29499
|
-
font-size: 18px;
|
|
29500
|
-
}
|
|
29501
|
-
|
|
29502
29487
|
.E_bpq0js6 {
|
|
29503
29488
|
padding: 4px 11px;
|
|
29504
29489
|
}
|
|
@@ -29528,98 +29513,6 @@ html body {
|
|
|
29528
29513
|
border-radius: unset;
|
|
29529
29514
|
}
|
|
29530
29515
|
|
|
29531
|
-
.E_s1ebs0ra {
|
|
29532
|
-
display: flex;
|
|
29533
|
-
align-items: center;
|
|
29534
|
-
justify-content: space-between;
|
|
29535
|
-
background: #edf0f7;
|
|
29536
|
-
padding: 8px 12px;
|
|
29537
|
-
position: sticky;
|
|
29538
|
-
top: 0;
|
|
29539
|
-
z-index: 1;
|
|
29540
|
-
margin-bottom: -52px;
|
|
29541
|
-
}
|
|
29542
|
-
.E_s1ebs0ra .select-total {
|
|
29543
|
-
display: flex;
|
|
29544
|
-
align-items: center;
|
|
29545
|
-
font-weight: 700;
|
|
29546
|
-
flex-shrink: 0;
|
|
29547
|
-
}
|
|
29548
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29549
|
-
cursor: pointer;
|
|
29550
|
-
margin-left: 8px;
|
|
29551
|
-
width: 32px;
|
|
29552
|
-
height: 32px;
|
|
29553
|
-
border-radius: 50%;
|
|
29554
|
-
justify-content: center;
|
|
29555
|
-
}
|
|
29556
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29557
|
-
background: rgba(225, 230, 241, 0.6);
|
|
29558
|
-
}
|
|
29559
|
-
.E_s1ebs0ra .action-group {
|
|
29560
|
-
flex: 1;
|
|
29561
|
-
margin-left: 88px;
|
|
29562
|
-
white-space: nowrap;
|
|
29563
|
-
text-align: right;
|
|
29564
|
-
position: relative;
|
|
29565
|
-
padding: 4px 0;
|
|
29566
|
-
margin-top: -4px;
|
|
29567
|
-
overflow: hidden;
|
|
29568
|
-
}
|
|
29569
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29570
|
-
transform: translateY(-4px);
|
|
29571
|
-
}
|
|
29572
|
-
.E_s1ebs0ra .action-group button {
|
|
29573
|
-
border: none;
|
|
29574
|
-
}
|
|
29575
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29576
|
-
margin-right: 8px;
|
|
29577
|
-
}
|
|
29578
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
29579
|
-
margin-right: 4px;
|
|
29580
|
-
}
|
|
29581
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
29582
|
-
cursor: pointer;
|
|
29583
|
-
width: 32px;
|
|
29584
|
-
height: 32px;
|
|
29585
|
-
justify-content: center;
|
|
29586
|
-
border-radius: 50%;
|
|
29587
|
-
}
|
|
29588
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29589
|
-
background: #fff;
|
|
29590
|
-
}
|
|
29591
|
-
|
|
29592
|
-
.E_iap75of {
|
|
29593
|
-
height: 18px;
|
|
29594
|
-
line-height: 18px;
|
|
29595
|
-
padding: 0 4px;
|
|
29596
|
-
border-radius: 4px;
|
|
29597
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29598
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29599
|
-
display: flex;
|
|
29600
|
-
align-items: center;
|
|
29601
|
-
white-space: nowrap;
|
|
29602
|
-
margin-right: 4px;
|
|
29603
|
-
}
|
|
29604
|
-
|
|
29605
|
-
.E_i1mrf09m {
|
|
29606
|
-
display: inline-flex;
|
|
29607
|
-
align-items: center;
|
|
29608
|
-
}
|
|
29609
|
-
.E_i1mrf09m .icon-inner {
|
|
29610
|
-
display: inline-flex;
|
|
29611
|
-
align-items: center;
|
|
29612
|
-
justify-content: center;
|
|
29613
|
-
}
|
|
29614
|
-
.E_i1mrf09m .icon-inner + span,
|
|
29615
|
-
.E_i1mrf09m span + .icon-inner.suffix {
|
|
29616
|
-
margin-left: 4px;
|
|
29617
|
-
}
|
|
29618
|
-
.E_i1mrf09m.is-rotate img,
|
|
29619
|
-
.E_i1mrf09m.is-rotate svg {
|
|
29620
|
-
animation: rotate 680ms linear infinite;
|
|
29621
|
-
}
|
|
29622
|
-
|
|
29623
29516
|
.E_buj61ew.ant-btn-icon-only {
|
|
29624
29517
|
justify-content: center;
|
|
29625
29518
|
}
|
|
@@ -29870,144 +29763,260 @@ html body {
|
|
|
29870
29763
|
padding: 0;
|
|
29871
29764
|
}
|
|
29872
29765
|
|
|
29873
|
-
.
|
|
29874
|
-
width:
|
|
29875
|
-
|
|
29876
|
-
|
|
29877
|
-
border-color: #0080ff;
|
|
29878
|
-
}
|
|
29879
|
-
.E_c1up1pdz.active > header {
|
|
29880
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29881
|
-
}
|
|
29882
|
-
.E_c1up1pdz .expand {
|
|
29883
|
-
padding: 12px;
|
|
29884
|
-
}
|
|
29885
|
-
.E_c1up1pdz .field-item {
|
|
29886
|
-
display: flex;
|
|
29887
|
-
padding: 10px 0;
|
|
29888
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29889
|
-
}
|
|
29890
|
-
.E_c1up1pdz .field-item:last-child {
|
|
29891
|
-
border-bottom: none;
|
|
29892
|
-
padding-bottom: 0;
|
|
29893
|
-
}
|
|
29894
|
-
.E_c1up1pdz .field-item label {
|
|
29895
|
-
line-height: 32px;
|
|
29896
|
-
width: 100px;
|
|
29897
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29898
|
-
}
|
|
29899
|
-
.E_c1up1pdz .help {
|
|
29900
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29901
|
-
margin-top: 5px;
|
|
29902
|
-
}
|
|
29903
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29904
|
-
.E_c1up1pdz .ant-picker {
|
|
29905
|
-
width: 128px;
|
|
29906
|
-
}
|
|
29907
|
-
|
|
29908
|
-
.E_c156wh19 {
|
|
29766
|
+
.E_fde5mpd {
|
|
29767
|
+
width: 100%;
|
|
29768
|
+
height: 100%;
|
|
29769
|
+
min-height: 124px;
|
|
29909
29770
|
display: flex;
|
|
29771
|
+
flex-direction: column;
|
|
29772
|
+
justify-content: center;
|
|
29910
29773
|
align-items: center;
|
|
29911
|
-
justify-content: space-between;
|
|
29912
|
-
word-break: keep-all;
|
|
29913
|
-
}
|
|
29914
|
-
.E_c156wh19 .title {
|
|
29915
|
-
margin: 0 16px 0 8px;
|
|
29916
29774
|
}
|
|
29917
|
-
.
|
|
29918
|
-
color: rgba(
|
|
29775
|
+
.E_fde5mpd .error-text {
|
|
29776
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29777
|
+
margin-bottom: 16px;
|
|
29778
|
+
font-size: 18px;
|
|
29919
29779
|
}
|
|
29920
|
-
|
|
29921
|
-
|
|
29780
|
+
|
|
29781
|
+
.E_iap75of {
|
|
29782
|
+
height: 18px;
|
|
29783
|
+
line-height: 18px;
|
|
29784
|
+
padding: 0 4px;
|
|
29785
|
+
border-radius: 4px;
|
|
29786
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29787
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29922
29788
|
display: flex;
|
|
29923
|
-
overflow: hidden;
|
|
29924
29789
|
align-items: center;
|
|
29925
|
-
justify-content: flex-start;
|
|
29926
29790
|
white-space: nowrap;
|
|
29791
|
+
margin-right: 4px;
|
|
29927
29792
|
}
|
|
29928
|
-
|
|
29929
|
-
|
|
29930
|
-
|
|
29931
|
-
text-overflow: ellipsis;
|
|
29932
|
-
}
|
|
29933
|
-
.E_c156wh19 .right {
|
|
29934
|
-
display: flex;
|
|
29793
|
+
|
|
29794
|
+
.E_i1mrf09m {
|
|
29795
|
+
display: inline-flex;
|
|
29935
29796
|
align-items: center;
|
|
29936
29797
|
}
|
|
29937
|
-
.
|
|
29938
|
-
display: flex;
|
|
29939
|
-
flex-direction: row-reverse;
|
|
29798
|
+
.E_i1mrf09m .icon-inner {
|
|
29799
|
+
display: inline-flex;
|
|
29940
29800
|
align-items: center;
|
|
29801
|
+
justify-content: center;
|
|
29941
29802
|
}
|
|
29942
|
-
.
|
|
29943
|
-
|
|
29803
|
+
.E_i1mrf09m .icon-inner + span,
|
|
29804
|
+
.E_i1mrf09m span + .icon-inner.suffix {
|
|
29805
|
+
margin-left: 4px;
|
|
29944
29806
|
}
|
|
29945
|
-
.
|
|
29946
|
-
|
|
29947
|
-
|
|
29948
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29949
|
-
cursor: pointer;
|
|
29807
|
+
.E_i1mrf09m.is-rotate img,
|
|
29808
|
+
.E_i1mrf09m.is-rotate svg {
|
|
29809
|
+
animation: rotate 680ms linear infinite;
|
|
29950
29810
|
}
|
|
29951
29811
|
|
|
29952
|
-
.
|
|
29953
|
-
|
|
29954
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29955
|
-
}
|
|
29956
|
-
.E_m126spxy .ant-btn-link {
|
|
29957
|
-
padding: 1px 10px;
|
|
29958
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29959
|
-
border-radius: 4px;
|
|
29812
|
+
.E_obf05yr {
|
|
29813
|
+
display: inline-block;
|
|
29960
29814
|
}
|
|
29961
|
-
|
|
29962
|
-
|
|
29963
|
-
|
|
29815
|
+
|
|
29816
|
+
.E_hsms1n6 {
|
|
29817
|
+
visibility: hidden;
|
|
29818
|
+
position: absolute;
|
|
29964
29819
|
}
|
|
29965
29820
|
|
|
29966
|
-
.
|
|
29967
|
-
|
|
29968
|
-
|
|
29821
|
+
.E_rxbeqvl.ant-radio-wrapper {
|
|
29822
|
+
display: inline-flex;
|
|
29823
|
+
align-items: baseline;
|
|
29824
|
+
white-space: pre-wrap;
|
|
29969
29825
|
}
|
|
29970
|
-
.
|
|
29971
|
-
|
|
29972
|
-
|
|
29973
|
-
margin: 0 9px;
|
|
29974
|
-
text-align: center;
|
|
29826
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29827
|
+
position: relative;
|
|
29828
|
+
top: 3px;
|
|
29975
29829
|
}
|
|
29976
|
-
.
|
|
29977
|
-
|
|
29978
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
29979
|
-
margin: 5px 0 5px 8px;
|
|
29830
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29831
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29980
29832
|
}
|
|
29981
|
-
.
|
|
29982
|
-
|
|
29983
|
-
background: #f5f7fa;
|
|
29984
|
-
box-sizing: border-box;
|
|
29985
|
-
border-radius: 16px;
|
|
29986
|
-
margin-right: 8px;
|
|
29833
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
29834
|
+
border-color: #0080ff;
|
|
29987
29835
|
}
|
|
29988
|
-
.
|
|
29989
|
-
|
|
29990
|
-
|
|
29991
|
-
border-color: #d9d9d9;
|
|
29836
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
29837
|
+
border-color: #0080ff;
|
|
29838
|
+
background: #0080ff;
|
|
29992
29839
|
}
|
|
29993
|
-
.
|
|
29994
|
-
|
|
29995
|
-
|
|
29996
|
-
|
|
29840
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
29841
|
+
top: 4px;
|
|
29842
|
+
left: 4px;
|
|
29843
|
+
width: 6px;
|
|
29844
|
+
height: 6px;
|
|
29845
|
+
background: #fff;
|
|
29997
29846
|
}
|
|
29998
|
-
.
|
|
29999
|
-
|
|
30000
|
-
margin-top: 4px;
|
|
29847
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
29848
|
+
opacity: 0.5;
|
|
30001
29849
|
}
|
|
30002
|
-
.
|
|
30003
|
-
|
|
29850
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
29851
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29852
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29853
|
+
}
|
|
29854
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
29855
|
+
background: #00122e;
|
|
29856
|
+
}
|
|
29857
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
29858
|
+
color: #00122e;
|
|
29859
|
+
opacity: 0.5;
|
|
29860
|
+
}
|
|
29861
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
29862
|
+
color: #00122e;
|
|
29863
|
+
}
|
|
29864
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
29865
|
+
display: inline-block;
|
|
30004
29866
|
padding: 0;
|
|
30005
|
-
|
|
29867
|
+
padding-left: 12px;
|
|
30006
29868
|
}
|
|
30007
|
-
.
|
|
30008
|
-
|
|
30009
|
-
|
|
30010
|
-
color:
|
|
29869
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
29870
|
+
margin-bottom: 0;
|
|
29871
|
+
white-space: pre-wrap;
|
|
29872
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29873
|
+
}
|
|
29874
|
+
.E_rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
29875
|
+
padding-left: 8px;
|
|
29876
|
+
}
|
|
29877
|
+
|
|
29878
|
+
.E_r5ie79y .ant-radio-button-wrapper:first-child {
|
|
29879
|
+
border-radius: 5px 0 0 5px;
|
|
29880
|
+
}
|
|
29881
|
+
.E_r5ie79y .ant-radio-button-wrapper:last-child {
|
|
29882
|
+
border-radius: 0 5px 5px 0;
|
|
29883
|
+
}
|
|
29884
|
+
|
|
29885
|
+
.E_r1f0aqcc {
|
|
29886
|
+
color: #00122e;
|
|
29887
|
+
border-color: #ccd4e3;
|
|
29888
|
+
}
|
|
29889
|
+
.E_r1f0aqcc:first-child {
|
|
29890
|
+
border-color: #a3b4cc;
|
|
29891
|
+
}
|
|
29892
|
+
.E_r1f0aqcc.ant-radio-button-wrapper {
|
|
29893
|
+
padding: 0 12px;
|
|
29894
|
+
line-height: 32px;
|
|
29895
|
+
height: 32px;
|
|
29896
|
+
}
|
|
29897
|
+
.E_r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
29898
|
+
white-space: nowrap;
|
|
29899
|
+
}
|
|
29900
|
+
.ant-radio-group-small .E_r1f0aqcc.ant-radio-button-wrapper {
|
|
29901
|
+
height: 22px;
|
|
29902
|
+
padding: 0 7px;
|
|
29903
|
+
line-height: 20px;
|
|
29904
|
+
}
|
|
29905
|
+
.E_r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
29906
|
+
background: #ccd4e3;
|
|
29907
|
+
}
|
|
29908
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
29909
|
+
background: #0080ff;
|
|
29910
|
+
}
|
|
29911
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
29912
|
+
background: #ccd4e3;
|
|
29913
|
+
opacity: 0.5;
|
|
29914
|
+
}
|
|
29915
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
29916
|
+
border-right-color: #0080ff;
|
|
29917
|
+
}
|
|
29918
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
29919
|
+
border-color: #0080ff;
|
|
29920
|
+
}
|
|
29921
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
29922
|
+
background: rgba(0, 136, 255, 0.1);
|
|
29923
|
+
}
|
|
29924
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
29925
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29926
|
+
border-color: #ccd4e3;
|
|
29927
|
+
opacity: 0.5;
|
|
29928
|
+
}
|
|
29929
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
29930
|
+
color: #00122e;
|
|
29931
|
+
border-color: #ccd4e3;
|
|
29932
|
+
}
|
|
29933
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
29934
|
+
color: #00122e;
|
|
29935
|
+
border-color: #ccd4e3;
|
|
29936
|
+
background: rgba(172, 186, 211, 0.6);
|
|
29937
|
+
}
|
|
29938
|
+
.E_r1f0aqcc .ant-radio-button-input {
|
|
29939
|
+
margin-right: 8px;
|
|
29940
|
+
display: inline;
|
|
29941
|
+
border: none;
|
|
29942
|
+
padding: 0;
|
|
29943
|
+
width: 36px;
|
|
29944
|
+
background: transparent;
|
|
29945
|
+
}
|
|
29946
|
+
.E_r1f0aqcc .ant-radio-button-input:focus {
|
|
29947
|
+
box-shadow: none;
|
|
29948
|
+
}
|
|
29949
|
+
.E_r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
29950
|
+
margin-right: 0;
|
|
29951
|
+
width: initial;
|
|
29952
|
+
box-shadow: none;
|
|
29953
|
+
}
|
|
29954
|
+
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
29955
|
+
display: none;
|
|
29956
|
+
}
|
|
29957
|
+
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
29958
|
+
display: inline;
|
|
29959
|
+
}
|
|
29960
|
+
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
29961
|
+
display: inline;
|
|
29962
|
+
margin-right: 8px;
|
|
29963
|
+
padding: 0;
|
|
29964
|
+
width: 36px;
|
|
29965
|
+
}
|
|
29966
|
+
|
|
29967
|
+
.E_s34f1qb.ant-switch {
|
|
29968
|
+
min-width: 40px;
|
|
29969
|
+
height: 24px;
|
|
29970
|
+
background: rgba(172, 186, 211, 0.6);
|
|
29971
|
+
overflow: hidden;
|
|
29972
|
+
}
|
|
29973
|
+
.E_s34f1qb.ant-switch:focus {
|
|
29974
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
29975
|
+
}
|
|
29976
|
+
.E_s34f1qb.ant-switch-small {
|
|
29977
|
+
min-width: 26px;
|
|
29978
|
+
height: 16px;
|
|
29979
|
+
}
|
|
29980
|
+
.E_s34f1qb.ant-switch-large {
|
|
29981
|
+
min-width: 52px;
|
|
29982
|
+
height: 32px;
|
|
29983
|
+
}
|
|
29984
|
+
.E_s34f1qb.ant-switch .ant-switch-handle {
|
|
29985
|
+
height: 20px;
|
|
29986
|
+
width: 20px;
|
|
29987
|
+
}
|
|
29988
|
+
.E_s34f1qb.ant-switch .ant-switch-handle::before {
|
|
29989
|
+
border-radius: 10px;
|
|
29990
|
+
transition-delay: 120ms;
|
|
29991
|
+
}
|
|
29992
|
+
.E_s34f1qb.ant-switch-small .ant-switch-handle {
|
|
29993
|
+
height: 14px;
|
|
29994
|
+
width: 14px;
|
|
29995
|
+
top: 1px;
|
|
29996
|
+
left: 1px;
|
|
29997
|
+
}
|
|
29998
|
+
.E_s34f1qb.ant-switch-large .ant-switch-handle {
|
|
29999
|
+
height: 28px;
|
|
30000
|
+
width: 28px;
|
|
30001
|
+
}
|
|
30002
|
+
.E_s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30003
|
+
border-radius: 14px;
|
|
30004
|
+
}
|
|
30005
|
+
.E_s34f1qb.ant-switch-checked {
|
|
30006
|
+
background-color: #00ba5d;
|
|
30007
|
+
}
|
|
30008
|
+
.E_s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30009
|
+
left: calc(100% - 20px - 2px);
|
|
30010
|
+
}
|
|
30011
|
+
.E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30012
|
+
left: calc(100% - 14px - 1px);
|
|
30013
|
+
}
|
|
30014
|
+
.E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30015
|
+
left: calc(100% - 28px - 2px);
|
|
30016
|
+
}
|
|
30017
|
+
|
|
30018
|
+
.E_c1to9vb9 {
|
|
30019
|
+
margin-left: 5px;
|
|
30011
30020
|
}
|
|
30012
30021
|
|
|
30013
30022
|
.E_cz04yix {
|
|
@@ -30690,96 +30699,122 @@ input.E_rrg1fkn.ant-input {
|
|
|
30690
30699
|
word-break: break-all;
|
|
30691
30700
|
}
|
|
30692
30701
|
|
|
30693
|
-
.
|
|
30694
|
-
display: inline-block;
|
|
30695
|
-
width: 100%;
|
|
30696
|
-
}
|
|
30697
|
-
.E_c18bcrac .recharts-wrapper {
|
|
30698
|
-
margin-left: 4px;
|
|
30699
|
-
}
|
|
30700
|
-
|
|
30701
|
-
.E_cro7kg2 {
|
|
30702
|
-
padding: 4px;
|
|
30703
|
-
}
|
|
30704
|
-
|
|
30705
|
-
.E_c14wcxf0 {
|
|
30702
|
+
.E_p12gwtiw {
|
|
30706
30703
|
display: flex;
|
|
30707
30704
|
justify-content: space-between;
|
|
30708
30705
|
align-items: center;
|
|
30709
|
-
|
|
30706
|
+
padding: 10px 0;
|
|
30707
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30708
|
+
font-size: 12px;
|
|
30710
30709
|
line-height: 24px;
|
|
30711
|
-
color: #cccccc;
|
|
30712
|
-
white-space: nowrap;
|
|
30713
30710
|
}
|
|
30714
|
-
.
|
|
30715
|
-
|
|
30711
|
+
.E_p12gwtiw .pagination-left {
|
|
30712
|
+
padding: 2px 8px;
|
|
30716
30713
|
}
|
|
30717
|
-
|
|
30718
|
-
|
|
30719
|
-
|
|
30720
|
-
|
|
30714
|
+
.E_p12gwtiw .dropdown-trigger {
|
|
30715
|
+
display: flex;
|
|
30716
|
+
align-items: center;
|
|
30717
|
+
border-radius: 6px;
|
|
30718
|
+
cursor: pointer;
|
|
30719
|
+
transition: all 0.3s ease;
|
|
30721
30720
|
}
|
|
30722
|
-
|
|
30723
|
-
.
|
|
30724
|
-
|
|
30725
|
-
height: 8px;
|
|
30726
|
-
border-radius: 2px;
|
|
30727
|
-
display: inline-block;
|
|
30728
|
-
background: var(--s11212zy-0);
|
|
30729
|
-
border: 1px solid #fff;
|
|
30730
|
-
box-sizing: content-box;
|
|
30731
|
-
margin-right: 6px;
|
|
30721
|
+
.E_p12gwtiw .dropdown-trigger:hover {
|
|
30722
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30723
|
+
color: #0080ff;
|
|
30732
30724
|
}
|
|
30733
|
-
|
|
30734
|
-
|
|
30735
|
-
font-weight: bold;
|
|
30736
|
-
color: white;
|
|
30737
|
-
margin-right: 4px;
|
|
30725
|
+
.E_p12gwtiw .dropdown-trigger .icon-inner {
|
|
30726
|
+
margin-left: 4px;
|
|
30738
30727
|
}
|
|
30739
|
-
|
|
30740
|
-
.E_n12mqh7z {
|
|
30728
|
+
.E_p12gwtiw .pagination-right {
|
|
30741
30729
|
display: flex;
|
|
30742
30730
|
align-items: center;
|
|
30743
|
-
|
|
30744
|
-
|
|
30731
|
+
color: #0080ff;
|
|
30732
|
+
font-weight: bold;
|
|
30745
30733
|
}
|
|
30746
|
-
.
|
|
30747
|
-
margin-
|
|
30734
|
+
.E_p12gwtiw .pagination-right .icon-inner {
|
|
30735
|
+
margin-left: 4px;
|
|
30748
30736
|
}
|
|
30749
|
-
|
|
30750
|
-
.
|
|
30751
|
-
|
|
30737
|
+
.E_p12gwtiw .pagination-right .prev-btn,
|
|
30738
|
+
.E_p12gwtiw .pagination-right .next-btn {
|
|
30739
|
+
padding: 0 8px;
|
|
30752
30740
|
}
|
|
30753
|
-
|
|
30754
|
-
.
|
|
30755
|
-
|
|
30756
|
-
|
|
30741
|
+
.E_p12gwtiw .pagination-right .prev-btn > span,
|
|
30742
|
+
.E_p12gwtiw .pagination-right .next-btn > span {
|
|
30743
|
+
color: #0080ff;
|
|
30744
|
+
}
|
|
30745
|
+
.E_p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30746
|
+
transform: rotate(180deg);
|
|
30757
30747
|
}
|
|
30758
30748
|
|
|
30759
|
-
.
|
|
30760
|
-
|
|
30749
|
+
.E_d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30750
|
+
max-height: calc(100vh - 128px);
|
|
30751
|
+
overflow-y: auto;
|
|
30752
|
+
}
|
|
30753
|
+
.E_d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30754
|
+
padding: 4px 20px;
|
|
30755
|
+
font-size: 12px;
|
|
30756
|
+
line-height: 18px;
|
|
30761
30757
|
}
|
|
30762
30758
|
|
|
30763
|
-
.
|
|
30764
|
-
|
|
30759
|
+
.E_s1ebs0ra {
|
|
30760
|
+
display: flex;
|
|
30761
|
+
align-items: center;
|
|
30762
|
+
justify-content: space-between;
|
|
30763
|
+
background: #edf0f7;
|
|
30764
|
+
padding: 8px 12px;
|
|
30765
|
+
position: sticky;
|
|
30766
|
+
top: 0;
|
|
30767
|
+
z-index: 1;
|
|
30768
|
+
margin-bottom: -52px;
|
|
30765
30769
|
}
|
|
30766
|
-
.
|
|
30767
|
-
|
|
30768
|
-
|
|
30770
|
+
.E_s1ebs0ra .select-total {
|
|
30771
|
+
display: flex;
|
|
30772
|
+
align-items: center;
|
|
30769
30773
|
font-weight: 700;
|
|
30770
|
-
|
|
30774
|
+
flex-shrink: 0;
|
|
30771
30775
|
}
|
|
30772
|
-
.
|
|
30773
|
-
|
|
30774
|
-
|
|
30775
|
-
|
|
30776
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30777
|
+
cursor: pointer;
|
|
30778
|
+
margin-left: 8px;
|
|
30779
|
+
width: 32px;
|
|
30780
|
+
height: 32px;
|
|
30781
|
+
border-radius: 50%;
|
|
30782
|
+
justify-content: center;
|
|
30776
30783
|
}
|
|
30777
|
-
.
|
|
30778
|
-
|
|
30779
|
-
|
|
30780
|
-
|
|
30781
|
-
|
|
30782
|
-
|
|
30784
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30785
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30786
|
+
}
|
|
30787
|
+
.E_s1ebs0ra .action-group {
|
|
30788
|
+
flex: 1;
|
|
30789
|
+
margin-left: 88px;
|
|
30790
|
+
white-space: nowrap;
|
|
30791
|
+
text-align: right;
|
|
30792
|
+
position: relative;
|
|
30793
|
+
padding: 4px 0;
|
|
30794
|
+
margin-top: -4px;
|
|
30795
|
+
overflow: hidden;
|
|
30796
|
+
}
|
|
30797
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30798
|
+
transform: translateY(-4px);
|
|
30799
|
+
}
|
|
30800
|
+
.E_s1ebs0ra .action-group button {
|
|
30801
|
+
border: none;
|
|
30802
|
+
}
|
|
30803
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30804
|
+
margin-right: 8px;
|
|
30805
|
+
}
|
|
30806
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
30807
|
+
margin-right: 4px;
|
|
30808
|
+
}
|
|
30809
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
30810
|
+
cursor: pointer;
|
|
30811
|
+
width: 32px;
|
|
30812
|
+
height: 32px;
|
|
30813
|
+
justify-content: center;
|
|
30814
|
+
border-radius: 50%;
|
|
30815
|
+
}
|
|
30816
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30817
|
+
background: #fff;
|
|
30783
30818
|
}
|
|
30784
30819
|
|
|
30785
30820
|
.E_t1upn1sz {
|
|
@@ -31146,520 +31181,141 @@ input.E_rrg1fkn.ant-input {
|
|
|
31146
31181
|
background: #fff;
|
|
31147
31182
|
}
|
|
31148
31183
|
|
|
31149
|
-
.
|
|
31150
|
-
|
|
31184
|
+
.E_s1fc623g {
|
|
31185
|
+
width: 430px !important;
|
|
31151
31186
|
}
|
|
31152
|
-
|
|
31187
|
+
|
|
31188
|
+
.E_da3mx0o .ant-select-item-group {
|
|
31189
|
+
padding: 8px 16px;
|
|
31190
|
+
line-height: 18px;
|
|
31191
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31192
|
+
height: 34px;
|
|
31193
|
+
min-height: 34px;
|
|
31194
|
+
box-sizing: border-box;
|
|
31195
|
+
margin-top: 8px;
|
|
31196
|
+
}
|
|
31197
|
+
|
|
31198
|
+
.E_onr9gzt {
|
|
31199
|
+
display: flex;
|
|
31153
31200
|
flex-direction: column;
|
|
31201
|
+
margin: 1px 8px;
|
|
31202
|
+
padding: 8px;
|
|
31203
|
+
border-radius: 4px;
|
|
31154
31204
|
}
|
|
31155
|
-
.
|
|
31156
|
-
|
|
31205
|
+
.E_onr9gzt .selected-icon {
|
|
31206
|
+
display: none;
|
|
31157
31207
|
}
|
|
31158
|
-
.
|
|
31159
|
-
|
|
31208
|
+
.E_onr9gzt.ant-select-item-option-grouped {
|
|
31209
|
+
padding-left: 8px;
|
|
31160
31210
|
}
|
|
31161
|
-
.
|
|
31162
|
-
|
|
31211
|
+
.E_onr9gzt.ant-select-item-option-selected {
|
|
31212
|
+
background-color: white;
|
|
31163
31213
|
}
|
|
31164
|
-
.
|
|
31165
|
-
|
|
31214
|
+
.E_onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31215
|
+
color: #0080ff;
|
|
31166
31216
|
}
|
|
31167
|
-
.
|
|
31168
|
-
|
|
31217
|
+
.E_onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31218
|
+
display: block;
|
|
31169
31219
|
}
|
|
31170
|
-
.
|
|
31171
|
-
|
|
31220
|
+
.E_onr9gzt.ant-select-item-option-active {
|
|
31221
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31172
31222
|
}
|
|
31173
|
-
.
|
|
31223
|
+
.E_onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31224
|
+
color: #0080ff;
|
|
31225
|
+
}
|
|
31226
|
+
.E_onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31227
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31228
|
+
color: #0080ff;
|
|
31229
|
+
}
|
|
31230
|
+
|
|
31231
|
+
.E_oiy0apc {
|
|
31174
31232
|
display: flex;
|
|
31175
31233
|
justify-content: space-between;
|
|
31234
|
+
height: 20px;
|
|
31235
|
+
line-height: 20px;
|
|
31176
31236
|
}
|
|
31177
|
-
.
|
|
31178
|
-
|
|
31237
|
+
.E_oiy0apc .timezone-title {
|
|
31238
|
+
color: #2d3a56;
|
|
31179
31239
|
overflow: hidden;
|
|
31180
31240
|
text-overflow: ellipsis;
|
|
31181
31241
|
}
|
|
31182
31242
|
|
|
31183
|
-
.
|
|
31243
|
+
.E_of4y382 {
|
|
31184
31244
|
display: flex;
|
|
31185
31245
|
justify-content: space-between;
|
|
31186
|
-
align-items: center;
|
|
31187
|
-
padding: 8px;
|
|
31188
|
-
min-height: 32px;
|
|
31189
|
-
}
|
|
31190
|
-
.E_t4zczcp .table-title {
|
|
31191
31246
|
color: rgba(44, 56, 82, 0.6);
|
|
31192
|
-
|
|
31193
|
-
|
|
31194
|
-
|
|
31247
|
+
height: 18px;
|
|
31248
|
+
line-height: 18px;
|
|
31249
|
+
margin-top: 2px;
|
|
31195
31250
|
}
|
|
31196
|
-
|
|
31197
|
-
|
|
31198
|
-
|
|
31199
|
-
|
|
31251
|
+
|
|
31252
|
+
.E_t19903l9 {
|
|
31253
|
+
border: none;
|
|
31254
|
+
margin-right: 0;
|
|
31255
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31200
31256
|
}
|
|
31201
31257
|
|
|
31202
|
-
.
|
|
31203
|
-
|
|
31204
|
-
|
|
31258
|
+
.E_ohwbvxu {
|
|
31259
|
+
pointer-events: none;
|
|
31260
|
+
height: 32px;
|
|
31261
|
+
width: 100%;
|
|
31262
|
+
opacity: 0;
|
|
31205
31263
|
}
|
|
31206
31264
|
|
|
31207
|
-
.
|
|
31208
|
-
|
|
31209
|
-
|
|
31210
|
-
|
|
31265
|
+
.E_d6j0lbj {
|
|
31266
|
+
font-family: Inter;
|
|
31267
|
+
font-style: normal;
|
|
31268
|
+
font-weight: bold;
|
|
31269
|
+
font-size: 32px;
|
|
31270
|
+
line-height: 40px;
|
|
31211
31271
|
}
|
|
31212
|
-
|
|
31213
|
-
|
|
31272
|
+
|
|
31273
|
+
.E_d1xhvvxe {
|
|
31274
|
+
font-family: Inter;
|
|
31275
|
+
font-style: normal;
|
|
31276
|
+
font-weight: bold;
|
|
31277
|
+
font-size: 24px;
|
|
31278
|
+
line-height: 32px;
|
|
31214
31279
|
}
|
|
31215
|
-
|
|
31216
|
-
|
|
31280
|
+
|
|
31281
|
+
.E_dk10mxq {
|
|
31282
|
+
font-family: Inter;
|
|
31283
|
+
font-style: normal;
|
|
31284
|
+
font-weight: normal;
|
|
31285
|
+
font-size: 32px;
|
|
31286
|
+
line-height: 40px;
|
|
31217
31287
|
}
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
|
|
31221
|
-
|
|
31222
|
-
|
|
31288
|
+
|
|
31289
|
+
.E_dxsait {
|
|
31290
|
+
font-family: Inter;
|
|
31291
|
+
font-style: normal;
|
|
31292
|
+
font-weight: bold;
|
|
31293
|
+
font-size: 20px;
|
|
31294
|
+
line-height: 24px;
|
|
31223
31295
|
}
|
|
31224
|
-
|
|
31225
|
-
|
|
31226
|
-
|
|
31296
|
+
|
|
31297
|
+
.E_dokn0h3 {
|
|
31298
|
+
font-family: Inter;
|
|
31299
|
+
font-style: normal;
|
|
31300
|
+
font-weight: normal;
|
|
31301
|
+
font-size: 20px;
|
|
31302
|
+
line-height: 24px;
|
|
31227
31303
|
}
|
|
31228
|
-
|
|
31229
|
-
|
|
31304
|
+
|
|
31305
|
+
.E_dobau4p {
|
|
31306
|
+
font-family: Inter;
|
|
31307
|
+
font-style: normal;
|
|
31308
|
+
font-weight: bold;
|
|
31309
|
+
font-size: 18px;
|
|
31310
|
+
line-height: 22px;
|
|
31230
31311
|
}
|
|
31231
31312
|
|
|
31232
|
-
.
|
|
31233
|
-
|
|
31234
|
-
|
|
31235
|
-
|
|
31236
|
-
|
|
31237
|
-
|
|
31238
|
-
|
|
31239
|
-
.E_c1bus5hc {
|
|
31240
|
-
--color: white;
|
|
31241
|
-
height: 14px;
|
|
31242
|
-
width: 14px;
|
|
31243
|
-
border-radius: 50%;
|
|
31244
|
-
flex-shrink: 0;
|
|
31245
|
-
display: flex;
|
|
31246
|
-
align-items: center;
|
|
31247
|
-
justify-content: center;
|
|
31248
|
-
border: 1px solid var(--color);
|
|
31249
|
-
}
|
|
31250
|
-
.E_c1bus5hc .circle-inner {
|
|
31251
|
-
position: relative;
|
|
31252
|
-
height: 10px;
|
|
31253
|
-
width: 10px;
|
|
31254
|
-
border-radius: 50%;
|
|
31255
|
-
overflow: hidden;
|
|
31256
|
-
}
|
|
31257
|
-
.E_c1bus5hc .circle-content {
|
|
31258
|
-
position: absolute;
|
|
31259
|
-
height: 100%;
|
|
31260
|
-
width: 100%;
|
|
31261
|
-
left: 0;
|
|
31262
|
-
top: 0;
|
|
31263
|
-
border-radius: 50%;
|
|
31264
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31265
|
-
transform: rotate(180deg);
|
|
31266
|
-
}
|
|
31267
|
-
.E_c1bus5hc .circle-child {
|
|
31268
|
-
position: absolute;
|
|
31269
|
-
height: 100%;
|
|
31270
|
-
width: 100%;
|
|
31271
|
-
left: 0;
|
|
31272
|
-
top: 0;
|
|
31273
|
-
margin-left: 50%;
|
|
31274
|
-
transform-origin: left;
|
|
31275
|
-
background: white;
|
|
31276
|
-
transform: rotate(0deg);
|
|
31277
|
-
}
|
|
31278
|
-
|
|
31279
|
-
.E_l4bld33 {
|
|
31280
|
-
width: 64px;
|
|
31281
|
-
height: 64px;
|
|
31282
|
-
display: flex;
|
|
31283
|
-
align-items: center;
|
|
31284
|
-
justify-content: center;
|
|
31285
|
-
position: relative;
|
|
31286
|
-
opacity: 0.2;
|
|
31287
|
-
}
|
|
31288
|
-
|
|
31289
|
-
.E_lgitjoj {
|
|
31290
|
-
position: absolute;
|
|
31291
|
-
width: 5px;
|
|
31292
|
-
height: 48px;
|
|
31293
|
-
left: 9.33px;
|
|
31294
|
-
top: 40.5px;
|
|
31295
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31296
|
-
border-radius: 5px;
|
|
31297
|
-
transform: rotate(-128deg);
|
|
31298
|
-
transform-origin: top left;
|
|
31299
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
31300
|
-
}
|
|
31301
|
-
|
|
31302
|
-
.E_l13g0exg {
|
|
31303
|
-
position: absolute;
|
|
31304
|
-
width: 5px;
|
|
31305
|
-
height: 48px;
|
|
31306
|
-
left: 40.8px;
|
|
31307
|
-
top: 8.4px;
|
|
31308
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31309
|
-
border-radius: 5px;
|
|
31310
|
-
transform: rotate(-8deg);
|
|
31311
|
-
transform-origin: top left;
|
|
31312
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
31313
|
-
}
|
|
31314
|
-
|
|
31315
|
-
.E_l1exo3h6 {
|
|
31316
|
-
position: absolute;
|
|
31317
|
-
width: 5px;
|
|
31318
|
-
height: 48px;
|
|
31319
|
-
left: 52.9px;
|
|
31320
|
-
top: 51.8px;
|
|
31321
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31322
|
-
border-radius: 5px;
|
|
31323
|
-
transform: rotate(112deg);
|
|
31324
|
-
transform-origin: top left;
|
|
31325
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
31326
|
-
}
|
|
31327
|
-
|
|
31328
|
-
.E_c18gxmrl {
|
|
31329
|
-
border: 1px solid #d8deeb;
|
|
31330
|
-
border-radius: 4px;
|
|
31331
|
-
}
|
|
31332
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
31333
|
-
margin-top: 8px;
|
|
31334
|
-
}
|
|
31335
|
-
.E_c18gxmrl:hover {
|
|
31336
|
-
border-color: #0080ff;
|
|
31337
|
-
}
|
|
31338
|
-
.E_c18gxmrl:hover > header {
|
|
31339
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31340
|
-
}
|
|
31341
|
-
.E_c18gxmrl.active header {
|
|
31342
|
-
border-bottom: 1px solid #d8deeb;
|
|
31343
|
-
}
|
|
31344
|
-
.E_c18gxmrl > header {
|
|
31345
|
-
padding: 8px 12px;
|
|
31346
|
-
}
|
|
31347
|
-
|
|
31348
|
-
.E_s1fc623g {
|
|
31349
|
-
width: 430px !important;
|
|
31350
|
-
}
|
|
31351
|
-
|
|
31352
|
-
.E_da3mx0o .ant-select-item-group {
|
|
31353
|
-
padding: 8px 16px;
|
|
31354
|
-
line-height: 18px;
|
|
31355
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31356
|
-
height: 34px;
|
|
31357
|
-
min-height: 34px;
|
|
31358
|
-
box-sizing: border-box;
|
|
31359
|
-
margin-top: 8px;
|
|
31360
|
-
}
|
|
31361
|
-
|
|
31362
|
-
.E_onr9gzt {
|
|
31363
|
-
display: flex;
|
|
31364
|
-
flex-direction: column;
|
|
31365
|
-
margin: 1px 8px;
|
|
31366
|
-
padding: 8px;
|
|
31367
|
-
border-radius: 4px;
|
|
31368
|
-
}
|
|
31369
|
-
.E_onr9gzt .selected-icon {
|
|
31370
|
-
display: none;
|
|
31371
|
-
}
|
|
31372
|
-
.E_onr9gzt.ant-select-item-option-grouped {
|
|
31373
|
-
padding-left: 8px;
|
|
31374
|
-
}
|
|
31375
|
-
.E_onr9gzt.ant-select-item-option-selected {
|
|
31376
|
-
background-color: white;
|
|
31377
|
-
}
|
|
31378
|
-
.E_onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31379
|
-
color: #0080ff;
|
|
31380
|
-
}
|
|
31381
|
-
.E_onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31382
|
-
display: block;
|
|
31383
|
-
}
|
|
31384
|
-
.E_onr9gzt.ant-select-item-option-active {
|
|
31385
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31386
|
-
}
|
|
31387
|
-
.E_onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31388
|
-
color: #0080ff;
|
|
31389
|
-
}
|
|
31390
|
-
.E_onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31391
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31392
|
-
color: #0080ff;
|
|
31393
|
-
}
|
|
31394
|
-
|
|
31395
|
-
.E_oiy0apc {
|
|
31396
|
-
display: flex;
|
|
31397
|
-
justify-content: space-between;
|
|
31398
|
-
height: 20px;
|
|
31399
|
-
line-height: 20px;
|
|
31400
|
-
}
|
|
31401
|
-
.E_oiy0apc .timezone-title {
|
|
31402
|
-
color: #2d3a56;
|
|
31403
|
-
overflow: hidden;
|
|
31404
|
-
text-overflow: ellipsis;
|
|
31405
|
-
}
|
|
31406
|
-
|
|
31407
|
-
.E_of4y382 {
|
|
31408
|
-
display: flex;
|
|
31409
|
-
justify-content: space-between;
|
|
31410
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31411
|
-
height: 18px;
|
|
31412
|
-
line-height: 18px;
|
|
31413
|
-
margin-top: 2px;
|
|
31414
|
-
}
|
|
31415
|
-
|
|
31416
|
-
.E_t19903l9 {
|
|
31417
|
-
border: none;
|
|
31418
|
-
margin-right: 0;
|
|
31419
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31420
|
-
}
|
|
31421
|
-
|
|
31422
|
-
.E_ohwbvxu {
|
|
31423
|
-
pointer-events: none;
|
|
31424
|
-
height: 32px;
|
|
31425
|
-
width: 100%;
|
|
31426
|
-
opacity: 0;
|
|
31427
|
-
}
|
|
31428
|
-
|
|
31429
|
-
.E_gmyahx3 {
|
|
31430
|
-
cursor: pointer;
|
|
31431
|
-
}
|
|
31432
|
-
.E_gmyahx3 .link-text {
|
|
31433
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31434
|
-
}
|
|
31435
|
-
.E_gmyahx3:hover .link-text {
|
|
31436
|
-
color: #0080ff;
|
|
31437
|
-
}
|
|
31438
|
-
|
|
31439
|
-
.E_berrcjl {
|
|
31440
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31441
|
-
margin-bottom: 4px;
|
|
31442
|
-
}
|
|
31443
|
-
.E_berrcjl .breadcrumb-link {
|
|
31444
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31445
|
-
cursor: pointer;
|
|
31446
|
-
transition: color 160ms ease;
|
|
31447
|
-
}
|
|
31448
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
31449
|
-
color: #0080ff;
|
|
31450
|
-
}
|
|
31451
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
31452
|
-
color: #005ed1;
|
|
31453
|
-
}
|
|
31454
|
-
|
|
31455
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
31456
|
-
display: flex;
|
|
31457
|
-
align-items: center;
|
|
31458
|
-
}
|
|
31459
|
-
.E_s1iv0tp1 .enabled-text {
|
|
31460
|
-
margin-right: 8px;
|
|
31461
|
-
}
|
|
31462
|
-
|
|
31463
|
-
.E_rxbeqvl.ant-radio-wrapper {
|
|
31464
|
-
display: inline-flex;
|
|
31465
|
-
align-items: baseline;
|
|
31466
|
-
white-space: pre-wrap;
|
|
31467
|
-
}
|
|
31468
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
31469
|
-
position: relative;
|
|
31470
|
-
top: 3px;
|
|
31471
|
-
}
|
|
31472
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31473
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31474
|
-
}
|
|
31475
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31476
|
-
border-color: #0080ff;
|
|
31477
|
-
}
|
|
31478
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31479
|
-
border-color: #0080ff;
|
|
31480
|
-
background: #0080ff;
|
|
31481
|
-
}
|
|
31482
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31483
|
-
top: 4px;
|
|
31484
|
-
left: 4px;
|
|
31485
|
-
width: 6px;
|
|
31486
|
-
height: 6px;
|
|
31487
|
-
background: #fff;
|
|
31488
|
-
}
|
|
31489
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31490
|
-
opacity: 0.5;
|
|
31491
|
-
}
|
|
31492
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31493
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31494
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31495
|
-
}
|
|
31496
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31497
|
-
background: #00122e;
|
|
31498
|
-
}
|
|
31499
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31500
|
-
color: #00122e;
|
|
31501
|
-
opacity: 0.5;
|
|
31502
|
-
}
|
|
31503
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31504
|
-
color: #00122e;
|
|
31505
|
-
}
|
|
31506
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31507
|
-
display: inline-block;
|
|
31508
|
-
padding: 0;
|
|
31509
|
-
padding-left: 12px;
|
|
31510
|
-
}
|
|
31511
|
-
.E_rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31512
|
-
margin-bottom: 0;
|
|
31513
|
-
white-space: pre-wrap;
|
|
31514
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31515
|
-
}
|
|
31516
|
-
.E_rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31517
|
-
padding-left: 8px;
|
|
31518
|
-
}
|
|
31519
|
-
|
|
31520
|
-
.E_r5ie79y .ant-radio-button-wrapper:first-child {
|
|
31521
|
-
border-radius: 5px 0 0 5px;
|
|
31522
|
-
}
|
|
31523
|
-
.E_r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31524
|
-
border-radius: 0 5px 5px 0;
|
|
31525
|
-
}
|
|
31526
|
-
|
|
31527
|
-
.E_r1f0aqcc {
|
|
31528
|
-
color: #00122e;
|
|
31529
|
-
border-color: #ccd4e3;
|
|
31530
|
-
}
|
|
31531
|
-
.E_r1f0aqcc:first-child {
|
|
31532
|
-
border-color: #a3b4cc;
|
|
31533
|
-
}
|
|
31534
|
-
.E_r1f0aqcc.ant-radio-button-wrapper {
|
|
31535
|
-
padding: 0 12px;
|
|
31536
|
-
line-height: 32px;
|
|
31537
|
-
height: 32px;
|
|
31538
|
-
}
|
|
31539
|
-
.E_r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31540
|
-
white-space: nowrap;
|
|
31541
|
-
}
|
|
31542
|
-
.ant-radio-group-small .E_r1f0aqcc.ant-radio-button-wrapper {
|
|
31543
|
-
height: 22px;
|
|
31544
|
-
padding: 0 7px;
|
|
31545
|
-
line-height: 20px;
|
|
31546
|
-
}
|
|
31547
|
-
.E_r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31548
|
-
background: #ccd4e3;
|
|
31549
|
-
}
|
|
31550
|
-
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31551
|
-
background: #0080ff;
|
|
31552
|
-
}
|
|
31553
|
-
.E_r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31554
|
-
background: #ccd4e3;
|
|
31555
|
-
opacity: 0.5;
|
|
31556
|
-
}
|
|
31557
|
-
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31558
|
-
border-right-color: #0080ff;
|
|
31559
|
-
}
|
|
31560
|
-
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31561
|
-
border-color: #0080ff;
|
|
31562
|
-
}
|
|
31563
|
-
.E_r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31564
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31565
|
-
}
|
|
31566
|
-
.E_r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31567
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31568
|
-
border-color: #ccd4e3;
|
|
31569
|
-
opacity: 0.5;
|
|
31570
|
-
}
|
|
31571
|
-
.E_r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31572
|
-
color: #00122e;
|
|
31573
|
-
border-color: #ccd4e3;
|
|
31574
|
-
}
|
|
31575
|
-
.E_r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31576
|
-
color: #00122e;
|
|
31577
|
-
border-color: #ccd4e3;
|
|
31578
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31579
|
-
}
|
|
31580
|
-
.E_r1f0aqcc .ant-radio-button-input {
|
|
31581
|
-
margin-right: 8px;
|
|
31582
|
-
display: inline;
|
|
31583
|
-
border: none;
|
|
31584
|
-
padding: 0;
|
|
31585
|
-
width: 36px;
|
|
31586
|
-
background: transparent;
|
|
31587
|
-
}
|
|
31588
|
-
.E_r1f0aqcc .ant-radio-button-input:focus {
|
|
31589
|
-
box-shadow: none;
|
|
31590
|
-
}
|
|
31591
|
-
.E_r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31592
|
-
margin-right: 0;
|
|
31593
|
-
width: initial;
|
|
31594
|
-
box-shadow: none;
|
|
31595
|
-
}
|
|
31596
|
-
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31597
|
-
display: none;
|
|
31598
|
-
}
|
|
31599
|
-
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31600
|
-
display: inline;
|
|
31601
|
-
}
|
|
31602
|
-
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31603
|
-
display: inline;
|
|
31604
|
-
margin-right: 8px;
|
|
31605
|
-
padding: 0;
|
|
31606
|
-
width: 36px;
|
|
31607
|
-
}
|
|
31608
|
-
|
|
31609
|
-
.E_d6j0lbj {
|
|
31610
|
-
font-family: Inter;
|
|
31611
|
-
font-style: normal;
|
|
31612
|
-
font-weight: bold;
|
|
31613
|
-
font-size: 32px;
|
|
31614
|
-
line-height: 40px;
|
|
31615
|
-
}
|
|
31616
|
-
|
|
31617
|
-
.E_d1xhvvxe {
|
|
31618
|
-
font-family: Inter;
|
|
31619
|
-
font-style: normal;
|
|
31620
|
-
font-weight: bold;
|
|
31621
|
-
font-size: 24px;
|
|
31622
|
-
line-height: 32px;
|
|
31623
|
-
}
|
|
31624
|
-
|
|
31625
|
-
.E_dk10mxq {
|
|
31626
|
-
font-family: Inter;
|
|
31627
|
-
font-style: normal;
|
|
31628
|
-
font-weight: normal;
|
|
31629
|
-
font-size: 32px;
|
|
31630
|
-
line-height: 40px;
|
|
31631
|
-
}
|
|
31632
|
-
|
|
31633
|
-
.E_dxsait {
|
|
31634
|
-
font-family: Inter;
|
|
31635
|
-
font-style: normal;
|
|
31636
|
-
font-weight: bold;
|
|
31637
|
-
font-size: 20px;
|
|
31638
|
-
line-height: 24px;
|
|
31639
|
-
}
|
|
31640
|
-
|
|
31641
|
-
.E_dokn0h3 {
|
|
31642
|
-
font-family: Inter;
|
|
31643
|
-
font-style: normal;
|
|
31644
|
-
font-weight: normal;
|
|
31645
|
-
font-size: 20px;
|
|
31646
|
-
line-height: 24px;
|
|
31647
|
-
}
|
|
31648
|
-
|
|
31649
|
-
.E_dobau4p {
|
|
31650
|
-
font-family: Inter;
|
|
31651
|
-
font-style: normal;
|
|
31652
|
-
font-weight: bold;
|
|
31653
|
-
font-size: 18px;
|
|
31654
|
-
line-height: 22px;
|
|
31655
|
-
}
|
|
31656
|
-
|
|
31657
|
-
.E_dvolwok {
|
|
31658
|
-
font-family: Inter;
|
|
31659
|
-
font-style: normal;
|
|
31660
|
-
font-weight: normal;
|
|
31661
|
-
font-size: 18px;
|
|
31662
|
-
line-height: 22px;
|
|
31313
|
+
.E_dvolwok {
|
|
31314
|
+
font-family: Inter;
|
|
31315
|
+
font-style: normal;
|
|
31316
|
+
font-weight: normal;
|
|
31317
|
+
font-size: 18px;
|
|
31318
|
+
line-height: 22px;
|
|
31663
31319
|
}
|
|
31664
31320
|
|
|
31665
31321
|
.E_h181qhg4 {
|
|
@@ -32001,205 +31657,383 @@ input.E_rrg1fkn.ant-input {
|
|
|
32001
31657
|
font-size: 12px;
|
|
32002
31658
|
line-height: 18px;
|
|
32003
31659
|
}
|
|
32004
|
-
|
|
32005
|
-
.E_fz2mxw0 {
|
|
32006
|
-
font-family: Inter;
|
|
32007
|
-
font-style: normal;
|
|
32008
|
-
font-weight: normal;
|
|
32009
|
-
font-size: 12px;
|
|
32010
|
-
line-height: 18px;
|
|
31660
|
+
|
|
31661
|
+
.E_fz2mxw0 {
|
|
31662
|
+
font-family: Inter;
|
|
31663
|
+
font-style: normal;
|
|
31664
|
+
font-weight: normal;
|
|
31665
|
+
font-size: 12px;
|
|
31666
|
+
line-height: 18px;
|
|
31667
|
+
}
|
|
31668
|
+
|
|
31669
|
+
.E_t1ertzoh {
|
|
31670
|
+
font-family: Inter;
|
|
31671
|
+
font-style: normal;
|
|
31672
|
+
font-weight: normal;
|
|
31673
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31674
|
+
font-size: 13px;
|
|
31675
|
+
line-height: 20px;
|
|
31676
|
+
}
|
|
31677
|
+
|
|
31678
|
+
.E_t19bge8r {
|
|
31679
|
+
font-family: Inter;
|
|
31680
|
+
font-style: normal;
|
|
31681
|
+
font-weight: normal;
|
|
31682
|
+
font-feature-settings: "zero" on;
|
|
31683
|
+
font-size: 13px;
|
|
31684
|
+
line-height: 20px;
|
|
31685
|
+
}
|
|
31686
|
+
|
|
31687
|
+
.E_tjrzfyl {
|
|
31688
|
+
font-family: Inter;
|
|
31689
|
+
font-style: normal;
|
|
31690
|
+
font-weight: normal;
|
|
31691
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31692
|
+
font-size: 12px;
|
|
31693
|
+
line-height: 18px;
|
|
31694
|
+
}
|
|
31695
|
+
|
|
31696
|
+
.E_tm6s7bo {
|
|
31697
|
+
font-family: Inter;
|
|
31698
|
+
font-style: normal;
|
|
31699
|
+
font-weight: 500;
|
|
31700
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31701
|
+
font-size: 12px;
|
|
31702
|
+
line-height: 18px;
|
|
31703
|
+
}
|
|
31704
|
+
|
|
31705
|
+
.E_t19zq6ic {
|
|
31706
|
+
font-family: Inter;
|
|
31707
|
+
font-style: normal;
|
|
31708
|
+
font-weight: normal;
|
|
31709
|
+
font-feature-settings: "zero" on;
|
|
31710
|
+
font-size: 12px;
|
|
31711
|
+
line-height: 18px;
|
|
31712
|
+
}
|
|
31713
|
+
|
|
31714
|
+
.E_t1gduru8 {
|
|
31715
|
+
font-family: Inter;
|
|
31716
|
+
font-style: normal;
|
|
31717
|
+
font-weight: 500;
|
|
31718
|
+
font-feature-settings: "zero" on;
|
|
31719
|
+
font-size: 12px;
|
|
31720
|
+
line-height: 18px;
|
|
31721
|
+
}
|
|
31722
|
+
|
|
31723
|
+
.E_t55raab {
|
|
31724
|
+
font-family: Inter;
|
|
31725
|
+
font-style: normal;
|
|
31726
|
+
font-weight: bold;
|
|
31727
|
+
font-feature-settings: "zero" on;
|
|
31728
|
+
font-size: 16px;
|
|
31729
|
+
line-height: 24px;
|
|
31730
|
+
}
|
|
31731
|
+
|
|
31732
|
+
.E_u1w9abfe {
|
|
31733
|
+
font-family: Inter;
|
|
31734
|
+
font-style: normal;
|
|
31735
|
+
font-weight: normal;
|
|
31736
|
+
font-size: 10px;
|
|
31737
|
+
line-height: 12px;
|
|
31738
|
+
}
|
|
31739
|
+
|
|
31740
|
+
.E_i1e4sgug {
|
|
31741
|
+
display: inline-block;
|
|
31742
|
+
}
|
|
31743
|
+
|
|
31744
|
+
.E_c1up1pdz {
|
|
31745
|
+
width: 648px;
|
|
31746
|
+
}
|
|
31747
|
+
.E_c1up1pdz.active {
|
|
31748
|
+
border-color: #0080ff;
|
|
31749
|
+
}
|
|
31750
|
+
.E_c1up1pdz.active > header {
|
|
31751
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31752
|
+
}
|
|
31753
|
+
.E_c1up1pdz .expand {
|
|
31754
|
+
padding: 12px;
|
|
31755
|
+
}
|
|
31756
|
+
.E_c1up1pdz .field-item {
|
|
31757
|
+
display: flex;
|
|
31758
|
+
padding: 10px 0;
|
|
31759
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31760
|
+
}
|
|
31761
|
+
.E_c1up1pdz .field-item:last-child {
|
|
31762
|
+
border-bottom: none;
|
|
31763
|
+
padding-bottom: 0;
|
|
31764
|
+
}
|
|
31765
|
+
.E_c1up1pdz .field-item label {
|
|
31766
|
+
line-height: 32px;
|
|
31767
|
+
width: 100px;
|
|
31768
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31769
|
+
}
|
|
31770
|
+
.E_c1up1pdz .help {
|
|
31771
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31772
|
+
margin-top: 5px;
|
|
31773
|
+
}
|
|
31774
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
31775
|
+
.E_c1up1pdz .ant-picker {
|
|
31776
|
+
width: 128px;
|
|
31777
|
+
}
|
|
31778
|
+
|
|
31779
|
+
.E_c156wh19 {
|
|
31780
|
+
display: flex;
|
|
31781
|
+
align-items: center;
|
|
31782
|
+
justify-content: space-between;
|
|
31783
|
+
word-break: keep-all;
|
|
31784
|
+
}
|
|
31785
|
+
.E_c156wh19 .title {
|
|
31786
|
+
margin: 0 16px 0 8px;
|
|
31787
|
+
}
|
|
31788
|
+
.E_c156wh19 .retain {
|
|
31789
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31790
|
+
}
|
|
31791
|
+
.E_c156wh19 .left {
|
|
31792
|
+
flex: 1;
|
|
31793
|
+
display: flex;
|
|
31794
|
+
overflow: hidden;
|
|
31795
|
+
align-items: center;
|
|
31796
|
+
justify-content: flex-start;
|
|
31797
|
+
white-space: nowrap;
|
|
31798
|
+
}
|
|
31799
|
+
.E_c156wh19 .left .title {
|
|
31800
|
+
max-width: 100%;
|
|
31801
|
+
overflow: hidden;
|
|
31802
|
+
text-overflow: ellipsis;
|
|
31803
|
+
}
|
|
31804
|
+
.E_c156wh19 .right {
|
|
31805
|
+
display: flex;
|
|
31806
|
+
align-items: center;
|
|
31807
|
+
}
|
|
31808
|
+
.E_c156wh19 .reverse {
|
|
31809
|
+
display: flex;
|
|
31810
|
+
flex-direction: row-reverse;
|
|
31811
|
+
align-items: center;
|
|
31812
|
+
}
|
|
31813
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
31814
|
+
margin-left: 8px;
|
|
31815
|
+
}
|
|
31816
|
+
.E_c156wh19 .close {
|
|
31817
|
+
padding-left: 14px;
|
|
31818
|
+
margin-left: 14px;
|
|
31819
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31820
|
+
cursor: pointer;
|
|
31821
|
+
}
|
|
31822
|
+
|
|
31823
|
+
.E_m126spxy {
|
|
31824
|
+
padding-bottom: 4px;
|
|
31825
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31826
|
+
}
|
|
31827
|
+
.E_m126spxy .ant-btn-link {
|
|
31828
|
+
padding: 1px 10px;
|
|
31829
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31830
|
+
border-radius: 4px;
|
|
31831
|
+
}
|
|
31832
|
+
.E_m126spxy .ant-btn-link.active {
|
|
31833
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31834
|
+
color: #0096ff;
|
|
31835
|
+
}
|
|
31836
|
+
|
|
31837
|
+
.E_wpbf4pq {
|
|
31838
|
+
padding: 10px 0;
|
|
31839
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31840
|
+
}
|
|
31841
|
+
.E_wpbf4pq .ant-input,
|
|
31842
|
+
.E_wpbf4pq .ant-picker {
|
|
31843
|
+
width: 80px;
|
|
31844
|
+
margin: 0 9px;
|
|
31845
|
+
text-align: center;
|
|
31846
|
+
}
|
|
31847
|
+
.E_wpbf4pq .options {
|
|
31848
|
+
padding: 12px 0 12px 16px;
|
|
31849
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31850
|
+
margin: 5px 0 5px 8px;
|
|
31851
|
+
}
|
|
31852
|
+
.E_wpbf4pq .week-day-option,
|
|
31853
|
+
.E_wpbf4pq .month-day-option {
|
|
31854
|
+
background: #f5f7fa;
|
|
31855
|
+
box-sizing: border-box;
|
|
31856
|
+
border-radius: 16px;
|
|
31857
|
+
margin-right: 8px;
|
|
31858
|
+
}
|
|
31859
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
31860
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
31861
|
+
color: inherit;
|
|
31862
|
+
border-color: #d9d9d9;
|
|
31863
|
+
}
|
|
31864
|
+
.E_wpbf4pq .week-day-option.active {
|
|
31865
|
+
background-color: #0096ff;
|
|
31866
|
+
border-color: #0096ff;
|
|
31867
|
+
color: #fff;
|
|
31868
|
+
}
|
|
31869
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
31870
|
+
width: 110px;
|
|
31871
|
+
margin-top: 4px;
|
|
32011
31872
|
}
|
|
32012
|
-
|
|
32013
|
-
|
|
32014
|
-
|
|
32015
|
-
|
|
32016
|
-
font-weight: normal;
|
|
32017
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32018
|
-
font-size: 13px;
|
|
32019
|
-
line-height: 20px;
|
|
31873
|
+
.E_wpbf4pq .month-day-option {
|
|
31874
|
+
width: 32px;
|
|
31875
|
+
padding: 0;
|
|
31876
|
+
margin-bottom: 8px;
|
|
32020
31877
|
}
|
|
32021
|
-
|
|
32022
|
-
|
|
32023
|
-
|
|
32024
|
-
|
|
32025
|
-
font-weight: normal;
|
|
32026
|
-
font-feature-settings: "zero" on;
|
|
32027
|
-
font-size: 13px;
|
|
32028
|
-
line-height: 20px;
|
|
31878
|
+
.E_wpbf4pq .month-day-option.active {
|
|
31879
|
+
background-color: #0096ff;
|
|
31880
|
+
border-color: #0096ff;
|
|
31881
|
+
color: #fff;
|
|
32029
31882
|
}
|
|
32030
31883
|
|
|
32031
|
-
.
|
|
32032
|
-
|
|
32033
|
-
|
|
32034
|
-
font-weight: normal;
|
|
32035
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32036
|
-
font-size: 12px;
|
|
32037
|
-
line-height: 18px;
|
|
31884
|
+
.E_c18gxmrl {
|
|
31885
|
+
border: 1px solid #d8deeb;
|
|
31886
|
+
border-radius: 4px;
|
|
32038
31887
|
}
|
|
32039
|
-
|
|
32040
|
-
|
|
32041
|
-
font-family: Inter;
|
|
32042
|
-
font-style: normal;
|
|
32043
|
-
font-weight: 500;
|
|
32044
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32045
|
-
font-size: 12px;
|
|
32046
|
-
line-height: 18px;
|
|
31888
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
31889
|
+
margin-top: 8px;
|
|
32047
31890
|
}
|
|
32048
|
-
|
|
32049
|
-
|
|
32050
|
-
font-family: Inter;
|
|
32051
|
-
font-style: normal;
|
|
32052
|
-
font-weight: normal;
|
|
32053
|
-
font-feature-settings: "zero" on;
|
|
32054
|
-
font-size: 12px;
|
|
32055
|
-
line-height: 18px;
|
|
31891
|
+
.E_c18gxmrl:hover {
|
|
31892
|
+
border-color: #0080ff;
|
|
32056
31893
|
}
|
|
32057
|
-
|
|
32058
|
-
.
|
|
32059
|
-
font-family: Inter;
|
|
32060
|
-
font-style: normal;
|
|
32061
|
-
font-weight: 500;
|
|
32062
|
-
font-feature-settings: "zero" on;
|
|
32063
|
-
font-size: 12px;
|
|
32064
|
-
line-height: 18px;
|
|
31894
|
+
.E_c18gxmrl:hover > header {
|
|
31895
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32065
31896
|
}
|
|
32066
|
-
|
|
32067
|
-
|
|
32068
|
-
font-family: Inter;
|
|
32069
|
-
font-style: normal;
|
|
32070
|
-
font-weight: bold;
|
|
32071
|
-
font-feature-settings: "zero" on;
|
|
32072
|
-
font-size: 16px;
|
|
32073
|
-
line-height: 24px;
|
|
31897
|
+
.E_c18gxmrl.active header {
|
|
31898
|
+
border-bottom: 1px solid #d8deeb;
|
|
32074
31899
|
}
|
|
32075
|
-
|
|
32076
|
-
|
|
32077
|
-
font-family: Inter;
|
|
32078
|
-
font-style: normal;
|
|
32079
|
-
font-weight: normal;
|
|
32080
|
-
font-size: 10px;
|
|
32081
|
-
line-height: 12px;
|
|
31900
|
+
.E_c18gxmrl > header {
|
|
31901
|
+
padding: 8px 12px;
|
|
32082
31902
|
}
|
|
32083
31903
|
|
|
32084
|
-
.
|
|
32085
|
-
|
|
32086
|
-
|
|
32087
|
-
align-items: center;
|
|
32088
|
-
padding: 10px 0;
|
|
32089
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32090
|
-
font-size: 12px;
|
|
32091
|
-
line-height: 24px;
|
|
32092
|
-
}
|
|
32093
|
-
.E_p12gwtiw .pagination-left {
|
|
32094
|
-
padding: 2px 8px;
|
|
31904
|
+
.E_berrcjl {
|
|
31905
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31906
|
+
margin-bottom: 4px;
|
|
32095
31907
|
}
|
|
32096
|
-
.
|
|
32097
|
-
|
|
32098
|
-
align-items: center;
|
|
32099
|
-
border-radius: 6px;
|
|
31908
|
+
.E_berrcjl .breadcrumb-link {
|
|
31909
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32100
31910
|
cursor: pointer;
|
|
32101
|
-
transition:
|
|
31911
|
+
transition: color 160ms ease;
|
|
32102
31912
|
}
|
|
32103
|
-
.
|
|
32104
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31913
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
32105
31914
|
color: #0080ff;
|
|
32106
31915
|
}
|
|
32107
|
-
.
|
|
32108
|
-
|
|
31916
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
31917
|
+
color: #005ed1;
|
|
32109
31918
|
}
|
|
32110
|
-
|
|
31919
|
+
|
|
31920
|
+
.E_c1bus5hc {
|
|
31921
|
+
--color: white;
|
|
31922
|
+
height: 14px;
|
|
31923
|
+
width: 14px;
|
|
31924
|
+
border-radius: 50%;
|
|
31925
|
+
flex-shrink: 0;
|
|
32111
31926
|
display: flex;
|
|
32112
31927
|
align-items: center;
|
|
32113
|
-
|
|
32114
|
-
|
|
32115
|
-
}
|
|
32116
|
-
.E_p12gwtiw .pagination-right .icon-inner {
|
|
32117
|
-
margin-left: 4px;
|
|
32118
|
-
}
|
|
32119
|
-
.E_p12gwtiw .pagination-right .prev-btn,
|
|
32120
|
-
.E_p12gwtiw .pagination-right .next-btn {
|
|
32121
|
-
padding: 0 8px;
|
|
31928
|
+
justify-content: center;
|
|
31929
|
+
border: 1px solid var(--color);
|
|
32122
31930
|
}
|
|
32123
|
-
.
|
|
32124
|
-
|
|
32125
|
-
|
|
31931
|
+
.E_c1bus5hc .circle-inner {
|
|
31932
|
+
position: relative;
|
|
31933
|
+
height: 10px;
|
|
31934
|
+
width: 10px;
|
|
31935
|
+
border-radius: 50%;
|
|
31936
|
+
overflow: hidden;
|
|
32126
31937
|
}
|
|
32127
|
-
.
|
|
31938
|
+
.E_c1bus5hc .circle-content {
|
|
31939
|
+
position: absolute;
|
|
31940
|
+
height: 100%;
|
|
31941
|
+
width: 100%;
|
|
31942
|
+
left: 0;
|
|
31943
|
+
top: 0;
|
|
31944
|
+
border-radius: 50%;
|
|
31945
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32128
31946
|
transform: rotate(180deg);
|
|
32129
31947
|
}
|
|
32130
|
-
|
|
32131
|
-
|
|
32132
|
-
|
|
32133
|
-
|
|
32134
|
-
|
|
32135
|
-
|
|
32136
|
-
|
|
32137
|
-
|
|
32138
|
-
|
|
31948
|
+
.E_c1bus5hc .circle-child {
|
|
31949
|
+
position: absolute;
|
|
31950
|
+
height: 100%;
|
|
31951
|
+
width: 100%;
|
|
31952
|
+
left: 0;
|
|
31953
|
+
top: 0;
|
|
31954
|
+
margin-left: 50%;
|
|
31955
|
+
transform-origin: left;
|
|
31956
|
+
background: white;
|
|
31957
|
+
transform: rotate(0deg);
|
|
32139
31958
|
}
|
|
32140
31959
|
|
|
32141
|
-
.
|
|
32142
|
-
|
|
32143
|
-
height: 24px;
|
|
32144
|
-
background: rgba(172, 186, 211, 0.6);
|
|
32145
|
-
overflow: hidden;
|
|
32146
|
-
}
|
|
32147
|
-
.E_s34f1qb.ant-switch:focus {
|
|
32148
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
32149
|
-
}
|
|
32150
|
-
.E_s34f1qb.ant-switch-small {
|
|
32151
|
-
min-width: 26px;
|
|
32152
|
-
height: 16px;
|
|
32153
|
-
}
|
|
32154
|
-
.E_s34f1qb.ant-switch-large {
|
|
32155
|
-
min-width: 52px;
|
|
32156
|
-
height: 32px;
|
|
32157
|
-
}
|
|
32158
|
-
.E_s34f1qb.ant-switch .ant-switch-handle {
|
|
32159
|
-
height: 20px;
|
|
32160
|
-
width: 20px;
|
|
31960
|
+
.E_c1uzzomf {
|
|
31961
|
+
margin-bottom: 16px;
|
|
32161
31962
|
}
|
|
32162
|
-
.
|
|
32163
|
-
|
|
32164
|
-
|
|
31963
|
+
.E_c1uzzomf .card-title {
|
|
31964
|
+
font-size: 16px;
|
|
31965
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31966
|
+
font-weight: 700;
|
|
31967
|
+
line-height: 32px;
|
|
32165
31968
|
}
|
|
32166
|
-
.
|
|
32167
|
-
|
|
32168
|
-
|
|
32169
|
-
|
|
32170
|
-
left: 1px;
|
|
31969
|
+
.E_c1uzzomf .card-body {
|
|
31970
|
+
padding: 24px;
|
|
31971
|
+
border-radius: 8px;
|
|
31972
|
+
background: #fff;
|
|
32171
31973
|
}
|
|
32172
|
-
.
|
|
32173
|
-
|
|
32174
|
-
|
|
31974
|
+
.E_c1uzzomf .empty {
|
|
31975
|
+
font-weight: 700;
|
|
31976
|
+
font-size: 14px;
|
|
31977
|
+
line-height: 22px;
|
|
31978
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31979
|
+
text-align: center;
|
|
32175
31980
|
}
|
|
32176
|
-
|
|
32177
|
-
|
|
31981
|
+
|
|
31982
|
+
.E_c18bcrac {
|
|
31983
|
+
display: inline-block;
|
|
31984
|
+
width: 100%;
|
|
32178
31985
|
}
|
|
32179
|
-
.
|
|
32180
|
-
|
|
31986
|
+
.E_c18bcrac .recharts-wrapper {
|
|
31987
|
+
margin-left: 4px;
|
|
32181
31988
|
}
|
|
32182
|
-
|
|
32183
|
-
|
|
31989
|
+
|
|
31990
|
+
.E_cro7kg2 {
|
|
31991
|
+
padding: 4px;
|
|
32184
31992
|
}
|
|
32185
|
-
|
|
32186
|
-
|
|
31993
|
+
|
|
31994
|
+
.E_c14wcxf0 {
|
|
31995
|
+
display: flex;
|
|
31996
|
+
justify-content: space-between;
|
|
31997
|
+
align-items: center;
|
|
31998
|
+
font-size: 13px;
|
|
31999
|
+
line-height: 24px;
|
|
32000
|
+
color: #cccccc;
|
|
32001
|
+
white-space: nowrap;
|
|
32187
32002
|
}
|
|
32188
|
-
.
|
|
32189
|
-
|
|
32003
|
+
.E_c14wcxf0 label {
|
|
32004
|
+
margin-right: 32px;
|
|
32190
32005
|
}
|
|
32191
32006
|
|
|
32192
|
-
.
|
|
32193
|
-
|
|
32007
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
32008
|
+
font-weight: bold;
|
|
32009
|
+
color: white;
|
|
32194
32010
|
}
|
|
32195
32011
|
|
|
32196
|
-
.
|
|
32012
|
+
.E_s11212zy {
|
|
32013
|
+
width: 8px;
|
|
32014
|
+
height: 8px;
|
|
32015
|
+
border-radius: 2px;
|
|
32197
32016
|
display: inline-block;
|
|
32017
|
+
background: var(--s11212zy-0);
|
|
32018
|
+
border: 1px solid #fff;
|
|
32019
|
+
box-sizing: content-box;
|
|
32020
|
+
margin-right: 6px;
|
|
32198
32021
|
}
|
|
32199
32022
|
|
|
32200
|
-
.
|
|
32201
|
-
|
|
32202
|
-
|
|
32023
|
+
.E_p1lyky6c > :first-child {
|
|
32024
|
+
font-weight: bold;
|
|
32025
|
+
color: white;
|
|
32026
|
+
margin-right: 4px;
|
|
32027
|
+
}
|
|
32028
|
+
|
|
32029
|
+
.E_gmyahx3 {
|
|
32030
|
+
cursor: pointer;
|
|
32031
|
+
}
|
|
32032
|
+
.E_gmyahx3 .link-text {
|
|
32033
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32034
|
+
}
|
|
32035
|
+
.E_gmyahx3:hover .link-text {
|
|
32036
|
+
color: #0080ff;
|
|
32203
32037
|
}
|
|
32204
32038
|
|
|
32205
32039
|
.E_clm1wy1 {
|
|
@@ -32295,6 +32129,123 @@ input.E_rrg1fkn.ant-input {
|
|
|
32295
32129
|
border-radius: 2px;
|
|
32296
32130
|
}
|
|
32297
32131
|
|
|
32132
|
+
.E_n12mqh7z {
|
|
32133
|
+
display: flex;
|
|
32134
|
+
align-items: center;
|
|
32135
|
+
font-size: 12px;
|
|
32136
|
+
line-height: 18px;
|
|
32137
|
+
}
|
|
32138
|
+
.E_n12mqh7z:not(:last-child) {
|
|
32139
|
+
margin-bottom: 4px;
|
|
32140
|
+
}
|
|
32141
|
+
|
|
32142
|
+
.E_tf5bynu {
|
|
32143
|
+
margin: 0 3px;
|
|
32144
|
+
}
|
|
32145
|
+
|
|
32146
|
+
.E_tcckoz1 {
|
|
32147
|
+
max-height: 400px;
|
|
32148
|
+
overflow: "auto";
|
|
32149
|
+
}
|
|
32150
|
+
|
|
32151
|
+
.E_t1sqg15u {
|
|
32152
|
+
background: white;
|
|
32153
|
+
}
|
|
32154
|
+
.E_t1sqg15u.inline .table-row {
|
|
32155
|
+
flex-direction: column;
|
|
32156
|
+
}
|
|
32157
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
32158
|
+
padding: 0 16px 7px 0;
|
|
32159
|
+
}
|
|
32160
|
+
.E_t1sqg15u.has-border .table-header {
|
|
32161
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32162
|
+
}
|
|
32163
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
32164
|
+
border-top: none !important;
|
|
32165
|
+
}
|
|
32166
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
32167
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32168
|
+
}
|
|
32169
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
32170
|
+
padding-bottom: 0;
|
|
32171
|
+
}
|
|
32172
|
+
.E_t1sqg15u.align-right .content {
|
|
32173
|
+
text-align: right;
|
|
32174
|
+
}
|
|
32175
|
+
.E_t1sqg15u .uuid-row {
|
|
32176
|
+
display: flex;
|
|
32177
|
+
justify-content: space-between;
|
|
32178
|
+
}
|
|
32179
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
32180
|
+
white-space: nowrap;
|
|
32181
|
+
overflow: hidden;
|
|
32182
|
+
text-overflow: ellipsis;
|
|
32183
|
+
}
|
|
32184
|
+
|
|
32185
|
+
.E_t4zczcp {
|
|
32186
|
+
display: flex;
|
|
32187
|
+
justify-content: space-between;
|
|
32188
|
+
align-items: center;
|
|
32189
|
+
padding: 8px;
|
|
32190
|
+
min-height: 32px;
|
|
32191
|
+
}
|
|
32192
|
+
.E_t4zczcp .table-title {
|
|
32193
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32194
|
+
font-weight: 600;
|
|
32195
|
+
font-size: 12px;
|
|
32196
|
+
line-height: 8px;
|
|
32197
|
+
}
|
|
32198
|
+
.E_t4zczcp .edit-icon {
|
|
32199
|
+
font-size: 16px;
|
|
32200
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32201
|
+
cursor: pointer;
|
|
32202
|
+
}
|
|
32203
|
+
|
|
32204
|
+
.E_t1s7goww {
|
|
32205
|
+
font-size: 12px;
|
|
32206
|
+
line-height: 18px;
|
|
32207
|
+
}
|
|
32208
|
+
|
|
32209
|
+
.E_t93e4cf {
|
|
32210
|
+
display: flex;
|
|
32211
|
+
padding: 8px 0;
|
|
32212
|
+
color: #2d3a56;
|
|
32213
|
+
}
|
|
32214
|
+
.E_t93e4cf .hidden {
|
|
32215
|
+
display: none;
|
|
32216
|
+
}
|
|
32217
|
+
.E_t93e4cf .ant-btn-link {
|
|
32218
|
+
height: auto;
|
|
32219
|
+
}
|
|
32220
|
+
.E_t93e4cf .content {
|
|
32221
|
+
overflow: hidden;
|
|
32222
|
+
overflow-x: auto;
|
|
32223
|
+
width: 100%;
|
|
32224
|
+
white-space: pre-wrap;
|
|
32225
|
+
}
|
|
32226
|
+
.E_t93e4cf .content .ant-btn {
|
|
32227
|
+
white-space: pre-wrap;
|
|
32228
|
+
text-align: left;
|
|
32229
|
+
}
|
|
32230
|
+
.E_t93e4cf .content .unit-chart {
|
|
32231
|
+
justify-content: flex-start;
|
|
32232
|
+
}
|
|
32233
|
+
|
|
32234
|
+
.E_rhz2uv5 {
|
|
32235
|
+
width: var(--rhz2uv5-0);
|
|
32236
|
+
flex-shrink: 0;
|
|
32237
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32238
|
+
padding-right: 12px;
|
|
32239
|
+
}
|
|
32240
|
+
|
|
32241
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32242
|
+
display: flex;
|
|
32243
|
+
align-items: center;
|
|
32244
|
+
}
|
|
32245
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32246
|
+
margin-right: 8px;
|
|
32247
|
+
}
|
|
32248
|
+
|
|
32298
32249
|
.E_tje3huy {
|
|
32299
32250
|
width: 100%;
|
|
32300
32251
|
overflow: inherit;
|
|
@@ -32338,13 +32289,6 @@ input.E_rrg1fkn.ant-input {
|
|
|
32338
32289
|
width: 100%;
|
|
32339
32290
|
}
|
|
32340
32291
|
|
|
32341
|
-
.E_c10crapj {
|
|
32342
|
-
border-radius: 8px;
|
|
32343
|
-
}
|
|
32344
|
-
.E_c10crapj .ant-card-body {
|
|
32345
|
-
padding: 20px 24px 24px 24px;
|
|
32346
|
-
}
|
|
32347
|
-
|
|
32348
32292
|
.E_c198s9j3 {
|
|
32349
32293
|
color: #2d3a56;
|
|
32350
32294
|
line-height: 22px;
|
|
@@ -32416,6 +32360,13 @@ input.E_rrg1fkn.ant-input {
|
|
|
32416
32360
|
margin-left: 24px;
|
|
32417
32361
|
}
|
|
32418
32362
|
|
|
32363
|
+
.E_c10crapj {
|
|
32364
|
+
border-radius: 8px;
|
|
32365
|
+
}
|
|
32366
|
+
.E_c10crapj .ant-card-body {
|
|
32367
|
+
padding: 20px 24px 24px 24px;
|
|
32368
|
+
}
|
|
32369
|
+
|
|
32419
32370
|
.E_cav9p2m .ant-collapse-item {
|
|
32420
32371
|
border: 0px;
|
|
32421
32372
|
background-color: #fff;
|
|
@@ -32438,54 +32389,6 @@ input.E_rrg1fkn.ant-input {
|
|
|
32438
32389
|
cursor: default;
|
|
32439
32390
|
}
|
|
32440
32391
|
|
|
32441
|
-
.E_t3qomhu {
|
|
32442
|
-
margin: 0 2px;
|
|
32443
|
-
}
|
|
32444
|
-
|
|
32445
|
-
.E_iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32446
|
-
display: flex;
|
|
32447
|
-
}
|
|
32448
|
-
|
|
32449
|
-
.E_o8ocss1 {
|
|
32450
|
-
overflow: hidden;
|
|
32451
|
-
text-overflow: ellipsis;
|
|
32452
|
-
}
|
|
32453
|
-
|
|
32454
|
-
.E_n17syc35 {
|
|
32455
|
-
white-space: nowrap;
|
|
32456
|
-
}
|
|
32457
|
-
|
|
32458
|
-
button.E_lujuy3j {
|
|
32459
|
-
color: #0080FF;
|
|
32460
|
-
}
|
|
32461
|
-
button.E_lujuy3j .button-prefix-icon {
|
|
32462
|
-
margin-right: 4px;
|
|
32463
|
-
}
|
|
32464
|
-
button.E_lujuy3j .button-suffix-icon {
|
|
32465
|
-
margin-left: 4px;
|
|
32466
|
-
}
|
|
32467
|
-
button.E_lujuy3j:hover, button.E_lujuy3j.__pseudo-states-hover {
|
|
32468
|
-
color: #009dff;
|
|
32469
|
-
}
|
|
32470
|
-
button.E_lujuy3j:active, button.E_lujuy3j.__pseudo-states-active {
|
|
32471
|
-
color: #005ed1;
|
|
32472
|
-
}
|
|
32473
|
-
button.E_lujuy3j.ui-kit-link-disabled {
|
|
32474
|
-
color: #0080FF;
|
|
32475
|
-
}
|
|
32476
|
-
button.E_lujuy3j.ui-kit-link-subtle {
|
|
32477
|
-
color: #00122e;
|
|
32478
|
-
}
|
|
32479
|
-
button.E_lujuy3j.ui-kit-link-subtle:hover, button.E_lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32480
|
-
color: #0080FF;
|
|
32481
|
-
}
|
|
32482
|
-
button.E_lujuy3j.ui-kit-link-subtle:active, button.E_lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
|
|
32483
|
-
color: #005ed1;
|
|
32484
|
-
}
|
|
32485
|
-
button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
32486
|
-
color: #00122e;
|
|
32487
|
-
}
|
|
32488
|
-
|
|
32489
32392
|
.E_shq1k1g.ant-select, .E_shq1k1g.ant-select .ant-select-selector {
|
|
32490
32393
|
border-radius: 6px;
|
|
32491
32394
|
}
|
|
@@ -32514,33 +32417,81 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32514
32417
|
border-color: rgba(107, 128, 167, 0.6);
|
|
32515
32418
|
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32516
32419
|
}
|
|
32517
|
-
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32518
|
-
color: #0080ff;
|
|
32420
|
+
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32421
|
+
color: #0080ff;
|
|
32422
|
+
}
|
|
32423
|
+
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32424
|
+
border-color: #0080ff;
|
|
32425
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32426
|
+
}
|
|
32427
|
+
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32428
|
+
transform: rotate(180deg);
|
|
32429
|
+
}
|
|
32430
|
+
.E_shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32431
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32432
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32433
|
+
cursor: "not-allowed";
|
|
32434
|
+
}
|
|
32435
|
+
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32436
|
+
border-color: #f0483e !important;
|
|
32437
|
+
}
|
|
32438
|
+
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32439
|
+
color: #1d326c;
|
|
32440
|
+
}
|
|
32441
|
+
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32442
|
+
border-color: #0080ff;
|
|
32443
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32444
|
+
}
|
|
32445
|
+
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32446
|
+
transform: rotate(180deg);
|
|
32447
|
+
}
|
|
32448
|
+
|
|
32449
|
+
button.E_lujuy3j {
|
|
32450
|
+
color: #0080FF;
|
|
32451
|
+
}
|
|
32452
|
+
button.E_lujuy3j .button-prefix-icon {
|
|
32453
|
+
margin-right: 4px;
|
|
32454
|
+
}
|
|
32455
|
+
button.E_lujuy3j .button-suffix-icon {
|
|
32456
|
+
margin-left: 4px;
|
|
32457
|
+
}
|
|
32458
|
+
button.E_lujuy3j:hover, button.E_lujuy3j.__pseudo-states-hover {
|
|
32459
|
+
color: #009dff;
|
|
32460
|
+
}
|
|
32461
|
+
button.E_lujuy3j:active, button.E_lujuy3j.__pseudo-states-active {
|
|
32462
|
+
color: #005ed1;
|
|
32463
|
+
}
|
|
32464
|
+
button.E_lujuy3j.ui-kit-link-disabled {
|
|
32465
|
+
color: #0080FF;
|
|
32466
|
+
}
|
|
32467
|
+
button.E_lujuy3j.ui-kit-link-subtle {
|
|
32468
|
+
color: #00122e;
|
|
32519
32469
|
}
|
|
32520
|
-
.
|
|
32521
|
-
|
|
32522
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32470
|
+
button.E_lujuy3j.ui-kit-link-subtle:hover, button.E_lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32471
|
+
color: #0080FF;
|
|
32523
32472
|
}
|
|
32524
|
-
.
|
|
32525
|
-
|
|
32473
|
+
button.E_lujuy3j.ui-kit-link-subtle:active, button.E_lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
|
|
32474
|
+
color: #005ed1;
|
|
32526
32475
|
}
|
|
32527
|
-
.
|
|
32528
|
-
|
|
32529
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32530
|
-
cursor: "not-allowed";
|
|
32476
|
+
button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
32477
|
+
color: #00122e;
|
|
32531
32478
|
}
|
|
32532
|
-
|
|
32533
|
-
|
|
32479
|
+
|
|
32480
|
+
.E_o8ocss1 {
|
|
32481
|
+
overflow: hidden;
|
|
32482
|
+
text-overflow: ellipsis;
|
|
32534
32483
|
}
|
|
32535
|
-
|
|
32536
|
-
|
|
32484
|
+
|
|
32485
|
+
.E_n17syc35 {
|
|
32486
|
+
white-space: nowrap;
|
|
32537
32487
|
}
|
|
32538
|
-
|
|
32539
|
-
|
|
32540
|
-
|
|
32488
|
+
|
|
32489
|
+
.E_t3qomhu {
|
|
32490
|
+
margin: 0 2px;
|
|
32541
32491
|
}
|
|
32542
|
-
|
|
32543
|
-
|
|
32492
|
+
|
|
32493
|
+
.E_iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32494
|
+
display: flex;
|
|
32544
32495
|
}
|
|
32545
32496
|
|
|
32546
32497
|
.E_igz4le8 {
|
|
@@ -32874,36 +32825,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32874
32825
|
margin-left: 8px;
|
|
32875
32826
|
}
|
|
32876
32827
|
|
|
32877
|
-
.E_t1gz6wqf {
|
|
32878
|
-
height: 100%;
|
|
32879
|
-
}
|
|
32880
|
-
.E_t1gz6wqf .table-loading-item {
|
|
32881
|
-
padding: 12px 4px;
|
|
32882
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32883
|
-
display: flex;
|
|
32884
|
-
}
|
|
32885
|
-
.E_t1gz6wqf .table-loading-item > * {
|
|
32886
|
-
height: 16px;
|
|
32887
|
-
margin: 4px;
|
|
32888
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32889
|
-
border-radius: 2px;
|
|
32890
|
-
}
|
|
32891
|
-
.E_t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32892
|
-
width: 16px;
|
|
32893
|
-
}
|
|
32894
|
-
.E_t1gz6wqf .table-loading-item .td-loading {
|
|
32895
|
-
flex: 1;
|
|
32896
|
-
}
|
|
32897
|
-
.E_t1gz6wqf :nth-child(1) {
|
|
32898
|
-
padding: 8px 4px;
|
|
32899
|
-
}
|
|
32900
|
-
.E_t1gz6wqf :nth-child(1) > * {
|
|
32901
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32902
|
-
}
|
|
32903
|
-
.E_t1gz6wqf :nth-child(1) > * {
|
|
32904
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32905
|
-
}
|
|
32906
|
-
|
|
32907
32828
|
.E_sq6vos1 {
|
|
32908
32829
|
--item-min-width: 60px;
|
|
32909
32830
|
}
|
|
@@ -33099,6 +33020,85 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33099
33020
|
justify-content: center;
|
|
33100
33021
|
}
|
|
33101
33022
|
|
|
33023
|
+
.E_l4bld33 {
|
|
33024
|
+
width: 64px;
|
|
33025
|
+
height: 64px;
|
|
33026
|
+
display: flex;
|
|
33027
|
+
align-items: center;
|
|
33028
|
+
justify-content: center;
|
|
33029
|
+
position: relative;
|
|
33030
|
+
opacity: 0.2;
|
|
33031
|
+
}
|
|
33032
|
+
|
|
33033
|
+
.E_lgitjoj {
|
|
33034
|
+
position: absolute;
|
|
33035
|
+
width: 5px;
|
|
33036
|
+
height: 48px;
|
|
33037
|
+
left: 9.33px;
|
|
33038
|
+
top: 40.5px;
|
|
33039
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33040
|
+
border-radius: 5px;
|
|
33041
|
+
transform: rotate(-128deg);
|
|
33042
|
+
transform-origin: top left;
|
|
33043
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33044
|
+
}
|
|
33045
|
+
|
|
33046
|
+
.E_l13g0exg {
|
|
33047
|
+
position: absolute;
|
|
33048
|
+
width: 5px;
|
|
33049
|
+
height: 48px;
|
|
33050
|
+
left: 40.8px;
|
|
33051
|
+
top: 8.4px;
|
|
33052
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33053
|
+
border-radius: 5px;
|
|
33054
|
+
transform: rotate(-8deg);
|
|
33055
|
+
transform-origin: top left;
|
|
33056
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33057
|
+
}
|
|
33058
|
+
|
|
33059
|
+
.E_l1exo3h6 {
|
|
33060
|
+
position: absolute;
|
|
33061
|
+
width: 5px;
|
|
33062
|
+
height: 48px;
|
|
33063
|
+
left: 52.9px;
|
|
33064
|
+
top: 51.8px;
|
|
33065
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33066
|
+
border-radius: 5px;
|
|
33067
|
+
transform: rotate(112deg);
|
|
33068
|
+
transform-origin: top left;
|
|
33069
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33070
|
+
}
|
|
33071
|
+
|
|
33072
|
+
.E_t1gz6wqf {
|
|
33073
|
+
height: 100%;
|
|
33074
|
+
}
|
|
33075
|
+
.E_t1gz6wqf .table-loading-item {
|
|
33076
|
+
padding: 12px 4px;
|
|
33077
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33078
|
+
display: flex;
|
|
33079
|
+
}
|
|
33080
|
+
.E_t1gz6wqf .table-loading-item > * {
|
|
33081
|
+
height: 16px;
|
|
33082
|
+
margin: 4px;
|
|
33083
|
+
background: rgba(204, 212, 227, 0.18);
|
|
33084
|
+
border-radius: 2px;
|
|
33085
|
+
}
|
|
33086
|
+
.E_t1gz6wqf .table-loading-item .checkbox-loading {
|
|
33087
|
+
width: 16px;
|
|
33088
|
+
}
|
|
33089
|
+
.E_t1gz6wqf .table-loading-item .td-loading {
|
|
33090
|
+
flex: 1;
|
|
33091
|
+
}
|
|
33092
|
+
.E_t1gz6wqf :nth-child(1) {
|
|
33093
|
+
padding: 8px 4px;
|
|
33094
|
+
}
|
|
33095
|
+
.E_t1gz6wqf :nth-child(1) > * {
|
|
33096
|
+
background: rgba(107, 125, 153, 0.18);
|
|
33097
|
+
}
|
|
33098
|
+
.E_t1gz6wqf :nth-child(1) > * {
|
|
33099
|
+
background: rgba(163, 180, 204, 0.18);
|
|
33100
|
+
}
|
|
33101
|
+
|
|
33102
33102
|
.E_c1k4vanq {
|
|
33103
33103
|
padding: 0 12px 14px 12px;
|
|
33104
33104
|
}
|
|
@@ -33156,22 +33156,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33156
33156
|
margin-right: 2px;
|
|
33157
33157
|
}
|
|
33158
33158
|
|
|
33159
|
-
.E_rrwcpby {
|
|
33160
|
-
display: flex;
|
|
33161
|
-
align-items: center;
|
|
33162
|
-
}
|
|
33163
|
-
.E_rrwcpby .order {
|
|
33164
|
-
height: 24px;
|
|
33165
|
-
width: 24px;
|
|
33166
|
-
border-radius: 20px;
|
|
33167
|
-
color: #0080ff;
|
|
33168
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33169
|
-
display: flex;
|
|
33170
|
-
align-items: center;
|
|
33171
|
-
justify-content: center;
|
|
33172
|
-
margin-right: 6px;
|
|
33173
|
-
}
|
|
33174
|
-
|
|
33175
33159
|
.E_bab9xum {
|
|
33176
33160
|
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);
|
|
33177
33161
|
}
|
|
@@ -33189,6 +33173,22 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33189
33173
|
transform: translateY(-4px);
|
|
33190
33174
|
}
|
|
33191
33175
|
|
|
33176
|
+
.E_rrwcpby {
|
|
33177
|
+
display: flex;
|
|
33178
|
+
align-items: center;
|
|
33179
|
+
}
|
|
33180
|
+
.E_rrwcpby .order {
|
|
33181
|
+
height: 24px;
|
|
33182
|
+
width: 24px;
|
|
33183
|
+
border-radius: 20px;
|
|
33184
|
+
color: #0080ff;
|
|
33185
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33186
|
+
display: flex;
|
|
33187
|
+
align-items: center;
|
|
33188
|
+
justify-content: center;
|
|
33189
|
+
margin-right: 6px;
|
|
33190
|
+
}
|
|
33191
|
+
|
|
33192
33192
|
.E_f1p9ti6d {
|
|
33193
33193
|
width: 100%;
|
|
33194
33194
|
margin-bottom: 0 !important;
|
|
@@ -33220,37 +33220,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33220
33220
|
min-height: 0px;
|
|
33221
33221
|
}
|
|
33222
33222
|
|
|
33223
|
-
.E_sut42l0 {
|
|
33224
|
-
padding: 0 8px;
|
|
33225
|
-
height: 18px;
|
|
33226
|
-
}
|
|
33227
|
-
|
|
33228
|
-
.E_mfsz1jz {
|
|
33229
|
-
padding: 2px 8px;
|
|
33230
|
-
height: 24px;
|
|
33231
|
-
}
|
|
33232
|
-
|
|
33233
|
-
.E_tnd6h4m {
|
|
33234
|
-
margin: 0;
|
|
33235
|
-
}
|
|
33236
|
-
|
|
33237
|
-
.E_i1qw4clm {
|
|
33238
|
-
margin-right: 4px;
|
|
33239
|
-
height: 16px;
|
|
33240
|
-
}
|
|
33241
|
-
|
|
33242
|
-
.E_n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33243
|
-
font-weight: 700;
|
|
33244
|
-
color: #00122e;
|
|
33245
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33246
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33247
|
-
}
|
|
33248
|
-
|
|
33249
|
-
.E_iwsze0q {
|
|
33250
|
-
margin-right: 4px;
|
|
33251
|
-
height: 16px;
|
|
33252
|
-
}
|
|
33253
|
-
|
|
33254
33223
|
.E_tc40oxa {
|
|
33255
33224
|
margin-bottom: 4px;
|
|
33256
33225
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33444,6 +33413,15 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33444
33413
|
margin-right: 8px;
|
|
33445
33414
|
}
|
|
33446
33415
|
|
|
33416
|
+
.E_w1xcixj5.outside-tag {
|
|
33417
|
+
padding-left: 0;
|
|
33418
|
+
}
|
|
33419
|
+
.E_w1xcixj5.outside-tag .inside-tag {
|
|
33420
|
+
border-radius: 4px 0 0 4px;
|
|
33421
|
+
padding-right: 4px;
|
|
33422
|
+
margin-right: 4px;
|
|
33423
|
+
}
|
|
33424
|
+
|
|
33447
33425
|
.E_at4ovwe .ant-input-number-handler-wrap {
|
|
33448
33426
|
display: var(--at4ovwe-0);
|
|
33449
33427
|
}
|
|
@@ -33494,13 +33472,35 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33494
33472
|
font-size: inherit;
|
|
33495
33473
|
}
|
|
33496
33474
|
|
|
33497
|
-
.
|
|
33498
|
-
|
|
33475
|
+
.E_iwsze0q {
|
|
33476
|
+
margin-right: 4px;
|
|
33477
|
+
height: 16px;
|
|
33499
33478
|
}
|
|
33500
|
-
|
|
33501
|
-
|
|
33502
|
-
padding
|
|
33479
|
+
|
|
33480
|
+
.E_sut42l0 {
|
|
33481
|
+
padding: 0 8px;
|
|
33482
|
+
height: 18px;
|
|
33483
|
+
}
|
|
33484
|
+
|
|
33485
|
+
.E_mfsz1jz {
|
|
33486
|
+
padding: 2px 8px;
|
|
33487
|
+
height: 24px;
|
|
33488
|
+
}
|
|
33489
|
+
|
|
33490
|
+
.E_tnd6h4m {
|
|
33491
|
+
margin: 0;
|
|
33492
|
+
}
|
|
33493
|
+
|
|
33494
|
+
.E_i1qw4clm {
|
|
33503
33495
|
margin-right: 4px;
|
|
33496
|
+
height: 16px;
|
|
33497
|
+
}
|
|
33498
|
+
|
|
33499
|
+
.E_n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33500
|
+
font-weight: 700;
|
|
33501
|
+
color: #00122e;
|
|
33502
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33503
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33504
33504
|
}
|
|
33505
33505
|
|
|
33506
33506
|
.E_a6dbbkm .ant-input-number-handler-wrap {
|