@cloudtower/eagle 0.27.93 → 0.27.98
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/cjs/stats1.html +1 -1
- package/dist/components.css +2379 -2383
- package/dist/esm/stats1.html +1 -1
- package/dist/stories/docs/core/Button.stories.d.ts +23 -20
- package/dist/style.css +2059 -2064
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29578,17 +29578,26 @@ html body {
|
|
|
29578
29578
|
padding: 8px 12px;
|
|
29579
29579
|
}
|
|
29580
29580
|
|
|
29581
|
-
.
|
|
29582
|
-
|
|
29583
|
-
justify-content: space-between;
|
|
29584
|
-
width: 100%;
|
|
29581
|
+
.E_c1uzzomf {
|
|
29582
|
+
margin-bottom: 16px;
|
|
29585
29583
|
}
|
|
29586
|
-
.
|
|
29587
|
-
|
|
29584
|
+
.E_c1uzzomf .card-title {
|
|
29585
|
+
font-size: 16px;
|
|
29586
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29587
|
+
font-weight: 700;
|
|
29588
|
+
line-height: 32px;
|
|
29588
29589
|
}
|
|
29589
|
-
|
|
29590
|
-
|
|
29591
|
-
|
|
29590
|
+
.E_c1uzzomf .card-body {
|
|
29591
|
+
padding: 24px;
|
|
29592
|
+
border-radius: 8px;
|
|
29593
|
+
background: #fff;
|
|
29594
|
+
}
|
|
29595
|
+
.E_c1uzzomf .empty {
|
|
29596
|
+
font-weight: 700;
|
|
29597
|
+
font-size: 14px;
|
|
29598
|
+
line-height: 22px;
|
|
29599
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29600
|
+
text-align: center;
|
|
29592
29601
|
}
|
|
29593
29602
|
|
|
29594
29603
|
.E_berrcjl {
|
|
@@ -29607,6 +29616,131 @@ html body {
|
|
|
29607
29616
|
color: #005ed1;
|
|
29608
29617
|
}
|
|
29609
29618
|
|
|
29619
|
+
.E_b1nip9bk {
|
|
29620
|
+
padding: 4px 11px;
|
|
29621
|
+
}
|
|
29622
|
+
|
|
29623
|
+
.E_bqamoqe {
|
|
29624
|
+
white-space: nowrap;
|
|
29625
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29626
|
+
}
|
|
29627
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29628
|
+
--color: #0080ff;
|
|
29629
|
+
}
|
|
29630
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29631
|
+
--color: #0080ff;
|
|
29632
|
+
}
|
|
29633
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29634
|
+
margin-left: 1px;
|
|
29635
|
+
}
|
|
29636
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29637
|
+
border-top-right-radius: 0;
|
|
29638
|
+
border-bottom-right-radius: 0;
|
|
29639
|
+
}
|
|
29640
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29641
|
+
border-top-left-radius: 0;
|
|
29642
|
+
border-bottom-left-radius: 0;
|
|
29643
|
+
}
|
|
29644
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29645
|
+
border-radius: unset;
|
|
29646
|
+
}
|
|
29647
|
+
|
|
29648
|
+
.E_d1bw7c5z {
|
|
29649
|
+
position: relative;
|
|
29650
|
+
max-width: 388px;
|
|
29651
|
+
min-width: 285px;
|
|
29652
|
+
}
|
|
29653
|
+
.E_d1bw7c5z .center {
|
|
29654
|
+
position: absolute;
|
|
29655
|
+
font-size: 12px;
|
|
29656
|
+
width: 80px;
|
|
29657
|
+
height: 100px;
|
|
29658
|
+
top: 0;
|
|
29659
|
+
left: 35px;
|
|
29660
|
+
display: flex;
|
|
29661
|
+
flex-direction: column;
|
|
29662
|
+
justify-content: center;
|
|
29663
|
+
align-items: center;
|
|
29664
|
+
color: #00122e;
|
|
29665
|
+
}
|
|
29666
|
+
.E_d1bw7c5z .center .number {
|
|
29667
|
+
font-size: 24px;
|
|
29668
|
+
font-weight: 700;
|
|
29669
|
+
}
|
|
29670
|
+
.E_d1bw7c5z .center .text {
|
|
29671
|
+
padding: 0 5px;
|
|
29672
|
+
font-size: 12px;
|
|
29673
|
+
width: inherit;
|
|
29674
|
+
text-align: center;
|
|
29675
|
+
}
|
|
29676
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29677
|
+
display: flex;
|
|
29678
|
+
}
|
|
29679
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29680
|
+
position: relative !important;
|
|
29681
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29682
|
+
left: 0 !important;
|
|
29683
|
+
bottom: 0 !important;
|
|
29684
|
+
display: flex;
|
|
29685
|
+
align-items: center;
|
|
29686
|
+
}
|
|
29687
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29688
|
+
width: 100%;
|
|
29689
|
+
}
|
|
29690
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29691
|
+
width: 100%;
|
|
29692
|
+
margin-right: 0 !important;
|
|
29693
|
+
line-height: 18px;
|
|
29694
|
+
}
|
|
29695
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29696
|
+
border-radius: 2px;
|
|
29697
|
+
}
|
|
29698
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29699
|
+
min-width: 75px;
|
|
29700
|
+
max-width: 198px;
|
|
29701
|
+
width: calc(100% - 20px);
|
|
29702
|
+
margin-left: 2px;
|
|
29703
|
+
color: #00122e !important;
|
|
29704
|
+
display: inline-flex;
|
|
29705
|
+
justify-content: space-between;
|
|
29706
|
+
}
|
|
29707
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29708
|
+
maxwidth: calc(100% - 12px);
|
|
29709
|
+
cursor: pointer;
|
|
29710
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29711
|
+
overflow: hidden;
|
|
29712
|
+
text-overflow: ellipsis;
|
|
29713
|
+
white-space: nowrap;
|
|
29714
|
+
}
|
|
29715
|
+
.E_d1bw7c5z .value {
|
|
29716
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29717
|
+
}
|
|
29718
|
+
|
|
29719
|
+
.E_t10pqbtc {
|
|
29720
|
+
width: 140px;
|
|
29721
|
+
}
|
|
29722
|
+
.E_t10pqbtc .item {
|
|
29723
|
+
margin: 6px auto;
|
|
29724
|
+
display: flex;
|
|
29725
|
+
justify-content: space-between;
|
|
29726
|
+
}
|
|
29727
|
+
.E_t10pqbtc .item .name {
|
|
29728
|
+
width: 102px;
|
|
29729
|
+
}
|
|
29730
|
+
|
|
29731
|
+
.E_m74vjol {
|
|
29732
|
+
display: flex;
|
|
29733
|
+
justify-content: space-between;
|
|
29734
|
+
width: 100%;
|
|
29735
|
+
}
|
|
29736
|
+
.E_m74vjol .action {
|
|
29737
|
+
margin-left: 16px;
|
|
29738
|
+
}
|
|
29739
|
+
|
|
29740
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29741
|
+
width: 100%;
|
|
29742
|
+
}
|
|
29743
|
+
|
|
29610
29744
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29611
29745
|
justify-content: center;
|
|
29612
29746
|
}
|
|
@@ -29631,6 +29765,10 @@ html body {
|
|
|
29631
29765
|
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
29632
29766
|
border-radius: 50%;
|
|
29633
29767
|
}
|
|
29768
|
+
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
29769
|
+
margin-right: 8px;
|
|
29770
|
+
padding-right: 0px;
|
|
29771
|
+
}
|
|
29634
29772
|
.E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
|
|
29635
29773
|
color: var(--color, #06101f);
|
|
29636
29774
|
font-weight: var(--font-weight);
|
|
@@ -29857,21 +29995,6 @@ html body {
|
|
|
29857
29995
|
padding: 0;
|
|
29858
29996
|
}
|
|
29859
29997
|
|
|
29860
|
-
.E_fzh9mnb {
|
|
29861
|
-
width: 100%;
|
|
29862
|
-
height: 100%;
|
|
29863
|
-
min-height: 124px;
|
|
29864
|
-
display: flex;
|
|
29865
|
-
flex-direction: column;
|
|
29866
|
-
justify-content: center;
|
|
29867
|
-
align-items: center;
|
|
29868
|
-
}
|
|
29869
|
-
.E_fzh9mnb .error-text {
|
|
29870
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29871
|
-
margin-bottom: 16px;
|
|
29872
|
-
font-size: 18px;
|
|
29873
|
-
}
|
|
29874
|
-
|
|
29875
29998
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29876
29999
|
padding: 4px 8px 0 8px;
|
|
29877
30000
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -29885,473 +30008,209 @@ html body {
|
|
|
29885
30008
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29886
30009
|
}
|
|
29887
30010
|
|
|
29888
|
-
.
|
|
29889
|
-
|
|
30011
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30012
|
+
display: flex;
|
|
29890
30013
|
}
|
|
29891
30014
|
|
|
29892
|
-
.
|
|
29893
|
-
|
|
29894
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30015
|
+
.E_c1yyuluq {
|
|
30016
|
+
border-radius: 8px;
|
|
29895
30017
|
}
|
|
29896
|
-
.
|
|
29897
|
-
|
|
30018
|
+
.E_c1yyuluq .ant-card-body {
|
|
30019
|
+
padding: 20px 24px 24px 24px;
|
|
29898
30020
|
}
|
|
29899
|
-
|
|
29900
|
-
|
|
30021
|
+
|
|
30022
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30023
|
+
line-height: 18px;
|
|
29901
30024
|
}
|
|
29902
|
-
|
|
29903
|
-
|
|
30025
|
+
|
|
30026
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30027
|
+
border: 0px;
|
|
30028
|
+
background-color: #fff;
|
|
29904
30029
|
}
|
|
29905
|
-
.
|
|
29906
|
-
|
|
29907
|
-
|
|
30030
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30031
|
+
padding-top: 0px;
|
|
30032
|
+
padding-bottom: 0px;
|
|
30033
|
+
padding-left: 0px !important;
|
|
30034
|
+
padding-right: 24px;
|
|
29908
30035
|
}
|
|
29909
|
-
.
|
|
29910
|
-
|
|
29911
|
-
border-bottom-left-radius: 0;
|
|
30036
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30037
|
+
right: 0px;
|
|
29912
30038
|
}
|
|
29913
|
-
.
|
|
29914
|
-
|
|
30039
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30040
|
+
padding: 0px;
|
|
29915
30041
|
}
|
|
29916
30042
|
|
|
29917
|
-
.
|
|
29918
|
-
|
|
30043
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30044
|
+
padding-right: 0px;
|
|
30045
|
+
cursor: default;
|
|
29919
30046
|
}
|
|
29920
|
-
|
|
29921
|
-
|
|
30047
|
+
|
|
30048
|
+
.E_phljevk {
|
|
30049
|
+
display: flex;
|
|
30050
|
+
justify-content: space-between;
|
|
30051
|
+
align-items: center;
|
|
30052
|
+
padding: 10px 0;
|
|
29922
30053
|
color: rgba(44, 56, 82, 0.6);
|
|
29923
|
-
font-
|
|
29924
|
-
line-height:
|
|
29925
|
-
}
|
|
29926
|
-
.E_c1uzzomf .card-body {
|
|
29927
|
-
padding: 24px;
|
|
29928
|
-
border-radius: 8px;
|
|
29929
|
-
background: #fff;
|
|
30054
|
+
font-size: 12px;
|
|
30055
|
+
line-height: 24px;
|
|
29930
30056
|
}
|
|
29931
|
-
.
|
|
29932
|
-
|
|
29933
|
-
font-size: 14px;
|
|
29934
|
-
line-height: 22px;
|
|
29935
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29936
|
-
text-align: center;
|
|
30057
|
+
.E_phljevk .pagination-left {
|
|
30058
|
+
padding: 2px 8px;
|
|
29937
30059
|
}
|
|
29938
|
-
|
|
29939
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30060
|
+
.E_phljevk .dropdown-trigger {
|
|
29940
30061
|
display: flex;
|
|
30062
|
+
align-items: center;
|
|
30063
|
+
border-radius: 6px;
|
|
30064
|
+
cursor: pointer;
|
|
30065
|
+
transition: all 0.3s ease;
|
|
29941
30066
|
}
|
|
29942
|
-
|
|
29943
|
-
.
|
|
29944
|
-
|
|
29945
|
-
max-width: 388px;
|
|
29946
|
-
min-width: 285px;
|
|
30067
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30068
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30069
|
+
color: #0080ff;
|
|
29947
30070
|
}
|
|
29948
|
-
.
|
|
29949
|
-
|
|
29950
|
-
|
|
29951
|
-
|
|
29952
|
-
height: 100px;
|
|
29953
|
-
top: 0;
|
|
29954
|
-
left: 35px;
|
|
30071
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30072
|
+
margin-left: 4px;
|
|
30073
|
+
}
|
|
30074
|
+
.E_phljevk .pagination-right {
|
|
29955
30075
|
display: flex;
|
|
29956
|
-
flex-direction: column;
|
|
29957
|
-
justify-content: center;
|
|
29958
30076
|
align-items: center;
|
|
29959
|
-
color: #
|
|
30077
|
+
color: #0080ff;
|
|
30078
|
+
font-weight: bold;
|
|
29960
30079
|
}
|
|
29961
|
-
.
|
|
29962
|
-
|
|
29963
|
-
font-weight: 700;
|
|
30080
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30081
|
+
margin-left: 4px;
|
|
29964
30082
|
}
|
|
29965
|
-
.
|
|
29966
|
-
|
|
29967
|
-
|
|
29968
|
-
width: inherit;
|
|
29969
|
-
text-align: center;
|
|
30083
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30084
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30085
|
+
padding: 0 8px;
|
|
29970
30086
|
}
|
|
29971
|
-
.
|
|
29972
|
-
|
|
30087
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30088
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30089
|
+
color: #0080ff;
|
|
29973
30090
|
}
|
|
29974
|
-
.
|
|
29975
|
-
|
|
29976
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29977
|
-
left: 0 !important;
|
|
29978
|
-
bottom: 0 !important;
|
|
29979
|
-
display: flex;
|
|
29980
|
-
align-items: center;
|
|
30091
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30092
|
+
transform: rotate(180deg);
|
|
29981
30093
|
}
|
|
29982
|
-
|
|
29983
|
-
|
|
30094
|
+
|
|
30095
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30096
|
+
max-height: calc(100vh - 128px);
|
|
30097
|
+
overflow-y: auto;
|
|
29984
30098
|
}
|
|
29985
|
-
.
|
|
29986
|
-
|
|
29987
|
-
|
|
30099
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30100
|
+
padding: 4px 20px;
|
|
30101
|
+
font-size: 12px;
|
|
29988
30102
|
line-height: 18px;
|
|
29989
30103
|
}
|
|
29990
|
-
|
|
29991
|
-
|
|
29992
|
-
|
|
29993
|
-
|
|
29994
|
-
|
|
29995
|
-
max-width: 198px;
|
|
29996
|
-
width: calc(100% - 20px);
|
|
29997
|
-
margin-left: 2px;
|
|
29998
|
-
color: #00122e !important;
|
|
29999
|
-
display: inline-flex;
|
|
30000
|
-
justify-content: space-between;
|
|
30001
|
-
}
|
|
30002
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30003
|
-
maxwidth: calc(100% - 12px);
|
|
30004
|
-
cursor: pointer;
|
|
30005
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30006
|
-
overflow: hidden;
|
|
30007
|
-
text-overflow: ellipsis;
|
|
30008
|
-
white-space: nowrap;
|
|
30104
|
+
|
|
30105
|
+
.E_ivqqkzv {
|
|
30106
|
+
height: 24px;
|
|
30107
|
+
width: 56px !important;
|
|
30108
|
+
margin-right: 4px;
|
|
30009
30109
|
}
|
|
30010
|
-
|
|
30011
|
-
|
|
30110
|
+
|
|
30111
|
+
.E_c1wk4q29 {
|
|
30112
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30012
30113
|
}
|
|
30013
30114
|
|
|
30014
|
-
.
|
|
30015
|
-
|
|
30115
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30116
|
+
display: inline-flex;
|
|
30117
|
+
align-items: baseline;
|
|
30118
|
+
white-space: pre-wrap;
|
|
30016
30119
|
}
|
|
30017
|
-
.
|
|
30018
|
-
|
|
30019
|
-
|
|
30020
|
-
justify-content: space-between;
|
|
30120
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30121
|
+
position: relative;
|
|
30122
|
+
top: 3px;
|
|
30021
30123
|
}
|
|
30022
|
-
.
|
|
30023
|
-
|
|
30124
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30125
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30024
30126
|
}
|
|
30025
|
-
|
|
30026
|
-
|
|
30027
|
-
display: inline-flex;
|
|
30028
|
-
align-items: center;
|
|
30127
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30128
|
+
border-color: #0080ff;
|
|
30029
30129
|
}
|
|
30030
|
-
.
|
|
30031
|
-
|
|
30032
|
-
|
|
30033
|
-
justify-content: center;
|
|
30130
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30131
|
+
border-color: #0080ff;
|
|
30132
|
+
background: #0080ff;
|
|
30034
30133
|
}
|
|
30035
|
-
.
|
|
30036
|
-
|
|
30037
|
-
|
|
30134
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30135
|
+
top: 4px;
|
|
30136
|
+
left: 4px;
|
|
30137
|
+
width: 6px;
|
|
30138
|
+
height: 6px;
|
|
30139
|
+
background: #fff;
|
|
30038
30140
|
}
|
|
30039
|
-
.
|
|
30040
|
-
.
|
|
30041
|
-
animation: rotate 680ms linear infinite;
|
|
30141
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30142
|
+
opacity: 0.5;
|
|
30042
30143
|
}
|
|
30043
|
-
|
|
30044
|
-
.
|
|
30045
|
-
|
|
30046
|
-
margin-bottom: 0 !important;
|
|
30047
|
-
flex-flow: nowrap !important;
|
|
30048
|
-
line-break: auto;
|
|
30144
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30145
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30146
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30049
30147
|
}
|
|
30050
|
-
.
|
|
30051
|
-
|
|
30052
|
-
padding-bottom: 0 !important;
|
|
30148
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30149
|
+
background: #00122e;
|
|
30053
30150
|
}
|
|
30054
|
-
.
|
|
30055
|
-
|
|
30056
|
-
|
|
30057
|
-
font-size: 13px;
|
|
30058
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30059
|
-
white-space: normal;
|
|
30151
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30152
|
+
color: #00122e;
|
|
30153
|
+
opacity: 0.5;
|
|
30060
30154
|
}
|
|
30061
|
-
.
|
|
30062
|
-
|
|
30155
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30156
|
+
color: #00122e;
|
|
30063
30157
|
}
|
|
30064
|
-
.
|
|
30065
|
-
|
|
30066
|
-
|
|
30067
|
-
|
|
30158
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30159
|
+
display: inline-block;
|
|
30160
|
+
padding: 0;
|
|
30161
|
+
padding-left: 12px;
|
|
30068
30162
|
}
|
|
30069
|
-
.
|
|
30070
|
-
|
|
30163
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30164
|
+
margin-bottom: 0;
|
|
30165
|
+
white-space: pre-wrap;
|
|
30071
30166
|
color: rgba(44, 56, 82, 0.6);
|
|
30072
|
-
min-height: 0px;
|
|
30073
30167
|
}
|
|
30074
|
-
|
|
30075
|
-
|
|
30076
|
-
line-height: 18px;
|
|
30168
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30169
|
+
padding-left: 8px;
|
|
30077
30170
|
}
|
|
30078
30171
|
|
|
30079
|
-
.
|
|
30080
|
-
|
|
30172
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30173
|
+
border-radius: 5px 0 0 5px;
|
|
30081
30174
|
}
|
|
30082
|
-
.
|
|
30083
|
-
|
|
30084
|
-
line-height: 1.5715;
|
|
30085
|
-
height: 100%;
|
|
30086
|
-
width: 100%;
|
|
30175
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30176
|
+
border-radius: 0 5px 5px 0;
|
|
30087
30177
|
}
|
|
30088
|
-
|
|
30089
|
-
|
|
30090
|
-
|
|
30091
|
-
|
|
30092
|
-
align-items: center;
|
|
30093
|
-
margin-left: 4px;
|
|
30094
|
-
padding: 5px 12px 5px 0;
|
|
30095
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30178
|
+
|
|
30179
|
+
.E_rcc63c8 {
|
|
30180
|
+
color: #00122e;
|
|
30181
|
+
border-color: #ccd4e3;
|
|
30096
30182
|
}
|
|
30097
|
-
.
|
|
30098
|
-
|
|
30099
|
-
display: var(--ai7qkf2-4);
|
|
30100
|
-
flex: none;
|
|
30101
|
-
align-items: center;
|
|
30102
|
-
margin-right: 4px;
|
|
30103
|
-
cursor: auto;
|
|
30104
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30183
|
+
.E_rcc63c8:first-child {
|
|
30184
|
+
border-color: #a3b4cc;
|
|
30105
30185
|
}
|
|
30106
|
-
.
|
|
30107
|
-
|
|
30186
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30187
|
+
padding: 0 12px;
|
|
30188
|
+
line-height: 32px;
|
|
30189
|
+
height: 32px;
|
|
30108
30190
|
}
|
|
30109
|
-
.
|
|
30110
|
-
|
|
30111
|
-
border-radius: 6px;
|
|
30191
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30192
|
+
white-space: nowrap;
|
|
30112
30193
|
}
|
|
30113
|
-
.
|
|
30114
|
-
|
|
30115
|
-
|
|
30116
|
-
|
|
30194
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30195
|
+
height: 22px;
|
|
30196
|
+
padding: 0 7px;
|
|
30197
|
+
line-height: 20px;
|
|
30117
30198
|
}
|
|
30118
|
-
.
|
|
30119
|
-
|
|
30120
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30199
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30200
|
+
background: #ccd4e3;
|
|
30121
30201
|
}
|
|
30122
|
-
.
|
|
30123
|
-
|
|
30124
|
-
border: 1px;
|
|
30125
|
-
padding: 5px 12px;
|
|
30126
|
-
font-size: inherit;
|
|
30202
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30203
|
+
background: #0080ff;
|
|
30127
30204
|
}
|
|
30128
|
-
.
|
|
30129
|
-
|
|
30130
|
-
|
|
30131
|
-
padding: 8px 16px;
|
|
30205
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30206
|
+
background: #ccd4e3;
|
|
30207
|
+
opacity: 0.5;
|
|
30132
30208
|
}
|
|
30133
|
-
.
|
|
30134
|
-
|
|
30135
|
-
border: 1px;
|
|
30136
|
-
padding: 2px 8px;
|
|
30209
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30210
|
+
border-right-color: #0080ff;
|
|
30137
30211
|
}
|
|
30138
|
-
|
|
30139
|
-
|
|
30140
|
-
display: var(--a1wfy30z-0);
|
|
30141
|
-
}
|
|
30142
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30143
|
-
padding: 4px 11px;
|
|
30144
|
-
display: inline-flex;
|
|
30145
|
-
line-height: 1.5715;
|
|
30146
|
-
height: inherit;
|
|
30147
|
-
}
|
|
30148
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30149
|
-
content: var(--a1wfy30z-1);
|
|
30150
|
-
display: var(--a1wfy30z-2);
|
|
30151
|
-
flex: none;
|
|
30152
|
-
align-items: center;
|
|
30153
|
-
margin-left: 4px;
|
|
30154
|
-
}
|
|
30155
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30156
|
-
content: var(--a1wfy30z-3);
|
|
30157
|
-
display: var(--a1wfy30z-4);
|
|
30158
|
-
flex: none;
|
|
30159
|
-
align-items: center;
|
|
30160
|
-
margin-right: 4px;
|
|
30161
|
-
cursor: auto;
|
|
30162
|
-
}
|
|
30163
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30164
|
-
padding: 0;
|
|
30165
|
-
margin: 0;
|
|
30166
|
-
height: auto;
|
|
30167
|
-
font-size: inherit;
|
|
30168
|
-
}
|
|
30169
|
-
|
|
30170
|
-
.E_i1inqkme {
|
|
30171
|
-
height: 18px;
|
|
30172
|
-
line-height: 18px;
|
|
30173
|
-
padding: 0 4px;
|
|
30174
|
-
border-radius: 4px;
|
|
30175
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30176
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30177
|
-
display: flex;
|
|
30178
|
-
align-items: center;
|
|
30179
|
-
white-space: nowrap;
|
|
30180
|
-
margin-right: 4px;
|
|
30181
|
-
}
|
|
30182
|
-
|
|
30183
|
-
.E_owd0kml {
|
|
30184
|
-
display: inline-block;
|
|
30185
|
-
}
|
|
30186
|
-
|
|
30187
|
-
.E_h1jsgezc {
|
|
30188
|
-
visibility: hidden;
|
|
30189
|
-
position: absolute;
|
|
30190
|
-
}
|
|
30191
|
-
|
|
30192
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30193
|
-
margin-left: 8px;
|
|
30194
|
-
}
|
|
30195
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30196
|
-
padding: 2px 7px 2px 12px;
|
|
30197
|
-
}
|
|
30198
|
-
|
|
30199
|
-
.E_phljevk {
|
|
30200
|
-
display: flex;
|
|
30201
|
-
justify-content: space-between;
|
|
30202
|
-
align-items: center;
|
|
30203
|
-
padding: 10px 0;
|
|
30204
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30205
|
-
font-size: 12px;
|
|
30206
|
-
line-height: 24px;
|
|
30207
|
-
}
|
|
30208
|
-
.E_phljevk .pagination-left {
|
|
30209
|
-
padding: 2px 8px;
|
|
30210
|
-
}
|
|
30211
|
-
.E_phljevk .dropdown-trigger {
|
|
30212
|
-
display: flex;
|
|
30213
|
-
align-items: center;
|
|
30214
|
-
border-radius: 6px;
|
|
30215
|
-
cursor: pointer;
|
|
30216
|
-
transition: all 0.3s ease;
|
|
30217
|
-
}
|
|
30218
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30219
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30220
|
-
color: #0080ff;
|
|
30221
|
-
}
|
|
30222
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30223
|
-
margin-left: 4px;
|
|
30224
|
-
}
|
|
30225
|
-
.E_phljevk .pagination-right {
|
|
30226
|
-
display: flex;
|
|
30227
|
-
align-items: center;
|
|
30228
|
-
color: #0080ff;
|
|
30229
|
-
font-weight: bold;
|
|
30230
|
-
}
|
|
30231
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30232
|
-
margin-left: 4px;
|
|
30233
|
-
}
|
|
30234
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30235
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30236
|
-
padding: 0 8px;
|
|
30237
|
-
}
|
|
30238
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30239
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30240
|
-
color: #0080ff;
|
|
30241
|
-
}
|
|
30242
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30243
|
-
transform: rotate(180deg);
|
|
30244
|
-
}
|
|
30245
|
-
|
|
30246
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30247
|
-
max-height: calc(100vh - 128px);
|
|
30248
|
-
overflow-y: auto;
|
|
30249
|
-
}
|
|
30250
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30251
|
-
padding: 4px 20px;
|
|
30252
|
-
font-size: 12px;
|
|
30253
|
-
line-height: 18px;
|
|
30254
|
-
}
|
|
30255
|
-
|
|
30256
|
-
.E_rapgekc.ant-radio-wrapper {
|
|
30257
|
-
display: inline-flex;
|
|
30258
|
-
align-items: baseline;
|
|
30259
|
-
white-space: pre-wrap;
|
|
30260
|
-
}
|
|
30261
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30262
|
-
position: relative;
|
|
30263
|
-
top: 3px;
|
|
30264
|
-
}
|
|
30265
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30266
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30267
|
-
}
|
|
30268
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30269
|
-
border-color: #0080ff;
|
|
30270
|
-
}
|
|
30271
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30272
|
-
border-color: #0080ff;
|
|
30273
|
-
background: #0080ff;
|
|
30274
|
-
}
|
|
30275
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30276
|
-
top: 4px;
|
|
30277
|
-
left: 4px;
|
|
30278
|
-
width: 6px;
|
|
30279
|
-
height: 6px;
|
|
30280
|
-
background: #fff;
|
|
30281
|
-
}
|
|
30282
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30283
|
-
opacity: 0.5;
|
|
30284
|
-
}
|
|
30285
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30286
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30287
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30288
|
-
}
|
|
30289
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30290
|
-
background: #00122e;
|
|
30291
|
-
}
|
|
30292
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30293
|
-
color: #00122e;
|
|
30294
|
-
opacity: 0.5;
|
|
30295
|
-
}
|
|
30296
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30297
|
-
color: #00122e;
|
|
30298
|
-
}
|
|
30299
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30300
|
-
display: inline-block;
|
|
30301
|
-
padding: 0;
|
|
30302
|
-
padding-left: 12px;
|
|
30303
|
-
}
|
|
30304
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30305
|
-
margin-bottom: 0;
|
|
30306
|
-
white-space: pre-wrap;
|
|
30307
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30308
|
-
}
|
|
30309
|
-
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30310
|
-
padding-left: 8px;
|
|
30311
|
-
}
|
|
30312
|
-
|
|
30313
|
-
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30314
|
-
border-radius: 5px 0 0 5px;
|
|
30315
|
-
}
|
|
30316
|
-
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30317
|
-
border-radius: 0 5px 5px 0;
|
|
30318
|
-
}
|
|
30319
|
-
|
|
30320
|
-
.E_rcc63c8 {
|
|
30321
|
-
color: #00122e;
|
|
30322
|
-
border-color: #ccd4e3;
|
|
30323
|
-
}
|
|
30324
|
-
.E_rcc63c8:first-child {
|
|
30325
|
-
border-color: #a3b4cc;
|
|
30326
|
-
}
|
|
30327
|
-
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30328
|
-
padding: 0 12px;
|
|
30329
|
-
line-height: 32px;
|
|
30330
|
-
height: 32px;
|
|
30331
|
-
}
|
|
30332
|
-
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30333
|
-
white-space: nowrap;
|
|
30334
|
-
}
|
|
30335
|
-
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30336
|
-
height: 22px;
|
|
30337
|
-
padding: 0 7px;
|
|
30338
|
-
line-height: 20px;
|
|
30339
|
-
}
|
|
30340
|
-
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30341
|
-
background: #ccd4e3;
|
|
30342
|
-
}
|
|
30343
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30344
|
-
background: #0080ff;
|
|
30345
|
-
}
|
|
30346
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30347
|
-
background: #ccd4e3;
|
|
30348
|
-
opacity: 0.5;
|
|
30349
|
-
}
|
|
30350
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30351
|
-
border-right-color: #0080ff;
|
|
30352
|
-
}
|
|
30353
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30354
|
-
border-color: #0080ff;
|
|
30212
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30213
|
+
border-color: #0080ff;
|
|
30355
30214
|
}
|
|
30356
30215
|
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30357
30216
|
background: rgba(0, 136, 255, 0.1);
|
|
@@ -30456,64 +30315,14 @@ html body {
|
|
|
30456
30315
|
transform: rotate(180deg);
|
|
30457
30316
|
}
|
|
30458
30317
|
|
|
30459
|
-
.
|
|
30460
|
-
|
|
30461
|
-
height:
|
|
30462
|
-
|
|
30463
|
-
border-radius: 50%;
|
|
30464
|
-
flex-shrink: 0;
|
|
30465
|
-
display: flex;
|
|
30466
|
-
align-items: center;
|
|
30467
|
-
justify-content: center;
|
|
30468
|
-
border: 1px solid var(--color);
|
|
30469
|
-
}
|
|
30470
|
-
.E_c1bus5hc .circle-inner {
|
|
30471
|
-
position: relative;
|
|
30472
|
-
height: 10px;
|
|
30473
|
-
width: 10px;
|
|
30474
|
-
border-radius: 50%;
|
|
30318
|
+
.E_s1dizucg.ant-switch {
|
|
30319
|
+
min-width: 40px;
|
|
30320
|
+
height: 24px;
|
|
30321
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30475
30322
|
overflow: hidden;
|
|
30476
30323
|
}
|
|
30477
|
-
.
|
|
30478
|
-
|
|
30479
|
-
height: 100%;
|
|
30480
|
-
width: 100%;
|
|
30481
|
-
left: 0;
|
|
30482
|
-
top: 0;
|
|
30483
|
-
border-radius: 50%;
|
|
30484
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30485
|
-
transform: rotate(180deg);
|
|
30486
|
-
}
|
|
30487
|
-
.E_c1bus5hc .circle-child {
|
|
30488
|
-
position: absolute;
|
|
30489
|
-
height: 100%;
|
|
30490
|
-
width: 100%;
|
|
30491
|
-
left: 0;
|
|
30492
|
-
top: 0;
|
|
30493
|
-
margin-left: 50%;
|
|
30494
|
-
transform-origin: left;
|
|
30495
|
-
background: white;
|
|
30496
|
-
transform: rotate(0deg);
|
|
30497
|
-
}
|
|
30498
|
-
|
|
30499
|
-
.E_ivqqkzv {
|
|
30500
|
-
height: 24px;
|
|
30501
|
-
width: 56px !important;
|
|
30502
|
-
margin-right: 4px;
|
|
30503
|
-
}
|
|
30504
|
-
|
|
30505
|
-
.E_c1wk4q29 {
|
|
30506
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30507
|
-
}
|
|
30508
|
-
|
|
30509
|
-
.E_s1dizucg.ant-switch {
|
|
30510
|
-
min-width: 40px;
|
|
30511
|
-
height: 24px;
|
|
30512
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30513
|
-
overflow: hidden;
|
|
30514
|
-
}
|
|
30515
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30516
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30324
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30325
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30517
30326
|
}
|
|
30518
30327
|
.E_s1dizucg.ant-switch-small {
|
|
30519
30328
|
min-width: 26px;
|
|
@@ -30643,16 +30452,48 @@ html body {
|
|
|
30643
30452
|
background-color: #7E41FF;
|
|
30644
30453
|
}
|
|
30645
30454
|
|
|
30646
|
-
.
|
|
30647
|
-
|
|
30455
|
+
.E_c1bus5hc {
|
|
30456
|
+
--color: white;
|
|
30457
|
+
height: 14px;
|
|
30458
|
+
width: 14px;
|
|
30459
|
+
border-radius: 50%;
|
|
30460
|
+
flex-shrink: 0;
|
|
30461
|
+
display: flex;
|
|
30462
|
+
align-items: center;
|
|
30463
|
+
justify-content: center;
|
|
30464
|
+
border: 1px solid var(--color);
|
|
30648
30465
|
}
|
|
30649
|
-
.
|
|
30650
|
-
|
|
30651
|
-
|
|
30466
|
+
.E_c1bus5hc .circle-inner {
|
|
30467
|
+
position: relative;
|
|
30468
|
+
height: 10px;
|
|
30469
|
+
width: 10px;
|
|
30470
|
+
border-radius: 50%;
|
|
30471
|
+
overflow: hidden;
|
|
30472
|
+
}
|
|
30473
|
+
.E_c1bus5hc .circle-content {
|
|
30474
|
+
position: absolute;
|
|
30475
|
+
height: 100%;
|
|
30476
|
+
width: 100%;
|
|
30477
|
+
left: 0;
|
|
30478
|
+
top: 0;
|
|
30479
|
+
border-radius: 50%;
|
|
30480
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30481
|
+
transform: rotate(180deg);
|
|
30482
|
+
}
|
|
30483
|
+
.E_c1bus5hc .circle-child {
|
|
30484
|
+
position: absolute;
|
|
30485
|
+
height: 100%;
|
|
30486
|
+
width: 100%;
|
|
30487
|
+
left: 0;
|
|
30488
|
+
top: 0;
|
|
30489
|
+
margin-left: 50%;
|
|
30490
|
+
transform-origin: left;
|
|
30491
|
+
background: white;
|
|
30492
|
+
transform: rotate(0deg);
|
|
30652
30493
|
}
|
|
30653
30494
|
|
|
30654
|
-
.
|
|
30655
|
-
|
|
30495
|
+
.E_iq1gosr {
|
|
30496
|
+
display: inline-block;
|
|
30656
30497
|
}
|
|
30657
30498
|
|
|
30658
30499
|
.E_s1dni7lo {
|
|
@@ -30736,723 +30577,681 @@ html body {
|
|
|
30736
30577
|
opacity: 0;
|
|
30737
30578
|
}
|
|
30738
30579
|
|
|
30739
|
-
.
|
|
30740
|
-
|
|
30741
|
-
|
|
30742
|
-
|
|
30743
|
-
|
|
30744
|
-
.E_m7s48ia {
|
|
30745
|
-
max-width: 1120px;
|
|
30746
|
-
width: 100%;
|
|
30747
|
-
margin: 0 auto;
|
|
30748
|
-
height: 100%;
|
|
30580
|
+
.E_clm1wy1 {
|
|
30581
|
+
width: 192px;
|
|
30582
|
+
height: 246px;
|
|
30583
|
+
border-radius: 4px;
|
|
30749
30584
|
}
|
|
30750
|
-
|
|
30751
|
-
.
|
|
30752
|
-
max-width: 1120px;
|
|
30585
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
30586
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
30753
30587
|
width: 100%;
|
|
30754
|
-
|
|
30755
|
-
|
|
30756
|
-
}
|
|
30757
|
-
.E_wt5zbg6 .left,
|
|
30758
|
-
.E_wt5zbg6 .right {
|
|
30759
|
-
flex-grow: 0;
|
|
30760
|
-
flex-shrink: 0;
|
|
30761
|
-
flex-basis: 21%;
|
|
30762
|
-
}
|
|
30763
|
-
.E_wt5zbg6 .left {
|
|
30764
|
-
display: flex;
|
|
30765
|
-
justify-content: flex-end;
|
|
30766
|
-
padding-right: 44px;
|
|
30767
|
-
}
|
|
30768
|
-
.E_wt5zbg6 .right {
|
|
30769
|
-
padding-left: 44px;
|
|
30588
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
30589
|
+
border-top: none;
|
|
30770
30590
|
}
|
|
30771
|
-
.
|
|
30772
|
-
|
|
30773
|
-
|
|
30774
|
-
flex-shrink: 0;
|
|
30775
|
-
flex-basis: 58%;
|
|
30591
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
30592
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
30593
|
+
padding: 0 16px;
|
|
30776
30594
|
}
|
|
30777
|
-
.
|
|
30595
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
30596
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
30778
30597
|
width: 100%;
|
|
30598
|
+
height: 180px;
|
|
30599
|
+
border-spacing: 0;
|
|
30779
30600
|
}
|
|
30780
|
-
.
|
|
30781
|
-
|
|
30782
|
-
|
|
30783
|
-
|
|
30784
|
-
.E_h18jprzg .ant-modal-header {
|
|
30785
|
-
margin: 0 auto;
|
|
30786
|
-
width: 100%;
|
|
30787
|
-
max-width: 648px;
|
|
30601
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
30602
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
30603
|
+
margin-bottom: 8px;
|
|
30788
30604
|
}
|
|
30789
|
-
.
|
|
30790
|
-
|
|
30605
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
30606
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
30607
|
+
width: 22px;
|
|
30791
30608
|
}
|
|
30792
|
-
.
|
|
30793
|
-
|
|
30609
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
30610
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
30794
30611
|
padding: 0;
|
|
30795
|
-
width: 100%;
|
|
30796
|
-
max-width: 648px;
|
|
30797
|
-
overflow: hidden;
|
|
30798
|
-
}
|
|
30799
|
-
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30800
|
-
margin-bottom: 40px;
|
|
30801
30612
|
}
|
|
30802
|
-
.
|
|
30803
|
-
|
|
30804
|
-
|
|
30613
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
30614
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30615
|
+
opacity: 0.4;
|
|
30805
30616
|
}
|
|
30806
|
-
.
|
|
30807
|
-
|
|
30808
|
-
|
|
30617
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
30618
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30619
|
+
opacity: 1;
|
|
30809
30620
|
}
|
|
30810
|
-
|
|
30811
|
-
|
|
30812
|
-
margin: 0 auto;
|
|
30813
|
-
width: 100%;
|
|
30814
|
-
max-width: 1024px;
|
|
30621
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
30622
|
+
color: #3e4652;
|
|
30815
30623
|
}
|
|
30816
|
-
.
|
|
30817
|
-
|
|
30624
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
30625
|
+
pointer-events: none;
|
|
30818
30626
|
}
|
|
30819
|
-
|
|
30820
|
-
|
|
30821
|
-
|
|
30822
|
-
|
|
30823
|
-
|
|
30824
|
-
|
|
30627
|
+
|
|
30628
|
+
.E_t1tsm00v {
|
|
30629
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30630
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30631
|
+
backdrop-filter: blur(10px);
|
|
30632
|
+
padding: 7px 10px;
|
|
30825
30633
|
}
|
|
30826
|
-
|
|
30827
|
-
|
|
30634
|
+
|
|
30635
|
+
.E_c167wnad {
|
|
30636
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30637
|
+
display: flex;
|
|
30638
|
+
justify-content: space-between;
|
|
30639
|
+
align-items: center;
|
|
30640
|
+
padding: 8px 16px;
|
|
30828
30641
|
}
|
|
30829
|
-
.
|
|
30830
|
-
|
|
30831
|
-
overflow-y: auto;
|
|
30642
|
+
.E_c167wnad .anticon {
|
|
30643
|
+
cursor: pointer;
|
|
30832
30644
|
}
|
|
30833
|
-
.
|
|
30834
|
-
|
|
30835
|
-
max-width: 1024px;
|
|
30645
|
+
.E_c167wnad .anticon:hover {
|
|
30646
|
+
color: #0096ff;
|
|
30836
30647
|
}
|
|
30837
30648
|
|
|
30838
|
-
.
|
|
30839
|
-
|
|
30649
|
+
.E_cxhf7dh {
|
|
30650
|
+
text-align: center;
|
|
30840
30651
|
}
|
|
30841
|
-
.
|
|
30842
|
-
|
|
30843
|
-
|
|
30844
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30652
|
+
.E_cxhf7dh .dots {
|
|
30653
|
+
display: flex;
|
|
30654
|
+
justify-content: center;
|
|
30845
30655
|
}
|
|
30846
|
-
.
|
|
30847
|
-
|
|
30848
|
-
|
|
30849
|
-
|
|
30850
|
-
|
|
30656
|
+
.E_cxhf7dh .dot {
|
|
30657
|
+
display: inline-block;
|
|
30658
|
+
width: 2px;
|
|
30659
|
+
height: 2px;
|
|
30660
|
+
border-radius: 1px;
|
|
30661
|
+
background: #0096ff;
|
|
30851
30662
|
}
|
|
30852
|
-
.
|
|
30853
|
-
|
|
30663
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
30664
|
+
margin-right: 2px;
|
|
30854
30665
|
}
|
|
30855
|
-
|
|
30856
|
-
|
|
30857
|
-
|
|
30858
|
-
|
|
30859
|
-
|
|
30666
|
+
.E_cxhf7dh .bar {
|
|
30667
|
+
width: 9px;
|
|
30668
|
+
height: 2px;
|
|
30669
|
+
background: #0096ff;
|
|
30670
|
+
border-radius: 2px;
|
|
30860
30671
|
}
|
|
30861
30672
|
|
|
30862
|
-
.
|
|
30673
|
+
.E_s1ebs0ra {
|
|
30863
30674
|
display: flex;
|
|
30864
30675
|
align-items: center;
|
|
30865
|
-
|
|
30866
|
-
|
|
30867
|
-
|
|
30868
|
-
|
|
30869
|
-
|
|
30870
|
-
|
|
30871
|
-
|
|
30676
|
+
justify-content: space-between;
|
|
30677
|
+
background: #edf0f7;
|
|
30678
|
+
padding: 8px 12px;
|
|
30679
|
+
position: sticky;
|
|
30680
|
+
top: 0;
|
|
30681
|
+
z-index: 1;
|
|
30682
|
+
margin-bottom: -52px;
|
|
30872
30683
|
}
|
|
30873
|
-
.
|
|
30874
|
-
|
|
30684
|
+
.E_s1ebs0ra .select-total {
|
|
30685
|
+
display: flex;
|
|
30686
|
+
align-items: center;
|
|
30687
|
+
font-weight: 700;
|
|
30688
|
+
flex-shrink: 0;
|
|
30875
30689
|
}
|
|
30876
|
-
|
|
30877
|
-
|
|
30878
|
-
|
|
30879
|
-
|
|
30880
|
-
|
|
30881
|
-
|
|
30882
|
-
.E_d1oui1gf {
|
|
30883
|
-
width: 100%;
|
|
30884
|
-
height: 1px;
|
|
30885
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30886
|
-
margin: 24px 0;
|
|
30887
|
-
}
|
|
30888
|
-
|
|
30889
|
-
.E_l15itdbb {
|
|
30890
|
-
display: flex;
|
|
30891
|
-
justify-content: center;
|
|
30892
|
-
align-items: center;
|
|
30893
|
-
height: 100%;
|
|
30894
|
-
}
|
|
30895
|
-
|
|
30896
|
-
.E_d1y3z4w {
|
|
30897
|
-
display: inline-block;
|
|
30898
|
-
width: 4px;
|
|
30899
|
-
height: 4px;
|
|
30900
|
-
background: #8e9aa9;
|
|
30901
|
-
opacity: 0.4;
|
|
30690
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30691
|
+
cursor: pointer;
|
|
30692
|
+
margin-left: 8px;
|
|
30693
|
+
width: 32px;
|
|
30694
|
+
height: 32px;
|
|
30902
30695
|
border-radius: 50%;
|
|
30903
|
-
|
|
30904
|
-
}
|
|
30905
|
-
|
|
30906
|
-
.E_m177r7a3 .ant-modal-header,
|
|
30907
|
-
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
30908
|
-
width: 648px;
|
|
30909
|
-
margin: 0 auto;
|
|
30696
|
+
justify-content: center;
|
|
30910
30697
|
}
|
|
30911
|
-
.
|
|
30912
|
-
|
|
30913
|
-
border: none;
|
|
30698
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30699
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30914
30700
|
}
|
|
30915
|
-
.
|
|
30916
|
-
|
|
30701
|
+
.E_s1ebs0ra .action-group {
|
|
30702
|
+
flex: 1;
|
|
30703
|
+
margin-left: 88px;
|
|
30704
|
+
white-space: nowrap;
|
|
30705
|
+
text-align: right;
|
|
30706
|
+
position: relative;
|
|
30707
|
+
padding: 4px 0;
|
|
30708
|
+
margin-top: -4px;
|
|
30709
|
+
overflow: hidden;
|
|
30917
30710
|
}
|
|
30918
|
-
.
|
|
30919
|
-
|
|
30711
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30712
|
+
transform: translateY(-4px);
|
|
30920
30713
|
}
|
|
30921
|
-
.
|
|
30714
|
+
.E_s1ebs0ra .action-group button {
|
|
30922
30715
|
border: none;
|
|
30923
30716
|
}
|
|
30924
|
-
|
|
30925
|
-
|
|
30926
|
-
font-size: 12px;
|
|
30927
|
-
line-height: 18px;
|
|
30928
|
-
font-weight: bold;
|
|
30929
|
-
color: #fff;
|
|
30930
|
-
padding: 0 4px;
|
|
30931
|
-
border-radius: 4px;
|
|
30932
|
-
display: inline-block;
|
|
30933
|
-
background: var(--t1wwio3v-0);
|
|
30717
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30718
|
+
margin-right: 8px;
|
|
30934
30719
|
}
|
|
30935
|
-
.
|
|
30936
|
-
margin-
|
|
30720
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
30721
|
+
margin-right: 4px;
|
|
30937
30722
|
}
|
|
30938
|
-
|
|
30939
|
-
|
|
30940
|
-
width:
|
|
30941
|
-
height:
|
|
30942
|
-
display: flex;
|
|
30943
|
-
align-items: center;
|
|
30723
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
30724
|
+
cursor: pointer;
|
|
30725
|
+
width: 32px;
|
|
30726
|
+
height: 32px;
|
|
30944
30727
|
justify-content: center;
|
|
30728
|
+
border-radius: 50%;
|
|
30729
|
+
}
|
|
30730
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30731
|
+
background: #fff;
|
|
30945
30732
|
}
|
|
30946
30733
|
|
|
30947
|
-
.
|
|
30948
|
-
|
|
30949
|
-
|
|
30950
|
-
|
|
30951
|
-
|
|
30952
|
-
margin-left: 2px;
|
|
30953
|
-
margin-right: 2px;
|
|
30954
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30734
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30735
|
+
display: none;
|
|
30736
|
+
}
|
|
30737
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30738
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30955
30739
|
border-radius: 4px;
|
|
30956
30740
|
}
|
|
30957
30741
|
|
|
30958
|
-
.
|
|
30959
|
-
|
|
30742
|
+
.E_tju3gfj .date {
|
|
30743
|
+
margin-right: 4px;
|
|
30960
30744
|
}
|
|
30961
|
-
|
|
30962
|
-
|
|
30745
|
+
|
|
30746
|
+
.E_c1up1pdz {
|
|
30747
|
+
width: 648px;
|
|
30963
30748
|
}
|
|
30964
|
-
.
|
|
30965
|
-
|
|
30749
|
+
.E_c1up1pdz.active {
|
|
30750
|
+
border-color: #0080ff;
|
|
30966
30751
|
}
|
|
30967
|
-
.
|
|
30968
|
-
|
|
30752
|
+
.E_c1up1pdz.active > header {
|
|
30753
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30969
30754
|
}
|
|
30970
|
-
.
|
|
30971
|
-
|
|
30755
|
+
.E_c1up1pdz .expand {
|
|
30756
|
+
padding: 12px;
|
|
30972
30757
|
}
|
|
30973
|
-
.
|
|
30974
|
-
position: relative;
|
|
30758
|
+
.E_c1up1pdz .field-item {
|
|
30975
30759
|
display: flex;
|
|
30760
|
+
padding: 10px 0;
|
|
30761
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30976
30762
|
}
|
|
30977
|
-
.
|
|
30978
|
-
|
|
30979
|
-
|
|
30980
|
-
padding: 14px;
|
|
30981
|
-
background: #f2f4f6;
|
|
30982
|
-
font-size: 13px;
|
|
30983
|
-
line-height: 1.8;
|
|
30984
|
-
color: #8e9aa9;
|
|
30985
|
-
}
|
|
30986
|
-
.E_f4mi9eq .form-item-label {
|
|
30987
|
-
padding-right: 12px;
|
|
30988
|
-
font-size: 13px;
|
|
30989
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30990
|
-
}
|
|
30991
|
-
.E_f4mi9eq .form-item-label.label-right {
|
|
30992
|
-
text-align: right;
|
|
30763
|
+
.E_c1up1pdz .field-item:last-child {
|
|
30764
|
+
border-bottom: none;
|
|
30765
|
+
padding-bottom: 0;
|
|
30993
30766
|
}
|
|
30994
|
-
.
|
|
30995
|
-
.E_f4mi9eq .form-item-control {
|
|
30767
|
+
.E_c1up1pdz .field-item label {
|
|
30996
30768
|
line-height: 32px;
|
|
30769
|
+
width: 100px;
|
|
30770
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30997
30771
|
}
|
|
30998
|
-
.
|
|
30999
|
-
|
|
30772
|
+
.E_c1up1pdz .help {
|
|
30773
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30774
|
+
margin-top: 5px;
|
|
31000
30775
|
}
|
|
31001
|
-
.
|
|
31002
|
-
|
|
30776
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
30777
|
+
.E_c1up1pdz .ant-picker {
|
|
30778
|
+
width: 128px;
|
|
31003
30779
|
}
|
|
31004
|
-
|
|
31005
|
-
|
|
30780
|
+
|
|
30781
|
+
.E_c156wh19 {
|
|
30782
|
+
display: flex;
|
|
30783
|
+
align-items: center;
|
|
30784
|
+
justify-content: space-between;
|
|
30785
|
+
word-break: keep-all;
|
|
31006
30786
|
}
|
|
31007
|
-
.
|
|
31008
|
-
|
|
31009
|
-
height: 0;
|
|
31010
|
-
overflow: hidden;
|
|
30787
|
+
.E_c156wh19 .title {
|
|
30788
|
+
margin: 0 16px 0 8px;
|
|
31011
30789
|
}
|
|
31012
|
-
.
|
|
31013
|
-
|
|
31014
|
-
height: auto;
|
|
31015
|
-
overflow: auto;
|
|
30790
|
+
.E_c156wh19 .retain {
|
|
30791
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31016
30792
|
}
|
|
31017
|
-
.
|
|
31018
|
-
|
|
31019
|
-
|
|
31020
|
-
|
|
30793
|
+
.E_c156wh19 div.left {
|
|
30794
|
+
flex: 1;
|
|
30795
|
+
display: flex;
|
|
30796
|
+
overflow: hidden;
|
|
30797
|
+
align-items: center;
|
|
30798
|
+
justify-content: flex-start;
|
|
30799
|
+
white-space: nowrap;
|
|
31021
30800
|
}
|
|
31022
|
-
|
|
31023
|
-
|
|
31024
|
-
|
|
31025
|
-
|
|
31026
|
-
padding-bottom: 6px;
|
|
31027
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31028
|
-
margin-bottom: 16px;
|
|
30801
|
+
.E_c156wh19 div.left .title {
|
|
30802
|
+
max-width: 100%;
|
|
30803
|
+
overflow: hidden;
|
|
30804
|
+
text-overflow: ellipsis;
|
|
31029
30805
|
}
|
|
31030
|
-
.
|
|
31031
|
-
|
|
30806
|
+
.E_c156wh19 div.right {
|
|
30807
|
+
display: flex;
|
|
30808
|
+
align-items: center;
|
|
31032
30809
|
}
|
|
31033
|
-
|
|
31034
|
-
.E_e1qrlvot {
|
|
31035
|
-
width: 8px;
|
|
31036
|
-
height: 24px;
|
|
30810
|
+
.E_c156wh19 .reverse {
|
|
31037
30811
|
display: flex;
|
|
31038
|
-
|
|
30812
|
+
flex-direction: row-reverse;
|
|
31039
30813
|
align-items: center;
|
|
31040
|
-
cursor: pointer;
|
|
31041
|
-
transition: all 200ms ease-out 40ms;
|
|
31042
30814
|
}
|
|
31043
|
-
.
|
|
31044
|
-
|
|
31045
|
-
width: 1px;
|
|
31046
|
-
height: 6px;
|
|
31047
|
-
border-radius: 1px;
|
|
31048
|
-
background: #ccd4e3;
|
|
31049
|
-
position: relative;
|
|
31050
|
-
right: 2px;
|
|
31051
|
-
transform: rotate(-45deg);
|
|
30815
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
30816
|
+
margin-left: 8px;
|
|
31052
30817
|
}
|
|
31053
|
-
.
|
|
31054
|
-
|
|
31055
|
-
left:
|
|
30818
|
+
.E_c156wh19 .close {
|
|
30819
|
+
padding-left: 14px;
|
|
30820
|
+
margin-left: 14px;
|
|
30821
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30822
|
+
cursor: pointer;
|
|
31056
30823
|
}
|
|
31057
30824
|
|
|
31058
|
-
.
|
|
31059
|
-
|
|
31060
|
-
|
|
31061
|
-
border-radius: 6px;
|
|
31062
|
-
}
|
|
31063
|
-
.E_w9ic984.ant-alert,
|
|
31064
|
-
.E_w9ic984 .ant-alert-message {
|
|
31065
|
-
color: #e07f00;
|
|
30825
|
+
.E_m126spxy {
|
|
30826
|
+
padding-bottom: 4px;
|
|
30827
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31066
30828
|
}
|
|
31067
|
-
.
|
|
31068
|
-
|
|
31069
|
-
|
|
30829
|
+
.E_m126spxy .ant-btn-link {
|
|
30830
|
+
padding: 1px 10px;
|
|
30831
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30832
|
+
border-radius: 4px;
|
|
30833
|
+
}
|
|
30834
|
+
.E_m126spxy .ant-btn-link.active {
|
|
30835
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30836
|
+
color: #0096ff;
|
|
31070
30837
|
}
|
|
31071
30838
|
|
|
31072
|
-
.
|
|
31073
|
-
|
|
31074
|
-
|
|
31075
|
-
padding: 7px 12px;
|
|
31076
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31077
|
-
border-radius: 6px;
|
|
31078
|
-
color: #e07f00;
|
|
31079
|
-
font-size: 12px;
|
|
31080
|
-
line-height: 18px;
|
|
30839
|
+
.E_wpbf4pq {
|
|
30840
|
+
padding: 10px 0;
|
|
30841
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31081
30842
|
}
|
|
31082
|
-
.
|
|
31083
|
-
|
|
31084
|
-
|
|
30843
|
+
.E_wpbf4pq .ant-input,
|
|
30844
|
+
.E_wpbf4pq .ant-picker {
|
|
30845
|
+
width: 80px;
|
|
30846
|
+
margin: 0 9px;
|
|
30847
|
+
text-align: center;
|
|
31085
30848
|
}
|
|
31086
|
-
|
|
31087
|
-
|
|
31088
|
-
|
|
31089
|
-
|
|
31090
|
-
padding: 7px 12px;
|
|
31091
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31092
|
-
border-radius: 6px;
|
|
31093
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31094
|
-
font-size: 12px;
|
|
31095
|
-
line-height: 18px;
|
|
30849
|
+
.E_wpbf4pq .options {
|
|
30850
|
+
padding: 12px 0 12px 16px;
|
|
30851
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30852
|
+
margin: 5px 0 5px 8px;
|
|
31096
30853
|
}
|
|
31097
|
-
.
|
|
31098
|
-
|
|
31099
|
-
|
|
30854
|
+
.E_wpbf4pq .week-day-option,
|
|
30855
|
+
.E_wpbf4pq .month-day-option {
|
|
30856
|
+
background: #f5f7fa;
|
|
30857
|
+
box-sizing: border-box;
|
|
30858
|
+
border-radius: 16px;
|
|
30859
|
+
margin-right: 8px;
|
|
31100
30860
|
}
|
|
31101
|
-
|
|
31102
|
-
.
|
|
31103
|
-
|
|
31104
|
-
|
|
31105
|
-
padding: 7px 12px;
|
|
31106
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31107
|
-
border-radius: 6px;
|
|
31108
|
-
color: #005ed1;
|
|
31109
|
-
font-size: 12px;
|
|
31110
|
-
line-height: 18px;
|
|
30861
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
30862
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
30863
|
+
color: inherit;
|
|
30864
|
+
border-color: #d9d9d9;
|
|
31111
30865
|
}
|
|
31112
|
-
.
|
|
31113
|
-
|
|
31114
|
-
|
|
30866
|
+
.E_wpbf4pq .week-day-option.active {
|
|
30867
|
+
background-color: #0096ff;
|
|
30868
|
+
border-color: #0096ff;
|
|
30869
|
+
color: #fff;
|
|
30870
|
+
}
|
|
30871
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
30872
|
+
width: 110px;
|
|
30873
|
+
margin-top: 4px;
|
|
30874
|
+
}
|
|
30875
|
+
.E_wpbf4pq .month-day-option {
|
|
30876
|
+
width: 32px;
|
|
30877
|
+
padding: 0;
|
|
30878
|
+
margin-bottom: 8px;
|
|
30879
|
+
}
|
|
30880
|
+
.E_wpbf4pq .month-day-option.active {
|
|
30881
|
+
background-color: #0096ff;
|
|
30882
|
+
border-color: #0096ff;
|
|
30883
|
+
color: #fff;
|
|
31115
30884
|
}
|
|
31116
30885
|
|
|
31117
|
-
.
|
|
31118
|
-
|
|
31119
|
-
|
|
31120
|
-
|
|
31121
|
-
|
|
30886
|
+
.E_c18bcrac {
|
|
30887
|
+
display: inline-block;
|
|
30888
|
+
width: 100%;
|
|
30889
|
+
}
|
|
30890
|
+
.E_c18bcrac .recharts-wrapper {
|
|
30891
|
+
margin-left: 4px;
|
|
31122
30892
|
}
|
|
31123
30893
|
|
|
31124
|
-
.
|
|
31125
|
-
|
|
31126
|
-
font-size: 12px;
|
|
31127
|
-
white-space: pre-wrap;
|
|
30894
|
+
.E_cro7kg2 {
|
|
30895
|
+
padding: 4px;
|
|
31128
30896
|
}
|
|
31129
30897
|
|
|
31130
|
-
.
|
|
30898
|
+
.E_c14wcxf0 {
|
|
31131
30899
|
display: flex;
|
|
30900
|
+
justify-content: space-between;
|
|
31132
30901
|
align-items: center;
|
|
31133
|
-
|
|
30902
|
+
font-size: 13px;
|
|
30903
|
+
line-height: 24px;
|
|
30904
|
+
color: #cccccc;
|
|
30905
|
+
white-space: nowrap;
|
|
31134
30906
|
}
|
|
31135
|
-
.
|
|
31136
|
-
margin-right:
|
|
30907
|
+
.E_c14wcxf0 label {
|
|
30908
|
+
margin-right: 32px;
|
|
31137
30909
|
}
|
|
31138
30910
|
|
|
31139
|
-
.
|
|
31140
|
-
|
|
30911
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
30912
|
+
font-weight: bold;
|
|
30913
|
+
color: white;
|
|
31141
30914
|
}
|
|
31142
30915
|
|
|
31143
|
-
.
|
|
31144
|
-
|
|
31145
|
-
|
|
31146
|
-
|
|
31147
|
-
|
|
31148
|
-
|
|
31149
|
-
|
|
30916
|
+
.E_s11212zy {
|
|
30917
|
+
width: 8px;
|
|
30918
|
+
height: 8px;
|
|
30919
|
+
border-radius: 2px;
|
|
30920
|
+
display: inline-block;
|
|
30921
|
+
background: var(--s11212zy-0);
|
|
30922
|
+
border: 1px solid #fff;
|
|
30923
|
+
box-sizing: content-box;
|
|
30924
|
+
margin-right: 6px;
|
|
31150
30925
|
}
|
|
31151
|
-
|
|
31152
|
-
|
|
31153
|
-
|
|
30926
|
+
|
|
30927
|
+
.E_p1lyky6c > :first-child {
|
|
30928
|
+
font-weight: bold;
|
|
30929
|
+
color: white;
|
|
30930
|
+
margin-right: 4px;
|
|
31154
30931
|
}
|
|
31155
|
-
|
|
31156
|
-
|
|
31157
|
-
|
|
30932
|
+
|
|
30933
|
+
.E_tqjc4ui {
|
|
30934
|
+
margin: 0 2px;
|
|
31158
30935
|
}
|
|
31159
|
-
|
|
31160
|
-
|
|
31161
|
-
|
|
31162
|
-
z-index: 1;
|
|
30936
|
+
|
|
30937
|
+
.E_gmyahx3 {
|
|
30938
|
+
cursor: pointer;
|
|
31163
30939
|
}
|
|
31164
|
-
.
|
|
31165
|
-
|
|
31166
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31167
|
-
z-index: 1;
|
|
30940
|
+
.E_gmyahx3 .link-text {
|
|
30941
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31168
30942
|
}
|
|
31169
|
-
.
|
|
31170
|
-
|
|
31171
|
-
color: #e75a3a;
|
|
30943
|
+
.E_gmyahx3:hover .link-text {
|
|
30944
|
+
color: #0080ff;
|
|
31172
30945
|
}
|
|
31173
|
-
|
|
31174
|
-
|
|
31175
|
-
|
|
30946
|
+
|
|
30947
|
+
.E_n12mqh7z {
|
|
30948
|
+
display: flex;
|
|
30949
|
+
align-items: center;
|
|
30950
|
+
font-size: 12px;
|
|
30951
|
+
line-height: 18px;
|
|
31176
30952
|
}
|
|
31177
|
-
.
|
|
31178
|
-
|
|
31179
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30953
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30954
|
+
margin-bottom: 4px;
|
|
31180
30955
|
}
|
|
31181
|
-
|
|
31182
|
-
|
|
31183
|
-
|
|
31184
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30956
|
+
|
|
30957
|
+
.E_tf5bynu {
|
|
30958
|
+
margin: 0 3px;
|
|
31185
30959
|
}
|
|
31186
|
-
|
|
31187
|
-
|
|
31188
|
-
|
|
31189
|
-
|
|
31190
|
-
line-height: 20px;
|
|
31191
|
-
color: #2d3a56;
|
|
31192
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30960
|
+
|
|
30961
|
+
.E_tcckoz1 {
|
|
30962
|
+
max-height: 400px;
|
|
30963
|
+
overflow: auto;
|
|
31193
30964
|
}
|
|
31194
|
-
|
|
31195
|
-
.
|
|
31196
|
-
|
|
30965
|
+
|
|
30966
|
+
.E_tje3huy {
|
|
30967
|
+
width: 100%;
|
|
30968
|
+
overflow: inherit;
|
|
30969
|
+
white-space: inherit;
|
|
30970
|
+
text-overflow: ellipsis;
|
|
31197
30971
|
}
|
|
31198
|
-
|
|
31199
|
-
|
|
31200
|
-
|
|
30972
|
+
|
|
30973
|
+
.E_fzh9mnb {
|
|
30974
|
+
width: 100%;
|
|
30975
|
+
height: 100%;
|
|
30976
|
+
min-height: 124px;
|
|
30977
|
+
display: flex;
|
|
30978
|
+
flex-direction: column;
|
|
30979
|
+
justify-content: center;
|
|
30980
|
+
align-items: center;
|
|
31201
30981
|
}
|
|
31202
|
-
.
|
|
31203
|
-
|
|
31204
|
-
|
|
30982
|
+
.E_fzh9mnb .error-text {
|
|
30983
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30984
|
+
margin-bottom: 16px;
|
|
30985
|
+
font-size: 18px;
|
|
31205
30986
|
}
|
|
31206
|
-
|
|
31207
|
-
|
|
31208
|
-
|
|
30987
|
+
|
|
30988
|
+
.E_f7pxqmh {
|
|
30989
|
+
width: 100%;
|
|
30990
|
+
margin-bottom: 0 !important;
|
|
30991
|
+
flex-flow: nowrap !important;
|
|
30992
|
+
line-break: auto;
|
|
31209
30993
|
}
|
|
31210
|
-
.
|
|
31211
|
-
|
|
31212
|
-
|
|
30994
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30995
|
+
text-align: left !important;
|
|
30996
|
+
padding-bottom: 0 !important;
|
|
31213
30997
|
}
|
|
31214
|
-
.
|
|
31215
|
-
|
|
30998
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30999
|
+
min-height: 32px;
|
|
31000
|
+
height: auto;
|
|
31001
|
+
font-size: 13px;
|
|
31002
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31003
|
+
white-space: normal;
|
|
31216
31004
|
}
|
|
31217
|
-
.
|
|
31218
|
-
color: #
|
|
31005
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31006
|
+
border-color: #ff4d4f !important;
|
|
31219
31007
|
}
|
|
31220
|
-
.
|
|
31221
|
-
border-color: #
|
|
31222
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31008
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31009
|
+
border-color: #ff4d4f !important;
|
|
31223
31010
|
}
|
|
31224
|
-
.
|
|
31225
|
-
|
|
31226
|
-
|
|
31227
|
-
|
|
31228
|
-
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31229
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31230
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31231
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31232
|
-
}
|
|
31233
|
-
textarea.E_i74cfyt.ant-input {
|
|
31234
|
-
transition-property: height;
|
|
31235
|
-
transition-delay: 50ms;
|
|
31011
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31012
|
+
margin-top: 4px;
|
|
31013
|
+
font-size: 12px;
|
|
31014
|
+
min-height: 0px;
|
|
31236
31015
|
}
|
|
31237
|
-
|
|
31238
|
-
|
|
31239
|
-
|
|
31016
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31017
|
+
font-size: 12px;
|
|
31018
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31019
|
+
min-height: 0px;
|
|
31240
31020
|
}
|
|
31241
|
-
|
|
31242
|
-
|
|
31021
|
+
|
|
31022
|
+
.E_ou7iq30 {
|
|
31023
|
+
overflow: hidden;
|
|
31024
|
+
text-overflow: ellipsis;
|
|
31243
31025
|
}
|
|
31244
|
-
|
|
31245
|
-
|
|
31246
|
-
|
|
31026
|
+
|
|
31027
|
+
.E_s1tui002 {
|
|
31028
|
+
white-space: nowrap;
|
|
31247
31029
|
}
|
|
31248
|
-
|
|
31249
|
-
|
|
31030
|
+
|
|
31031
|
+
.E_mxrc2zg {
|
|
31032
|
+
display: -webkit-box;
|
|
31033
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
31034
|
+
-webkit-box-orient: vertical;
|
|
31035
|
+
word-break: break-all;
|
|
31250
31036
|
}
|
|
31251
|
-
|
|
31252
|
-
|
|
31253
|
-
|
|
31037
|
+
|
|
31038
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
31039
|
+
display: flex;
|
|
31040
|
+
align-items: center;
|
|
31254
31041
|
}
|
|
31255
|
-
|
|
31256
|
-
|
|
31042
|
+
.E_s1iv0tp1 .enabled-text {
|
|
31043
|
+
margin-right: 8px;
|
|
31257
31044
|
}
|
|
31258
31045
|
|
|
31259
|
-
.
|
|
31260
|
-
|
|
31261
|
-
border-radius: 4px;
|
|
31046
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31047
|
+
display: var(--ai7qkf2-0);
|
|
31262
31048
|
}
|
|
31263
|
-
.
|
|
31264
|
-
|
|
31265
|
-
|
|
31266
|
-
height:
|
|
31267
|
-
|
|
31268
|
-
transition: border 150ms;
|
|
31049
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31050
|
+
display: inline-flex;
|
|
31051
|
+
line-height: 1.5715;
|
|
31052
|
+
height: 100%;
|
|
31053
|
+
width: 100%;
|
|
31269
31054
|
}
|
|
31270
|
-
.
|
|
31271
|
-
|
|
31272
|
-
|
|
31055
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31056
|
+
content: var(--ai7qkf2-1);
|
|
31057
|
+
display: var(--ai7qkf2-2);
|
|
31058
|
+
flex: none;
|
|
31059
|
+
align-items: center;
|
|
31060
|
+
margin-left: 4px;
|
|
31061
|
+
padding: 5px 12px 5px 0;
|
|
31062
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31273
31063
|
}
|
|
31274
|
-
.
|
|
31275
|
-
|
|
31064
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31065
|
+
content: var(--ai7qkf2-3);
|
|
31066
|
+
display: var(--ai7qkf2-4);
|
|
31067
|
+
flex: none;
|
|
31068
|
+
align-items: center;
|
|
31069
|
+
margin-right: 4px;
|
|
31070
|
+
cursor: auto;
|
|
31071
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31276
31072
|
}
|
|
31277
|
-
.
|
|
31278
|
-
|
|
31073
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31074
|
+
border-radius: 0;
|
|
31279
31075
|
}
|
|
31280
|
-
.
|
|
31281
|
-
|
|
31076
|
+
.E_ai7qkf2.ant-input-number {
|
|
31077
|
+
width: 100%;
|
|
31078
|
+
border-radius: 6px;
|
|
31282
31079
|
}
|
|
31283
|
-
.
|
|
31284
|
-
|
|
31285
|
-
|
|
31286
|
-
|
|
31287
|
-
transform: translateY(-50%);
|
|
31080
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
31081
|
+
border-color: #0096ff;
|
|
31082
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31083
|
+
z-index: 1;
|
|
31288
31084
|
}
|
|
31289
|
-
.
|
|
31290
|
-
color:
|
|
31291
|
-
|
|
31292
|
-
cursor: pointer;
|
|
31085
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31086
|
+
border-color: #e75a3a;
|
|
31087
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31293
31088
|
}
|
|
31294
|
-
.
|
|
31295
|
-
|
|
31089
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31090
|
+
height: 30px;
|
|
31091
|
+
border: 1px;
|
|
31092
|
+
padding: 5px 12px;
|
|
31093
|
+
font-size: inherit;
|
|
31296
31094
|
}
|
|
31297
|
-
.
|
|
31298
|
-
|
|
31299
|
-
|
|
31095
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31096
|
+
height: 38px;
|
|
31097
|
+
border: 1px;
|
|
31098
|
+
padding: 8px 16px;
|
|
31300
31099
|
}
|
|
31301
|
-
.
|
|
31302
|
-
|
|
31303
|
-
|
|
31304
|
-
|
|
31305
|
-
left: -16px;
|
|
31306
|
-
transition: left 150ms ease;
|
|
31307
|
-
opacity: 0;
|
|
31100
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31101
|
+
height: 22px;
|
|
31102
|
+
border: 1px;
|
|
31103
|
+
padding: 2px 8px;
|
|
31308
31104
|
}
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
|
|
31105
|
+
|
|
31106
|
+
.E_wg1tsps {
|
|
31107
|
+
display: flex;
|
|
31108
|
+
align-items: center;
|
|
31109
|
+
justify-content: flex-end;
|
|
31312
31110
|
}
|
|
31313
|
-
|
|
31314
|
-
|
|
31315
|
-
|
|
31111
|
+
|
|
31112
|
+
.E_b1ctd5xy {
|
|
31113
|
+
display: flex;
|
|
31114
|
+
align-items: center;
|
|
31115
|
+
width: calc(100% - 40px);
|
|
31316
31116
|
}
|
|
31317
|
-
.
|
|
31318
|
-
|
|
31117
|
+
.E_b1ctd5xy .chart {
|
|
31118
|
+
display: inline-block;
|
|
31119
|
+
width: 100%;
|
|
31319
31120
|
}
|
|
31320
31121
|
|
|
31321
|
-
|
|
31322
|
-
|
|
31323
|
-
border-bottom-right-radius: 0;
|
|
31122
|
+
.E_u1p8acpn {
|
|
31123
|
+
min-width: 40px;
|
|
31324
31124
|
}
|
|
31325
|
-
|
|
31326
|
-
|
|
31327
|
-
border-top-right-radius: 0;
|
|
31328
|
-
border-bottom-right-radius: 0;
|
|
31125
|
+
.E_u1p8acpn .unit {
|
|
31126
|
+
color: #00122e !important;
|
|
31329
31127
|
}
|
|
31330
31128
|
|
|
31331
|
-
|
|
31332
|
-
|
|
31333
|
-
|
|
31129
|
+
.E_iouxfgt {
|
|
31130
|
+
display: inline-flex;
|
|
31131
|
+
align-items: center;
|
|
31334
31132
|
}
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
|
|
31338
|
-
|
|
31133
|
+
.E_iouxfgt .icon-inner {
|
|
31134
|
+
display: inline-flex;
|
|
31135
|
+
align-items: center;
|
|
31136
|
+
justify-content: center;
|
|
31339
31137
|
}
|
|
31340
|
-
|
|
31341
|
-
.
|
|
31342
|
-
|
|
31343
|
-
border-bottom-right-radius: 0;
|
|
31138
|
+
.E_iouxfgt .icon-inner + span,
|
|
31139
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31140
|
+
margin-left: 4px;
|
|
31344
31141
|
}
|
|
31345
|
-
|
|
31346
|
-
.
|
|
31347
|
-
|
|
31348
|
-
border-bottom-left-radius: 0;
|
|
31142
|
+
.E_iouxfgt.is-rotate img,
|
|
31143
|
+
.E_iouxfgt.is-rotate svg {
|
|
31144
|
+
animation: rotate 680ms linear infinite;
|
|
31349
31145
|
}
|
|
31350
31146
|
|
|
31351
|
-
.
|
|
31352
|
-
|
|
31353
|
-
flex-direction: column;
|
|
31147
|
+
.E_t1sqg15u {
|
|
31148
|
+
background: white;
|
|
31354
31149
|
}
|
|
31355
|
-
.
|
|
31356
|
-
|
|
31150
|
+
.E_t1sqg15u.inline .table-row {
|
|
31151
|
+
flex-direction: column;
|
|
31357
31152
|
}
|
|
31358
|
-
.
|
|
31359
|
-
|
|
31153
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
31154
|
+
padding: 0 16px 7px 0;
|
|
31360
31155
|
}
|
|
31361
|
-
.
|
|
31362
|
-
|
|
31156
|
+
.E_t1sqg15u.has-border .table-header {
|
|
31157
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
31363
31158
|
}
|
|
31364
|
-
.
|
|
31365
|
-
|
|
31159
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
31160
|
+
border-top: none !important;
|
|
31366
31161
|
}
|
|
31367
|
-
|
|
31368
|
-
.
|
|
31369
|
-
font-size: 14px;
|
|
31370
|
-
font-weight: 500;
|
|
31371
|
-
color: #3e4652;
|
|
31372
|
-
line-height: 18px;
|
|
31162
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
31163
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
31373
31164
|
}
|
|
31374
|
-
.
|
|
31375
|
-
|
|
31165
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
31166
|
+
padding-bottom: 0;
|
|
31376
31167
|
}
|
|
31377
|
-
.
|
|
31378
|
-
|
|
31168
|
+
.E_t1sqg15u.align-right .content {
|
|
31169
|
+
text-align: right;
|
|
31379
31170
|
}
|
|
31380
|
-
|
|
31381
|
-
|
|
31382
|
-
|
|
31383
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31384
|
-
margin-top: 12px;
|
|
31171
|
+
.E_t1sqg15u .uuid-row {
|
|
31172
|
+
display: flex;
|
|
31173
|
+
justify-content: space-between;
|
|
31385
31174
|
}
|
|
31386
|
-
|
|
31387
|
-
|
|
31388
|
-
|
|
31389
|
-
|
|
31390
|
-
margin-top: 0;
|
|
31391
|
-
white-space: initial;
|
|
31175
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
31176
|
+
white-space: nowrap;
|
|
31177
|
+
overflow: hidden;
|
|
31178
|
+
text-overflow: ellipsis;
|
|
31392
31179
|
}
|
|
31393
31180
|
|
|
31394
|
-
.
|
|
31395
|
-
display:
|
|
31396
|
-
|
|
31397
|
-
|
|
31398
|
-
font-size: 14px;
|
|
31399
|
-
font-weight: 500;
|
|
31400
|
-
line-height: 32px;
|
|
31401
|
-
color: #3e4652;
|
|
31402
|
-
}
|
|
31403
|
-
|
|
31404
|
-
.E_c3cobmo {
|
|
31405
|
-
margin-top: 16px;
|
|
31181
|
+
.E_t4zczcp {
|
|
31182
|
+
display: flex;
|
|
31183
|
+
justify-content: space-between;
|
|
31184
|
+
align-items: center;
|
|
31406
31185
|
padding: 8px;
|
|
31407
|
-
|
|
31408
|
-
|
|
31186
|
+
min-height: 32px;
|
|
31187
|
+
}
|
|
31188
|
+
.E_t4zczcp .table-title {
|
|
31409
31189
|
color: rgba(44, 56, 82, 0.6);
|
|
31190
|
+
font-weight: 600;
|
|
31410
31191
|
font-size: 12px;
|
|
31192
|
+
line-height: 8px;
|
|
31411
31193
|
}
|
|
31412
|
-
.
|
|
31413
|
-
|
|
31414
|
-
|
|
31415
|
-
|
|
31416
|
-
word-break: break-all;
|
|
31194
|
+
.E_t4zczcp .edit-icon {
|
|
31195
|
+
font-size: 16px;
|
|
31196
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31197
|
+
cursor: pointer;
|
|
31417
31198
|
}
|
|
31418
|
-
|
|
31419
|
-
|
|
31199
|
+
|
|
31200
|
+
.E_t1s7goww {
|
|
31201
|
+
font-size: 12px;
|
|
31420
31202
|
line-height: 18px;
|
|
31421
|
-
margin: 4px 0;
|
|
31422
31203
|
}
|
|
31423
31204
|
|
|
31424
|
-
.
|
|
31425
|
-
display:
|
|
31205
|
+
.E_t93e4cf {
|
|
31206
|
+
display: flex;
|
|
31207
|
+
padding: 8px 0;
|
|
31208
|
+
color: #2d3a56;
|
|
31209
|
+
}
|
|
31210
|
+
.E_t93e4cf .hidden {
|
|
31211
|
+
display: none;
|
|
31212
|
+
}
|
|
31213
|
+
.E_t93e4cf .ant-btn-link {
|
|
31214
|
+
height: auto;
|
|
31215
|
+
}
|
|
31216
|
+
.E_t93e4cf .content {
|
|
31217
|
+
overflow: hidden;
|
|
31218
|
+
overflow-x: auto;
|
|
31219
|
+
width: 100%;
|
|
31220
|
+
white-space: pre-wrap;
|
|
31221
|
+
}
|
|
31222
|
+
.E_t93e4cf .content .ant-btn {
|
|
31223
|
+
white-space: pre-wrap;
|
|
31224
|
+
text-align: left;
|
|
31225
|
+
}
|
|
31226
|
+
.E_t93e4cf .content .unit-chart {
|
|
31227
|
+
justify-content: flex-start;
|
|
31426
31228
|
}
|
|
31427
31229
|
|
|
31428
|
-
.
|
|
31429
|
-
|
|
31430
|
-
|
|
31431
|
-
|
|
31432
|
-
|
|
31433
|
-
font-weight: bold;
|
|
31434
|
-
font-size: 12px;
|
|
31435
|
-
width: 24px;
|
|
31436
|
-
height: 24px;
|
|
31437
|
-
border-radius: 50%;
|
|
31438
|
-
background: var(--a1b5xrg3-0);
|
|
31230
|
+
.E_rhz2uv5 {
|
|
31231
|
+
width: var(--rhz2uv5-0);
|
|
31232
|
+
flex-shrink: 0;
|
|
31233
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31234
|
+
padding-right: 12px;
|
|
31439
31235
|
}
|
|
31440
|
-
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
|
|
31444
|
-
|
|
31445
|
-
|
|
31236
|
+
|
|
31237
|
+
.E_i1inqkme {
|
|
31238
|
+
height: 18px;
|
|
31239
|
+
line-height: 18px;
|
|
31240
|
+
padding: 0 4px;
|
|
31241
|
+
border-radius: 4px;
|
|
31242
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31243
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31244
|
+
display: flex;
|
|
31446
31245
|
align-items: center;
|
|
31447
|
-
|
|
31448
|
-
|
|
31246
|
+
white-space: nowrap;
|
|
31247
|
+
margin-right: 4px;
|
|
31449
31248
|
}
|
|
31450
|
-
|
|
31451
|
-
|
|
31249
|
+
|
|
31250
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31251
|
+
margin-left: 8px;
|
|
31452
31252
|
}
|
|
31453
|
-
.
|
|
31454
|
-
|
|
31455
|
-
transition: all 320ms ease;
|
|
31253
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31254
|
+
padding: 2px 7px 2px 12px;
|
|
31456
31255
|
}
|
|
31457
31256
|
|
|
31458
31257
|
.E_dsnbhzf {
|
|
@@ -31930,561 +31729,769 @@ input.E_rf8rlle.ant-input {
|
|
|
31930
31729
|
line-height: 12px;
|
|
31931
31730
|
}
|
|
31932
31731
|
|
|
31933
|
-
.
|
|
31934
|
-
|
|
31935
|
-
}
|
|
31936
|
-
.E_c1yyuluq .ant-card-body {
|
|
31937
|
-
padding: 20px 24px 24px 24px;
|
|
31732
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31733
|
+
display: var(--a1wfy30z-0);
|
|
31938
31734
|
}
|
|
31939
|
-
|
|
31940
|
-
|
|
31941
|
-
|
|
31942
|
-
|
|
31735
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31736
|
+
padding: 4px 11px;
|
|
31737
|
+
display: inline-flex;
|
|
31738
|
+
line-height: 1.5715;
|
|
31739
|
+
height: inherit;
|
|
31943
31740
|
}
|
|
31944
|
-
.
|
|
31945
|
-
|
|
31946
|
-
|
|
31947
|
-
|
|
31948
|
-
|
|
31741
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31742
|
+
content: var(--a1wfy30z-1);
|
|
31743
|
+
display: var(--a1wfy30z-2);
|
|
31744
|
+
flex: none;
|
|
31745
|
+
align-items: center;
|
|
31746
|
+
margin-left: 4px;
|
|
31949
31747
|
}
|
|
31950
|
-
.
|
|
31951
|
-
|
|
31748
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31749
|
+
content: var(--a1wfy30z-3);
|
|
31750
|
+
display: var(--a1wfy30z-4);
|
|
31751
|
+
flex: none;
|
|
31752
|
+
align-items: center;
|
|
31753
|
+
margin-right: 4px;
|
|
31754
|
+
cursor: auto;
|
|
31952
31755
|
}
|
|
31953
|
-
.
|
|
31954
|
-
padding:
|
|
31756
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31757
|
+
padding: 0;
|
|
31758
|
+
margin: 0;
|
|
31759
|
+
height: auto;
|
|
31760
|
+
font-size: inherit;
|
|
31955
31761
|
}
|
|
31956
31762
|
|
|
31957
|
-
.
|
|
31958
|
-
|
|
31959
|
-
|
|
31763
|
+
.E_cnujxq2 {
|
|
31764
|
+
display: flex;
|
|
31765
|
+
flex-direction: column;
|
|
31960
31766
|
}
|
|
31961
31767
|
|
|
31962
|
-
.
|
|
31963
|
-
|
|
31768
|
+
.E_m7s48ia {
|
|
31769
|
+
max-width: 1120px;
|
|
31770
|
+
width: 100%;
|
|
31771
|
+
margin: 0 auto;
|
|
31772
|
+
height: 100%;
|
|
31964
31773
|
}
|
|
31965
31774
|
|
|
31966
|
-
.
|
|
31775
|
+
.E_wt5zbg6 {
|
|
31776
|
+
max-width: 1120px;
|
|
31777
|
+
width: 100%;
|
|
31778
|
+
margin: 0 auto;
|
|
31967
31779
|
display: flex;
|
|
31968
|
-
align-items: center;
|
|
31969
|
-
font-size: 12px;
|
|
31970
|
-
line-height: 18px;
|
|
31971
31780
|
}
|
|
31972
|
-
.
|
|
31973
|
-
|
|
31781
|
+
.E_wt5zbg6 .left,
|
|
31782
|
+
.E_wt5zbg6 .right {
|
|
31783
|
+
flex-grow: 0;
|
|
31784
|
+
flex-shrink: 0;
|
|
31785
|
+
flex-basis: 21%;
|
|
31974
31786
|
}
|
|
31975
|
-
|
|
31976
|
-
|
|
31977
|
-
|
|
31787
|
+
.E_wt5zbg6 .left {
|
|
31788
|
+
display: flex;
|
|
31789
|
+
justify-content: flex-end;
|
|
31790
|
+
padding-right: 44px;
|
|
31978
31791
|
}
|
|
31979
|
-
|
|
31980
|
-
|
|
31981
|
-
max-height: 400px;
|
|
31982
|
-
overflow: auto;
|
|
31792
|
+
.E_wt5zbg6 .right {
|
|
31793
|
+
padding-left: 44px;
|
|
31983
31794
|
}
|
|
31984
|
-
|
|
31985
|
-
|
|
31986
|
-
|
|
31795
|
+
.E_wt5zbg6 .middle {
|
|
31796
|
+
margin-bottom: 40px;
|
|
31797
|
+
flex-grow: 0;
|
|
31798
|
+
flex-shrink: 0;
|
|
31799
|
+
flex-basis: 58%;
|
|
31800
|
+
}
|
|
31801
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
31987
31802
|
width: 100%;
|
|
31988
31803
|
}
|
|
31989
|
-
.
|
|
31990
|
-
|
|
31804
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31805
|
+
width: auto;
|
|
31991
31806
|
}
|
|
31992
31807
|
|
|
31993
|
-
.
|
|
31994
|
-
|
|
31808
|
+
.E_h18jprzg .ant-modal-header {
|
|
31809
|
+
margin: 0 auto;
|
|
31810
|
+
width: 100%;
|
|
31811
|
+
max-width: 648px;
|
|
31995
31812
|
}
|
|
31996
|
-
|
|
31997
|
-
|
|
31998
|
-
display: flex;
|
|
31999
|
-
justify-content: space-between;
|
|
32000
|
-
align-items: center;
|
|
32001
|
-
font-size: 13px;
|
|
32002
|
-
line-height: 24px;
|
|
32003
|
-
color: #cccccc;
|
|
32004
|
-
white-space: nowrap;
|
|
31813
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
31814
|
+
margin-left: 0;
|
|
32005
31815
|
}
|
|
32006
|
-
.
|
|
32007
|
-
margin
|
|
31816
|
+
.E_h18jprzg .ant-modal-body {
|
|
31817
|
+
margin: 0 auto;
|
|
31818
|
+
padding: 0;
|
|
31819
|
+
width: 100%;
|
|
31820
|
+
max-width: 648px;
|
|
31821
|
+
overflow: hidden;
|
|
32008
31822
|
}
|
|
32009
|
-
|
|
32010
|
-
|
|
32011
|
-
font-weight: bold;
|
|
32012
|
-
color: white;
|
|
31823
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31824
|
+
margin-bottom: 40px;
|
|
32013
31825
|
}
|
|
32014
|
-
|
|
32015
|
-
|
|
32016
|
-
|
|
32017
|
-
|
|
32018
|
-
|
|
32019
|
-
|
|
32020
|
-
|
|
32021
|
-
border: 1px solid #fff;
|
|
32022
|
-
box-sizing: content-box;
|
|
32023
|
-
margin-right: 6px;
|
|
31826
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31827
|
+
height: calc(100vh - 225px);
|
|
31828
|
+
overflow-y: auto;
|
|
31829
|
+
}
|
|
31830
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
31831
|
+
margin: 0 auto;
|
|
31832
|
+
max-width: 648px;
|
|
32024
31833
|
}
|
|
32025
31834
|
|
|
32026
|
-
.
|
|
32027
|
-
|
|
32028
|
-
|
|
32029
|
-
|
|
31835
|
+
.E_h16z9xgz .ant-modal-header {
|
|
31836
|
+
margin: 0 auto;
|
|
31837
|
+
width: 100%;
|
|
31838
|
+
max-width: 1024px;
|
|
32030
31839
|
}
|
|
32031
|
-
|
|
32032
|
-
|
|
32033
|
-
margin: 0 2px;
|
|
31840
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31841
|
+
margin-left: 0;
|
|
32034
31842
|
}
|
|
32035
|
-
|
|
32036
|
-
|
|
32037
|
-
|
|
32038
|
-
|
|
32039
|
-
|
|
32040
|
-
|
|
32041
|
-
padding: 8px 12px;
|
|
32042
|
-
position: sticky;
|
|
32043
|
-
top: 0;
|
|
32044
|
-
z-index: 1;
|
|
32045
|
-
margin-bottom: -52px;
|
|
31843
|
+
.E_h16z9xgz .ant-modal-body {
|
|
31844
|
+
margin: 0 auto;
|
|
31845
|
+
padding: 0;
|
|
31846
|
+
width: 100%;
|
|
31847
|
+
max-width: 1024px;
|
|
31848
|
+
overflow: hidden;
|
|
32046
31849
|
}
|
|
32047
|
-
.
|
|
32048
|
-
|
|
32049
|
-
align-items: center;
|
|
32050
|
-
font-weight: 700;
|
|
32051
|
-
flex-shrink: 0;
|
|
31850
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31851
|
+
margin-bottom: 40px;
|
|
32052
31852
|
}
|
|
32053
|
-
.
|
|
32054
|
-
|
|
32055
|
-
|
|
32056
|
-
width: 32px;
|
|
32057
|
-
height: 32px;
|
|
32058
|
-
border-radius: 50%;
|
|
32059
|
-
justify-content: center;
|
|
31853
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31854
|
+
height: calc(100vh - 225px);
|
|
31855
|
+
overflow-y: auto;
|
|
32060
31856
|
}
|
|
32061
|
-
.
|
|
32062
|
-
|
|
31857
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
31858
|
+
margin: 0 auto;
|
|
31859
|
+
max-width: 1024px;
|
|
32063
31860
|
}
|
|
32064
|
-
|
|
31861
|
+
|
|
31862
|
+
.E_f1lrhghm {
|
|
32065
31863
|
flex: 1;
|
|
32066
|
-
margin-left: 88px;
|
|
32067
|
-
white-space: nowrap;
|
|
32068
|
-
text-align: right;
|
|
32069
|
-
position: relative;
|
|
32070
|
-
padding: 4px 0;
|
|
32071
|
-
margin-top: -4px;
|
|
32072
|
-
overflow: hidden;
|
|
32073
|
-
}
|
|
32074
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
32075
|
-
transform: translateY(-4px);
|
|
32076
|
-
}
|
|
32077
|
-
.E_s1ebs0ra .action-group button {
|
|
32078
|
-
border: none;
|
|
32079
31864
|
}
|
|
32080
|
-
.
|
|
32081
|
-
|
|
31865
|
+
.E_f1lrhghm label {
|
|
31866
|
+
font-size: 13px;
|
|
31867
|
+
line-height: 20px;
|
|
31868
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32082
31869
|
}
|
|
32083
|
-
.
|
|
32084
|
-
|
|
31870
|
+
.E_f1lrhghm .title {
|
|
31871
|
+
font-size: 14px;
|
|
31872
|
+
line-height: 20px;
|
|
31873
|
+
color: #2d3a56;
|
|
31874
|
+
margin-bottom: 12px;
|
|
32085
31875
|
}
|
|
32086
|
-
.
|
|
32087
|
-
|
|
32088
|
-
width: 32px;
|
|
32089
|
-
height: 32px;
|
|
32090
|
-
justify-content: center;
|
|
32091
|
-
border-radius: 50%;
|
|
31876
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
31877
|
+
padding-bottom: 26px;
|
|
32092
31878
|
}
|
|
32093
|
-
|
|
32094
|
-
|
|
31879
|
+
|
|
31880
|
+
.E_f18ot8em {
|
|
31881
|
+
padding: 25px 0 15px 0;
|
|
31882
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31883
|
+
margin-bottom: 16px;
|
|
32095
31884
|
}
|
|
32096
31885
|
|
|
32097
|
-
.
|
|
32098
|
-
|
|
31886
|
+
.E_f1l1g2k0 {
|
|
31887
|
+
display: flex;
|
|
31888
|
+
align-items: center;
|
|
31889
|
+
margin-bottom: 8px;
|
|
32099
31890
|
}
|
|
32100
|
-
.
|
|
32101
|
-
|
|
31891
|
+
.E_f1l1g2k0 > label {
|
|
31892
|
+
width: 216px;
|
|
32102
31893
|
}
|
|
32103
|
-
.
|
|
32104
|
-
|
|
31894
|
+
.E_f1l1g2k0 > label + * {
|
|
31895
|
+
width: 100%;
|
|
32105
31896
|
}
|
|
32106
|
-
|
|
32107
|
-
|
|
32108
|
-
overflow: hidden;
|
|
32109
|
-
text-overflow: ellipsis;
|
|
31897
|
+
.E_f1l1g2k0 .ant-select {
|
|
31898
|
+
width: 100%;
|
|
32110
31899
|
}
|
|
32111
31900
|
|
|
32112
|
-
.
|
|
32113
|
-
|
|
31901
|
+
.E_e1k89cwg {
|
|
31902
|
+
color: #e75a3a;
|
|
31903
|
+
margin-right: 10px;
|
|
32114
31904
|
}
|
|
32115
31905
|
|
|
32116
|
-
.
|
|
32117
|
-
|
|
32118
|
-
|
|
32119
|
-
|
|
32120
|
-
|
|
31906
|
+
.E_d1oui1gf {
|
|
31907
|
+
width: 100%;
|
|
31908
|
+
height: 1px;
|
|
31909
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31910
|
+
margin: 24px 0;
|
|
32121
31911
|
}
|
|
32122
31912
|
|
|
32123
|
-
.
|
|
32124
|
-
|
|
32125
|
-
|
|
32126
|
-
|
|
32127
|
-
|
|
32128
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
32129
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32130
|
-
width: 100%;
|
|
32131
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
32132
|
-
border-top: none;
|
|
31913
|
+
.E_l15itdbb {
|
|
31914
|
+
display: flex;
|
|
31915
|
+
justify-content: center;
|
|
31916
|
+
align-items: center;
|
|
31917
|
+
height: 100%;
|
|
32133
31918
|
}
|
|
32134
|
-
|
|
32135
|
-
.
|
|
32136
|
-
|
|
31919
|
+
|
|
31920
|
+
.E_d1y3z4w {
|
|
31921
|
+
display: inline-block;
|
|
31922
|
+
width: 4px;
|
|
31923
|
+
height: 4px;
|
|
31924
|
+
background: #8e9aa9;
|
|
31925
|
+
opacity: 0.4;
|
|
31926
|
+
border-radius: 50%;
|
|
31927
|
+
margin: 0 4px;
|
|
32137
31928
|
}
|
|
32138
|
-
|
|
32139
|
-
.
|
|
32140
|
-
|
|
32141
|
-
|
|
32142
|
-
|
|
31929
|
+
|
|
31930
|
+
.E_m177r7a3 .ant-modal-header,
|
|
31931
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
31932
|
+
width: 648px;
|
|
31933
|
+
margin: 0 auto;
|
|
32143
31934
|
}
|
|
32144
|
-
.
|
|
32145
|
-
|
|
32146
|
-
|
|
31935
|
+
.E_m177r7a3 .ant-modal-header {
|
|
31936
|
+
padding: 35px 0 24px;
|
|
31937
|
+
border: none;
|
|
32147
31938
|
}
|
|
32148
|
-
.
|
|
32149
|
-
|
|
32150
|
-
width: 22px;
|
|
31939
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31940
|
+
font-size: 30px;
|
|
32151
31941
|
}
|
|
32152
|
-
.
|
|
32153
|
-
|
|
32154
|
-
padding: 0;
|
|
31942
|
+
.E_m177r7a3 .ant-modal-body {
|
|
31943
|
+
padding: 4px 0 2px;
|
|
32155
31944
|
}
|
|
32156
|
-
.
|
|
32157
|
-
|
|
32158
|
-
opacity: 0.4;
|
|
31945
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
31946
|
+
border: none;
|
|
32159
31947
|
}
|
|
32160
|
-
|
|
32161
|
-
|
|
32162
|
-
|
|
31948
|
+
|
|
31949
|
+
.E_t1wwio3v {
|
|
31950
|
+
font-size: 12px;
|
|
31951
|
+
line-height: 18px;
|
|
31952
|
+
font-weight: bold;
|
|
31953
|
+
color: #fff;
|
|
31954
|
+
padding: 0 4px;
|
|
31955
|
+
border-radius: 4px;
|
|
31956
|
+
display: inline-block;
|
|
31957
|
+
background: var(--t1wwio3v-0);
|
|
32163
31958
|
}
|
|
32164
|
-
.
|
|
32165
|
-
|
|
31959
|
+
.E_t1wwio3v:not(:first-child) {
|
|
31960
|
+
margin-left: 4px;
|
|
32166
31961
|
}
|
|
32167
|
-
|
|
32168
|
-
|
|
31962
|
+
|
|
31963
|
+
.E_f17jvtfk {
|
|
31964
|
+
width: 100%;
|
|
31965
|
+
height: 100%;
|
|
31966
|
+
display: flex;
|
|
31967
|
+
align-items: center;
|
|
31968
|
+
justify-content: center;
|
|
32169
31969
|
}
|
|
32170
31970
|
|
|
32171
|
-
.
|
|
32172
|
-
|
|
32173
|
-
|
|
32174
|
-
|
|
32175
|
-
padding:
|
|
31971
|
+
.E_nzppkea {
|
|
31972
|
+
font-size: 90%;
|
|
31973
|
+
font-weight: bold;
|
|
31974
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31975
|
+
padding: 1px 4px 1px;
|
|
31976
|
+
margin-left: 2px;
|
|
31977
|
+
margin-right: 2px;
|
|
31978
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31979
|
+
border-radius: 4px;
|
|
32176
31980
|
}
|
|
32177
31981
|
|
|
32178
|
-
.
|
|
32179
|
-
|
|
32180
|
-
display: flex;
|
|
32181
|
-
justify-content: space-between;
|
|
32182
|
-
align-items: center;
|
|
32183
|
-
padding: 8px 16px;
|
|
31982
|
+
.E_f4mi9eq.form-item-general {
|
|
31983
|
+
width: 640px;
|
|
32184
31984
|
}
|
|
32185
|
-
.
|
|
32186
|
-
|
|
31985
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
31986
|
+
margin-top: 16px;
|
|
32187
31987
|
}
|
|
32188
|
-
.
|
|
32189
|
-
|
|
31988
|
+
.E_f4mi9eq.form-item-compact {
|
|
31989
|
+
width: 412px;
|
|
32190
31990
|
}
|
|
32191
|
-
|
|
32192
|
-
|
|
32193
|
-
text-align: center;
|
|
31991
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
31992
|
+
margin-top: 8px;
|
|
32194
31993
|
}
|
|
32195
|
-
.
|
|
31994
|
+
.E_f4mi9eq .form-item {
|
|
31995
|
+
width: auto;
|
|
31996
|
+
}
|
|
31997
|
+
.E_f4mi9eq .form-item-main {
|
|
31998
|
+
position: relative;
|
|
32196
31999
|
display: flex;
|
|
32197
|
-
justify-content: center;
|
|
32198
32000
|
}
|
|
32199
|
-
.
|
|
32200
|
-
|
|
32201
|
-
width:
|
|
32202
|
-
|
|
32203
|
-
|
|
32204
|
-
|
|
32001
|
+
.E_f4mi9eq .form-item-extra {
|
|
32002
|
+
margin-top: 4px;
|
|
32003
|
+
width: 100%;
|
|
32004
|
+
padding: 14px;
|
|
32005
|
+
background: #f2f4f6;
|
|
32006
|
+
font-size: 13px;
|
|
32007
|
+
line-height: 1.8;
|
|
32008
|
+
color: #8e9aa9;
|
|
32205
32009
|
}
|
|
32206
|
-
.
|
|
32207
|
-
|
|
32010
|
+
.E_f4mi9eq .form-item-label {
|
|
32011
|
+
padding-right: 12px;
|
|
32012
|
+
font-size: 13px;
|
|
32013
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32208
32014
|
}
|
|
32209
|
-
.
|
|
32210
|
-
|
|
32211
|
-
height: 2px;
|
|
32212
|
-
background: #0096ff;
|
|
32213
|
-
border-radius: 2px;
|
|
32015
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
32016
|
+
text-align: right;
|
|
32214
32017
|
}
|
|
32215
|
-
|
|
32216
|
-
.
|
|
32217
|
-
|
|
32018
|
+
.E_f4mi9eq .form-item-label,
|
|
32019
|
+
.E_f4mi9eq .form-item-control {
|
|
32020
|
+
line-height: 32px;
|
|
32218
32021
|
}
|
|
32219
|
-
.
|
|
32220
|
-
|
|
32022
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
32023
|
+
line-height: 18px;
|
|
32221
32024
|
}
|
|
32222
|
-
.
|
|
32223
|
-
|
|
32025
|
+
.E_f4mi9eq .form-item-children {
|
|
32026
|
+
width: 100%;
|
|
32224
32027
|
}
|
|
32225
|
-
.
|
|
32226
|
-
|
|
32028
|
+
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
32029
|
+
width: 100%;
|
|
32227
32030
|
}
|
|
32228
|
-
.
|
|
32229
|
-
|
|
32230
|
-
|
|
32231
|
-
|
|
32031
|
+
.E_f4mi9eq .form-item-error {
|
|
32032
|
+
color: #e75a3a;
|
|
32033
|
+
height: 0;
|
|
32034
|
+
overflow: hidden;
|
|
32232
32035
|
}
|
|
32233
|
-
.
|
|
32234
|
-
|
|
32235
|
-
|
|
32036
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
32037
|
+
margin-top: 4px;
|
|
32038
|
+
height: auto;
|
|
32039
|
+
overflow: auto;
|
|
32236
32040
|
}
|
|
32237
|
-
.
|
|
32238
|
-
|
|
32239
|
-
|
|
32240
|
-
color:
|
|
32041
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
32042
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
32043
|
+
border: 1px solid #e75a3a;
|
|
32044
|
+
color: #e75a3a;
|
|
32241
32045
|
}
|
|
32242
|
-
|
|
32243
|
-
|
|
32244
|
-
|
|
32046
|
+
|
|
32047
|
+
.E_fh0ewl8 {
|
|
32048
|
+
color: #2d3a56;
|
|
32049
|
+
font-weight: bold;
|
|
32050
|
+
padding-bottom: 6px;
|
|
32051
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32052
|
+
margin-bottom: 16px;
|
|
32245
32053
|
}
|
|
32246
|
-
.
|
|
32247
|
-
|
|
32248
|
-
width: 128px;
|
|
32054
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
32055
|
+
margin-top: 16px;
|
|
32249
32056
|
}
|
|
32250
32057
|
|
|
32251
|
-
.
|
|
32058
|
+
.E_e1qrlvot {
|
|
32059
|
+
width: 8px;
|
|
32060
|
+
height: 24px;
|
|
32252
32061
|
display: flex;
|
|
32062
|
+
justify-content: center;
|
|
32253
32063
|
align-items: center;
|
|
32254
|
-
|
|
32255
|
-
|
|
32064
|
+
cursor: pointer;
|
|
32065
|
+
transition: all 200ms ease-out 40ms;
|
|
32256
32066
|
}
|
|
32257
|
-
.
|
|
32258
|
-
|
|
32067
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
32068
|
+
content: "";
|
|
32069
|
+
width: 1px;
|
|
32070
|
+
height: 6px;
|
|
32071
|
+
border-radius: 1px;
|
|
32072
|
+
background: #ccd4e3;
|
|
32073
|
+
position: relative;
|
|
32074
|
+
right: 2px;
|
|
32075
|
+
transform: rotate(-45deg);
|
|
32259
32076
|
}
|
|
32260
|
-
.
|
|
32261
|
-
|
|
32077
|
+
.E_e1qrlvot:after {
|
|
32078
|
+
transform: rotate(45deg);
|
|
32079
|
+
left: 1px;
|
|
32262
32080
|
}
|
|
32263
|
-
|
|
32264
|
-
|
|
32081
|
+
|
|
32082
|
+
.E_w9ic984.ant-alert-warning {
|
|
32083
|
+
border: 0;
|
|
32084
|
+
background: rgba(255, 187, 0, 0.1);
|
|
32085
|
+
border-radius: 6px;
|
|
32086
|
+
}
|
|
32087
|
+
.E_w9ic984.ant-alert,
|
|
32088
|
+
.E_w9ic984 .ant-alert-message {
|
|
32089
|
+
color: #e07f00;
|
|
32090
|
+
}
|
|
32091
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
32092
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
32093
|
+
border-bottom-color: #e07f00;
|
|
32094
|
+
}
|
|
32095
|
+
|
|
32096
|
+
.E_n1k9qi4r {
|
|
32265
32097
|
display: flex;
|
|
32266
|
-
|
|
32267
|
-
|
|
32268
|
-
|
|
32269
|
-
|
|
32098
|
+
flex-direction: row;
|
|
32099
|
+
padding: 7px 12px;
|
|
32100
|
+
background: rgba(255, 187, 0, 0.1);
|
|
32101
|
+
border-radius: 6px;
|
|
32102
|
+
color: #e07f00;
|
|
32103
|
+
font-size: 12px;
|
|
32104
|
+
line-height: 18px;
|
|
32270
32105
|
}
|
|
32271
|
-
.
|
|
32272
|
-
|
|
32273
|
-
|
|
32274
|
-
text-overflow: ellipsis;
|
|
32106
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
32107
|
+
margin-right: 10px;
|
|
32108
|
+
height: 18px;
|
|
32275
32109
|
}
|
|
32276
|
-
|
|
32110
|
+
|
|
32111
|
+
.E_n16fsg9x {
|
|
32277
32112
|
display: flex;
|
|
32278
|
-
|
|
32113
|
+
flex-direction: row;
|
|
32114
|
+
padding: 7px 12px;
|
|
32115
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32116
|
+
border-radius: 6px;
|
|
32117
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32118
|
+
font-size: 12px;
|
|
32119
|
+
line-height: 18px;
|
|
32279
32120
|
}
|
|
32280
|
-
.
|
|
32121
|
+
.E_n16fsg9x .icon-wrapper {
|
|
32122
|
+
margin-right: 10px;
|
|
32123
|
+
height: 18px;
|
|
32124
|
+
}
|
|
32125
|
+
|
|
32126
|
+
.E_i173wxzw {
|
|
32281
32127
|
display: flex;
|
|
32282
|
-
flex-direction: row
|
|
32283
|
-
|
|
32128
|
+
flex-direction: row;
|
|
32129
|
+
padding: 7px 12px;
|
|
32130
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32131
|
+
border-radius: 6px;
|
|
32132
|
+
color: #005ed1;
|
|
32133
|
+
font-size: 12px;
|
|
32134
|
+
line-height: 18px;
|
|
32284
32135
|
}
|
|
32285
|
-
.
|
|
32286
|
-
margin-
|
|
32136
|
+
.E_i173wxzw .icon-wrapper {
|
|
32137
|
+
margin-right: 10px;
|
|
32138
|
+
height: 18px;
|
|
32287
32139
|
}
|
|
32288
|
-
|
|
32289
|
-
|
|
32290
|
-
|
|
32291
|
-
|
|
32292
|
-
|
|
32140
|
+
|
|
32141
|
+
.E_dld369h {
|
|
32142
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32143
|
+
margin-top: 5px;
|
|
32144
|
+
font-size: 12px;
|
|
32145
|
+
line-height: 18px;
|
|
32293
32146
|
}
|
|
32294
32147
|
|
|
32295
|
-
.
|
|
32296
|
-
|
|
32297
|
-
|
|
32148
|
+
.E_s1epv22q {
|
|
32149
|
+
color: #f0483e;
|
|
32150
|
+
font-size: 12px;
|
|
32151
|
+
white-space: pre-wrap;
|
|
32298
32152
|
}
|
|
32299
|
-
|
|
32300
|
-
|
|
32301
|
-
|
|
32302
|
-
|
|
32153
|
+
|
|
32154
|
+
.E_okus5hk {
|
|
32155
|
+
display: flex;
|
|
32156
|
+
align-items: center;
|
|
32157
|
+
justify-content: flex-end;
|
|
32303
32158
|
}
|
|
32304
|
-
.
|
|
32305
|
-
|
|
32306
|
-
color: #0096ff;
|
|
32159
|
+
.E_okus5hk .icon-wrapper {
|
|
32160
|
+
margin-right: 16px;
|
|
32307
32161
|
}
|
|
32308
32162
|
|
|
32309
|
-
.
|
|
32310
|
-
|
|
32311
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32163
|
+
.E_t1auuzri {
|
|
32164
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32312
32165
|
}
|
|
32313
|
-
|
|
32314
|
-
.
|
|
32315
|
-
|
|
32316
|
-
|
|
32317
|
-
|
|
32166
|
+
|
|
32167
|
+
.E_i74cfyt.ant-input {
|
|
32168
|
+
padding: 5px 12px;
|
|
32169
|
+
line-height: 20px;
|
|
32170
|
+
color: #2d3a56;
|
|
32171
|
+
border-radius: 6px;
|
|
32172
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32173
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32318
32174
|
}
|
|
32319
|
-
.
|
|
32320
|
-
padding:
|
|
32321
|
-
|
|
32322
|
-
margin: 5px 0 5px 8px;
|
|
32175
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
32176
|
+
padding: 8px 16px;
|
|
32177
|
+
line-height: 22px;
|
|
32323
32178
|
}
|
|
32324
|
-
.
|
|
32325
|
-
|
|
32326
|
-
|
|
32327
|
-
box-sizing: border-box;
|
|
32328
|
-
border-radius: 16px;
|
|
32329
|
-
margin-right: 8px;
|
|
32179
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
32180
|
+
padding: 2px 8px;
|
|
32181
|
+
line-height: 18px;
|
|
32330
32182
|
}
|
|
32331
|
-
.
|
|
32332
|
-
|
|
32333
|
-
|
|
32334
|
-
|
|
32183
|
+
.E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
32184
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32185
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32186
|
+
z-index: 1;
|
|
32335
32187
|
}
|
|
32336
|
-
.
|
|
32337
|
-
background-color: #0096ff;
|
|
32188
|
+
.E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
32338
32189
|
border-color: #0096ff;
|
|
32339
|
-
|
|
32190
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32191
|
+
z-index: 1;
|
|
32340
32192
|
}
|
|
32341
|
-
.
|
|
32342
|
-
|
|
32343
|
-
|
|
32193
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
32194
|
+
border-color: #e75a3a;
|
|
32195
|
+
color: #e75a3a;
|
|
32344
32196
|
}
|
|
32345
|
-
.
|
|
32346
|
-
|
|
32347
|
-
|
|
32348
|
-
margin-bottom: 8px;
|
|
32197
|
+
.E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
32198
|
+
border-color: #e75a3a;
|
|
32199
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32349
32200
|
}
|
|
32350
|
-
.
|
|
32351
|
-
|
|
32352
|
-
|
|
32353
|
-
color: #fff;
|
|
32201
|
+
.E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
32202
|
+
border-color: #e75a3a;
|
|
32203
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32354
32204
|
}
|
|
32355
|
-
|
|
32356
|
-
.
|
|
32357
|
-
|
|
32205
|
+
.E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
|
|
32206
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32207
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32208
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32358
32209
|
}
|
|
32359
|
-
.
|
|
32360
|
-
|
|
32210
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
32211
|
+
padding: 5px 12px;
|
|
32212
|
+
border-radius: 6px;
|
|
32213
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32214
|
+
line-height: 20px;
|
|
32215
|
+
color: #2d3a56;
|
|
32216
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32361
32217
|
}
|
|
32362
|
-
.
|
|
32363
|
-
|
|
32218
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
32219
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
32220
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32364
32221
|
}
|
|
32365
|
-
.
|
|
32366
|
-
|
|
32222
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
32223
|
+
padding: 8px 16px;
|
|
32224
|
+
line-height: 22px;
|
|
32367
32225
|
}
|
|
32368
|
-
.
|
|
32369
|
-
|
|
32226
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
32227
|
+
padding: 2px 8px;
|
|
32228
|
+
line-height: 18px;
|
|
32370
32229
|
}
|
|
32371
|
-
.
|
|
32372
|
-
border-
|
|
32230
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
32231
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32232
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32373
32233
|
}
|
|
32374
|
-
.
|
|
32375
|
-
|
|
32234
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
32235
|
+
border-color: #0096ff;
|
|
32236
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32376
32237
|
}
|
|
32377
|
-
.
|
|
32378
|
-
|
|
32238
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
32239
|
+
border-color: #e75a3a;
|
|
32379
32240
|
}
|
|
32380
|
-
.
|
|
32381
|
-
|
|
32382
|
-
justify-content: space-between;
|
|
32241
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
32242
|
+
color: #e75a3a;
|
|
32383
32243
|
}
|
|
32384
|
-
.
|
|
32385
|
-
|
|
32386
|
-
|
|
32387
|
-
text-overflow: ellipsis;
|
|
32244
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
32245
|
+
border-color: #e75a3a;
|
|
32246
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32388
32247
|
}
|
|
32389
|
-
|
|
32390
|
-
|
|
32391
|
-
|
|
32392
|
-
|
|
32393
|
-
|
|
32394
|
-
|
|
32248
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
32249
|
+
border-color: #e75a3a;
|
|
32250
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32251
|
+
}
|
|
32252
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
32253
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32254
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32255
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32256
|
+
}
|
|
32257
|
+
textarea.E_i74cfyt.ant-input {
|
|
32258
|
+
transition-property: height;
|
|
32259
|
+
transition-delay: 50ms;
|
|
32260
|
+
}
|
|
32261
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
32262
|
+
min-height: 40px;
|
|
32263
|
+
height: 40px;
|
|
32264
|
+
}
|
|
32265
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
32266
|
+
height: 80px;
|
|
32267
|
+
}
|
|
32268
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
32395
32269
|
min-height: 32px;
|
|
32270
|
+
height: 32px;
|
|
32396
32271
|
}
|
|
32397
|
-
.
|
|
32398
|
-
|
|
32399
|
-
font-weight: 600;
|
|
32400
|
-
font-size: 12px;
|
|
32401
|
-
line-height: 8px;
|
|
32272
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
32273
|
+
height: 64px;
|
|
32402
32274
|
}
|
|
32403
|
-
.
|
|
32404
|
-
|
|
32405
|
-
|
|
32406
|
-
cursor: pointer;
|
|
32275
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
32276
|
+
min-height: 24px;
|
|
32277
|
+
height: 24px;
|
|
32407
32278
|
}
|
|
32408
|
-
|
|
32409
|
-
|
|
32410
|
-
font-size: 12px;
|
|
32411
|
-
line-height: 18px;
|
|
32279
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
32280
|
+
height: 40px;
|
|
32412
32281
|
}
|
|
32413
32282
|
|
|
32414
|
-
.
|
|
32283
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
32284
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32285
|
+
border-radius: 4px;
|
|
32286
|
+
}
|
|
32287
|
+
.E_k1ci6977.input-tags {
|
|
32288
|
+
position: relative;
|
|
32289
|
+
padding: 6px;
|
|
32290
|
+
height: 32px;
|
|
32291
|
+
cursor: pointer;
|
|
32292
|
+
transition: border 150ms;
|
|
32293
|
+
}
|
|
32294
|
+
.E_k1ci6977.input-tags:hover {
|
|
32295
|
+
border-color: #0080ff;
|
|
32296
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
32297
|
+
}
|
|
32298
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
32299
|
+
padding-right: 30px;
|
|
32300
|
+
}
|
|
32301
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
32415
32302
|
display: flex;
|
|
32416
|
-
padding: 8px 0;
|
|
32417
|
-
color: #2d3a56;
|
|
32418
32303
|
}
|
|
32419
|
-
.
|
|
32420
|
-
display:
|
|
32304
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
32305
|
+
display: flex;
|
|
32421
32306
|
}
|
|
32422
|
-
.
|
|
32423
|
-
|
|
32307
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
32308
|
+
position: absolute;
|
|
32309
|
+
right: 12px;
|
|
32310
|
+
top: 50%;
|
|
32311
|
+
transform: translateY(-50%);
|
|
32424
32312
|
}
|
|
32425
|
-
.
|
|
32313
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
32314
|
+
color: rgba(0, 0, 0, 0.25);
|
|
32315
|
+
font-size: 12px;
|
|
32316
|
+
cursor: pointer;
|
|
32317
|
+
}
|
|
32318
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
32319
|
+
color: rgba(0, 0, 0, 0.45);
|
|
32320
|
+
}
|
|
32321
|
+
.E_k1ci6977.has-focus-indicator {
|
|
32322
|
+
position: relative;
|
|
32426
32323
|
overflow: hidden;
|
|
32427
|
-
overflow-x: auto;
|
|
32428
|
-
width: 100%;
|
|
32429
|
-
white-space: pre-wrap;
|
|
32430
32324
|
}
|
|
32431
|
-
.
|
|
32432
|
-
|
|
32433
|
-
|
|
32325
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
32326
|
+
position: absolute;
|
|
32327
|
+
top: 50%;
|
|
32328
|
+
transform: translateY(-50%);
|
|
32329
|
+
left: -16px;
|
|
32330
|
+
transition: left 150ms ease;
|
|
32331
|
+
opacity: 0;
|
|
32434
32332
|
}
|
|
32435
|
-
.
|
|
32436
|
-
|
|
32333
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
32334
|
+
left: 8px;
|
|
32335
|
+
opacity: 1;
|
|
32336
|
+
}
|
|
32337
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
32338
|
+
transition: margin-left 150ms ease;
|
|
32339
|
+
margin-left: 0px;
|
|
32340
|
+
}
|
|
32341
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
32342
|
+
margin-left: 16px;
|
|
32437
32343
|
}
|
|
32438
32344
|
|
|
32439
|
-
.
|
|
32440
|
-
|
|
32441
|
-
|
|
32442
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32443
|
-
padding-right: 12px;
|
|
32345
|
+
input.E_l1f7td1d.ant-input {
|
|
32346
|
+
border-top-right-radius: 0;
|
|
32347
|
+
border-bottom-right-radius: 0;
|
|
32444
32348
|
}
|
|
32445
32349
|
|
|
32446
|
-
.
|
|
32447
|
-
|
|
32448
|
-
|
|
32449
|
-
white-space: inherit;
|
|
32450
|
-
text-overflow: ellipsis;
|
|
32350
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
32351
|
+
border-top-right-radius: 0;
|
|
32352
|
+
border-bottom-right-radius: 0;
|
|
32451
32353
|
}
|
|
32452
32354
|
|
|
32453
|
-
.
|
|
32454
|
-
|
|
32455
|
-
|
|
32355
|
+
input.E_rf8rlle.ant-input {
|
|
32356
|
+
border-top-left-radius: 0;
|
|
32357
|
+
border-bottom-left-radius: 0;
|
|
32456
32358
|
}
|
|
32457
|
-
|
|
32458
|
-
|
|
32359
|
+
|
|
32360
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
32361
|
+
border-top-left-radius: 0;
|
|
32362
|
+
border-bottom-left-radius: 0;
|
|
32459
32363
|
}
|
|
32460
32364
|
|
|
32461
|
-
.
|
|
32462
|
-
|
|
32463
|
-
|
|
32464
|
-
justify-content: flex-end;
|
|
32365
|
+
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
32366
|
+
border-top-right-radius: 0;
|
|
32367
|
+
border-bottom-right-radius: 0;
|
|
32465
32368
|
}
|
|
32466
32369
|
|
|
32467
|
-
.
|
|
32370
|
+
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
32371
|
+
border-top-left-radius: 0;
|
|
32372
|
+
border-bottom-left-radius: 0;
|
|
32373
|
+
}
|
|
32374
|
+
|
|
32375
|
+
.E_c3ni091 {
|
|
32468
32376
|
display: flex;
|
|
32469
|
-
|
|
32470
|
-
width: calc(100% - 40px);
|
|
32377
|
+
flex-direction: column;
|
|
32471
32378
|
}
|
|
32472
|
-
.
|
|
32473
|
-
|
|
32379
|
+
.E_c3ni091 .select-wrapper {
|
|
32380
|
+
margin-top: 12px;
|
|
32381
|
+
}
|
|
32382
|
+
.E_c3ni091 .select-wrapper .select {
|
|
32474
32383
|
width: 100%;
|
|
32475
32384
|
}
|
|
32476
|
-
|
|
32477
|
-
|
|
32478
|
-
min-width: 40px;
|
|
32385
|
+
.E_c3ni091 .radio-wrapper {
|
|
32386
|
+
margin-top: 24px;
|
|
32479
32387
|
}
|
|
32480
|
-
.
|
|
32481
|
-
|
|
32388
|
+
.E_c3ni091 div.form-item {
|
|
32389
|
+
width: 100%;
|
|
32482
32390
|
}
|
|
32483
32391
|
|
|
32484
|
-
.
|
|
32485
|
-
|
|
32486
|
-
|
|
32487
|
-
|
|
32392
|
+
.E_d105ju2d {
|
|
32393
|
+
font-size: 14px;
|
|
32394
|
+
font-weight: 500;
|
|
32395
|
+
color: #3e4652;
|
|
32396
|
+
line-height: 18px;
|
|
32397
|
+
}
|
|
32398
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
32399
|
+
margin-top: 16px;
|
|
32400
|
+
}
|
|
32401
|
+
.E_d105ju2d + * {
|
|
32402
|
+
margin-top: 16px;
|
|
32403
|
+
}
|
|
32404
|
+
|
|
32405
|
+
.E_lh0l62z.E_d105ju2d {
|
|
32406
|
+
font-size: 12px;
|
|
32407
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32408
|
+
margin-top: 12px;
|
|
32409
|
+
}
|
|
32410
|
+
|
|
32411
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32412
|
+
line-height: 18px;
|
|
32413
|
+
font-weight: 500;
|
|
32414
|
+
margin-top: 0;
|
|
32415
|
+
white-space: initial;
|
|
32416
|
+
}
|
|
32417
|
+
|
|
32418
|
+
.E_r1skkc3l {
|
|
32419
|
+
display: block;
|
|
32420
|
+
}
|
|
32421
|
+
.E_r1skkc3l span {
|
|
32422
|
+
font-size: 14px;
|
|
32423
|
+
font-weight: 500;
|
|
32424
|
+
line-height: 32px;
|
|
32425
|
+
color: #3e4652;
|
|
32426
|
+
}
|
|
32427
|
+
|
|
32428
|
+
.E_c3cobmo {
|
|
32429
|
+
margin-top: 16px;
|
|
32430
|
+
padding: 8px;
|
|
32431
|
+
border-radius: 6px;
|
|
32432
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32433
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32434
|
+
font-size: 12px;
|
|
32435
|
+
}
|
|
32436
|
+
.E_c3cobmo div {
|
|
32437
|
+
line-height: 20px;
|
|
32438
|
+
display: flex;
|
|
32439
|
+
align-items: center;
|
|
32440
|
+
word-break: break-all;
|
|
32441
|
+
}
|
|
32442
|
+
.E_c3cobmo .title {
|
|
32443
|
+
font-weight: 700;
|
|
32444
|
+
line-height: 18px;
|
|
32445
|
+
margin: 4px 0;
|
|
32446
|
+
}
|
|
32447
|
+
|
|
32448
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32449
|
+
display: inline-flex;
|
|
32450
|
+
align-items: center;
|
|
32451
|
+
justify-content: center;
|
|
32452
|
+
color: #fff;
|
|
32453
|
+
font-weight: bold;
|
|
32454
|
+
font-size: 12px;
|
|
32455
|
+
width: 24px;
|
|
32456
|
+
height: 24px;
|
|
32457
|
+
border-radius: 50%;
|
|
32458
|
+
background: var(--a1b5xrg3-0);
|
|
32459
|
+
}
|
|
32460
|
+
.E_a1b5xrg3.btn-item {
|
|
32461
|
+
transition: all 160ms ease;
|
|
32462
|
+
cursor: pointer;
|
|
32463
|
+
width: 56px;
|
|
32464
|
+
height: 40px;
|
|
32465
|
+
display: inline-flex;
|
|
32466
|
+
align-items: center;
|
|
32467
|
+
justify-content: center;
|
|
32468
|
+
border-radius: 6px;
|
|
32469
|
+
}
|
|
32470
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32471
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32472
|
+
}
|
|
32473
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32474
|
+
transform: translateY(2px);
|
|
32475
|
+
transition: all 320ms ease;
|
|
32476
|
+
}
|
|
32477
|
+
|
|
32478
|
+
.E_m196gn1d {
|
|
32479
|
+
min-width: 1280px;
|
|
32480
|
+
}
|
|
32481
|
+
|
|
32482
|
+
.E_owd0kml {
|
|
32483
|
+
display: inline-block;
|
|
32484
|
+
}
|
|
32485
|
+
|
|
32486
|
+
.E_h1jsgezc {
|
|
32487
|
+
visibility: hidden;
|
|
32488
|
+
position: absolute;
|
|
32489
|
+
}
|
|
32490
|
+
|
|
32491
|
+
.E_skwah65 {
|
|
32492
|
+
height: 8px;
|
|
32493
|
+
box-sizing: border-box;
|
|
32494
|
+
border-radius: 2px;
|
|
32488
32495
|
background: #f5f7fa;
|
|
32489
32496
|
display: flex;
|
|
32490
32497
|
width: 100%;
|
|
@@ -33000,18 +33007,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33000
33007
|
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33001
33008
|
margin-left: 4px;
|
|
33002
33009
|
}
|
|
33003
|
-
.E_h12yihis .right .btn-group .user-icon .user-icon-inner {
|
|
33004
|
-
display: inline-flex;
|
|
33005
|
-
align-items: center;
|
|
33006
|
-
justify-content: center;
|
|
33007
|
-
color: #fff;
|
|
33008
|
-
font-weight: bold;
|
|
33009
|
-
font-size: 12px;
|
|
33010
|
-
width: 24px;
|
|
33011
|
-
height: 24px;
|
|
33012
|
-
border-radius: 50%;
|
|
33013
|
-
background: linear-gradient(180deg, rgba(0, 136, 255, 0.2) 0%, rgba(0, 136, 255, 0.6) 100%);
|
|
33014
|
-
}
|
|
33015
33010
|
.E_h12yihis .right .create-menu-and-export {
|
|
33016
33011
|
height: 48px;
|
|
33017
33012
|
overflow: hidden;
|
|
@@ -33172,6 +33167,148 @@ input.E_rf8rlle.ant-input {
|
|
|
33172
33167
|
padding: unset;
|
|
33173
33168
|
}
|
|
33174
33169
|
|
|
33170
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33171
|
+
margin-right: 2px;
|
|
33172
|
+
}
|
|
33173
|
+
|
|
33174
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33175
|
+
padding-left: 8px;
|
|
33176
|
+
padding-right: 8px;
|
|
33177
|
+
}
|
|
33178
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33179
|
+
border-radius: 4px;
|
|
33180
|
+
}
|
|
33181
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33182
|
+
border-radius: 4px;
|
|
33183
|
+
}
|
|
33184
|
+
|
|
33185
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
33186
|
+
padding-left: 12px;
|
|
33187
|
+
padding-right: 12px;
|
|
33188
|
+
}
|
|
33189
|
+
|
|
33190
|
+
.E_ckld275 {
|
|
33191
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33192
|
+
}
|
|
33193
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33194
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
33195
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33196
|
+
}
|
|
33197
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33198
|
+
background-color: transparent;
|
|
33199
|
+
}
|
|
33200
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33201
|
+
background-color: transparent;
|
|
33202
|
+
}
|
|
33203
|
+
|
|
33204
|
+
.E_c1yd35n {
|
|
33205
|
+
padding: 0 12px 14px 12px;
|
|
33206
|
+
}
|
|
33207
|
+
|
|
33208
|
+
.E_c1kghdax {
|
|
33209
|
+
color: #2d3a56;
|
|
33210
|
+
padding: 7px 12px;
|
|
33211
|
+
display: flex;
|
|
33212
|
+
justify-content: space-between;
|
|
33213
|
+
align-items: center;
|
|
33214
|
+
}
|
|
33215
|
+
.E_c1kghdax.has-arrow {
|
|
33216
|
+
padding-left: 10px;
|
|
33217
|
+
}
|
|
33218
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33219
|
+
cursor: pointer;
|
|
33220
|
+
color: #00122e;
|
|
33221
|
+
}
|
|
33222
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33223
|
+
color: #2d3a56;
|
|
33224
|
+
font-weight: 600;
|
|
33225
|
+
}
|
|
33226
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33227
|
+
transform: rotate(90deg);
|
|
33228
|
+
}
|
|
33229
|
+
.E_c1kghdax .sub-info {
|
|
33230
|
+
font-size: 12px;
|
|
33231
|
+
line-height: 18px;
|
|
33232
|
+
}
|
|
33233
|
+
.E_c1kghdax .title-wrapper {
|
|
33234
|
+
display: flex;
|
|
33235
|
+
align-items: center;
|
|
33236
|
+
user-select: none;
|
|
33237
|
+
flex-grow: 1;
|
|
33238
|
+
font-size: 12px;
|
|
33239
|
+
line-height: 18px;
|
|
33240
|
+
color: #2d3a56;
|
|
33241
|
+
font-weight: 700;
|
|
33242
|
+
}
|
|
33243
|
+
.E_c1kghdax .collapse-arrow {
|
|
33244
|
+
transition: all 50ms ease-out 0ms;
|
|
33245
|
+
margin-right: 2px;
|
|
33246
|
+
}
|
|
33247
|
+
|
|
33248
|
+
.E_ckui4s7 {
|
|
33249
|
+
color: #2d3a56;
|
|
33250
|
+
line-height: 22px;
|
|
33251
|
+
display: inline-flex;
|
|
33252
|
+
}
|
|
33253
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33254
|
+
height: 22px;
|
|
33255
|
+
display: flex;
|
|
33256
|
+
align-items: center;
|
|
33257
|
+
top: 0;
|
|
33258
|
+
}
|
|
33259
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33260
|
+
border: none;
|
|
33261
|
+
}
|
|
33262
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33263
|
+
border-color: #0080ff;
|
|
33264
|
+
}
|
|
33265
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33266
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33267
|
+
}
|
|
33268
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33269
|
+
border: 1px solid #0080ff;
|
|
33270
|
+
}
|
|
33271
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33272
|
+
background: #0080ff;
|
|
33273
|
+
}
|
|
33274
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33275
|
+
background-color: #fff;
|
|
33276
|
+
height: 2px;
|
|
33277
|
+
width: 10px;
|
|
33278
|
+
border-radius: 2px;
|
|
33279
|
+
}
|
|
33280
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33281
|
+
opacity: 0.5;
|
|
33282
|
+
}
|
|
33283
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33284
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33285
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33286
|
+
}
|
|
33287
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33288
|
+
border-color: #2d3a56;
|
|
33289
|
+
}
|
|
33290
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33291
|
+
background: #2d3a56;
|
|
33292
|
+
}
|
|
33293
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33294
|
+
padding: 0;
|
|
33295
|
+
}
|
|
33296
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33297
|
+
display: inline-block;
|
|
33298
|
+
margin-left: 12px;
|
|
33299
|
+
color: #2d3a56;
|
|
33300
|
+
}
|
|
33301
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33302
|
+
margin-left: 28px;
|
|
33303
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33304
|
+
}
|
|
33305
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33306
|
+
margin-left: 8px;
|
|
33307
|
+
}
|
|
33308
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33309
|
+
margin-left: 24px;
|
|
33310
|
+
}
|
|
33311
|
+
|
|
33175
33312
|
.E_c1kchka8 {
|
|
33176
33313
|
height: 100%;
|
|
33177
33314
|
width: 100%;
|
|
@@ -33649,165 +33786,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33649
33786
|
padding: 0;
|
|
33650
33787
|
}
|
|
33651
33788
|
|
|
33652
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33653
|
-
margin-right: 2px;
|
|
33654
|
-
}
|
|
33655
|
-
|
|
33656
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33657
|
-
padding-left: 8px;
|
|
33658
|
-
padding-right: 8px;
|
|
33659
|
-
}
|
|
33660
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33661
|
-
border-radius: 4px;
|
|
33662
|
-
}
|
|
33663
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33664
|
-
border-radius: 4px;
|
|
33665
|
-
}
|
|
33666
|
-
|
|
33667
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
33668
|
-
padding-left: 12px;
|
|
33669
|
-
padding-right: 12px;
|
|
33670
|
-
}
|
|
33671
|
-
|
|
33672
|
-
.E_ckld275 {
|
|
33673
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33674
|
-
}
|
|
33675
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33676
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
33677
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33678
|
-
}
|
|
33679
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33680
|
-
background-color: transparent;
|
|
33681
|
-
}
|
|
33682
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33683
|
-
background-color: transparent;
|
|
33684
|
-
}
|
|
33685
|
-
|
|
33686
|
-
.E_r77hffu {
|
|
33687
|
-
display: flex;
|
|
33688
|
-
align-items: center;
|
|
33689
|
-
justify-content: space-between;
|
|
33690
|
-
column-gap: 6px;
|
|
33691
|
-
}
|
|
33692
|
-
|
|
33693
|
-
.E_p1cmxsf7 {
|
|
33694
|
-
display: flex;
|
|
33695
|
-
flex-direction: column;
|
|
33696
|
-
justify-content: center;
|
|
33697
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33698
|
-
}
|
|
33699
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
33700
|
-
font-size: 0;
|
|
33701
|
-
}
|
|
33702
|
-
|
|
33703
|
-
.E_ckui4s7 {
|
|
33704
|
-
color: #2d3a56;
|
|
33705
|
-
line-height: 22px;
|
|
33706
|
-
display: inline-flex;
|
|
33707
|
-
}
|
|
33708
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33709
|
-
height: 22px;
|
|
33710
|
-
display: flex;
|
|
33711
|
-
align-items: center;
|
|
33712
|
-
top: 0;
|
|
33713
|
-
}
|
|
33714
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33715
|
-
border: none;
|
|
33716
|
-
}
|
|
33717
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33718
|
-
border-color: #0080ff;
|
|
33719
|
-
}
|
|
33720
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33721
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33722
|
-
}
|
|
33723
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33724
|
-
border: 1px solid #0080ff;
|
|
33725
|
-
}
|
|
33726
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33727
|
-
background: #0080ff;
|
|
33728
|
-
}
|
|
33729
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33730
|
-
background-color: #fff;
|
|
33731
|
-
height: 2px;
|
|
33732
|
-
width: 10px;
|
|
33733
|
-
border-radius: 2px;
|
|
33734
|
-
}
|
|
33735
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33736
|
-
opacity: 0.5;
|
|
33737
|
-
}
|
|
33738
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33739
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33740
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33741
|
-
}
|
|
33742
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33743
|
-
border-color: #2d3a56;
|
|
33744
|
-
}
|
|
33745
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33746
|
-
background: #2d3a56;
|
|
33747
|
-
}
|
|
33748
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33749
|
-
padding: 0;
|
|
33750
|
-
}
|
|
33751
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33752
|
-
display: inline-block;
|
|
33753
|
-
margin-left: 12px;
|
|
33754
|
-
color: #2d3a56;
|
|
33755
|
-
}
|
|
33756
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33757
|
-
margin-left: 28px;
|
|
33758
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33759
|
-
}
|
|
33760
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33761
|
-
margin-left: 8px;
|
|
33762
|
-
}
|
|
33763
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33764
|
-
margin-left: 24px;
|
|
33765
|
-
}
|
|
33766
|
-
|
|
33767
|
-
.E_c1yd35n {
|
|
33768
|
-
padding: 0 12px 14px 12px;
|
|
33769
|
-
}
|
|
33770
|
-
|
|
33771
|
-
.E_c1kghdax {
|
|
33772
|
-
color: #2d3a56;
|
|
33773
|
-
padding: 7px 12px;
|
|
33774
|
-
display: flex;
|
|
33775
|
-
justify-content: space-between;
|
|
33776
|
-
align-items: center;
|
|
33777
|
-
}
|
|
33778
|
-
.E_c1kghdax.has-arrow {
|
|
33779
|
-
padding-left: 10px;
|
|
33780
|
-
}
|
|
33781
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33782
|
-
cursor: pointer;
|
|
33783
|
-
color: #00122e;
|
|
33784
|
-
}
|
|
33785
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33786
|
-
color: #2d3a56;
|
|
33787
|
-
font-weight: 600;
|
|
33788
|
-
}
|
|
33789
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33790
|
-
transform: rotate(90deg);
|
|
33791
|
-
}
|
|
33792
|
-
.E_c1kghdax .sub-info {
|
|
33793
|
-
font-size: 12px;
|
|
33794
|
-
line-height: 18px;
|
|
33795
|
-
}
|
|
33796
|
-
.E_c1kghdax .title-wrapper {
|
|
33797
|
-
display: flex;
|
|
33798
|
-
align-items: center;
|
|
33799
|
-
user-select: none;
|
|
33800
|
-
flex-grow: 1;
|
|
33801
|
-
font-size: 12px;
|
|
33802
|
-
line-height: 18px;
|
|
33803
|
-
color: #2d3a56;
|
|
33804
|
-
font-weight: 700;
|
|
33805
|
-
}
|
|
33806
|
-
.E_c1kghdax .collapse-arrow {
|
|
33807
|
-
transition: all 50ms ease-out 0ms;
|
|
33808
|
-
margin-right: 2px;
|
|
33809
|
-
}
|
|
33810
|
-
|
|
33811
33789
|
.E_b14q2gmw {
|
|
33812
33790
|
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);
|
|
33813
33791
|
}
|
|
@@ -33825,28 +33803,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33825
33803
|
transform: translateY(-4px);
|
|
33826
33804
|
}
|
|
33827
33805
|
|
|
33828
|
-
.E_t1gvlxt5 {
|
|
33829
|
-
min-width: 0;
|
|
33830
|
-
flex: 1;
|
|
33831
|
-
}
|
|
33832
|
-
.E_t1gvlxt5 .tag {
|
|
33833
|
-
flex: 0 0 auto;
|
|
33834
|
-
}
|
|
33835
|
-
.E_t1gvlxt5 .progress-title {
|
|
33836
|
-
flex: 2;
|
|
33837
|
-
max-width: fit-content;
|
|
33838
|
-
}
|
|
33839
|
-
.E_t1gvlxt5 .progress-desc {
|
|
33840
|
-
flex: 1;
|
|
33841
|
-
max-width: fit-content;
|
|
33842
|
-
}
|
|
33843
|
-
|
|
33844
|
-
.E_a1ji6r68 {
|
|
33845
|
-
display: flex;
|
|
33846
|
-
align-items: center;
|
|
33847
|
-
column-gap: var(--a1ji6r68-0);
|
|
33848
|
-
}
|
|
33849
|
-
|
|
33850
33806
|
.E_lht19u8 {
|
|
33851
33807
|
width: 64px;
|
|
33852
33808
|
height: 64px;
|
|
@@ -33896,401 +33852,64 @@ input.E_rf8rlle.ant-input {
|
|
|
33896
33852
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33897
33853
|
}
|
|
33898
33854
|
|
|
33899
|
-
.
|
|
33900
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33901
|
-
text-align: center;
|
|
33855
|
+
.E_r77hffu {
|
|
33902
33856
|
display: flex;
|
|
33903
33857
|
align-items: center;
|
|
33904
|
-
justify-content: center;
|
|
33905
|
-
flex-direction: column;
|
|
33906
|
-
height: 100%;
|
|
33907
|
-
}
|
|
33908
|
-
.E_msn7nxt .link {
|
|
33909
|
-
color: #0080ff;
|
|
33910
|
-
cursor: pointer;
|
|
33911
|
-
}
|
|
33912
|
-
|
|
33913
|
-
.E_mp64wfi {
|
|
33914
|
-
width: 100%;
|
|
33915
|
-
height: 100%;
|
|
33916
|
-
display: flex;
|
|
33917
|
-
flex-direction: column;
|
|
33918
|
-
}
|
|
33919
|
-
.E_mp64wfi .name-toolbar {
|
|
33920
|
-
width: 100%;
|
|
33921
|
-
display: flex;
|
|
33922
|
-
line-height: 30px;
|
|
33923
|
-
padding: 0 16px;
|
|
33924
33858
|
justify-content: space-between;
|
|
33859
|
+
column-gap: 6px;
|
|
33925
33860
|
}
|
|
33926
|
-
|
|
33927
|
-
|
|
33928
|
-
|
|
33929
|
-
|
|
33930
|
-
|
|
33931
|
-
|
|
33932
|
-
color: #a3b4cc;
|
|
33933
|
-
}
|
|
33934
|
-
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33935
|
-
margin-left: 10px;
|
|
33936
|
-
}
|
|
33937
|
-
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33938
|
-
margin-left: 10px;
|
|
33939
|
-
cursor: pointer;
|
|
33940
|
-
}
|
|
33941
|
-
.E_mp64wfi .content {
|
|
33942
|
-
flex: 1;
|
|
33943
|
-
width: 100%;
|
|
33944
|
-
display: flex;
|
|
33945
|
-
justify-content: center;
|
|
33946
|
-
align-items: center;
|
|
33947
|
-
}
|
|
33948
|
-
.E_mp64wfi .single-content {
|
|
33949
|
-
height: 65px;
|
|
33950
|
-
}
|
|
33951
|
-
|
|
33952
|
-
.E_l1oyigan {
|
|
33953
|
-
display: flex;
|
|
33954
|
-
align-items: center;
|
|
33955
|
-
white-space: nowrap;
|
|
33956
|
-
overflow: hidden;
|
|
33957
|
-
width: 100%;
|
|
33958
|
-
}
|
|
33959
|
-
.E_l1oyigan .ant-dropdown-trigger {
|
|
33960
|
-
margin-left: auto;
|
|
33961
|
-
font-size: 12px;
|
|
33962
|
-
}
|
|
33963
|
-
|
|
33964
|
-
.E_l1noi4n1 {
|
|
33965
|
-
display: flex;
|
|
33966
|
-
justify-content: flex-start;
|
|
33967
|
-
align-items: center;
|
|
33968
|
-
font-size: 12px;
|
|
33969
|
-
cursor: pointer;
|
|
33970
|
-
}
|
|
33971
|
-
.E_l1noi4n1:not(:last-child) {
|
|
33972
|
-
margin-right: 20px;
|
|
33973
|
-
}
|
|
33974
|
-
.E_l1noi4n1.deselected {
|
|
33975
|
-
opacity: 0.4;
|
|
33976
|
-
}
|
|
33977
|
-
.E_l1noi4n1.deselected .color-block {
|
|
33978
|
-
background: #b4beca !important;
|
|
33979
|
-
}
|
|
33980
|
-
|
|
33981
|
-
.E_cz19rz6 {
|
|
33982
|
-
display: inline-block;
|
|
33983
|
-
height: 8px;
|
|
33984
|
-
width: 8px;
|
|
33985
|
-
margin-right: 8px;
|
|
33986
|
-
}
|
|
33987
|
-
|
|
33988
|
-
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33989
|
-
display: flex;
|
|
33990
|
-
align-items: center;
|
|
33991
|
-
font-size: 12px;
|
|
33992
|
-
margin: 0;
|
|
33993
|
-
}
|
|
33994
|
-
|
|
33995
|
-
.E_m1y1hhnr {
|
|
33996
|
-
position: relative;
|
|
33997
|
-
}
|
|
33998
|
-
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33999
|
-
bottom: -12px;
|
|
34000
|
-
}
|
|
34001
|
-
.E_m1y1hhnr .metric-toolbar {
|
|
34002
|
-
display: flex;
|
|
34003
|
-
justify-content: space-between;
|
|
34004
|
-
line-height: 30px;
|
|
34005
|
-
margin: 0 16px;
|
|
34006
|
-
}
|
|
34007
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34008
|
-
display: flex;
|
|
34009
|
-
font-size: 12px;
|
|
34010
|
-
align-items: center;
|
|
34011
|
-
}
|
|
34012
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34013
|
-
color: #a3b4cc;
|
|
34014
|
-
}
|
|
34015
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34016
|
-
margin-left: 10px;
|
|
34017
|
-
}
|
|
34018
|
-
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34019
|
-
margin-left: 10px;
|
|
34020
|
-
cursor: pointer;
|
|
34021
|
-
}
|
|
34022
|
-
.E_m1y1hhnr .recharts-xAxis {
|
|
34023
|
-
font-size: 12px;
|
|
34024
|
-
}
|
|
34025
|
-
.E_m1y1hhnr .pointer-wrapper {
|
|
34026
|
-
position: absolute;
|
|
34027
|
-
bottom: 10px;
|
|
34028
|
-
padding: 0 8px;
|
|
34029
|
-
border-radius: 4px;
|
|
34030
|
-
font-size: 12px;
|
|
34031
|
-
color: #fff;
|
|
34032
|
-
background: rgba(0, 0, 0, 0.75);
|
|
34033
|
-
transform: translateX(-50%);
|
|
34034
|
-
}
|
|
34035
|
-
|
|
34036
|
-
.E_tnvijvs {
|
|
34037
|
-
min-width: 200px;
|
|
34038
|
-
}
|
|
34039
|
-
|
|
34040
|
-
.E_t1ub2aex {
|
|
34041
|
-
display: flex;
|
|
34042
|
-
align-items: center;
|
|
34043
|
-
justify-content: space-between;
|
|
34044
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
34045
|
-
color: #b4beca;
|
|
34046
|
-
font-size: 12px;
|
|
34047
|
-
padding: 3px 6px;
|
|
34048
|
-
}
|
|
34049
|
-
.E_t1ub2aex:first-child {
|
|
34050
|
-
padding-top: 3px;
|
|
34051
|
-
}
|
|
34052
|
-
.E_t1ub2aex:last-child {
|
|
34053
|
-
padding-bottom: 3px;
|
|
34054
|
-
}
|
|
34055
|
-
.E_t1ub2aex .column-value {
|
|
34056
|
-
color: #fff;
|
|
34057
|
-
margin-left: 8px;
|
|
34058
|
-
}
|
|
34059
|
-
|
|
34060
|
-
.E_w7ob4th.outside-tag {
|
|
34061
|
-
padding-left: 0;
|
|
34062
|
-
}
|
|
34063
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34064
|
-
border-radius: 4px 0 0 4px;
|
|
34065
|
-
padding-right: 4px;
|
|
34066
|
-
margin-right: 4px;
|
|
34067
|
-
}
|
|
34068
|
-
|
|
34069
|
-
.E_slr2ynn {
|
|
34070
|
-
padding: 0 8px;
|
|
34071
|
-
height: 18px;
|
|
34072
|
-
}
|
|
34073
|
-
|
|
34074
|
-
.E_m140wbb6 {
|
|
34075
|
-
padding: 2px 8px;
|
|
34076
|
-
height: 24px;
|
|
34077
|
-
}
|
|
34078
|
-
|
|
34079
|
-
.E_t1fozc1i {
|
|
34080
|
-
margin: 0;
|
|
34081
|
-
}
|
|
34082
|
-
|
|
34083
|
-
.E_i1vxv4ln {
|
|
34084
|
-
margin-right: 4px;
|
|
34085
|
-
height: 16px;
|
|
34086
|
-
}
|
|
34087
|
-
|
|
34088
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34089
|
-
font-weight: 700;
|
|
34090
|
-
color: #00122e;
|
|
34091
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34092
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34093
|
-
word-break: break-all;
|
|
34094
|
-
display: inline;
|
|
34095
|
-
white-space: normal;
|
|
34096
|
-
}
|
|
34097
|
-
|
|
34098
|
-
.E_i1g85yz3 {
|
|
34099
|
-
margin-right: 4px;
|
|
34100
|
-
height: 16px;
|
|
34101
|
-
}
|
|
34102
|
-
|
|
34103
|
-
.E_t1dtlqs1 {
|
|
34104
|
-
margin-bottom: 4px;
|
|
34105
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34106
|
-
overflow: hidden;
|
|
34107
|
-
text-overflow: ellipsis;
|
|
34108
|
-
white-space: nowrap;
|
|
34109
|
-
}
|
|
34110
|
-
|
|
34111
|
-
.E_s1ese5oy {
|
|
34112
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34113
|
-
line-height: 32px;
|
|
34114
|
-
height: 32px;
|
|
34115
|
-
margin-bottom: 0;
|
|
34116
|
-
}
|
|
34117
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34118
|
-
color: #0080ff;
|
|
34119
|
-
}
|
|
34120
|
-
.E_s1ese5oy.warning {
|
|
34121
|
-
color: #ffa500;
|
|
34122
|
-
}
|
|
34123
|
-
.E_s1ese5oy.success {
|
|
34124
|
-
color: #00ba5d;
|
|
34125
|
-
}
|
|
34126
|
-
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34127
|
-
color: #f0483e;
|
|
34128
|
-
}
|
|
34129
|
-
.E_s1ese5oy.normal {
|
|
34130
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34131
|
-
}
|
|
34132
|
-
|
|
34133
|
-
.E_b1ibis43 {
|
|
34134
|
-
margin-bottom: 0;
|
|
34135
|
-
color: #00122e;
|
|
34136
|
-
}
|
|
34137
|
-
|
|
34138
|
-
.E_b11xxjd2 {
|
|
34139
|
-
line-height: 32px;
|
|
34140
|
-
margin-right: 6px;
|
|
34141
|
-
}
|
|
34142
|
-
|
|
34143
|
-
.E_bsub5bw.with-description {
|
|
34144
|
-
height: 24px;
|
|
34145
|
-
flex: 1;
|
|
34146
|
-
position: relative;
|
|
34147
|
-
top: -7px;
|
|
34148
|
-
}
|
|
34149
|
-
.E_bsub5bw p {
|
|
34150
|
-
width: 100%;
|
|
34151
|
-
overflow: hidden;
|
|
34152
|
-
text-overflow: ellipsis;
|
|
34153
|
-
white-space: nowrap;
|
|
34154
|
-
}
|
|
34155
|
-
|
|
34156
|
-
.E_tmoyoag {
|
|
34157
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34158
|
-
border-radius: 8px;
|
|
34159
|
-
overflow: auto;
|
|
34160
|
-
}
|
|
34161
|
-
.E_tmoyoag .ant-list {
|
|
34162
|
-
position: relative;
|
|
34163
|
-
}
|
|
34164
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34165
|
-
position: sticky;
|
|
34166
|
-
top: 0;
|
|
34167
|
-
z-index: 2;
|
|
34168
|
-
display: flex;
|
|
34169
|
-
padding: 8px;
|
|
34170
|
-
flex-wrap: nowrap;
|
|
34171
|
-
justify-content: flex-start;
|
|
34172
|
-
background: #f2f5fa;
|
|
34173
|
-
font-size: 14px;
|
|
34174
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34175
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34176
|
-
}
|
|
34177
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34178
|
-
align-items: inherit;
|
|
34179
|
-
}
|
|
34180
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34181
|
-
display: flex;
|
|
34182
|
-
justify-content: flex-start;
|
|
34183
|
-
align-items: flex-start;
|
|
34184
|
-
flex-wrap: wrap;
|
|
34185
|
-
padding: 8px;
|
|
34186
|
-
border: none;
|
|
34187
|
-
}
|
|
34188
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34189
|
-
flex-basis: 100%;
|
|
34190
|
-
margin: 12px 0 0;
|
|
34191
|
-
order: 99;
|
|
34192
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34193
|
-
}
|
|
34194
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34195
|
-
color: #f0483e;
|
|
34196
|
-
flex-basis: 100%;
|
|
34197
|
-
order: 98;
|
|
34198
|
-
margin: 12px 0 0;
|
|
34199
|
-
}
|
|
34200
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34201
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34202
|
-
}
|
|
34203
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34204
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34205
|
-
}
|
|
34206
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34207
|
-
flex: 1 0 0;
|
|
34208
|
-
overflow: hidden;
|
|
34209
|
-
}
|
|
34210
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34211
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34212
|
-
margin: 0;
|
|
34213
|
-
}
|
|
34214
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34215
|
-
text-align: center;
|
|
34216
|
-
}
|
|
34217
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34218
|
-
text-align: center;
|
|
34219
|
-
}
|
|
34220
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34221
|
-
text-align: left;
|
|
34222
|
-
}
|
|
34223
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34224
|
-
text-align: left;
|
|
34225
|
-
}
|
|
34226
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34227
|
-
text-align: right;
|
|
34228
|
-
}
|
|
34229
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34230
|
-
text-align: right;
|
|
34231
|
-
}
|
|
34232
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34233
|
-
margin-right: 8px;
|
|
34234
|
-
}
|
|
34235
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34236
|
-
padding: 4px;
|
|
34237
|
-
width: 24px;
|
|
34238
|
-
height: 24px;
|
|
34239
|
-
overflow: hidden;
|
|
34240
|
-
}
|
|
34241
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34242
|
-
padding: 0;
|
|
34243
|
-
}
|
|
34244
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34245
|
-
cursor: not-allowed;
|
|
34246
|
-
opacity: 0.5;
|
|
34247
|
-
}
|
|
34248
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34249
|
-
margin: 0;
|
|
34250
|
-
}
|
|
34251
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34252
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34253
|
-
border-radius: 5px;
|
|
34254
|
-
font-size: 12px;
|
|
34255
|
-
}
|
|
34256
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34257
|
-
font-size: inherit;
|
|
33861
|
+
|
|
33862
|
+
.E_p1cmxsf7 {
|
|
33863
|
+
display: flex;
|
|
33864
|
+
flex-direction: column;
|
|
33865
|
+
justify-content: center;
|
|
33866
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34258
33867
|
}
|
|
34259
|
-
.
|
|
34260
|
-
|
|
34261
|
-
font-size: 12px;
|
|
34262
|
-
position: relative;
|
|
33868
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33869
|
+
font-size: 0;
|
|
34263
33870
|
}
|
|
34264
|
-
|
|
34265
|
-
|
|
33871
|
+
|
|
33872
|
+
.E_w7ob4th.outside-tag {
|
|
33873
|
+
padding-left: 0;
|
|
34266
33874
|
}
|
|
34267
|
-
.
|
|
34268
|
-
|
|
33875
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33876
|
+
border-radius: 4px 0 0 4px;
|
|
33877
|
+
padding-right: 4px;
|
|
33878
|
+
margin-right: 4px;
|
|
34269
33879
|
}
|
|
34270
33880
|
|
|
34271
|
-
.
|
|
34272
|
-
|
|
34273
|
-
|
|
34274
|
-
margin-top: 8px;
|
|
33881
|
+
.E_slr2ynn {
|
|
33882
|
+
padding: 0 8px;
|
|
33883
|
+
height: 18px;
|
|
34275
33884
|
}
|
|
34276
|
-
|
|
33885
|
+
|
|
33886
|
+
.E_m140wbb6 {
|
|
34277
33887
|
padding: 2px 8px;
|
|
34278
33888
|
height: 24px;
|
|
34279
33889
|
}
|
|
34280
|
-
|
|
34281
|
-
|
|
34282
|
-
margin
|
|
34283
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33890
|
+
|
|
33891
|
+
.E_t1fozc1i {
|
|
33892
|
+
margin: 0;
|
|
34284
33893
|
}
|
|
34285
|
-
|
|
33894
|
+
|
|
33895
|
+
.E_i1vxv4ln {
|
|
33896
|
+
margin-right: 4px;
|
|
33897
|
+
height: 16px;
|
|
33898
|
+
}
|
|
33899
|
+
|
|
33900
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33901
|
+
font-weight: 700;
|
|
33902
|
+
color: #00122e;
|
|
33903
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33904
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33905
|
+
word-break: break-all;
|
|
34286
33906
|
display: inline;
|
|
33907
|
+
white-space: normal;
|
|
34287
33908
|
}
|
|
34288
33909
|
|
|
34289
|
-
.
|
|
34290
|
-
|
|
34291
|
-
height:
|
|
34292
|
-
padding: 4px;
|
|
34293
|
-
margin-right: 8px;
|
|
33910
|
+
.E_i1g85yz3 {
|
|
33911
|
+
margin-right: 4px;
|
|
33912
|
+
height: 16px;
|
|
34294
33913
|
}
|
|
34295
33914
|
|
|
34296
33915
|
.E_sjob3jg {
|
|
@@ -34441,51 +34060,244 @@ input.E_rf8rlle.ant-input {
|
|
|
34441
34060
|
display: flex;
|
|
34442
34061
|
align-items: center;
|
|
34443
34062
|
}
|
|
34444
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34445
|
-
min-height: auto;
|
|
34446
|
-
white-space: nowrap;
|
|
34063
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34064
|
+
min-height: auto;
|
|
34065
|
+
white-space: nowrap;
|
|
34066
|
+
}
|
|
34067
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34068
|
+
font-size: 13px;
|
|
34069
|
+
line-height: 20px;
|
|
34070
|
+
max-width: 100%;
|
|
34071
|
+
padding-right: 0;
|
|
34072
|
+
}
|
|
34073
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34074
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34075
|
+
}
|
|
34076
|
+
|
|
34077
|
+
.E_h6l1tj4 {
|
|
34078
|
+
width: 100%;
|
|
34079
|
+
display: inline-flex;
|
|
34080
|
+
align-items: center;
|
|
34081
|
+
justify-content: center;
|
|
34082
|
+
column-gap: 4px;
|
|
34083
|
+
}
|
|
34084
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34085
|
+
display: inline-flex;
|
|
34086
|
+
align-items: center;
|
|
34087
|
+
width: 18px;
|
|
34088
|
+
height: 18px;
|
|
34089
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34090
|
+
justify-content: center;
|
|
34091
|
+
}
|
|
34092
|
+
|
|
34093
|
+
.E_v18frne8 {
|
|
34094
|
+
width: 100%;
|
|
34095
|
+
display: flex;
|
|
34096
|
+
align-items: center;
|
|
34097
|
+
justify-content: center;
|
|
34098
|
+
column-gap: 6px;
|
|
34099
|
+
font-size: 13px;
|
|
34100
|
+
}
|
|
34101
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34102
|
+
display: inline-flex;
|
|
34103
|
+
align-items: center;
|
|
34104
|
+
min-width: 20px;
|
|
34105
|
+
min-height: 20px;
|
|
34106
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34107
|
+
justify-content: center;
|
|
34108
|
+
}
|
|
34109
|
+
|
|
34110
|
+
.E_t1dtlqs1 {
|
|
34111
|
+
margin-bottom: 4px;
|
|
34112
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34113
|
+
overflow: hidden;
|
|
34114
|
+
text-overflow: ellipsis;
|
|
34115
|
+
white-space: nowrap;
|
|
34116
|
+
}
|
|
34117
|
+
|
|
34118
|
+
.E_s1ese5oy {
|
|
34119
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34120
|
+
line-height: 32px;
|
|
34121
|
+
height: 32px;
|
|
34122
|
+
margin-bottom: 0;
|
|
34123
|
+
}
|
|
34124
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34125
|
+
color: #0080ff;
|
|
34126
|
+
}
|
|
34127
|
+
.E_s1ese5oy.warning {
|
|
34128
|
+
color: #ffa500;
|
|
34129
|
+
}
|
|
34130
|
+
.E_s1ese5oy.success {
|
|
34131
|
+
color: #00ba5d;
|
|
34132
|
+
}
|
|
34133
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34134
|
+
color: #f0483e;
|
|
34135
|
+
}
|
|
34136
|
+
.E_s1ese5oy.normal {
|
|
34137
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34138
|
+
}
|
|
34139
|
+
|
|
34140
|
+
.E_b1ibis43 {
|
|
34141
|
+
margin-bottom: 0;
|
|
34142
|
+
color: #00122e;
|
|
34143
|
+
}
|
|
34144
|
+
|
|
34145
|
+
.E_b11xxjd2 {
|
|
34146
|
+
line-height: 32px;
|
|
34147
|
+
margin-right: 6px;
|
|
34148
|
+
}
|
|
34149
|
+
|
|
34150
|
+
.E_bsub5bw.with-description {
|
|
34151
|
+
height: 24px;
|
|
34152
|
+
flex: 1;
|
|
34153
|
+
position: relative;
|
|
34154
|
+
top: -7px;
|
|
34155
|
+
}
|
|
34156
|
+
.E_bsub5bw p {
|
|
34157
|
+
width: 100%;
|
|
34158
|
+
overflow: hidden;
|
|
34159
|
+
text-overflow: ellipsis;
|
|
34160
|
+
white-space: nowrap;
|
|
34161
|
+
}
|
|
34162
|
+
|
|
34163
|
+
.E_tmoyoag {
|
|
34164
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34165
|
+
border-radius: 8px;
|
|
34166
|
+
overflow: auto;
|
|
34167
|
+
}
|
|
34168
|
+
.E_tmoyoag .ant-list {
|
|
34169
|
+
position: relative;
|
|
34170
|
+
}
|
|
34171
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34172
|
+
position: sticky;
|
|
34173
|
+
top: 0;
|
|
34174
|
+
z-index: 2;
|
|
34175
|
+
display: flex;
|
|
34176
|
+
padding: 8px;
|
|
34177
|
+
flex-wrap: nowrap;
|
|
34178
|
+
justify-content: flex-start;
|
|
34179
|
+
background: #f2f5fa;
|
|
34180
|
+
font-size: 14px;
|
|
34181
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34182
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34183
|
+
}
|
|
34184
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34185
|
+
align-items: inherit;
|
|
34186
|
+
}
|
|
34187
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34188
|
+
display: flex;
|
|
34189
|
+
justify-content: flex-start;
|
|
34190
|
+
align-items: flex-start;
|
|
34191
|
+
flex-wrap: wrap;
|
|
34192
|
+
padding: 8px;
|
|
34193
|
+
border: none;
|
|
34194
|
+
}
|
|
34195
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34196
|
+
flex-basis: 100%;
|
|
34197
|
+
margin: 12px 0 0;
|
|
34198
|
+
order: 99;
|
|
34199
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34200
|
+
}
|
|
34201
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34202
|
+
color: #f0483e;
|
|
34203
|
+
flex-basis: 100%;
|
|
34204
|
+
order: 98;
|
|
34205
|
+
margin: 12px 0 0;
|
|
34206
|
+
}
|
|
34207
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34208
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34209
|
+
}
|
|
34210
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34211
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34212
|
+
}
|
|
34213
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34214
|
+
flex: 1 0 0;
|
|
34215
|
+
overflow: hidden;
|
|
34216
|
+
}
|
|
34217
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34218
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34219
|
+
margin: 0;
|
|
34220
|
+
}
|
|
34221
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34222
|
+
text-align: center;
|
|
34223
|
+
}
|
|
34224
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34225
|
+
text-align: center;
|
|
34226
|
+
}
|
|
34227
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34228
|
+
text-align: left;
|
|
34229
|
+
}
|
|
34230
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34231
|
+
text-align: left;
|
|
34232
|
+
}
|
|
34233
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34234
|
+
text-align: right;
|
|
34235
|
+
}
|
|
34236
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34237
|
+
text-align: right;
|
|
34238
|
+
}
|
|
34239
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34240
|
+
margin-right: 8px;
|
|
34241
|
+
}
|
|
34242
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34243
|
+
padding: 4px;
|
|
34244
|
+
width: 24px;
|
|
34245
|
+
height: 24px;
|
|
34246
|
+
overflow: hidden;
|
|
34247
|
+
}
|
|
34248
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34249
|
+
padding: 0;
|
|
34250
|
+
}
|
|
34251
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34252
|
+
cursor: not-allowed;
|
|
34253
|
+
opacity: 0.5;
|
|
34254
|
+
}
|
|
34255
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34256
|
+
margin: 0;
|
|
34447
34257
|
}
|
|
34448
|
-
.
|
|
34449
|
-
|
|
34450
|
-
|
|
34451
|
-
|
|
34452
|
-
padding-right: 0;
|
|
34258
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34259
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34260
|
+
border-radius: 5px;
|
|
34261
|
+
font-size: 12px;
|
|
34453
34262
|
}
|
|
34454
|
-
.
|
|
34455
|
-
|
|
34263
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34264
|
+
font-size: inherit;
|
|
34456
34265
|
}
|
|
34457
|
-
|
|
34458
|
-
|
|
34459
|
-
|
|
34460
|
-
|
|
34461
|
-
align-items: center;
|
|
34462
|
-
justify-content: center;
|
|
34463
|
-
column-gap: 4px;
|
|
34266
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34267
|
+
min-height: 24px;
|
|
34268
|
+
font-size: 12px;
|
|
34269
|
+
position: relative;
|
|
34464
34270
|
}
|
|
34465
|
-
.
|
|
34466
|
-
|
|
34467
|
-
|
|
34468
|
-
|
|
34469
|
-
|
|
34470
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34471
|
-
justify-content: center;
|
|
34271
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34272
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34273
|
+
}
|
|
34274
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34275
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34472
34276
|
}
|
|
34473
34277
|
|
|
34474
|
-
.
|
|
34475
|
-
width: 100%;
|
|
34278
|
+
.E_a138syjm {
|
|
34476
34279
|
display: flex;
|
|
34477
34280
|
align-items: center;
|
|
34478
|
-
|
|
34479
|
-
column-gap: 6px;
|
|
34480
|
-
font-size: 13px;
|
|
34281
|
+
margin-top: 8px;
|
|
34481
34282
|
}
|
|
34482
|
-
.
|
|
34483
|
-
|
|
34484
|
-
|
|
34485
|
-
|
|
34486
|
-
|
|
34487
|
-
|
|
34488
|
-
|
|
34283
|
+
.E_a138syjm button.ant-btn {
|
|
34284
|
+
padding: 2px 8px;
|
|
34285
|
+
height: 24px;
|
|
34286
|
+
}
|
|
34287
|
+
.E_a138syjm > span.maximum-desc {
|
|
34288
|
+
display: none;
|
|
34289
|
+
margin-left: 8px;
|
|
34290
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34291
|
+
}
|
|
34292
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34293
|
+
display: inline;
|
|
34294
|
+
}
|
|
34295
|
+
|
|
34296
|
+
.E_d77i8u0 {
|
|
34297
|
+
width: 24px;
|
|
34298
|
+
height: 24px;
|
|
34299
|
+
padding: 4px;
|
|
34300
|
+
margin-right: 8px;
|
|
34489
34301
|
}
|
|
34490
34302
|
|
|
34491
34303
|
button.E_l48ei06.ant-btn {
|
|
@@ -34981,6 +34793,28 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34981
34793
|
display: inline-block;
|
|
34982
34794
|
}
|
|
34983
34795
|
|
|
34796
|
+
.E_t1gvlxt5 {
|
|
34797
|
+
min-width: 0;
|
|
34798
|
+
flex: 1;
|
|
34799
|
+
}
|
|
34800
|
+
.E_t1gvlxt5 .tag {
|
|
34801
|
+
flex: 0 0 auto;
|
|
34802
|
+
}
|
|
34803
|
+
.E_t1gvlxt5 .progress-title {
|
|
34804
|
+
flex: 2;
|
|
34805
|
+
max-width: fit-content;
|
|
34806
|
+
}
|
|
34807
|
+
.E_t1gvlxt5 .progress-desc {
|
|
34808
|
+
flex: 1;
|
|
34809
|
+
max-width: fit-content;
|
|
34810
|
+
}
|
|
34811
|
+
|
|
34812
|
+
.E_a1ji6r68 {
|
|
34813
|
+
display: flex;
|
|
34814
|
+
align-items: center;
|
|
34815
|
+
column-gap: var(--a1ji6r68-0);
|
|
34816
|
+
}
|
|
34817
|
+
|
|
34984
34818
|
.E_t13ef470 {
|
|
34985
34819
|
height: 100%;
|
|
34986
34820
|
}
|
|
@@ -35011,6 +34845,167 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35011
34845
|
background: rgba(163, 180, 204, 0.18);
|
|
35012
34846
|
}
|
|
35013
34847
|
|
|
34848
|
+
.E_msn7nxt {
|
|
34849
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34850
|
+
text-align: center;
|
|
34851
|
+
display: flex;
|
|
34852
|
+
align-items: center;
|
|
34853
|
+
justify-content: center;
|
|
34854
|
+
flex-direction: column;
|
|
34855
|
+
height: 100%;
|
|
34856
|
+
}
|
|
34857
|
+
.E_msn7nxt .link {
|
|
34858
|
+
color: #0080ff;
|
|
34859
|
+
cursor: pointer;
|
|
34860
|
+
}
|
|
34861
|
+
|
|
34862
|
+
.E_mp64wfi {
|
|
34863
|
+
width: 100%;
|
|
34864
|
+
height: 100%;
|
|
34865
|
+
display: flex;
|
|
34866
|
+
flex-direction: column;
|
|
34867
|
+
}
|
|
34868
|
+
.E_mp64wfi .name-toolbar {
|
|
34869
|
+
width: 100%;
|
|
34870
|
+
display: flex;
|
|
34871
|
+
line-height: 30px;
|
|
34872
|
+
padding: 0 16px;
|
|
34873
|
+
justify-content: space-between;
|
|
34874
|
+
}
|
|
34875
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34876
|
+
display: flex;
|
|
34877
|
+
font-size: 12px;
|
|
34878
|
+
align-items: center;
|
|
34879
|
+
}
|
|
34880
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34881
|
+
color: #a3b4cc;
|
|
34882
|
+
}
|
|
34883
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34884
|
+
margin-left: 10px;
|
|
34885
|
+
}
|
|
34886
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34887
|
+
margin-left: 10px;
|
|
34888
|
+
cursor: pointer;
|
|
34889
|
+
}
|
|
34890
|
+
.E_mp64wfi .content {
|
|
34891
|
+
flex: 1;
|
|
34892
|
+
width: 100%;
|
|
34893
|
+
display: flex;
|
|
34894
|
+
justify-content: center;
|
|
34895
|
+
align-items: center;
|
|
34896
|
+
}
|
|
34897
|
+
.E_mp64wfi .single-content {
|
|
34898
|
+
height: 65px;
|
|
34899
|
+
}
|
|
34900
|
+
|
|
34901
|
+
.E_l1oyigan {
|
|
34902
|
+
display: flex;
|
|
34903
|
+
align-items: center;
|
|
34904
|
+
white-space: nowrap;
|
|
34905
|
+
overflow: hidden;
|
|
34906
|
+
width: 100%;
|
|
34907
|
+
}
|
|
34908
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34909
|
+
margin-left: auto;
|
|
34910
|
+
font-size: 12px;
|
|
34911
|
+
}
|
|
34912
|
+
|
|
34913
|
+
.E_l1noi4n1 {
|
|
34914
|
+
display: flex;
|
|
34915
|
+
justify-content: flex-start;
|
|
34916
|
+
align-items: center;
|
|
34917
|
+
font-size: 12px;
|
|
34918
|
+
cursor: pointer;
|
|
34919
|
+
}
|
|
34920
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34921
|
+
margin-right: 20px;
|
|
34922
|
+
}
|
|
34923
|
+
.E_l1noi4n1.deselected {
|
|
34924
|
+
opacity: 0.4;
|
|
34925
|
+
}
|
|
34926
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34927
|
+
background: #b4beca !important;
|
|
34928
|
+
}
|
|
34929
|
+
|
|
34930
|
+
.E_cz19rz6 {
|
|
34931
|
+
display: inline-block;
|
|
34932
|
+
height: 8px;
|
|
34933
|
+
width: 8px;
|
|
34934
|
+
margin-right: 8px;
|
|
34935
|
+
}
|
|
34936
|
+
|
|
34937
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34938
|
+
display: flex;
|
|
34939
|
+
align-items: center;
|
|
34940
|
+
font-size: 12px;
|
|
34941
|
+
margin: 0;
|
|
34942
|
+
}
|
|
34943
|
+
|
|
34944
|
+
.E_m1y1hhnr {
|
|
34945
|
+
position: relative;
|
|
34946
|
+
}
|
|
34947
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34948
|
+
bottom: -12px;
|
|
34949
|
+
}
|
|
34950
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34951
|
+
display: flex;
|
|
34952
|
+
justify-content: space-between;
|
|
34953
|
+
line-height: 30px;
|
|
34954
|
+
margin: 0 16px;
|
|
34955
|
+
}
|
|
34956
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34957
|
+
display: flex;
|
|
34958
|
+
font-size: 12px;
|
|
34959
|
+
align-items: center;
|
|
34960
|
+
}
|
|
34961
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34962
|
+
color: #a3b4cc;
|
|
34963
|
+
}
|
|
34964
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34965
|
+
margin-left: 10px;
|
|
34966
|
+
}
|
|
34967
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34968
|
+
margin-left: 10px;
|
|
34969
|
+
cursor: pointer;
|
|
34970
|
+
}
|
|
34971
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34972
|
+
font-size: 12px;
|
|
34973
|
+
}
|
|
34974
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34975
|
+
position: absolute;
|
|
34976
|
+
bottom: 10px;
|
|
34977
|
+
padding: 0 8px;
|
|
34978
|
+
border-radius: 4px;
|
|
34979
|
+
font-size: 12px;
|
|
34980
|
+
color: #fff;
|
|
34981
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34982
|
+
transform: translateX(-50%);
|
|
34983
|
+
}
|
|
34984
|
+
|
|
34985
|
+
.E_tnvijvs {
|
|
34986
|
+
min-width: 200px;
|
|
34987
|
+
}
|
|
34988
|
+
|
|
34989
|
+
.E_t1ub2aex {
|
|
34990
|
+
display: flex;
|
|
34991
|
+
align-items: center;
|
|
34992
|
+
justify-content: space-between;
|
|
34993
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34994
|
+
color: #b4beca;
|
|
34995
|
+
font-size: 12px;
|
|
34996
|
+
padding: 3px 6px;
|
|
34997
|
+
}
|
|
34998
|
+
.E_t1ub2aex:first-child {
|
|
34999
|
+
padding-top: 3px;
|
|
35000
|
+
}
|
|
35001
|
+
.E_t1ub2aex:last-child {
|
|
35002
|
+
padding-bottom: 3px;
|
|
35003
|
+
}
|
|
35004
|
+
.E_t1ub2aex .column-value {
|
|
35005
|
+
color: #fff;
|
|
35006
|
+
margin-left: 8px;
|
|
35007
|
+
}
|
|
35008
|
+
|
|
35014
35009
|
.E_f16blduf.ant-form-item {
|
|
35015
35010
|
margin-bottom: 0;
|
|
35016
35011
|
}
|