@cloudtower/eagle 0.34.2 → 0.34.3
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/core/TableForm/AddRowButton.js +9 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2218 -2218
- package/dist/esm/core/TableForm/AddRowButton.js +9 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2551 -2550
- package/dist/src/core/TableForm/types.d.ts +1 -0
- package/dist/stories/docs/core/TableForm.stories.d.ts +3 -0
- package/dist/style.css +2218 -2218
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29626,22 +29626,6 @@ html body {
|
|
|
29626
29626
|
flex: 1;
|
|
29627
29627
|
}
|
|
29628
29628
|
|
|
29629
|
-
.E_berrcjl {
|
|
29630
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29631
|
-
margin-bottom: 4px;
|
|
29632
|
-
}
|
|
29633
|
-
.E_berrcjl .breadcrumb-link {
|
|
29634
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29635
|
-
cursor: pointer;
|
|
29636
|
-
transition: color 160ms ease;
|
|
29637
|
-
}
|
|
29638
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29639
|
-
color: #0080ff;
|
|
29640
|
-
}
|
|
29641
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29642
|
-
color: #005ed1;
|
|
29643
|
-
}
|
|
29644
|
-
|
|
29645
29629
|
.E_b1nip9bk {
|
|
29646
29630
|
padding: 4px 11px;
|
|
29647
29631
|
}
|
|
@@ -29671,6 +29655,140 @@ html body {
|
|
|
29671
29655
|
border-radius: unset;
|
|
29672
29656
|
}
|
|
29673
29657
|
|
|
29658
|
+
.E_berrcjl {
|
|
29659
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29660
|
+
margin-bottom: 4px;
|
|
29661
|
+
}
|
|
29662
|
+
.E_berrcjl .breadcrumb-link {
|
|
29663
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29664
|
+
cursor: pointer;
|
|
29665
|
+
transition: color 160ms ease;
|
|
29666
|
+
}
|
|
29667
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29668
|
+
color: #0080ff;
|
|
29669
|
+
}
|
|
29670
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29671
|
+
color: #005ed1;
|
|
29672
|
+
}
|
|
29673
|
+
|
|
29674
|
+
.E_c1uzzomf {
|
|
29675
|
+
margin-bottom: 16px;
|
|
29676
|
+
}
|
|
29677
|
+
.E_c1uzzomf .card-title {
|
|
29678
|
+
font-size: 16px;
|
|
29679
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29680
|
+
font-weight: 700;
|
|
29681
|
+
line-height: 32px;
|
|
29682
|
+
}
|
|
29683
|
+
.E_c1uzzomf .card-body {
|
|
29684
|
+
padding: 24px;
|
|
29685
|
+
border-radius: 8px;
|
|
29686
|
+
background: #fff;
|
|
29687
|
+
}
|
|
29688
|
+
.E_c1uzzomf .empty {
|
|
29689
|
+
font-weight: 700;
|
|
29690
|
+
font-size: 14px;
|
|
29691
|
+
line-height: 22px;
|
|
29692
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29693
|
+
text-align: center;
|
|
29694
|
+
}
|
|
29695
|
+
|
|
29696
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29697
|
+
padding: 4px 8px 0 8px;
|
|
29698
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29699
|
+
font-size: 12px;
|
|
29700
|
+
}
|
|
29701
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29702
|
+
padding-bottom: 6px;
|
|
29703
|
+
}
|
|
29704
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29705
|
+
padding-top: 4px;
|
|
29706
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29707
|
+
}
|
|
29708
|
+
|
|
29709
|
+
.E_d1bw7c5z {
|
|
29710
|
+
position: relative;
|
|
29711
|
+
max-width: 388px;
|
|
29712
|
+
min-width: 285px;
|
|
29713
|
+
}
|
|
29714
|
+
.E_d1bw7c5z .center {
|
|
29715
|
+
position: absolute;
|
|
29716
|
+
font-size: 12px;
|
|
29717
|
+
width: 80px;
|
|
29718
|
+
height: 100px;
|
|
29719
|
+
top: 0;
|
|
29720
|
+
left: 35px;
|
|
29721
|
+
display: flex;
|
|
29722
|
+
flex-direction: column;
|
|
29723
|
+
justify-content: center;
|
|
29724
|
+
align-items: center;
|
|
29725
|
+
color: #00122e;
|
|
29726
|
+
}
|
|
29727
|
+
.E_d1bw7c5z .center .number {
|
|
29728
|
+
font-size: 24px;
|
|
29729
|
+
font-weight: 700;
|
|
29730
|
+
}
|
|
29731
|
+
.E_d1bw7c5z .center .text {
|
|
29732
|
+
padding: 0 5px;
|
|
29733
|
+
font-size: 12px;
|
|
29734
|
+
width: inherit;
|
|
29735
|
+
text-align: center;
|
|
29736
|
+
}
|
|
29737
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29738
|
+
display: flex;
|
|
29739
|
+
}
|
|
29740
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29741
|
+
position: relative !important;
|
|
29742
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29743
|
+
left: 0 !important;
|
|
29744
|
+
bottom: 0 !important;
|
|
29745
|
+
display: flex;
|
|
29746
|
+
align-items: center;
|
|
29747
|
+
}
|
|
29748
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29749
|
+
width: 100%;
|
|
29750
|
+
}
|
|
29751
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29752
|
+
width: 100%;
|
|
29753
|
+
margin-right: 0 !important;
|
|
29754
|
+
line-height: 18px;
|
|
29755
|
+
}
|
|
29756
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29757
|
+
border-radius: 2px;
|
|
29758
|
+
}
|
|
29759
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29760
|
+
min-width: 75px;
|
|
29761
|
+
max-width: 198px;
|
|
29762
|
+
width: calc(100% - 20px);
|
|
29763
|
+
margin-left: 2px;
|
|
29764
|
+
color: #00122e !important;
|
|
29765
|
+
display: inline-flex;
|
|
29766
|
+
justify-content: space-between;
|
|
29767
|
+
}
|
|
29768
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29769
|
+
maxwidth: calc(100% - 12px);
|
|
29770
|
+
cursor: pointer;
|
|
29771
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29772
|
+
overflow: hidden;
|
|
29773
|
+
text-overflow: ellipsis;
|
|
29774
|
+
white-space: nowrap;
|
|
29775
|
+
}
|
|
29776
|
+
.E_d1bw7c5z .value {
|
|
29777
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29778
|
+
}
|
|
29779
|
+
|
|
29780
|
+
.E_t10pqbtc {
|
|
29781
|
+
width: 140px;
|
|
29782
|
+
}
|
|
29783
|
+
.E_t10pqbtc .item {
|
|
29784
|
+
margin: 6px auto;
|
|
29785
|
+
display: flex;
|
|
29786
|
+
justify-content: space-between;
|
|
29787
|
+
}
|
|
29788
|
+
.E_t10pqbtc .item .name {
|
|
29789
|
+
width: 102px;
|
|
29790
|
+
}
|
|
29791
|
+
|
|
29674
29792
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29675
29793
|
justify-content: center;
|
|
29676
29794
|
}
|
|
@@ -29928,209 +30046,68 @@ html body {
|
|
|
29928
30046
|
justify-content: center;
|
|
29929
30047
|
}
|
|
29930
30048
|
|
|
29931
|
-
.
|
|
30049
|
+
.E_fzh9mnb {
|
|
30050
|
+
width: 100%;
|
|
30051
|
+
height: 100%;
|
|
30052
|
+
min-height: 124px;
|
|
30053
|
+
display: flex;
|
|
30054
|
+
flex-direction: column;
|
|
30055
|
+
justify-content: center;
|
|
30056
|
+
align-items: center;
|
|
30057
|
+
}
|
|
30058
|
+
.E_fzh9mnb .error-text {
|
|
30059
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29932
30060
|
margin-bottom: 16px;
|
|
30061
|
+
font-size: 18px;
|
|
29933
30062
|
}
|
|
29934
|
-
|
|
29935
|
-
|
|
29936
|
-
|
|
29937
|
-
font-weight: 700;
|
|
29938
|
-
line-height: 32px;
|
|
30063
|
+
|
|
30064
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30065
|
+
line-height: 18px;
|
|
29939
30066
|
}
|
|
29940
|
-
|
|
29941
|
-
|
|
29942
|
-
|
|
29943
|
-
|
|
30067
|
+
|
|
30068
|
+
.E_f7pxqmh {
|
|
30069
|
+
width: 100%;
|
|
30070
|
+
margin-bottom: 0 !important;
|
|
30071
|
+
flex-flow: nowrap !important;
|
|
30072
|
+
line-break: auto;
|
|
29944
30073
|
}
|
|
29945
|
-
.
|
|
29946
|
-
|
|
29947
|
-
|
|
29948
|
-
line-height: 22px;
|
|
29949
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29950
|
-
text-align: center;
|
|
30074
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30075
|
+
text-align: left !important;
|
|
30076
|
+
padding-bottom: 0 !important;
|
|
29951
30077
|
}
|
|
29952
|
-
|
|
29953
|
-
|
|
29954
|
-
|
|
29955
|
-
|
|
29956
|
-
|
|
30078
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30079
|
+
min-height: 32px;
|
|
30080
|
+
height: auto;
|
|
30081
|
+
font-size: 13px;
|
|
30082
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30083
|
+
white-space: normal;
|
|
29957
30084
|
}
|
|
29958
|
-
.
|
|
29959
|
-
|
|
29960
|
-
font-size: 12px;
|
|
29961
|
-
width: 80px;
|
|
29962
|
-
height: 100px;
|
|
29963
|
-
top: 0;
|
|
29964
|
-
left: 35px;
|
|
29965
|
-
display: flex;
|
|
29966
|
-
flex-direction: column;
|
|
29967
|
-
justify-content: center;
|
|
29968
|
-
align-items: center;
|
|
29969
|
-
color: #00122e;
|
|
30085
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30086
|
+
border-color: #ff4d4f !important;
|
|
29970
30087
|
}
|
|
29971
|
-
.
|
|
29972
|
-
|
|
29973
|
-
font-weight: 700;
|
|
30088
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30089
|
+
border-color: #ff4d4f !important;
|
|
29974
30090
|
}
|
|
29975
|
-
.
|
|
29976
|
-
|
|
30091
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30092
|
+
margin-top: 4px;
|
|
29977
30093
|
font-size: 12px;
|
|
29978
|
-
|
|
29979
|
-
text-align: center;
|
|
30094
|
+
min-height: 0px;
|
|
29980
30095
|
}
|
|
29981
|
-
.
|
|
29982
|
-
|
|
30096
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30097
|
+
font-size: 12px;
|
|
30098
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30099
|
+
min-height: 0px;
|
|
29983
30100
|
}
|
|
29984
|
-
|
|
29985
|
-
|
|
29986
|
-
|
|
29987
|
-
left: 0 !important;
|
|
29988
|
-
bottom: 0 !important;
|
|
29989
|
-
display: flex;
|
|
29990
|
-
align-items: center;
|
|
30101
|
+
|
|
30102
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30103
|
+
margin-left: 8px;
|
|
29991
30104
|
}
|
|
29992
|
-
.
|
|
29993
|
-
|
|
30105
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30106
|
+
padding: 2px 7px 2px 12px;
|
|
29994
30107
|
}
|
|
29995
|
-
|
|
29996
|
-
|
|
29997
|
-
|
|
29998
|
-
line-height: 18px;
|
|
29999
|
-
}
|
|
30000
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30001
|
-
border-radius: 2px;
|
|
30002
|
-
}
|
|
30003
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30004
|
-
min-width: 75px;
|
|
30005
|
-
max-width: 198px;
|
|
30006
|
-
width: calc(100% - 20px);
|
|
30007
|
-
margin-left: 2px;
|
|
30008
|
-
color: #00122e !important;
|
|
30009
|
-
display: inline-flex;
|
|
30010
|
-
justify-content: space-between;
|
|
30011
|
-
}
|
|
30012
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30013
|
-
maxwidth: calc(100% - 12px);
|
|
30014
|
-
cursor: pointer;
|
|
30015
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30016
|
-
overflow: hidden;
|
|
30017
|
-
text-overflow: ellipsis;
|
|
30018
|
-
white-space: nowrap;
|
|
30019
|
-
}
|
|
30020
|
-
.E_d1bw7c5z .value {
|
|
30021
|
-
color: rgba(44, 56, 82, 0.75);
|
|
30022
|
-
}
|
|
30023
|
-
|
|
30024
|
-
.E_t10pqbtc {
|
|
30025
|
-
width: 140px;
|
|
30026
|
-
}
|
|
30027
|
-
.E_t10pqbtc .item {
|
|
30028
|
-
margin: 6px auto;
|
|
30029
|
-
display: flex;
|
|
30030
|
-
justify-content: space-between;
|
|
30031
|
-
}
|
|
30032
|
-
.E_t10pqbtc .item .name {
|
|
30033
|
-
width: 102px;
|
|
30034
|
-
}
|
|
30035
|
-
|
|
30036
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30037
|
-
padding: 4px 8px 0 8px;
|
|
30038
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30039
|
-
font-size: 12px;
|
|
30040
|
-
}
|
|
30041
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30042
|
-
padding-bottom: 6px;
|
|
30043
|
-
}
|
|
30044
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30045
|
-
padding-top: 4px;
|
|
30046
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30047
|
-
}
|
|
30048
|
-
|
|
30049
|
-
.E_fzh9mnb {
|
|
30050
|
-
width: 100%;
|
|
30051
|
-
height: 100%;
|
|
30052
|
-
min-height: 124px;
|
|
30053
|
-
display: flex;
|
|
30054
|
-
flex-direction: column;
|
|
30055
|
-
justify-content: center;
|
|
30056
|
-
align-items: center;
|
|
30057
|
-
}
|
|
30058
|
-
.E_fzh9mnb .error-text {
|
|
30059
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30060
|
-
margin-bottom: 16px;
|
|
30061
|
-
font-size: 18px;
|
|
30062
|
-
}
|
|
30063
|
-
|
|
30064
|
-
.E_f7pxqmh {
|
|
30065
|
-
width: 100%;
|
|
30066
|
-
margin-bottom: 0 !important;
|
|
30067
|
-
flex-flow: nowrap !important;
|
|
30068
|
-
line-break: auto;
|
|
30069
|
-
}
|
|
30070
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30071
|
-
text-align: left !important;
|
|
30072
|
-
padding-bottom: 0 !important;
|
|
30073
|
-
}
|
|
30074
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30075
|
-
min-height: 32px;
|
|
30076
|
-
height: auto;
|
|
30077
|
-
font-size: 13px;
|
|
30078
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30079
|
-
white-space: normal;
|
|
30080
|
-
}
|
|
30081
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30082
|
-
border-color: #ff4d4f !important;
|
|
30083
|
-
}
|
|
30084
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30085
|
-
border-color: #ff4d4f !important;
|
|
30086
|
-
}
|
|
30087
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
30088
|
-
margin-top: 4px;
|
|
30089
|
-
font-size: 12px;
|
|
30090
|
-
min-height: 0px;
|
|
30091
|
-
}
|
|
30092
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
30093
|
-
font-size: 12px;
|
|
30094
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30095
|
-
min-height: 0px;
|
|
30096
|
-
}
|
|
30097
|
-
|
|
30098
|
-
.E_iouxfgt {
|
|
30099
|
-
display: inline-flex;
|
|
30100
|
-
align-items: center;
|
|
30101
|
-
}
|
|
30102
|
-
.E_iouxfgt .icon-inner {
|
|
30103
|
-
display: inline-flex;
|
|
30104
|
-
align-items: center;
|
|
30105
|
-
justify-content: center;
|
|
30106
|
-
}
|
|
30107
|
-
.E_iouxfgt .icon-inner + span,
|
|
30108
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30109
|
-
margin-left: 4px;
|
|
30110
|
-
}
|
|
30111
|
-
.E_iouxfgt.is-rotate img,
|
|
30112
|
-
.E_iouxfgt.is-rotate svg {
|
|
30113
|
-
animation: rotate 680ms linear infinite;
|
|
30114
|
-
}
|
|
30115
|
-
|
|
30116
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30117
|
-
line-height: 18px;
|
|
30118
|
-
}
|
|
30119
|
-
|
|
30120
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30121
|
-
display: flex;
|
|
30122
|
-
}
|
|
30123
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30124
|
-
border-bottom-left-radius: 5px;
|
|
30125
|
-
border-top-left-radius: 5px;
|
|
30126
|
-
}
|
|
30127
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30128
|
-
border-bottom-right-radius: 5px;
|
|
30129
|
-
border-top-right-radius: 5px;
|
|
30130
|
-
}
|
|
30131
|
-
|
|
30132
|
-
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30133
|
-
display: var(--ai7qkf2-0);
|
|
30108
|
+
|
|
30109
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30110
|
+
display: var(--ai7qkf2-0);
|
|
30134
30111
|
}
|
|
30135
30112
|
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30136
30113
|
display: inline-flex;
|
|
@@ -30189,24 +30166,22 @@ html body {
|
|
|
30189
30166
|
padding: 2px 8px;
|
|
30190
30167
|
}
|
|
30191
30168
|
|
|
30192
|
-
.
|
|
30193
|
-
|
|
30194
|
-
line-height: 18px;
|
|
30195
|
-
padding: 0 4px;
|
|
30196
|
-
border-radius: 4px;
|
|
30197
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30198
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30199
|
-
display: flex;
|
|
30169
|
+
.E_iouxfgt {
|
|
30170
|
+
display: inline-flex;
|
|
30200
30171
|
align-items: center;
|
|
30201
|
-
white-space: nowrap;
|
|
30202
|
-
margin-right: 4px;
|
|
30203
30172
|
}
|
|
30204
|
-
|
|
30205
|
-
|
|
30206
|
-
|
|
30173
|
+
.E_iouxfgt .icon-inner {
|
|
30174
|
+
display: inline-flex;
|
|
30175
|
+
align-items: center;
|
|
30176
|
+
justify-content: center;
|
|
30207
30177
|
}
|
|
30208
|
-
.
|
|
30209
|
-
|
|
30178
|
+
.E_iouxfgt .icon-inner + span,
|
|
30179
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30180
|
+
margin-left: 4px;
|
|
30181
|
+
}
|
|
30182
|
+
.E_iouxfgt.is-rotate img,
|
|
30183
|
+
.E_iouxfgt.is-rotate svg {
|
|
30184
|
+
animation: rotate 680ms linear infinite;
|
|
30210
30185
|
}
|
|
30211
30186
|
|
|
30212
30187
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -30240,58 +30215,216 @@ html body {
|
|
|
30240
30215
|
font-size: inherit;
|
|
30241
30216
|
}
|
|
30242
30217
|
|
|
30243
|
-
.
|
|
30244
|
-
display:
|
|
30245
|
-
align-items: baseline;
|
|
30246
|
-
white-space: pre-wrap;
|
|
30218
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30219
|
+
display: flex;
|
|
30247
30220
|
}
|
|
30248
|
-
.
|
|
30249
|
-
|
|
30250
|
-
top:
|
|
30221
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30222
|
+
border-bottom-left-radius: 5px;
|
|
30223
|
+
border-top-left-radius: 5px;
|
|
30251
30224
|
}
|
|
30252
|
-
.
|
|
30253
|
-
border-
|
|
30225
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30226
|
+
border-bottom-right-radius: 5px;
|
|
30227
|
+
border-top-right-radius: 5px;
|
|
30254
30228
|
}
|
|
30255
|
-
|
|
30256
|
-
|
|
30229
|
+
|
|
30230
|
+
.E_i1inqkme {
|
|
30231
|
+
height: 18px;
|
|
30232
|
+
line-height: 18px;
|
|
30233
|
+
padding: 0 4px;
|
|
30234
|
+
border-radius: 4px;
|
|
30235
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30236
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30237
|
+
display: flex;
|
|
30238
|
+
align-items: center;
|
|
30239
|
+
white-space: nowrap;
|
|
30240
|
+
margin-right: 4px;
|
|
30257
30241
|
}
|
|
30258
|
-
|
|
30259
|
-
|
|
30260
|
-
|
|
30242
|
+
|
|
30243
|
+
.E_ivqqkzv {
|
|
30244
|
+
height: 24px;
|
|
30245
|
+
width: 56px !important;
|
|
30246
|
+
margin-right: 4px;
|
|
30261
30247
|
}
|
|
30262
|
-
|
|
30263
|
-
|
|
30264
|
-
|
|
30265
|
-
width: 6px;
|
|
30266
|
-
height: 6px;
|
|
30267
|
-
background: #fff;
|
|
30248
|
+
|
|
30249
|
+
.E_c1wk4q29 {
|
|
30250
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30268
30251
|
}
|
|
30269
|
-
|
|
30270
|
-
|
|
30252
|
+
|
|
30253
|
+
.E_phljevk {
|
|
30254
|
+
display: flex;
|
|
30255
|
+
justify-content: space-between;
|
|
30256
|
+
align-items: center;
|
|
30257
|
+
padding: 10px 0;
|
|
30258
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30259
|
+
font-size: 12px;
|
|
30260
|
+
line-height: 24px;
|
|
30271
30261
|
}
|
|
30272
|
-
.
|
|
30273
|
-
|
|
30274
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30262
|
+
.E_phljevk .pagination-left {
|
|
30263
|
+
padding: 2px 8px;
|
|
30275
30264
|
}
|
|
30276
|
-
.
|
|
30277
|
-
|
|
30265
|
+
.E_phljevk .dropdown-trigger {
|
|
30266
|
+
display: flex;
|
|
30267
|
+
align-items: center;
|
|
30268
|
+
border-radius: 6px;
|
|
30269
|
+
cursor: pointer;
|
|
30270
|
+
transition: all 0.3s ease;
|
|
30278
30271
|
}
|
|
30279
|
-
.
|
|
30280
|
-
|
|
30281
|
-
|
|
30272
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30273
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30274
|
+
color: #0080ff;
|
|
30282
30275
|
}
|
|
30283
|
-
.
|
|
30284
|
-
|
|
30276
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30277
|
+
margin-left: 4px;
|
|
30285
30278
|
}
|
|
30286
|
-
.
|
|
30287
|
-
display:
|
|
30288
|
-
|
|
30289
|
-
|
|
30279
|
+
.E_phljevk .pagination-right {
|
|
30280
|
+
display: flex;
|
|
30281
|
+
align-items: center;
|
|
30282
|
+
color: #0080ff;
|
|
30283
|
+
font-weight: bold;
|
|
30290
30284
|
}
|
|
30291
|
-
.
|
|
30292
|
-
margin-
|
|
30293
|
-
|
|
30294
|
-
|
|
30285
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30286
|
+
margin-left: 4px;
|
|
30287
|
+
}
|
|
30288
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30289
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30290
|
+
padding: 0 8px;
|
|
30291
|
+
}
|
|
30292
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30293
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30294
|
+
color: #0080ff;
|
|
30295
|
+
}
|
|
30296
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30297
|
+
transform: rotate(180deg);
|
|
30298
|
+
}
|
|
30299
|
+
|
|
30300
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30301
|
+
max-height: calc(100vh - 128px);
|
|
30302
|
+
overflow-y: auto;
|
|
30303
|
+
}
|
|
30304
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30305
|
+
padding: 4px 20px;
|
|
30306
|
+
font-size: 12px;
|
|
30307
|
+
line-height: 18px;
|
|
30308
|
+
}
|
|
30309
|
+
|
|
30310
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30311
|
+
margin-right: 8px;
|
|
30312
|
+
}
|
|
30313
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30314
|
+
margin-left: 8px;
|
|
30315
|
+
}
|
|
30316
|
+
|
|
30317
|
+
.E_cc368xp {
|
|
30318
|
+
color: #00122e;
|
|
30319
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30320
|
+
margin-right: 8px;
|
|
30321
|
+
padding-right: 8px;
|
|
30322
|
+
}
|
|
30323
|
+
|
|
30324
|
+
.E_i11o6xqj {
|
|
30325
|
+
display: flex;
|
|
30326
|
+
gap: 4px;
|
|
30327
|
+
}
|
|
30328
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30329
|
+
cursor: pointer;
|
|
30330
|
+
}
|
|
30331
|
+
|
|
30332
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30333
|
+
cursor: not-allowed;
|
|
30334
|
+
}
|
|
30335
|
+
|
|
30336
|
+
.E_c1bus5hc {
|
|
30337
|
+
--color: white;
|
|
30338
|
+
height: 14px;
|
|
30339
|
+
width: 14px;
|
|
30340
|
+
border-radius: 50%;
|
|
30341
|
+
flex-shrink: 0;
|
|
30342
|
+
display: flex;
|
|
30343
|
+
align-items: center;
|
|
30344
|
+
justify-content: center;
|
|
30345
|
+
border: 1px solid var(--color);
|
|
30346
|
+
}
|
|
30347
|
+
.E_c1bus5hc .circle-inner {
|
|
30348
|
+
position: relative;
|
|
30349
|
+
height: 10px;
|
|
30350
|
+
width: 10px;
|
|
30351
|
+
border-radius: 50%;
|
|
30352
|
+
overflow: hidden;
|
|
30353
|
+
}
|
|
30354
|
+
.E_c1bus5hc .circle-content {
|
|
30355
|
+
position: absolute;
|
|
30356
|
+
height: 100%;
|
|
30357
|
+
width: 100%;
|
|
30358
|
+
left: 0;
|
|
30359
|
+
top: 0;
|
|
30360
|
+
border-radius: 50%;
|
|
30361
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30362
|
+
transform: rotate(180deg);
|
|
30363
|
+
}
|
|
30364
|
+
.E_c1bus5hc .circle-child {
|
|
30365
|
+
position: absolute;
|
|
30366
|
+
height: 100%;
|
|
30367
|
+
width: 100%;
|
|
30368
|
+
left: 0;
|
|
30369
|
+
top: 0;
|
|
30370
|
+
margin-left: 50%;
|
|
30371
|
+
transform-origin: left;
|
|
30372
|
+
background: white;
|
|
30373
|
+
transform: rotate(0deg);
|
|
30374
|
+
}
|
|
30375
|
+
|
|
30376
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30377
|
+
display: inline-flex;
|
|
30378
|
+
align-items: baseline;
|
|
30379
|
+
white-space: pre-wrap;
|
|
30380
|
+
}
|
|
30381
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30382
|
+
position: relative;
|
|
30383
|
+
top: 3px;
|
|
30384
|
+
}
|
|
30385
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30386
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30387
|
+
}
|
|
30388
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30389
|
+
border-color: #0080ff;
|
|
30390
|
+
}
|
|
30391
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30392
|
+
border-color: #0080ff;
|
|
30393
|
+
background: #0080ff;
|
|
30394
|
+
}
|
|
30395
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30396
|
+
top: 4px;
|
|
30397
|
+
left: 4px;
|
|
30398
|
+
width: 6px;
|
|
30399
|
+
height: 6px;
|
|
30400
|
+
background: #fff;
|
|
30401
|
+
}
|
|
30402
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30403
|
+
opacity: 0.5;
|
|
30404
|
+
}
|
|
30405
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30406
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30407
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30408
|
+
}
|
|
30409
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30410
|
+
background: #00122e;
|
|
30411
|
+
}
|
|
30412
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30413
|
+
color: #00122e;
|
|
30414
|
+
opacity: 0.5;
|
|
30415
|
+
}
|
|
30416
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30417
|
+
color: #00122e;
|
|
30418
|
+
}
|
|
30419
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30420
|
+
display: inline-block;
|
|
30421
|
+
padding: 0;
|
|
30422
|
+
padding-left: 10px;
|
|
30423
|
+
}
|
|
30424
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30425
|
+
margin-bottom: 0;
|
|
30426
|
+
white-space: pre-wrap;
|
|
30427
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30295
30428
|
}
|
|
30296
30429
|
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30297
30430
|
padding-left: 8px;
|
|
@@ -30386,61 +30519,59 @@ html body {
|
|
|
30386
30519
|
width: 36px;
|
|
30387
30520
|
}
|
|
30388
30521
|
|
|
30389
|
-
.
|
|
30390
|
-
|
|
30391
|
-
|
|
30392
|
-
|
|
30393
|
-
|
|
30394
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30395
|
-
font-size: 12px;
|
|
30396
|
-
line-height: 24px;
|
|
30522
|
+
.E_s1dizucg.ant-switch {
|
|
30523
|
+
min-width: 40px;
|
|
30524
|
+
height: 24px;
|
|
30525
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30526
|
+
overflow: hidden;
|
|
30397
30527
|
}
|
|
30398
|
-
.
|
|
30399
|
-
|
|
30528
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30529
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30400
30530
|
}
|
|
30401
|
-
.
|
|
30402
|
-
|
|
30403
|
-
|
|
30404
|
-
border-radius: 6px;
|
|
30405
|
-
cursor: pointer;
|
|
30406
|
-
transition: all 0.3s ease;
|
|
30531
|
+
.E_s1dizucg.ant-switch-small {
|
|
30532
|
+
min-width: 26px;
|
|
30533
|
+
height: 16px;
|
|
30407
30534
|
}
|
|
30408
|
-
.
|
|
30409
|
-
|
|
30410
|
-
|
|
30535
|
+
.E_s1dizucg.ant-switch-large {
|
|
30536
|
+
min-width: 52px;
|
|
30537
|
+
height: 32px;
|
|
30411
30538
|
}
|
|
30412
|
-
.
|
|
30413
|
-
|
|
30539
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30540
|
+
height: 20px;
|
|
30541
|
+
width: 20px;
|
|
30414
30542
|
}
|
|
30415
|
-
.
|
|
30416
|
-
|
|
30417
|
-
|
|
30418
|
-
color: #0080ff;
|
|
30419
|
-
font-weight: bold;
|
|
30543
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30544
|
+
border-radius: 10px;
|
|
30545
|
+
transition-delay: 120ms;
|
|
30420
30546
|
}
|
|
30421
|
-
.
|
|
30422
|
-
|
|
30547
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30548
|
+
height: 14px;
|
|
30549
|
+
width: 14px;
|
|
30550
|
+
top: 1px;
|
|
30551
|
+
left: 1px;
|
|
30423
30552
|
}
|
|
30424
|
-
.
|
|
30425
|
-
|
|
30426
|
-
|
|
30553
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30554
|
+
height: 28px;
|
|
30555
|
+
width: 28px;
|
|
30427
30556
|
}
|
|
30428
|
-
.
|
|
30429
|
-
|
|
30430
|
-
color: #0080ff;
|
|
30557
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30558
|
+
border-radius: 14px;
|
|
30431
30559
|
}
|
|
30432
|
-
.
|
|
30433
|
-
|
|
30560
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30561
|
+
background-color: #00ba5d;
|
|
30434
30562
|
}
|
|
30435
|
-
|
|
30436
|
-
|
|
30437
|
-
max-height: calc(100vh - 128px);
|
|
30438
|
-
overflow-y: auto;
|
|
30563
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30564
|
+
left: calc(100% - 20px - 2px);
|
|
30439
30565
|
}
|
|
30440
|
-
.
|
|
30441
|
-
|
|
30442
|
-
|
|
30443
|
-
|
|
30566
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30567
|
+
left: calc(100% - 14px - 1px);
|
|
30568
|
+
}
|
|
30569
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30570
|
+
left: calc(100% - 28px - 2px);
|
|
30571
|
+
}
|
|
30572
|
+
|
|
30573
|
+
.E_c1up6e3y {
|
|
30574
|
+
margin-left: 5px;
|
|
30444
30575
|
}
|
|
30445
30576
|
|
|
30446
30577
|
.E_owd0kml {
|
|
@@ -30452,98 +30583,22 @@ html body {
|
|
|
30452
30583
|
position: absolute;
|
|
30453
30584
|
}
|
|
30454
30585
|
|
|
30455
|
-
.
|
|
30456
|
-
|
|
30457
|
-
|
|
30458
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30459
|
-
margin-left: 8px;
|
|
30586
|
+
.E_cnujxq2 {
|
|
30587
|
+
display: flex;
|
|
30588
|
+
flex-direction: column;
|
|
30460
30589
|
}
|
|
30461
30590
|
|
|
30462
|
-
.
|
|
30463
|
-
|
|
30464
|
-
|
|
30465
|
-
margin
|
|
30466
|
-
|
|
30591
|
+
.E_m7s48ia {
|
|
30592
|
+
max-width: 1120px;
|
|
30593
|
+
width: 100%;
|
|
30594
|
+
margin: 0 auto;
|
|
30595
|
+
height: 100%;
|
|
30467
30596
|
}
|
|
30468
30597
|
|
|
30469
|
-
.
|
|
30470
|
-
|
|
30471
|
-
|
|
30472
|
-
|
|
30473
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30474
|
-
cursor: pointer;
|
|
30475
|
-
}
|
|
30476
|
-
|
|
30477
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30478
|
-
cursor: not-allowed;
|
|
30479
|
-
}
|
|
30480
|
-
|
|
30481
|
-
.E_ivqqkzv {
|
|
30482
|
-
height: 24px;
|
|
30483
|
-
width: 56px !important;
|
|
30484
|
-
margin-right: 4px;
|
|
30485
|
-
}
|
|
30486
|
-
|
|
30487
|
-
.E_c1wk4q29 {
|
|
30488
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30489
|
-
}
|
|
30490
|
-
|
|
30491
|
-
.E_c1bus5hc {
|
|
30492
|
-
--color: white;
|
|
30493
|
-
height: 14px;
|
|
30494
|
-
width: 14px;
|
|
30495
|
-
border-radius: 50%;
|
|
30496
|
-
flex-shrink: 0;
|
|
30497
|
-
display: flex;
|
|
30498
|
-
align-items: center;
|
|
30499
|
-
justify-content: center;
|
|
30500
|
-
border: 1px solid var(--color);
|
|
30501
|
-
}
|
|
30502
|
-
.E_c1bus5hc .circle-inner {
|
|
30503
|
-
position: relative;
|
|
30504
|
-
height: 10px;
|
|
30505
|
-
width: 10px;
|
|
30506
|
-
border-radius: 50%;
|
|
30507
|
-
overflow: hidden;
|
|
30508
|
-
}
|
|
30509
|
-
.E_c1bus5hc .circle-content {
|
|
30510
|
-
position: absolute;
|
|
30511
|
-
height: 100%;
|
|
30512
|
-
width: 100%;
|
|
30513
|
-
left: 0;
|
|
30514
|
-
top: 0;
|
|
30515
|
-
border-radius: 50%;
|
|
30516
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30517
|
-
transform: rotate(180deg);
|
|
30518
|
-
}
|
|
30519
|
-
.E_c1bus5hc .circle-child {
|
|
30520
|
-
position: absolute;
|
|
30521
|
-
height: 100%;
|
|
30522
|
-
width: 100%;
|
|
30523
|
-
left: 0;
|
|
30524
|
-
top: 0;
|
|
30525
|
-
margin-left: 50%;
|
|
30526
|
-
transform-origin: left;
|
|
30527
|
-
background: white;
|
|
30528
|
-
transform: rotate(0deg);
|
|
30529
|
-
}
|
|
30530
|
-
|
|
30531
|
-
.E_cnujxq2 {
|
|
30532
|
-
display: flex;
|
|
30533
|
-
flex-direction: column;
|
|
30534
|
-
}
|
|
30535
|
-
|
|
30536
|
-
.E_m7s48ia {
|
|
30537
|
-
max-width: 1120px;
|
|
30538
|
-
width: 100%;
|
|
30539
|
-
margin: 0 auto;
|
|
30540
|
-
height: 100%;
|
|
30541
|
-
}
|
|
30542
|
-
|
|
30543
|
-
.E_wt5zbg6 {
|
|
30544
|
-
max-width: 1120px;
|
|
30545
|
-
width: 100%;
|
|
30546
|
-
margin: 0 auto;
|
|
30598
|
+
.E_wt5zbg6 {
|
|
30599
|
+
max-width: 1120px;
|
|
30600
|
+
width: 100%;
|
|
30601
|
+
margin: 0 auto;
|
|
30547
30602
|
display: flex;
|
|
30548
30603
|
}
|
|
30549
30604
|
.E_wt5zbg6 .left,
|
|
@@ -31218,533 +31273,267 @@ input.E_rf8rlle.ant-input {
|
|
|
31218
31273
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31219
31274
|
}
|
|
31220
31275
|
|
|
31221
|
-
.
|
|
31222
|
-
|
|
31276
|
+
.E_dsnbhzf {
|
|
31277
|
+
font-family: Inter;
|
|
31278
|
+
font-style: normal;
|
|
31279
|
+
font-weight: bold;
|
|
31280
|
+
font-size: 32px;
|
|
31281
|
+
line-height: 40px;
|
|
31223
31282
|
}
|
|
31224
31283
|
|
|
31225
|
-
.
|
|
31226
|
-
|
|
31284
|
+
.E_d1mvo22k {
|
|
31285
|
+
font-family: Inter;
|
|
31286
|
+
font-style: normal;
|
|
31287
|
+
font-weight: bold;
|
|
31288
|
+
font-size: 24px;
|
|
31289
|
+
line-height: 32px;
|
|
31227
31290
|
}
|
|
31228
31291
|
|
|
31229
|
-
.
|
|
31230
|
-
|
|
31231
|
-
|
|
31232
|
-
|
|
31233
|
-
|
|
31234
|
-
|
|
31235
|
-
box-sizing: border-box;
|
|
31236
|
-
margin-top: 8px;
|
|
31292
|
+
.E_d1b444tr {
|
|
31293
|
+
font-family: Inter;
|
|
31294
|
+
font-style: normal;
|
|
31295
|
+
font-weight: normal;
|
|
31296
|
+
font-size: 32px;
|
|
31297
|
+
line-height: 40px;
|
|
31237
31298
|
}
|
|
31238
31299
|
|
|
31239
|
-
.
|
|
31240
|
-
|
|
31241
|
-
|
|
31242
|
-
|
|
31243
|
-
|
|
31244
|
-
|
|
31245
|
-
}
|
|
31246
|
-
.E_o1ugr09p .selected-icon {
|
|
31247
|
-
display: none;
|
|
31248
|
-
}
|
|
31249
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31250
|
-
padding-left: 8px;
|
|
31251
|
-
}
|
|
31252
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31253
|
-
background-color: white;
|
|
31300
|
+
.E_dvs0kue {
|
|
31301
|
+
font-family: Inter;
|
|
31302
|
+
font-style: normal;
|
|
31303
|
+
font-weight: bold;
|
|
31304
|
+
font-size: 20px;
|
|
31305
|
+
line-height: 24px;
|
|
31254
31306
|
}
|
|
31255
|
-
|
|
31256
|
-
|
|
31307
|
+
|
|
31308
|
+
.E_d1hcbfcq {
|
|
31309
|
+
font-family: Inter;
|
|
31310
|
+
font-style: normal;
|
|
31311
|
+
font-weight: normal;
|
|
31312
|
+
font-size: 20px;
|
|
31313
|
+
line-height: 24px;
|
|
31257
31314
|
}
|
|
31258
|
-
|
|
31259
|
-
|
|
31315
|
+
|
|
31316
|
+
.E_d1cz922v {
|
|
31317
|
+
font-family: Inter;
|
|
31318
|
+
font-style: normal;
|
|
31319
|
+
font-weight: bold;
|
|
31320
|
+
font-size: 18px;
|
|
31321
|
+
line-height: 22px;
|
|
31260
31322
|
}
|
|
31261
|
-
|
|
31262
|
-
|
|
31323
|
+
|
|
31324
|
+
.E_d3nzbrm {
|
|
31325
|
+
font-family: Inter;
|
|
31326
|
+
font-style: normal;
|
|
31327
|
+
font-weight: normal;
|
|
31328
|
+
font-size: 18px;
|
|
31329
|
+
line-height: 22px;
|
|
31263
31330
|
}
|
|
31264
|
-
|
|
31265
|
-
|
|
31331
|
+
|
|
31332
|
+
.E_h1g0p5ob {
|
|
31333
|
+
font-family: Inter;
|
|
31334
|
+
font-style: normal;
|
|
31335
|
+
font-weight: bold;
|
|
31336
|
+
font-size: 16px;
|
|
31337
|
+
line-height: 22px;
|
|
31266
31338
|
}
|
|
31267
|
-
|
|
31268
|
-
|
|
31269
|
-
|
|
31339
|
+
|
|
31340
|
+
.E_hydo2ej {
|
|
31341
|
+
font-family: Inter;
|
|
31342
|
+
font-style: normal;
|
|
31343
|
+
font-weight: normal;
|
|
31344
|
+
font-size: 16px;
|
|
31345
|
+
line-height: 22px;
|
|
31270
31346
|
}
|
|
31271
31347
|
|
|
31272
|
-
.
|
|
31273
|
-
|
|
31274
|
-
|
|
31275
|
-
|
|
31348
|
+
.E_h1hbuq0r {
|
|
31349
|
+
font-family: Inter;
|
|
31350
|
+
font-style: normal;
|
|
31351
|
+
font-weight: bold;
|
|
31352
|
+
font-size: 14px;
|
|
31276
31353
|
line-height: 20px;
|
|
31277
31354
|
}
|
|
31278
|
-
|
|
31279
|
-
|
|
31280
|
-
|
|
31281
|
-
|
|
31355
|
+
|
|
31356
|
+
.E_h13bondg {
|
|
31357
|
+
font-family: Inter;
|
|
31358
|
+
font-style: normal;
|
|
31359
|
+
font-weight: normal;
|
|
31360
|
+
font-size: 14px;
|
|
31361
|
+
line-height: 20px;
|
|
31282
31362
|
}
|
|
31283
31363
|
|
|
31284
|
-
.
|
|
31285
|
-
|
|
31286
|
-
|
|
31287
|
-
|
|
31288
|
-
|
|
31364
|
+
.E_h1mhvdlx {
|
|
31365
|
+
font-family: Inter;
|
|
31366
|
+
font-style: normal;
|
|
31367
|
+
font-weight: bold;
|
|
31368
|
+
font-size: 12px;
|
|
31289
31369
|
line-height: 18px;
|
|
31290
|
-
margin-top: 2px;
|
|
31291
31370
|
}
|
|
31292
31371
|
|
|
31293
|
-
.
|
|
31294
|
-
|
|
31295
|
-
|
|
31296
|
-
|
|
31372
|
+
.E_h1inmfq6 {
|
|
31373
|
+
font-family: Inter;
|
|
31374
|
+
font-style: normal;
|
|
31375
|
+
font-weight: normal;
|
|
31376
|
+
font-size: 12px;
|
|
31377
|
+
line-height: 18px;
|
|
31297
31378
|
}
|
|
31298
31379
|
|
|
31299
|
-
.
|
|
31300
|
-
|
|
31301
|
-
|
|
31302
|
-
|
|
31303
|
-
|
|
31380
|
+
.E_h1kfc0la {
|
|
31381
|
+
font-family: Inter;
|
|
31382
|
+
font-style: normal;
|
|
31383
|
+
font-weight: bold;
|
|
31384
|
+
text-transform: uppercase;
|
|
31385
|
+
font-feature-settings: "cpsp" on;
|
|
31386
|
+
font-size: 12px;
|
|
31387
|
+
line-height: 18px;
|
|
31304
31388
|
}
|
|
31305
31389
|
|
|
31306
|
-
.
|
|
31307
|
-
|
|
31308
|
-
|
|
31309
|
-
|
|
31310
|
-
|
|
31390
|
+
.E_h10xnyuu {
|
|
31391
|
+
font-family: Inter;
|
|
31392
|
+
font-style: normal;
|
|
31393
|
+
font-weight: normal;
|
|
31394
|
+
text-transform: uppercase;
|
|
31395
|
+
font-feature-settings: "cpsp" on;
|
|
31396
|
+
font-size: 12px;
|
|
31397
|
+
line-height: 18px;
|
|
31311
31398
|
}
|
|
31312
|
-
|
|
31313
|
-
|
|
31399
|
+
|
|
31400
|
+
.E_lrcmi0v {
|
|
31401
|
+
font-family: Inter;
|
|
31402
|
+
font-style: normal;
|
|
31403
|
+
font-weight: normal;
|
|
31404
|
+
font-size: 16px;
|
|
31405
|
+
line-height: 24px;
|
|
31314
31406
|
}
|
|
31315
|
-
|
|
31316
|
-
|
|
31317
|
-
|
|
31318
|
-
|
|
31319
|
-
|
|
31320
|
-
|
|
31321
|
-
height:
|
|
31322
|
-
}
|
|
31323
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31324
|
-
height: 20px;
|
|
31325
|
-
width: 20px;
|
|
31326
|
-
}
|
|
31327
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31328
|
-
border-radius: 10px;
|
|
31329
|
-
transition-delay: 120ms;
|
|
31330
|
-
}
|
|
31331
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31332
|
-
height: 14px;
|
|
31333
|
-
width: 14px;
|
|
31334
|
-
top: 1px;
|
|
31335
|
-
left: 1px;
|
|
31336
|
-
}
|
|
31337
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31338
|
-
height: 28px;
|
|
31339
|
-
width: 28px;
|
|
31340
|
-
}
|
|
31341
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31342
|
-
border-radius: 14px;
|
|
31343
|
-
}
|
|
31344
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31345
|
-
background-color: #00ba5d;
|
|
31346
|
-
}
|
|
31347
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31348
|
-
left: calc(100% - 20px - 2px);
|
|
31349
|
-
}
|
|
31350
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31351
|
-
left: calc(100% - 14px - 1px);
|
|
31352
|
-
}
|
|
31353
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31354
|
-
left: calc(100% - 28px - 2px);
|
|
31355
|
-
}
|
|
31356
|
-
|
|
31357
|
-
.E_c1up6e3y {
|
|
31358
|
-
margin-left: 5px;
|
|
31359
|
-
}
|
|
31360
|
-
|
|
31361
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31362
|
-
display: none;
|
|
31363
|
-
}
|
|
31364
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31365
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31366
|
-
border-radius: 4px;
|
|
31367
|
-
}
|
|
31368
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31369
|
-
visibility: hidden;
|
|
31370
|
-
}
|
|
31371
|
-
|
|
31372
|
-
.E_s1sck0th {
|
|
31373
|
-
padding: 0 8px;
|
|
31374
|
-
border-radius: 4px;
|
|
31375
|
-
}
|
|
31376
|
-
|
|
31377
|
-
.E_m855nr1 {
|
|
31378
|
-
padding: 2px 8px;
|
|
31379
|
-
border-radius: 3px;
|
|
31380
|
-
}
|
|
31381
|
-
|
|
31382
|
-
.E_l1270xpg {
|
|
31383
|
-
padding: 3px 8px;
|
|
31384
|
-
border-radius: 2px;
|
|
31385
|
-
}
|
|
31386
|
-
|
|
31387
|
-
.E_t14rextb.ant-tag:hover {
|
|
31388
|
-
opacity: unset;
|
|
31389
|
-
}
|
|
31390
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31391
|
-
margin: 0;
|
|
31392
|
-
margin-right: 8px;
|
|
31393
|
-
display: inline-flex;
|
|
31394
|
-
align-items: center;
|
|
31395
|
-
border: none;
|
|
31396
|
-
}
|
|
31397
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31398
|
-
width: 16px;
|
|
31399
|
-
height: 16px;
|
|
31400
|
-
color: inherit;
|
|
31401
|
-
margin-left: 4px;
|
|
31402
|
-
opacity: 0.6;
|
|
31403
|
-
display: inline-flex;
|
|
31404
|
-
}
|
|
31405
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31406
|
-
opacity: 1;
|
|
31407
|
-
}
|
|
31408
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31409
|
-
color: #0080ff;
|
|
31410
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31411
|
-
}
|
|
31412
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31413
|
-
color: #f0483e;
|
|
31414
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31415
|
-
}
|
|
31416
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31417
|
-
color: #e07f00;
|
|
31418
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31419
|
-
}
|
|
31420
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31421
|
-
color: #008f4c;
|
|
31422
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31423
|
-
}
|
|
31424
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31425
|
-
color: #1d326c;
|
|
31426
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31427
|
-
}
|
|
31428
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31429
|
-
color: #7E41FF;
|
|
31430
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31431
|
-
}
|
|
31432
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31433
|
-
color: #fff;
|
|
31434
|
-
}
|
|
31435
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31436
|
-
background-color: #f0483e;
|
|
31437
|
-
}
|
|
31438
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31439
|
-
background-color: #fea008;
|
|
31440
|
-
}
|
|
31441
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31442
|
-
background-color: #00ba5d;
|
|
31443
|
-
}
|
|
31444
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31445
|
-
background-color: #0080ff;
|
|
31446
|
-
}
|
|
31447
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31448
|
-
background-color: #6b7d99;
|
|
31449
|
-
}
|
|
31450
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31451
|
-
background-color: #7E41FF;
|
|
31452
|
-
}
|
|
31453
|
-
|
|
31454
|
-
.E_tju3gfj .date {
|
|
31455
|
-
margin-right: 4px;
|
|
31456
|
-
}
|
|
31457
|
-
|
|
31458
|
-
.E_c1yyuluq {
|
|
31459
|
-
border-radius: 8px;
|
|
31460
|
-
}
|
|
31461
|
-
.E_c1yyuluq .ant-card-body {
|
|
31462
|
-
padding: 20px 24px 24px 24px;
|
|
31463
|
-
}
|
|
31464
|
-
|
|
31465
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
31466
|
-
border: 0px;
|
|
31467
|
-
background-color: #fff;
|
|
31468
|
-
}
|
|
31469
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31470
|
-
padding-top: 0px;
|
|
31471
|
-
padding-bottom: 0px;
|
|
31472
|
-
padding-left: 0px !important;
|
|
31473
|
-
padding-right: 24px;
|
|
31474
|
-
}
|
|
31475
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31476
|
-
right: 0px;
|
|
31477
|
-
}
|
|
31478
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31479
|
-
padding: 0px;
|
|
31480
|
-
}
|
|
31481
|
-
|
|
31482
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31483
|
-
padding-right: 0px;
|
|
31484
|
-
cursor: default;
|
|
31407
|
+
|
|
31408
|
+
.E_lzt43lp {
|
|
31409
|
+
font-family: Inter;
|
|
31410
|
+
font-style: normal;
|
|
31411
|
+
font-weight: bold;
|
|
31412
|
+
font-size: 16px;
|
|
31413
|
+
line-height: 24px;
|
|
31485
31414
|
}
|
|
31486
31415
|
|
|
31487
|
-
.
|
|
31416
|
+
.E_l5yc9nt {
|
|
31488
31417
|
font-family: Inter;
|
|
31489
31418
|
font-style: normal;
|
|
31490
|
-
font-weight:
|
|
31491
|
-
font-size:
|
|
31492
|
-
line-height:
|
|
31419
|
+
font-weight: normal;
|
|
31420
|
+
font-size: 16px;
|
|
31421
|
+
line-height: 24px;
|
|
31493
31422
|
}
|
|
31494
31423
|
|
|
31495
|
-
.
|
|
31424
|
+
.E_l1fbkbzo {
|
|
31496
31425
|
font-family: Inter;
|
|
31497
31426
|
font-style: normal;
|
|
31498
31427
|
font-weight: bold;
|
|
31499
|
-
font-size:
|
|
31500
|
-
line-height:
|
|
31428
|
+
font-size: 16px;
|
|
31429
|
+
line-height: 24px;
|
|
31501
31430
|
}
|
|
31502
31431
|
|
|
31503
|
-
.
|
|
31432
|
+
.E_lahvcax {
|
|
31504
31433
|
font-family: Inter;
|
|
31505
31434
|
font-style: normal;
|
|
31506
31435
|
font-weight: normal;
|
|
31507
|
-
|
|
31508
|
-
|
|
31436
|
+
text-transform: uppercase;
|
|
31437
|
+
font-feature-settings: "cpsp" on;
|
|
31438
|
+
font-size: 16px;
|
|
31439
|
+
line-height: 24px;
|
|
31509
31440
|
}
|
|
31510
31441
|
|
|
31511
|
-
.
|
|
31442
|
+
.E_l11q3pxd {
|
|
31512
31443
|
font-family: Inter;
|
|
31513
31444
|
font-style: normal;
|
|
31514
31445
|
font-weight: bold;
|
|
31515
|
-
|
|
31446
|
+
text-transform: uppercase;
|
|
31447
|
+
font-feature-settings: "cpsp" on;
|
|
31448
|
+
font-size: 16px;
|
|
31516
31449
|
line-height: 24px;
|
|
31517
31450
|
}
|
|
31518
31451
|
|
|
31519
|
-
.
|
|
31452
|
+
.E_lfuc2qu {
|
|
31520
31453
|
font-family: Inter;
|
|
31521
31454
|
font-style: normal;
|
|
31522
31455
|
font-weight: normal;
|
|
31523
|
-
font-size:
|
|
31524
|
-
line-height:
|
|
31456
|
+
font-size: 14px;
|
|
31457
|
+
line-height: 22px;
|
|
31525
31458
|
}
|
|
31526
31459
|
|
|
31527
|
-
.
|
|
31460
|
+
.E_l1jmp8r0 {
|
|
31461
|
+
font-family: Inter;
|
|
31462
|
+
font-style: normal;
|
|
31463
|
+
font-weight: 500;
|
|
31464
|
+
font-size: 14px;
|
|
31465
|
+
line-height: 22px;
|
|
31466
|
+
}
|
|
31467
|
+
|
|
31468
|
+
.E_lcnm221 {
|
|
31528
31469
|
font-family: Inter;
|
|
31529
31470
|
font-style: normal;
|
|
31530
31471
|
font-weight: bold;
|
|
31531
|
-
font-size:
|
|
31472
|
+
font-size: 14px;
|
|
31532
31473
|
line-height: 22px;
|
|
31533
31474
|
}
|
|
31534
31475
|
|
|
31535
|
-
.
|
|
31476
|
+
.E_lu1z2n5 {
|
|
31536
31477
|
font-family: Inter;
|
|
31537
31478
|
font-style: normal;
|
|
31538
31479
|
font-weight: normal;
|
|
31539
|
-
font-size:
|
|
31480
|
+
font-size: 14px;
|
|
31540
31481
|
line-height: 22px;
|
|
31541
31482
|
}
|
|
31542
31483
|
|
|
31543
|
-
.
|
|
31484
|
+
.E_l1r59djn {
|
|
31544
31485
|
font-family: Inter;
|
|
31545
31486
|
font-style: normal;
|
|
31546
31487
|
font-weight: bold;
|
|
31547
|
-
font-size:
|
|
31488
|
+
font-size: 14px;
|
|
31548
31489
|
line-height: 22px;
|
|
31549
31490
|
}
|
|
31550
31491
|
|
|
31551
|
-
.
|
|
31492
|
+
.E_ljm2911 {
|
|
31552
31493
|
font-family: Inter;
|
|
31553
31494
|
font-style: normal;
|
|
31554
31495
|
font-weight: normal;
|
|
31555
|
-
|
|
31496
|
+
text-transform: uppercase;
|
|
31497
|
+
font-feature-settings: "cpsp" on;
|
|
31498
|
+
font-size: 14px;
|
|
31556
31499
|
line-height: 22px;
|
|
31557
31500
|
}
|
|
31558
31501
|
|
|
31559
|
-
.
|
|
31502
|
+
.E_l124mzmr {
|
|
31560
31503
|
font-family: Inter;
|
|
31561
31504
|
font-style: normal;
|
|
31562
31505
|
font-weight: bold;
|
|
31506
|
+
text-transform: uppercase;
|
|
31507
|
+
font-feature-settings: "cpsp" on;
|
|
31563
31508
|
font-size: 14px;
|
|
31564
|
-
line-height:
|
|
31509
|
+
line-height: 22px;
|
|
31565
31510
|
}
|
|
31566
31511
|
|
|
31567
|
-
.
|
|
31512
|
+
.E_lb3chel {
|
|
31568
31513
|
font-family: Inter;
|
|
31569
31514
|
font-style: normal;
|
|
31570
31515
|
font-weight: normal;
|
|
31571
|
-
font-size:
|
|
31516
|
+
font-size: 13px;
|
|
31572
31517
|
line-height: 20px;
|
|
31573
31518
|
}
|
|
31574
31519
|
|
|
31575
|
-
.
|
|
31520
|
+
.E_lv9jstu {
|
|
31576
31521
|
font-family: Inter;
|
|
31577
31522
|
font-style: normal;
|
|
31578
|
-
font-weight:
|
|
31579
|
-
font-size:
|
|
31580
|
-
line-height:
|
|
31523
|
+
font-weight: 600;
|
|
31524
|
+
font-size: 13px;
|
|
31525
|
+
line-height: 20px;
|
|
31581
31526
|
}
|
|
31582
31527
|
|
|
31583
|
-
.
|
|
31528
|
+
.E_lwqlh3x {
|
|
31584
31529
|
font-family: Inter;
|
|
31585
31530
|
font-style: normal;
|
|
31586
|
-
font-weight:
|
|
31587
|
-
font-size:
|
|
31588
|
-
line-height:
|
|
31531
|
+
font-weight: bold;
|
|
31532
|
+
font-size: 13px;
|
|
31533
|
+
line-height: 20px;
|
|
31589
31534
|
}
|
|
31590
31535
|
|
|
31591
|
-
.
|
|
31592
|
-
font-family: Inter;
|
|
31593
|
-
font-style: normal;
|
|
31594
|
-
font-weight: bold;
|
|
31595
|
-
text-transform: uppercase;
|
|
31596
|
-
font-feature-settings: "cpsp" on;
|
|
31597
|
-
font-size: 12px;
|
|
31598
|
-
line-height: 18px;
|
|
31599
|
-
}
|
|
31600
|
-
|
|
31601
|
-
.E_h10xnyuu {
|
|
31602
|
-
font-family: Inter;
|
|
31603
|
-
font-style: normal;
|
|
31604
|
-
font-weight: normal;
|
|
31605
|
-
text-transform: uppercase;
|
|
31606
|
-
font-feature-settings: "cpsp" on;
|
|
31607
|
-
font-size: 12px;
|
|
31608
|
-
line-height: 18px;
|
|
31609
|
-
}
|
|
31610
|
-
|
|
31611
|
-
.E_lrcmi0v {
|
|
31612
|
-
font-family: Inter;
|
|
31613
|
-
font-style: normal;
|
|
31614
|
-
font-weight: normal;
|
|
31615
|
-
font-size: 16px;
|
|
31616
|
-
line-height: 24px;
|
|
31617
|
-
}
|
|
31618
|
-
|
|
31619
|
-
.E_lzt43lp {
|
|
31620
|
-
font-family: Inter;
|
|
31621
|
-
font-style: normal;
|
|
31622
|
-
font-weight: bold;
|
|
31623
|
-
font-size: 16px;
|
|
31624
|
-
line-height: 24px;
|
|
31625
|
-
}
|
|
31626
|
-
|
|
31627
|
-
.E_l5yc9nt {
|
|
31628
|
-
font-family: Inter;
|
|
31629
|
-
font-style: normal;
|
|
31630
|
-
font-weight: normal;
|
|
31631
|
-
font-size: 16px;
|
|
31632
|
-
line-height: 24px;
|
|
31633
|
-
}
|
|
31634
|
-
|
|
31635
|
-
.E_l1fbkbzo {
|
|
31636
|
-
font-family: Inter;
|
|
31637
|
-
font-style: normal;
|
|
31638
|
-
font-weight: bold;
|
|
31639
|
-
font-size: 16px;
|
|
31640
|
-
line-height: 24px;
|
|
31641
|
-
}
|
|
31642
|
-
|
|
31643
|
-
.E_lahvcax {
|
|
31644
|
-
font-family: Inter;
|
|
31645
|
-
font-style: normal;
|
|
31646
|
-
font-weight: normal;
|
|
31647
|
-
text-transform: uppercase;
|
|
31648
|
-
font-feature-settings: "cpsp" on;
|
|
31649
|
-
font-size: 16px;
|
|
31650
|
-
line-height: 24px;
|
|
31651
|
-
}
|
|
31652
|
-
|
|
31653
|
-
.E_l11q3pxd {
|
|
31654
|
-
font-family: Inter;
|
|
31655
|
-
font-style: normal;
|
|
31656
|
-
font-weight: bold;
|
|
31657
|
-
text-transform: uppercase;
|
|
31658
|
-
font-feature-settings: "cpsp" on;
|
|
31659
|
-
font-size: 16px;
|
|
31660
|
-
line-height: 24px;
|
|
31661
|
-
}
|
|
31662
|
-
|
|
31663
|
-
.E_lfuc2qu {
|
|
31664
|
-
font-family: Inter;
|
|
31665
|
-
font-style: normal;
|
|
31666
|
-
font-weight: normal;
|
|
31667
|
-
font-size: 14px;
|
|
31668
|
-
line-height: 22px;
|
|
31669
|
-
}
|
|
31670
|
-
|
|
31671
|
-
.E_l1jmp8r0 {
|
|
31672
|
-
font-family: Inter;
|
|
31673
|
-
font-style: normal;
|
|
31674
|
-
font-weight: 500;
|
|
31675
|
-
font-size: 14px;
|
|
31676
|
-
line-height: 22px;
|
|
31677
|
-
}
|
|
31678
|
-
|
|
31679
|
-
.E_lcnm221 {
|
|
31680
|
-
font-family: Inter;
|
|
31681
|
-
font-style: normal;
|
|
31682
|
-
font-weight: bold;
|
|
31683
|
-
font-size: 14px;
|
|
31684
|
-
line-height: 22px;
|
|
31685
|
-
}
|
|
31686
|
-
|
|
31687
|
-
.E_lu1z2n5 {
|
|
31688
|
-
font-family: Inter;
|
|
31689
|
-
font-style: normal;
|
|
31690
|
-
font-weight: normal;
|
|
31691
|
-
font-size: 14px;
|
|
31692
|
-
line-height: 22px;
|
|
31693
|
-
}
|
|
31694
|
-
|
|
31695
|
-
.E_l1r59djn {
|
|
31696
|
-
font-family: Inter;
|
|
31697
|
-
font-style: normal;
|
|
31698
|
-
font-weight: bold;
|
|
31699
|
-
font-size: 14px;
|
|
31700
|
-
line-height: 22px;
|
|
31701
|
-
}
|
|
31702
|
-
|
|
31703
|
-
.E_ljm2911 {
|
|
31704
|
-
font-family: Inter;
|
|
31705
|
-
font-style: normal;
|
|
31706
|
-
font-weight: normal;
|
|
31707
|
-
text-transform: uppercase;
|
|
31708
|
-
font-feature-settings: "cpsp" on;
|
|
31709
|
-
font-size: 14px;
|
|
31710
|
-
line-height: 22px;
|
|
31711
|
-
}
|
|
31712
|
-
|
|
31713
|
-
.E_l124mzmr {
|
|
31714
|
-
font-family: Inter;
|
|
31715
|
-
font-style: normal;
|
|
31716
|
-
font-weight: bold;
|
|
31717
|
-
text-transform: uppercase;
|
|
31718
|
-
font-feature-settings: "cpsp" on;
|
|
31719
|
-
font-size: 14px;
|
|
31720
|
-
line-height: 22px;
|
|
31721
|
-
}
|
|
31722
|
-
|
|
31723
|
-
.E_lb3chel {
|
|
31724
|
-
font-family: Inter;
|
|
31725
|
-
font-style: normal;
|
|
31726
|
-
font-weight: normal;
|
|
31727
|
-
font-size: 13px;
|
|
31728
|
-
line-height: 20px;
|
|
31729
|
-
}
|
|
31730
|
-
|
|
31731
|
-
.E_lv9jstu {
|
|
31732
|
-
font-family: Inter;
|
|
31733
|
-
font-style: normal;
|
|
31734
|
-
font-weight: 600;
|
|
31735
|
-
font-size: 13px;
|
|
31736
|
-
line-height: 20px;
|
|
31737
|
-
}
|
|
31738
|
-
|
|
31739
|
-
.E_lwqlh3x {
|
|
31740
|
-
font-family: Inter;
|
|
31741
|
-
font-style: normal;
|
|
31742
|
-
font-weight: bold;
|
|
31743
|
-
font-size: 13px;
|
|
31744
|
-
line-height: 20px;
|
|
31745
|
-
}
|
|
31746
|
-
|
|
31747
|
-
.E_lalum9y {
|
|
31536
|
+
.E_lalum9y {
|
|
31748
31537
|
font-family: Inter;
|
|
31749
31538
|
font-style: normal;
|
|
31750
31539
|
font-weight: normal;
|
|
@@ -31993,86 +31782,326 @@ input.E_rf8rlle.ant-input {
|
|
|
31993
31782
|
min-width: 1280px;
|
|
31994
31783
|
}
|
|
31995
31784
|
|
|
31996
|
-
.
|
|
31997
|
-
|
|
31785
|
+
.E_tju3gfj .date {
|
|
31786
|
+
margin-right: 4px;
|
|
31998
31787
|
}
|
|
31999
31788
|
|
|
32000
|
-
.
|
|
32001
|
-
|
|
32002
|
-
}
|
|
32003
|
-
.E_dt9qoak .left {
|
|
32004
|
-
min-width: 0;
|
|
31789
|
+
.E_iq1gosr {
|
|
31790
|
+
display: inline-block;
|
|
32005
31791
|
}
|
|
32006
31792
|
|
|
32007
|
-
.
|
|
32008
|
-
|
|
32009
|
-
flex-direction: row;
|
|
32010
|
-
justify-content: space-between;
|
|
31793
|
+
.E_s1dni7lo {
|
|
31794
|
+
width: 430px !important;
|
|
32011
31795
|
}
|
|
32012
|
-
|
|
32013
|
-
|
|
32014
|
-
|
|
31796
|
+
|
|
31797
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31798
|
+
padding: 8px 16px;
|
|
31799
|
+
line-height: 18px;
|
|
31800
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31801
|
+
height: 34px;
|
|
31802
|
+
min-height: 34px;
|
|
31803
|
+
box-sizing: border-box;
|
|
31804
|
+
margin-top: 8px;
|
|
32015
31805
|
}
|
|
32016
31806
|
|
|
32017
|
-
.
|
|
31807
|
+
.E_o1ugr09p {
|
|
32018
31808
|
display: flex;
|
|
32019
31809
|
flex-direction: column;
|
|
32020
|
-
|
|
32021
|
-
|
|
32022
|
-
|
|
32023
|
-
width: 432px;
|
|
32024
|
-
}
|
|
32025
|
-
|
|
32026
|
-
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
32027
|
-
border-radius: 0px;
|
|
32028
|
-
box-shadow: unset;
|
|
32029
|
-
border: 0;
|
|
32030
|
-
border-bottom: 1px solid #e4e9f2;
|
|
31810
|
+
margin: 1px 8px;
|
|
31811
|
+
padding: 8px;
|
|
31812
|
+
border-radius: 4px;
|
|
32031
31813
|
}
|
|
32032
|
-
|
|
32033
|
-
|
|
32034
|
-
padding: 4px;
|
|
31814
|
+
.E_o1ugr09p .selected-icon {
|
|
31815
|
+
display: none;
|
|
32035
31816
|
}
|
|
32036
|
-
.
|
|
32037
|
-
|
|
31817
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31818
|
+
padding-left: 8px;
|
|
32038
31819
|
}
|
|
32039
|
-
.
|
|
32040
|
-
|
|
31820
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31821
|
+
background-color: white;
|
|
32041
31822
|
}
|
|
32042
|
-
.
|
|
32043
|
-
|
|
31823
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31824
|
+
color: #0080ff;
|
|
32044
31825
|
}
|
|
32045
|
-
.
|
|
32046
|
-
|
|
31826
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31827
|
+
display: block;
|
|
32047
31828
|
}
|
|
32048
|
-
.
|
|
32049
|
-
|
|
31829
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31830
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32050
31831
|
}
|
|
32051
|
-
.
|
|
32052
|
-
|
|
32053
|
-
line-height: 20px;
|
|
31832
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31833
|
+
color: #0080ff;
|
|
32054
31834
|
}
|
|
32055
|
-
|
|
32056
|
-
.
|
|
32057
|
-
|
|
31835
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31836
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31837
|
+
color: #0080ff;
|
|
32058
31838
|
}
|
|
32059
31839
|
|
|
32060
|
-
.
|
|
32061
|
-
padding: 7px 14px;
|
|
32062
|
-
height: 20px;
|
|
32063
|
-
font-weight: 400;
|
|
32064
|
-
box-sizing: content-box;
|
|
32065
|
-
color: rgba(44, 56, 82, 0.75);
|
|
31840
|
+
.E_o1ifxsq4 {
|
|
32066
31841
|
display: flex;
|
|
32067
|
-
flex-direction: row;
|
|
32068
31842
|
justify-content: space-between;
|
|
32069
|
-
|
|
32070
|
-
|
|
31843
|
+
height: 20px;
|
|
31844
|
+
line-height: 20px;
|
|
31845
|
+
}
|
|
31846
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31847
|
+
color: #2d3a56;
|
|
31848
|
+
overflow: hidden;
|
|
31849
|
+
text-overflow: ellipsis;
|
|
32071
31850
|
}
|
|
32072
31851
|
|
|
32073
|
-
.
|
|
32074
|
-
|
|
32075
|
-
|
|
31852
|
+
.E_o1zue7 {
|
|
31853
|
+
display: flex;
|
|
31854
|
+
justify-content: space-between;
|
|
31855
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31856
|
+
height: 18px;
|
|
31857
|
+
line-height: 18px;
|
|
31858
|
+
margin-top: 2px;
|
|
31859
|
+
}
|
|
31860
|
+
|
|
31861
|
+
.E_tyfmlxg {
|
|
31862
|
+
border: none;
|
|
31863
|
+
margin-right: 0;
|
|
31864
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31865
|
+
}
|
|
31866
|
+
|
|
31867
|
+
.E_o18uybox {
|
|
31868
|
+
pointer-events: none;
|
|
31869
|
+
height: 32px;
|
|
31870
|
+
width: 100%;
|
|
31871
|
+
opacity: 0;
|
|
31872
|
+
}
|
|
31873
|
+
|
|
31874
|
+
.E_s1sck0th {
|
|
31875
|
+
padding: 0 8px;
|
|
31876
|
+
border-radius: 4px;
|
|
31877
|
+
}
|
|
31878
|
+
|
|
31879
|
+
.E_m855nr1 {
|
|
31880
|
+
padding: 2px 8px;
|
|
31881
|
+
border-radius: 3px;
|
|
31882
|
+
}
|
|
31883
|
+
|
|
31884
|
+
.E_l1270xpg {
|
|
31885
|
+
padding: 3px 8px;
|
|
31886
|
+
border-radius: 2px;
|
|
31887
|
+
}
|
|
31888
|
+
|
|
31889
|
+
.E_t14rextb.ant-tag:hover {
|
|
31890
|
+
opacity: unset;
|
|
31891
|
+
}
|
|
31892
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31893
|
+
margin: 0;
|
|
31894
|
+
margin-right: 8px;
|
|
31895
|
+
display: inline-flex;
|
|
31896
|
+
align-items: center;
|
|
31897
|
+
border: none;
|
|
31898
|
+
}
|
|
31899
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31900
|
+
width: 16px;
|
|
31901
|
+
height: 16px;
|
|
31902
|
+
color: inherit;
|
|
31903
|
+
margin-left: 4px;
|
|
31904
|
+
opacity: 0.6;
|
|
31905
|
+
display: inline-flex;
|
|
31906
|
+
}
|
|
31907
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31908
|
+
opacity: 1;
|
|
31909
|
+
}
|
|
31910
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31911
|
+
color: #0080ff;
|
|
31912
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31913
|
+
}
|
|
31914
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31915
|
+
color: #f0483e;
|
|
31916
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31917
|
+
}
|
|
31918
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31919
|
+
color: #e07f00;
|
|
31920
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31921
|
+
}
|
|
31922
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31923
|
+
color: #008f4c;
|
|
31924
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31925
|
+
}
|
|
31926
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31927
|
+
color: #1d326c;
|
|
31928
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31929
|
+
}
|
|
31930
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31931
|
+
color: #7E41FF;
|
|
31932
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31933
|
+
}
|
|
31934
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31935
|
+
color: #fff;
|
|
31936
|
+
}
|
|
31937
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31938
|
+
background-color: #f0483e;
|
|
31939
|
+
}
|
|
31940
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31941
|
+
background-color: #fea008;
|
|
31942
|
+
}
|
|
31943
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31944
|
+
background-color: #00ba5d;
|
|
31945
|
+
}
|
|
31946
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31947
|
+
background-color: #0080ff;
|
|
31948
|
+
}
|
|
31949
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31950
|
+
background-color: #6b7d99;
|
|
31951
|
+
}
|
|
31952
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31953
|
+
background-color: #7E41FF;
|
|
31954
|
+
}
|
|
31955
|
+
|
|
31956
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31957
|
+
display: none;
|
|
31958
|
+
}
|
|
31959
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31960
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31961
|
+
border-radius: 4px;
|
|
31962
|
+
}
|
|
31963
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31964
|
+
visibility: hidden;
|
|
31965
|
+
}
|
|
31966
|
+
|
|
31967
|
+
.E_c1yyuluq {
|
|
31968
|
+
border-radius: 8px;
|
|
31969
|
+
}
|
|
31970
|
+
.E_c1yyuluq .ant-card-body {
|
|
31971
|
+
padding: 20px 24px 24px 24px;
|
|
31972
|
+
}
|
|
31973
|
+
|
|
31974
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
31975
|
+
border: 0px;
|
|
31976
|
+
background-color: #fff;
|
|
31977
|
+
}
|
|
31978
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31979
|
+
padding-top: 0px;
|
|
31980
|
+
padding-bottom: 0px;
|
|
31981
|
+
padding-left: 0px !important;
|
|
31982
|
+
padding-right: 24px;
|
|
31983
|
+
}
|
|
31984
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31985
|
+
right: 0px;
|
|
31986
|
+
}
|
|
31987
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31988
|
+
padding: 0px;
|
|
31989
|
+
}
|
|
31990
|
+
|
|
31991
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31992
|
+
padding-right: 0px;
|
|
31993
|
+
cursor: default;
|
|
31994
|
+
}
|
|
31995
|
+
|
|
31996
|
+
.E_suhck3k {
|
|
31997
|
+
height: 24px;
|
|
31998
|
+
width: 24px;
|
|
31999
|
+
border-radius: 6px;
|
|
32000
|
+
padding: 4px;
|
|
32001
|
+
}
|
|
32002
|
+
.E_suhck3k:hover {
|
|
32003
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32004
|
+
}
|
|
32005
|
+
.E_suhck3k:hover svg path {
|
|
32006
|
+
fill: blue;
|
|
32007
|
+
}
|
|
32008
|
+
|
|
32009
|
+
.E_ryby9ds {
|
|
32010
|
+
display: flex;
|
|
32011
|
+
align-items: center;
|
|
32012
|
+
}
|
|
32013
|
+
.E_ryby9ds .order {
|
|
32014
|
+
height: 24px;
|
|
32015
|
+
width: 24px;
|
|
32016
|
+
border-radius: 20px;
|
|
32017
|
+
color: #0080ff;
|
|
32018
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32019
|
+
display: flex;
|
|
32020
|
+
align-items: center;
|
|
32021
|
+
justify-content: center;
|
|
32022
|
+
margin-right: 6px;
|
|
32023
|
+
}
|
|
32024
|
+
|
|
32025
|
+
.E_hrhfj7c {
|
|
32026
|
+
display: none;
|
|
32027
|
+
}
|
|
32028
|
+
|
|
32029
|
+
.E_dt9qoak .bottom {
|
|
32030
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32031
|
+
}
|
|
32032
|
+
.E_dt9qoak .left {
|
|
32033
|
+
min-width: 0;
|
|
32034
|
+
}
|
|
32035
|
+
|
|
32036
|
+
.E_crhnxq5 {
|
|
32037
|
+
display: flex;
|
|
32038
|
+
flex-direction: row;
|
|
32039
|
+
justify-content: space-between;
|
|
32040
|
+
}
|
|
32041
|
+
.E_crhnxq5 .label {
|
|
32042
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32043
|
+
font-weight: 400;
|
|
32044
|
+
}
|
|
32045
|
+
|
|
32046
|
+
.E_c1iq43vd {
|
|
32047
|
+
display: flex;
|
|
32048
|
+
flex-direction: column;
|
|
32049
|
+
justify-content: center;
|
|
32050
|
+
align-items: center;
|
|
32051
|
+
height: 240px;
|
|
32052
|
+
width: 432px;
|
|
32053
|
+
}
|
|
32054
|
+
|
|
32055
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
32056
|
+
border-radius: 0px;
|
|
32057
|
+
box-shadow: unset;
|
|
32058
|
+
border: 0;
|
|
32059
|
+
border-bottom: 1px solid #e4e9f2;
|
|
32060
|
+
}
|
|
32061
|
+
|
|
32062
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
32063
|
+
padding: 4px;
|
|
32064
|
+
}
|
|
32065
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
32066
|
+
line-height: normal;
|
|
32067
|
+
}
|
|
32068
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
32069
|
+
height: 22px;
|
|
32070
|
+
}
|
|
32071
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
32072
|
+
row-gap: 2px;
|
|
32073
|
+
}
|
|
32074
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
32075
|
+
line-height: normal;
|
|
32076
|
+
}
|
|
32077
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
|
|
32078
|
+
max-width: 100%;
|
|
32079
|
+
}
|
|
32080
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
32081
|
+
font-size: 13px;
|
|
32082
|
+
line-height: 20px;
|
|
32083
|
+
}
|
|
32084
|
+
|
|
32085
|
+
.E_c1ec3mnt {
|
|
32086
|
+
font-size: 13px;
|
|
32087
|
+
}
|
|
32088
|
+
|
|
32089
|
+
.E_c1iye0zj {
|
|
32090
|
+
padding: 7px 14px;
|
|
32091
|
+
height: 20px;
|
|
32092
|
+
font-weight: 400;
|
|
32093
|
+
box-sizing: content-box;
|
|
32094
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32095
|
+
display: flex;
|
|
32096
|
+
flex-direction: row;
|
|
32097
|
+
justify-content: space-between;
|
|
32098
|
+
align-items: center;
|
|
32099
|
+
border-bottom: 1px solid #e4e9f2;
|
|
32100
|
+
}
|
|
32101
|
+
|
|
32102
|
+
.E_ckhyuyx {
|
|
32103
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
32104
|
+
border-radius: 8px;
|
|
32076
32105
|
padding: 0px;
|
|
32077
32106
|
}
|
|
32078
32107
|
.E_ckhyuyx ul.antd5-cascader-menu {
|
|
@@ -32212,35 +32241,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32212
32241
|
font-size: 14px;
|
|
32213
32242
|
}
|
|
32214
32243
|
|
|
32215
|
-
.E_suhck3k {
|
|
32216
|
-
height: 24px;
|
|
32217
|
-
width: 24px;
|
|
32218
|
-
border-radius: 6px;
|
|
32219
|
-
padding: 4px;
|
|
32220
|
-
}
|
|
32221
|
-
.E_suhck3k:hover {
|
|
32222
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32223
|
-
}
|
|
32224
|
-
.E_suhck3k:hover svg path {
|
|
32225
|
-
fill: blue;
|
|
32226
|
-
}
|
|
32227
|
-
|
|
32228
|
-
.E_ryby9ds {
|
|
32229
|
-
display: flex;
|
|
32230
|
-
align-items: center;
|
|
32231
|
-
}
|
|
32232
|
-
.E_ryby9ds .order {
|
|
32233
|
-
height: 24px;
|
|
32234
|
-
width: 24px;
|
|
32235
|
-
border-radius: 20px;
|
|
32236
|
-
color: #0080ff;
|
|
32237
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32238
|
-
display: flex;
|
|
32239
|
-
align-items: center;
|
|
32240
|
-
justify-content: center;
|
|
32241
|
-
margin-right: 6px;
|
|
32242
|
-
}
|
|
32243
|
-
|
|
32244
32244
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32245
32245
|
border-radius: 6px;
|
|
32246
32246
|
}
|
|
@@ -32298,6 +32298,20 @@ input.E_rf8rlle.ant-input {
|
|
|
32298
32298
|
transform: rotate(180deg);
|
|
32299
32299
|
}
|
|
32300
32300
|
|
|
32301
|
+
.E_m5foqp8 {
|
|
32302
|
+
--footer-height: 96px;
|
|
32303
|
+
--header-height: 80px;
|
|
32304
|
+
--modal-content-width: 720px;
|
|
32305
|
+
--modal-content-min-height: 200px;
|
|
32306
|
+
--modal-content-max-height: calc(
|
|
32307
|
+
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32308
|
+
);
|
|
32309
|
+
--modal-header-padding: 36px 60px 0;
|
|
32310
|
+
--modal-content-padding-y: 36px;
|
|
32311
|
+
--modal-content-padding-x: 60px;
|
|
32312
|
+
--modal-footer-padding: 0 60px;
|
|
32313
|
+
}
|
|
32314
|
+
|
|
32301
32315
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32302
32316
|
opacity: 1;
|
|
32303
32317
|
}
|
|
@@ -32425,20 +32439,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32425
32439
|
color: rgba(0, 21, 64, 0.3);
|
|
32426
32440
|
}
|
|
32427
32441
|
|
|
32428
|
-
.E_m5foqp8 {
|
|
32429
|
-
--footer-height: 96px;
|
|
32430
|
-
--header-height: 80px;
|
|
32431
|
-
--modal-content-width: 720px;
|
|
32432
|
-
--modal-content-min-height: 200px;
|
|
32433
|
-
--modal-content-max-height: calc(
|
|
32434
|
-
100vh - 136px - var(--header-height) - var(--footer-height)
|
|
32435
|
-
);
|
|
32436
|
-
--modal-header-padding: 36px 60px 0;
|
|
32437
|
-
--modal-content-padding-y: 36px;
|
|
32438
|
-
--modal-content-padding-x: 60px;
|
|
32439
|
-
--modal-footer-padding: 0 60px;
|
|
32440
|
-
}
|
|
32441
|
-
|
|
32442
32442
|
.E_oa99sl3 {
|
|
32443
32443
|
display: flex;
|
|
32444
32444
|
justify-content: space-between;
|
|
@@ -32464,21 +32464,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32464
32464
|
flex-shrink: 0;
|
|
32465
32465
|
}
|
|
32466
32466
|
|
|
32467
|
-
.E_w1dxz879 {
|
|
32468
|
-
display: flex;
|
|
32469
|
-
flex-direction: column;
|
|
32470
|
-
gap: 6px;
|
|
32471
|
-
}
|
|
32472
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32473
|
-
max-height: var(--w1dxz879-0);
|
|
32474
|
-
text-overflow: clip;
|
|
32475
|
-
overflow: hidden;
|
|
32476
|
-
}
|
|
32477
|
-
.E_w1dxz879 .tips {
|
|
32478
|
-
color: #fff;
|
|
32479
|
-
opacity: 0.8;
|
|
32480
|
-
}
|
|
32481
|
-
|
|
32482
32467
|
.E_h12yihis {
|
|
32483
32468
|
height: 50px;
|
|
32484
32469
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -32699,6 +32684,21 @@ input.E_rf8rlle.ant-input {
|
|
|
32699
32684
|
position: static;
|
|
32700
32685
|
}
|
|
32701
32686
|
|
|
32687
|
+
.E_w1dxz879 {
|
|
32688
|
+
display: flex;
|
|
32689
|
+
flex-direction: column;
|
|
32690
|
+
gap: 6px;
|
|
32691
|
+
}
|
|
32692
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32693
|
+
max-height: var(--w1dxz879-0);
|
|
32694
|
+
text-overflow: clip;
|
|
32695
|
+
overflow: hidden;
|
|
32696
|
+
}
|
|
32697
|
+
.E_w1dxz879 .tips {
|
|
32698
|
+
color: #fff;
|
|
32699
|
+
opacity: 0.8;
|
|
32700
|
+
}
|
|
32701
|
+
|
|
32702
32702
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32703
32703
|
margin-right: 2px;
|
|
32704
32704
|
}
|
|
@@ -32753,10 +32753,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32753
32753
|
margin-inline-end: unset;
|
|
32754
32754
|
}
|
|
32755
32755
|
|
|
32756
|
-
.E_c1yd35n {
|
|
32757
|
-
padding: 0 12px 14px 12px;
|
|
32758
|
-
}
|
|
32759
|
-
|
|
32760
32756
|
.E_c1kghdax {
|
|
32761
32757
|
color: #2d3a56;
|
|
32762
32758
|
padding: 7px 12px;
|
|
@@ -32797,6 +32793,27 @@ input.E_rf8rlle.ant-input {
|
|
|
32797
32793
|
margin-right: 2px;
|
|
32798
32794
|
}
|
|
32799
32795
|
|
|
32796
|
+
.E_b14q2gmw {
|
|
32797
|
+
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);
|
|
32798
|
+
}
|
|
32799
|
+
|
|
32800
|
+
.E_c1eym6el {
|
|
32801
|
+
border-radius: 8px;
|
|
32802
|
+
background-color: white;
|
|
32803
|
+
}
|
|
32804
|
+
.E_c1eym6el.hoverable {
|
|
32805
|
+
cursor: pointer;
|
|
32806
|
+
}
|
|
32807
|
+
.E_c1eym6el.hoverable:hover {
|
|
32808
|
+
transition: all 200ms ease;
|
|
32809
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32810
|
+
transform: translateY(-4px);
|
|
32811
|
+
}
|
|
32812
|
+
|
|
32813
|
+
.E_c1yd35n {
|
|
32814
|
+
padding: 0 12px 14px 12px;
|
|
32815
|
+
}
|
|
32816
|
+
|
|
32800
32817
|
.E_ckui4s7 {
|
|
32801
32818
|
color: #2d3a56;
|
|
32802
32819
|
line-height: 22px;
|
|
@@ -32861,227 +32878,117 @@ input.E_rf8rlle.ant-input {
|
|
|
32861
32878
|
margin-left: 24px;
|
|
32862
32879
|
}
|
|
32863
32880
|
|
|
32864
|
-
.
|
|
32865
|
-
|
|
32881
|
+
.E_lht19u8 {
|
|
32882
|
+
width: 64px;
|
|
32883
|
+
height: 64px;
|
|
32884
|
+
display: flex;
|
|
32885
|
+
align-items: center;
|
|
32886
|
+
justify-content: center;
|
|
32887
|
+
position: relative;
|
|
32888
|
+
opacity: 0.2;
|
|
32866
32889
|
}
|
|
32867
32890
|
|
|
32868
|
-
.
|
|
32869
|
-
|
|
32870
|
-
|
|
32891
|
+
.E_lk3gkp4 {
|
|
32892
|
+
position: absolute;
|
|
32893
|
+
width: 5px;
|
|
32894
|
+
height: 48px;
|
|
32895
|
+
left: 9.33px;
|
|
32896
|
+
top: 40.5px;
|
|
32897
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32898
|
+
border-radius: 5px;
|
|
32899
|
+
transform: rotate(-128deg);
|
|
32900
|
+
transform-origin: top left;
|
|
32901
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32871
32902
|
}
|
|
32872
|
-
|
|
32873
|
-
|
|
32903
|
+
|
|
32904
|
+
.E_ll4n94n {
|
|
32905
|
+
position: absolute;
|
|
32906
|
+
width: 5px;
|
|
32907
|
+
height: 48px;
|
|
32908
|
+
left: 40.8px;
|
|
32909
|
+
top: 8.4px;
|
|
32910
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32911
|
+
border-radius: 5px;
|
|
32912
|
+
transform: rotate(-8deg);
|
|
32913
|
+
transform-origin: top left;
|
|
32914
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32874
32915
|
}
|
|
32875
|
-
|
|
32876
|
-
|
|
32877
|
-
|
|
32878
|
-
|
|
32916
|
+
|
|
32917
|
+
.E_l17lbdo6 {
|
|
32918
|
+
position: absolute;
|
|
32919
|
+
width: 5px;
|
|
32920
|
+
height: 48px;
|
|
32921
|
+
left: 52.9px;
|
|
32922
|
+
top: 51.8px;
|
|
32923
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32924
|
+
border-radius: 5px;
|
|
32925
|
+
transform: rotate(112deg);
|
|
32926
|
+
transform-origin: top left;
|
|
32927
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32879
32928
|
}
|
|
32880
32929
|
|
|
32881
|
-
.
|
|
32882
|
-
|
|
32883
|
-
|
|
32884
|
-
padding: 2px 10px;
|
|
32885
|
-
height: 22px;
|
|
32930
|
+
.E_m11nzl2x {
|
|
32931
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32932
|
+
text-align: center;
|
|
32886
32933
|
display: flex;
|
|
32887
32934
|
align-items: center;
|
|
32935
|
+
justify-content: center;
|
|
32936
|
+
flex-direction: column;
|
|
32937
|
+
height: 100%;
|
|
32888
32938
|
}
|
|
32889
|
-
.
|
|
32890
|
-
color: #
|
|
32891
|
-
}
|
|
32892
|
-
.E_l1ucdodl.tag-hover {
|
|
32939
|
+
.E_m11nzl2x .link {
|
|
32940
|
+
color: #0080ff;
|
|
32893
32941
|
cursor: pointer;
|
|
32894
32942
|
}
|
|
32895
|
-
|
|
32896
|
-
|
|
32897
|
-
|
|
32898
|
-
|
|
32899
|
-
|
|
32900
|
-
|
|
32901
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
32902
|
-
margin-left: 8px;
|
|
32903
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32943
|
+
|
|
32944
|
+
.E_mn7joto {
|
|
32945
|
+
width: 100%;
|
|
32946
|
+
height: 100%;
|
|
32947
|
+
display: flex;
|
|
32948
|
+
flex-direction: column;
|
|
32904
32949
|
}
|
|
32905
|
-
.
|
|
32906
|
-
|
|
32950
|
+
.E_mn7joto .name-toolbar {
|
|
32951
|
+
width: 100%;
|
|
32952
|
+
display: flex;
|
|
32953
|
+
line-height: 30px;
|
|
32954
|
+
justify-content: space-between;
|
|
32907
32955
|
}
|
|
32908
|
-
.
|
|
32909
|
-
|
|
32956
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
32957
|
+
display: flex;
|
|
32958
|
+
font-size: 12px;
|
|
32959
|
+
align-items: center;
|
|
32910
32960
|
}
|
|
32911
|
-
.
|
|
32912
|
-
|
|
32961
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
32962
|
+
color: #a3b4cc;
|
|
32913
32963
|
}
|
|
32914
|
-
.
|
|
32915
|
-
|
|
32964
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
32965
|
+
margin-left: 10px;
|
|
32916
32966
|
}
|
|
32917
|
-
.
|
|
32918
|
-
|
|
32967
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
32968
|
+
margin-left: 10px;
|
|
32969
|
+
cursor: pointer;
|
|
32919
32970
|
}
|
|
32920
|
-
.
|
|
32921
|
-
|
|
32971
|
+
.E_mn7joto .content {
|
|
32972
|
+
flex: 1;
|
|
32973
|
+
width: 100%;
|
|
32974
|
+
display: flex;
|
|
32975
|
+
justify-content: center;
|
|
32976
|
+
align-items: center;
|
|
32922
32977
|
}
|
|
32923
|
-
.
|
|
32924
|
-
|
|
32978
|
+
.E_mn7joto .single-content {
|
|
32979
|
+
height: 65px;
|
|
32925
32980
|
}
|
|
32926
32981
|
|
|
32927
|
-
.
|
|
32928
|
-
|
|
32929
|
-
|
|
32930
|
-
|
|
32931
|
-
|
|
32982
|
+
.E_l1bifhon {
|
|
32983
|
+
display: flex;
|
|
32984
|
+
align-items: center;
|
|
32985
|
+
white-space: nowrap;
|
|
32986
|
+
overflow: hidden;
|
|
32987
|
+
width: 100%;
|
|
32932
32988
|
}
|
|
32933
|
-
|
|
32934
|
-
|
|
32935
|
-
|
|
32936
|
-
height: 8px;
|
|
32937
|
-
border-radius: 2px;
|
|
32938
|
-
display: inline-block;
|
|
32939
|
-
}
|
|
32940
|
-
|
|
32941
|
-
.E_c1xm185 {
|
|
32942
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32943
|
-
}
|
|
32944
|
-
|
|
32945
|
-
.E_c1x5l5qc {
|
|
32946
|
-
flex: 1;
|
|
32947
|
-
}
|
|
32948
|
-
|
|
32949
|
-
button.E_l48ei06.ant-btn,
|
|
32950
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32951
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32952
|
-
font-size: 12px;
|
|
32953
|
-
line-height: 18px;
|
|
32954
|
-
height: 18px;
|
|
32955
|
-
}
|
|
32956
|
-
|
|
32957
|
-
button.E_l48ei06 {
|
|
32958
|
-
color: #0080FF;
|
|
32959
|
-
height: unset;
|
|
32960
|
-
}
|
|
32961
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
32962
|
-
margin-right: 4px;
|
|
32963
|
-
}
|
|
32964
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
32965
|
-
margin-left: 4px;
|
|
32966
|
-
}
|
|
32967
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32968
|
-
color: #009DFF;
|
|
32969
|
-
}
|
|
32970
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32971
|
-
color: #005ED1;
|
|
32972
|
-
}
|
|
32973
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
32974
|
-
color: #0080FF;
|
|
32975
|
-
}
|
|
32976
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
32977
|
-
color: #00122E;
|
|
32978
|
-
}
|
|
32979
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
32980
|
-
color: #0080FF;
|
|
32981
|
-
}
|
|
32982
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
32983
|
-
color: #005ED1;
|
|
32984
|
-
}
|
|
32985
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
32986
|
-
color: #00122E;
|
|
32987
|
-
}
|
|
32988
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
32989
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32990
|
-
}
|
|
32991
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
32992
|
-
color: #0080FF;
|
|
32993
|
-
}
|
|
32994
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
32995
|
-
color: #005ED1;
|
|
32996
|
-
}
|
|
32997
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
32998
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32999
|
-
}
|
|
33000
|
-
|
|
33001
|
-
.E_t1gvlxt5 {
|
|
33002
|
-
min-width: 0;
|
|
33003
|
-
flex: 1;
|
|
33004
|
-
}
|
|
33005
|
-
.E_t1gvlxt5 .tag {
|
|
33006
|
-
flex: 0 0 auto;
|
|
33007
|
-
}
|
|
33008
|
-
.E_t1gvlxt5 .progress-title {
|
|
33009
|
-
flex: 2;
|
|
33010
|
-
max-width: fit-content;
|
|
33011
|
-
}
|
|
33012
|
-
.E_t1gvlxt5 .progress-desc {
|
|
33013
|
-
flex: 1;
|
|
33014
|
-
max-width: fit-content;
|
|
33015
|
-
}
|
|
33016
|
-
|
|
33017
|
-
.E_a1ji6r68 {
|
|
33018
|
-
display: flex;
|
|
33019
|
-
align-items: center;
|
|
33020
|
-
column-gap: var(--a1ji6r68-0);
|
|
33021
|
-
}
|
|
33022
|
-
|
|
33023
|
-
.E_m11nzl2x {
|
|
33024
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33025
|
-
text-align: center;
|
|
33026
|
-
display: flex;
|
|
33027
|
-
align-items: center;
|
|
33028
|
-
justify-content: center;
|
|
33029
|
-
flex-direction: column;
|
|
33030
|
-
height: 100%;
|
|
33031
|
-
}
|
|
33032
|
-
.E_m11nzl2x .link {
|
|
33033
|
-
color: #0080ff;
|
|
33034
|
-
cursor: pointer;
|
|
33035
|
-
}
|
|
33036
|
-
|
|
33037
|
-
.E_mn7joto {
|
|
33038
|
-
width: 100%;
|
|
33039
|
-
height: 100%;
|
|
33040
|
-
display: flex;
|
|
33041
|
-
flex-direction: column;
|
|
33042
|
-
}
|
|
33043
|
-
.E_mn7joto .name-toolbar {
|
|
33044
|
-
width: 100%;
|
|
33045
|
-
display: flex;
|
|
33046
|
-
line-height: 30px;
|
|
33047
|
-
justify-content: space-between;
|
|
33048
|
-
}
|
|
33049
|
-
.E_mn7joto .name-toolbar .metric-extra {
|
|
33050
|
-
display: flex;
|
|
33051
|
-
font-size: 12px;
|
|
33052
|
-
align-items: center;
|
|
33053
|
-
}
|
|
33054
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
33055
|
-
color: #a3b4cc;
|
|
33056
|
-
}
|
|
33057
|
-
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
33058
|
-
margin-left: 10px;
|
|
33059
|
-
}
|
|
33060
|
-
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
33061
|
-
margin-left: 10px;
|
|
33062
|
-
cursor: pointer;
|
|
33063
|
-
}
|
|
33064
|
-
.E_mn7joto .content {
|
|
33065
|
-
flex: 1;
|
|
33066
|
-
width: 100%;
|
|
33067
|
-
display: flex;
|
|
33068
|
-
justify-content: center;
|
|
33069
|
-
align-items: center;
|
|
33070
|
-
}
|
|
33071
|
-
.E_mn7joto .single-content {
|
|
33072
|
-
height: 65px;
|
|
33073
|
-
}
|
|
33074
|
-
|
|
33075
|
-
.E_l1bifhon {
|
|
33076
|
-
display: flex;
|
|
33077
|
-
align-items: center;
|
|
33078
|
-
white-space: nowrap;
|
|
33079
|
-
overflow: hidden;
|
|
33080
|
-
width: 100%;
|
|
33081
|
-
}
|
|
33082
|
-
.E_l1bifhon .ant-dropdown-trigger {
|
|
33083
|
-
font-size: 12px;
|
|
33084
|
-
margin-left: 8px;
|
|
32989
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
32990
|
+
font-size: 12px;
|
|
32991
|
+
margin-left: 8px;
|
|
33085
32992
|
}
|
|
33086
32993
|
|
|
33087
32994
|
.E_ltthzck {
|
|
@@ -33235,894 +33142,753 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33235
33142
|
border: 1px solid #fff;
|
|
33236
33143
|
}
|
|
33237
33144
|
|
|
33238
|
-
.
|
|
33239
|
-
|
|
33240
|
-
|
|
33241
|
-
|
|
33242
|
-
|
|
33243
|
-
|
|
33244
|
-
|
|
33245
|
-
|
|
33145
|
+
.E_msn7nxt {
|
|
33146
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33147
|
+
text-align: center;
|
|
33148
|
+
display: flex;
|
|
33149
|
+
align-items: center;
|
|
33150
|
+
justify-content: center;
|
|
33151
|
+
flex-direction: column;
|
|
33152
|
+
height: 100%;
|
|
33246
33153
|
}
|
|
33247
|
-
.
|
|
33248
|
-
|
|
33154
|
+
.E_msn7nxt .link {
|
|
33155
|
+
color: #0080ff;
|
|
33156
|
+
cursor: pointer;
|
|
33249
33157
|
}
|
|
33250
|
-
|
|
33251
|
-
|
|
33158
|
+
|
|
33159
|
+
.E_mp64wfi {
|
|
33160
|
+
width: 100%;
|
|
33161
|
+
height: 100%;
|
|
33162
|
+
display: flex;
|
|
33163
|
+
flex-direction: column;
|
|
33252
33164
|
}
|
|
33253
|
-
.
|
|
33254
|
-
|
|
33165
|
+
.E_mp64wfi .name-toolbar {
|
|
33166
|
+
width: 100%;
|
|
33167
|
+
display: flex;
|
|
33168
|
+
line-height: 30px;
|
|
33169
|
+
padding: 0 16px;
|
|
33170
|
+
justify-content: space-between;
|
|
33255
33171
|
}
|
|
33256
|
-
.
|
|
33257
|
-
|
|
33258
|
-
|
|
33172
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33173
|
+
display: flex;
|
|
33174
|
+
font-size: 12px;
|
|
33175
|
+
align-items: center;
|
|
33259
33176
|
}
|
|
33260
|
-
.
|
|
33261
|
-
|
|
33177
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
33178
|
+
color: #a3b4cc;
|
|
33262
33179
|
}
|
|
33263
|
-
.
|
|
33264
|
-
|
|
33180
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
33181
|
+
margin-left: 10px;
|
|
33265
33182
|
}
|
|
33266
|
-
.
|
|
33267
|
-
|
|
33183
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
33184
|
+
margin-left: 10px;
|
|
33185
|
+
cursor: pointer;
|
|
33268
33186
|
}
|
|
33269
|
-
.
|
|
33270
|
-
|
|
33187
|
+
.E_mp64wfi .content {
|
|
33188
|
+
flex: 1;
|
|
33189
|
+
width: 100%;
|
|
33190
|
+
display: flex;
|
|
33191
|
+
justify-content: center;
|
|
33192
|
+
align-items: center;
|
|
33271
33193
|
}
|
|
33272
|
-
.
|
|
33273
|
-
|
|
33194
|
+
.E_mp64wfi .single-content {
|
|
33195
|
+
height: 65px;
|
|
33274
33196
|
}
|
|
33275
|
-
|
|
33276
|
-
|
|
33197
|
+
|
|
33198
|
+
.E_l1oyigan {
|
|
33199
|
+
display: flex;
|
|
33200
|
+
align-items: center;
|
|
33201
|
+
white-space: nowrap;
|
|
33202
|
+
overflow: hidden;
|
|
33203
|
+
width: 100%;
|
|
33277
33204
|
}
|
|
33278
|
-
.
|
|
33279
|
-
|
|
33205
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
33206
|
+
margin-left: auto;
|
|
33207
|
+
font-size: 12px;
|
|
33280
33208
|
}
|
|
33281
|
-
|
|
33282
|
-
|
|
33209
|
+
|
|
33210
|
+
.E_l1noi4n1 {
|
|
33211
|
+
display: flex;
|
|
33212
|
+
justify-content: flex-start;
|
|
33213
|
+
align-items: center;
|
|
33214
|
+
font-size: 12px;
|
|
33215
|
+
cursor: pointer;
|
|
33283
33216
|
}
|
|
33284
|
-
.
|
|
33285
|
-
|
|
33217
|
+
.E_l1noi4n1:not(:last-child) {
|
|
33218
|
+
margin-right: 20px;
|
|
33286
33219
|
}
|
|
33287
|
-
.
|
|
33288
|
-
|
|
33220
|
+
.E_l1noi4n1.deselected {
|
|
33221
|
+
opacity: 0.4;
|
|
33289
33222
|
}
|
|
33290
|
-
.
|
|
33291
|
-
background
|
|
33223
|
+
.E_l1noi4n1.deselected .color-block {
|
|
33224
|
+
background: #b4beca !important;
|
|
33292
33225
|
}
|
|
33293
|
-
|
|
33294
|
-
|
|
33226
|
+
|
|
33227
|
+
.E_cz19rz6 {
|
|
33228
|
+
display: inline-block;
|
|
33229
|
+
height: 8px;
|
|
33230
|
+
width: 8px;
|
|
33231
|
+
margin-right: 8px;
|
|
33295
33232
|
}
|
|
33296
|
-
|
|
33297
|
-
|
|
33233
|
+
|
|
33234
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33235
|
+
display: flex;
|
|
33236
|
+
align-items: center;
|
|
33237
|
+
font-size: 12px;
|
|
33238
|
+
margin: 0;
|
|
33298
33239
|
}
|
|
33299
|
-
|
|
33300
|
-
|
|
33240
|
+
|
|
33241
|
+
.E_m1y1hhnr {
|
|
33242
|
+
position: relative;
|
|
33301
33243
|
}
|
|
33302
|
-
.
|
|
33303
|
-
|
|
33244
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33245
|
+
bottom: -12px;
|
|
33304
33246
|
}
|
|
33305
|
-
|
|
33306
|
-
|
|
33307
|
-
|
|
33308
|
-
height:
|
|
33309
|
-
|
|
33310
|
-
display: inline-block;
|
|
33247
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
33248
|
+
display: flex;
|
|
33249
|
+
justify-content: space-between;
|
|
33250
|
+
line-height: 30px;
|
|
33251
|
+
margin: 0 16px;
|
|
33311
33252
|
}
|
|
33312
|
-
|
|
33313
|
-
|
|
33314
|
-
|
|
33253
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
33254
|
+
display: flex;
|
|
33255
|
+
font-size: 12px;
|
|
33256
|
+
align-items: center;
|
|
33315
33257
|
}
|
|
33316
|
-
|
|
33317
|
-
|
|
33318
|
-
.E_efzf37v .ant-table-body {
|
|
33319
|
-
overflow: visible !important;
|
|
33320
|
-
height: 100%;
|
|
33258
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
33259
|
+
color: #a3b4cc;
|
|
33321
33260
|
}
|
|
33322
|
-
.
|
|
33323
|
-
|
|
33261
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
33262
|
+
margin-left: 10px;
|
|
33324
33263
|
}
|
|
33325
|
-
.
|
|
33326
|
-
|
|
33327
|
-
|
|
33264
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
33265
|
+
margin-left: 10px;
|
|
33266
|
+
cursor: pointer;
|
|
33328
33267
|
}
|
|
33329
|
-
.
|
|
33330
|
-
|
|
33268
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
33269
|
+
font-size: 12px;
|
|
33331
33270
|
}
|
|
33332
|
-
.
|
|
33333
|
-
|
|
33271
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
33272
|
+
position: absolute;
|
|
33273
|
+
bottom: 10px;
|
|
33274
|
+
padding: 0 8px;
|
|
33275
|
+
border-radius: 4px;
|
|
33276
|
+
font-size: 12px;
|
|
33277
|
+
color: #fff;
|
|
33278
|
+
background: rgba(0, 0, 0, 0.75);
|
|
33279
|
+
transform: translateX(-50%);
|
|
33334
33280
|
}
|
|
33335
33281
|
|
|
33336
|
-
.
|
|
33337
|
-
|
|
33282
|
+
.E_tnvijvs {
|
|
33283
|
+
min-width: 200px;
|
|
33338
33284
|
}
|
|
33339
|
-
|
|
33340
|
-
|
|
33341
|
-
|
|
33285
|
+
|
|
33286
|
+
.E_t1ub2aex {
|
|
33287
|
+
display: flex;
|
|
33288
|
+
align-items: center;
|
|
33289
|
+
justify-content: space-between;
|
|
33290
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
33291
|
+
color: #b4beca;
|
|
33292
|
+
font-size: 12px;
|
|
33293
|
+
padding: 3px 6px;
|
|
33342
33294
|
}
|
|
33343
|
-
.
|
|
33344
|
-
|
|
33295
|
+
.E_t1ub2aex:first-child {
|
|
33296
|
+
padding-top: 3px;
|
|
33345
33297
|
}
|
|
33346
|
-
.
|
|
33347
|
-
|
|
33298
|
+
.E_t1ub2aex:last-child {
|
|
33299
|
+
padding-bottom: 3px;
|
|
33348
33300
|
}
|
|
33349
|
-
.
|
|
33350
|
-
|
|
33301
|
+
.E_t1ub2aex .column-value {
|
|
33302
|
+
color: #fff;
|
|
33303
|
+
margin-left: 8px;
|
|
33351
33304
|
}
|
|
33352
|
-
|
|
33353
|
-
|
|
33354
|
-
|
|
33305
|
+
|
|
33306
|
+
.E_t1gvlxt5 {
|
|
33307
|
+
min-width: 0;
|
|
33308
|
+
flex: 1;
|
|
33355
33309
|
}
|
|
33356
|
-
.
|
|
33357
|
-
|
|
33310
|
+
.E_t1gvlxt5 .tag {
|
|
33311
|
+
flex: 0 0 auto;
|
|
33358
33312
|
}
|
|
33359
|
-
.
|
|
33360
|
-
|
|
33313
|
+
.E_t1gvlxt5 .progress-title {
|
|
33314
|
+
flex: 2;
|
|
33315
|
+
max-width: fit-content;
|
|
33361
33316
|
}
|
|
33362
|
-
.
|
|
33363
|
-
|
|
33364
|
-
|
|
33365
|
-
padding: 0 !important;
|
|
33317
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33318
|
+
flex: 1;
|
|
33319
|
+
max-width: fit-content;
|
|
33366
33320
|
}
|
|
33367
|
-
|
|
33368
|
-
.
|
|
33321
|
+
|
|
33322
|
+
.E_a1ji6r68 {
|
|
33369
33323
|
display: flex;
|
|
33370
33324
|
align-items: center;
|
|
33371
|
-
|
|
33372
|
-
padding: 8px;
|
|
33373
|
-
}
|
|
33374
|
-
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
33375
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
33376
|
-
overflow: hidden;
|
|
33377
|
-
text-overflow: ellipsis;
|
|
33378
|
-
width: 100%;
|
|
33379
|
-
}
|
|
33380
|
-
.E_t1fisho6 .ant-table-container {
|
|
33381
|
-
height: 100%;
|
|
33382
|
-
}
|
|
33383
|
-
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
33384
|
-
box-shadow: none !important;
|
|
33325
|
+
column-gap: var(--a1ji6r68-0);
|
|
33385
33326
|
}
|
|
33386
|
-
|
|
33387
|
-
|
|
33388
|
-
|
|
33389
|
-
|
|
33390
|
-
border-bottom: none;
|
|
33391
|
-
height: 100%;
|
|
33327
|
+
|
|
33328
|
+
button.E_l48ei06.ant-btn,
|
|
33329
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33330
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33392
33331
|
font-size: 12px;
|
|
33393
|
-
|
|
33332
|
+
line-height: 18px;
|
|
33333
|
+
height: 18px;
|
|
33394
33334
|
}
|
|
33395
|
-
|
|
33396
|
-
|
|
33397
|
-
|
|
33398
|
-
|
|
33399
|
-
margin-bottom: -1px;
|
|
33335
|
+
|
|
33336
|
+
button.E_l48ei06 {
|
|
33337
|
+
color: #0080FF;
|
|
33338
|
+
height: unset;
|
|
33400
33339
|
}
|
|
33401
|
-
.
|
|
33402
|
-
|
|
33403
|
-
color: #2d3a56;
|
|
33340
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33341
|
+
margin-right: 4px;
|
|
33404
33342
|
}
|
|
33405
|
-
.
|
|
33406
|
-
|
|
33407
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33343
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33344
|
+
margin-left: 4px;
|
|
33408
33345
|
}
|
|
33409
|
-
.
|
|
33410
|
-
|
|
33411
|
-
text-align: center;
|
|
33346
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33347
|
+
color: #009DFF;
|
|
33412
33348
|
}
|
|
33413
|
-
.
|
|
33414
|
-
|
|
33349
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33350
|
+
color: #005ED1;
|
|
33415
33351
|
}
|
|
33416
|
-
.
|
|
33417
|
-
|
|
33418
|
-
position: absolute;
|
|
33419
|
-
top: 50%;
|
|
33420
|
-
right: 12px;
|
|
33421
|
-
transform: translateY(-50%);
|
|
33352
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33353
|
+
color: #0080FF;
|
|
33422
33354
|
}
|
|
33423
|
-
.
|
|
33424
|
-
|
|
33425
|
-
width: 1px;
|
|
33426
|
-
background: rgba(213, 219, 227, 0.6);
|
|
33355
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33356
|
+
color: #00122E;
|
|
33427
33357
|
}
|
|
33428
|
-
.
|
|
33429
|
-
|
|
33430
|
-
width: 1px;
|
|
33431
|
-
background: rgba(213, 219, 227, 0.6);
|
|
33358
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33359
|
+
color: #0080FF;
|
|
33432
33360
|
}
|
|
33433
|
-
.
|
|
33434
|
-
|
|
33361
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33362
|
+
color: #005ED1;
|
|
33435
33363
|
}
|
|
33436
|
-
.
|
|
33437
|
-
|
|
33438
|
-
border-bottom: 1px solid white;
|
|
33439
|
-
height: 40px;
|
|
33440
|
-
vertical-align: middle;
|
|
33441
|
-
transition: background 0ms;
|
|
33442
|
-
color: #00122e;
|
|
33364
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33365
|
+
color: #00122E;
|
|
33443
33366
|
}
|
|
33444
|
-
.
|
|
33445
|
-
|
|
33446
|
-
border-bottom-color: #f2f5fa;
|
|
33367
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33368
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33447
33369
|
}
|
|
33448
|
-
.
|
|
33449
|
-
|
|
33450
|
-
color: #00122e;
|
|
33451
|
-
font-size: 12px;
|
|
33452
|
-
text-align: left;
|
|
33453
|
-
transition: none;
|
|
33454
|
-
overflow: hidden;
|
|
33455
|
-
text-overflow: ellipsis;
|
|
33456
|
-
white-space: nowrap;
|
|
33370
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33371
|
+
color: #0080FF;
|
|
33457
33372
|
}
|
|
33458
|
-
.
|
|
33459
|
-
color: #
|
|
33373
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33374
|
+
color: #005ED1;
|
|
33460
33375
|
}
|
|
33461
|
-
.
|
|
33462
|
-
|
|
33463
|
-
text-overflow: ellipsis;
|
|
33464
|
-
width: 100%;
|
|
33465
|
-
vertical-align: middle;
|
|
33376
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33377
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33466
33378
|
}
|
|
33467
|
-
|
|
33468
|
-
|
|
33379
|
+
|
|
33380
|
+
.E_l1ucdodl {
|
|
33381
|
+
margin: 0;
|
|
33382
|
+
border-radius: 20px;
|
|
33383
|
+
padding: 2px 10px;
|
|
33384
|
+
height: 22px;
|
|
33385
|
+
display: flex;
|
|
33386
|
+
align-items: center;
|
|
33469
33387
|
}
|
|
33470
|
-
.
|
|
33471
|
-
|
|
33388
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33389
|
+
color: #FFFFFF;
|
|
33472
33390
|
}
|
|
33473
|
-
.
|
|
33474
|
-
|
|
33391
|
+
.E_l1ucdodl.tag-hover {
|
|
33392
|
+
cursor: pointer;
|
|
33475
33393
|
}
|
|
33476
|
-
.
|
|
33477
|
-
|
|
33478
|
-
border-color: transparent transparent white;
|
|
33479
|
-
}
|
|
33480
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
33481
|
-
border-radius: 8px 0 0 8px;
|
|
33394
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33395
|
+
color: #00122e;
|
|
33482
33396
|
}
|
|
33483
|
-
.
|
|
33484
|
-
|
|
33397
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33398
|
+
margin-right: 6px;
|
|
33485
33399
|
}
|
|
33486
|
-
.
|
|
33487
|
-
|
|
33488
|
-
|
|
33489
|
-
top: -1px;
|
|
33490
|
-
bottom: -1px;
|
|
33491
|
-
background: white;
|
|
33400
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33401
|
+
margin-left: 8px;
|
|
33402
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33492
33403
|
}
|
|
33493
|
-
.
|
|
33494
|
-
|
|
33404
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33405
|
+
color: #FFFFFF;
|
|
33495
33406
|
}
|
|
33496
|
-
.
|
|
33497
|
-
|
|
33498
|
-
background: white;
|
|
33499
|
-
border-top: none;
|
|
33407
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33408
|
+
background-color: #0080ff;
|
|
33500
33409
|
}
|
|
33501
|
-
.
|
|
33502
|
-
|
|
33503
|
-
border-radius: 0 8px 8px 0;
|
|
33504
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33410
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33411
|
+
background-color: #f0483e;
|
|
33505
33412
|
}
|
|
33506
|
-
.
|
|
33507
|
-
background:
|
|
33508
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33413
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33414
|
+
background-color: #fea008;
|
|
33509
33415
|
}
|
|
33510
|
-
.
|
|
33511
|
-
|
|
33512
|
-
align-items: center;
|
|
33513
|
-
height: 100%;
|
|
33514
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33416
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33417
|
+
background-color: #00ba5d;
|
|
33515
33418
|
}
|
|
33516
|
-
.
|
|
33517
|
-
background:
|
|
33518
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33419
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33420
|
+
background-color: #6b7d99;
|
|
33519
33421
|
}
|
|
33520
|
-
.
|
|
33521
|
-
|
|
33522
|
-
align-items: center;
|
|
33523
|
-
height: 100%;
|
|
33524
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33422
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33423
|
+
background-color: #7E41FF;
|
|
33525
33424
|
}
|
|
33526
|
-
|
|
33527
|
-
|
|
33425
|
+
|
|
33426
|
+
.E_s1qj66nc {
|
|
33427
|
+
width: 8px;
|
|
33428
|
+
height: 8px;
|
|
33429
|
+
border-radius: 50%;
|
|
33430
|
+
display: inline-block;
|
|
33528
33431
|
}
|
|
33529
|
-
|
|
33530
|
-
|
|
33531
|
-
|
|
33432
|
+
|
|
33433
|
+
.E_s5x1boq {
|
|
33434
|
+
width: 8px;
|
|
33435
|
+
height: 8px;
|
|
33436
|
+
border-radius: 2px;
|
|
33437
|
+
display: inline-block;
|
|
33532
33438
|
}
|
|
33533
|
-
|
|
33534
|
-
|
|
33439
|
+
|
|
33440
|
+
.E_c1xm185 {
|
|
33441
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33535
33442
|
}
|
|
33536
|
-
|
|
33537
|
-
|
|
33538
|
-
|
|
33539
|
-
border-top-color: transparent;
|
|
33443
|
+
|
|
33444
|
+
.E_c1x5l5qc {
|
|
33445
|
+
flex: 1;
|
|
33540
33446
|
}
|
|
33541
|
-
|
|
33542
|
-
|
|
33447
|
+
|
|
33448
|
+
.E_sddwhm6 {
|
|
33449
|
+
margin: 0;
|
|
33450
|
+
border-radius: 20px;
|
|
33451
|
+
padding: 2px 10px;
|
|
33452
|
+
height: 22px;
|
|
33543
33453
|
}
|
|
33544
|
-
.
|
|
33545
|
-
|
|
33454
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33455
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33546
33456
|
}
|
|
33547
|
-
.
|
|
33548
|
-
background: rgba(
|
|
33457
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
33458
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33549
33459
|
}
|
|
33550
|
-
.
|
|
33551
|
-
background: #fff;
|
|
33552
|
-
font-weight: 400;
|
|
33553
|
-
position: relative;
|
|
33554
|
-
border-bottom: none;
|
|
33460
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33555
33461
|
color: #00122e;
|
|
33556
|
-
transition: none;
|
|
33557
|
-
padding: 14px 8px 14px 8px;
|
|
33558
|
-
line-height: 20px;
|
|
33559
|
-
}
|
|
33560
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
33561
|
-
content: "";
|
|
33562
|
-
width: 1px;
|
|
33563
|
-
top: 0;
|
|
33564
|
-
bottom: 0;
|
|
33565
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33566
|
-
position: absolute;
|
|
33567
|
-
right: 0;
|
|
33568
33462
|
}
|
|
33569
|
-
.
|
|
33570
|
-
|
|
33463
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33464
|
+
margin-right: 6px;
|
|
33571
33465
|
}
|
|
33572
|
-
.
|
|
33573
|
-
|
|
33466
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33467
|
+
margin-left: 8px;
|
|
33468
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33574
33469
|
}
|
|
33575
|
-
.
|
|
33576
|
-
|
|
33577
|
-
overflow: hidden;
|
|
33578
|
-
white-space: nowrap;
|
|
33579
|
-
text-overflow: ellipsis;
|
|
33470
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33471
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33580
33472
|
}
|
|
33581
|
-
.
|
|
33582
|
-
|
|
33583
|
-
text-overflow: ellipsis;
|
|
33584
|
-
flex: 1;
|
|
33473
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33474
|
+
background-color: #0080ff;
|
|
33585
33475
|
}
|
|
33586
|
-
.
|
|
33587
|
-
|
|
33476
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
33477
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33588
33478
|
}
|
|
33589
|
-
.
|
|
33590
|
-
|
|
33479
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33480
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33591
33481
|
}
|
|
33592
|
-
.
|
|
33593
|
-
|
|
33594
|
-
right: 6px;
|
|
33595
|
-
top: 50%;
|
|
33596
|
-
transform: translateY(-50%);
|
|
33597
|
-
height: 16px;
|
|
33598
|
-
display: none;
|
|
33599
|
-
transition: transform 320ms ease;
|
|
33482
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33483
|
+
background-color: #f0483e;
|
|
33600
33484
|
}
|
|
33601
|
-
.
|
|
33602
|
-
|
|
33603
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
33485
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
33486
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33604
33487
|
}
|
|
33605
|
-
.
|
|
33606
|
-
|
|
33488
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33489
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33607
33490
|
}
|
|
33608
|
-
.
|
|
33609
|
-
|
|
33491
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33492
|
+
background-color: #fea008;
|
|
33610
33493
|
}
|
|
33611
|
-
.
|
|
33612
|
-
|
|
33494
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
33495
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33613
33496
|
}
|
|
33614
|
-
.
|
|
33615
|
-
|
|
33497
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33498
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33616
33499
|
}
|
|
33617
|
-
.
|
|
33618
|
-
background: #
|
|
33500
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33501
|
+
background-color: #00ba5d;
|
|
33619
33502
|
}
|
|
33620
|
-
.
|
|
33621
|
-
|
|
33503
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
33504
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33622
33505
|
}
|
|
33623
|
-
.
|
|
33624
|
-
|
|
33506
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33507
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33625
33508
|
}
|
|
33626
|
-
.
|
|
33627
|
-
|
|
33509
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33510
|
+
background-color: #6b7d99;
|
|
33628
33511
|
}
|
|
33629
|
-
.
|
|
33630
|
-
|
|
33631
|
-
left: 50%;
|
|
33632
|
-
top: 50%;
|
|
33633
|
-
transform: translate(-50%, -50%);
|
|
33512
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
33513
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33634
33514
|
}
|
|
33635
|
-
|
|
33636
|
-
|
|
33515
|
+
|
|
33516
|
+
.E_satwmqm {
|
|
33517
|
+
width: 8px;
|
|
33518
|
+
height: 8px;
|
|
33519
|
+
border-radius: 50%;
|
|
33520
|
+
display: inline-block;
|
|
33637
33521
|
}
|
|
33638
|
-
|
|
33639
|
-
|
|
33522
|
+
|
|
33523
|
+
.E_tc97u5y {
|
|
33524
|
+
height: 100%;
|
|
33640
33525
|
}
|
|
33641
|
-
|
|
33642
|
-
|
|
33526
|
+
|
|
33527
|
+
.E_efzf37v .ant-table-content,
|
|
33528
|
+
.E_efzf37v .ant-table-body {
|
|
33529
|
+
overflow: visible !important;
|
|
33530
|
+
height: 100%;
|
|
33643
33531
|
}
|
|
33644
|
-
.
|
|
33645
|
-
|
|
33646
|
-
border: none;
|
|
33647
|
-
background: inherit !important;
|
|
33648
|
-
height: 100px;
|
|
33649
|
-
vertical-align: middle;
|
|
33532
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
33533
|
+
height: 100%;
|
|
33650
33534
|
}
|
|
33651
|
-
.
|
|
33652
|
-
|
|
33653
|
-
|
|
33654
|
-
font-size: 20px;
|
|
33655
|
-
color: rgba(10, 37, 85, 0.6);
|
|
33535
|
+
.E_efzf37v table {
|
|
33536
|
+
width: 100% !important;
|
|
33537
|
+
height: 100%;
|
|
33656
33538
|
}
|
|
33657
|
-
.
|
|
33658
|
-
|
|
33659
|
-
z-index: 10;
|
|
33539
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33540
|
+
padding: 15px 0;
|
|
33660
33541
|
}
|
|
33661
|
-
.
|
|
33662
|
-
|
|
33663
|
-
position: relative;
|
|
33664
|
-
background: #fff;
|
|
33542
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
33543
|
+
display: none;
|
|
33665
33544
|
}
|
|
33666
|
-
|
|
33545
|
+
|
|
33546
|
+
.E_t1fisho6 {
|
|
33667
33547
|
height: 100%;
|
|
33668
|
-
display: flex;
|
|
33669
|
-
align-items: center;
|
|
33670
|
-
justify-content: flex-end;
|
|
33671
|
-
padding-right: 8px;
|
|
33672
|
-
}
|
|
33673
|
-
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
33674
|
-
width: 24px;
|
|
33675
|
-
height: 24px;
|
|
33676
|
-
cursor: pointer;
|
|
33677
|
-
justify-content: center;
|
|
33678
|
-
border-radius: 4px;
|
|
33679
33548
|
}
|
|
33680
|
-
.E_t1fisho6
|
|
33681
|
-
|
|
33549
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
33550
|
+
padding-top: 6px;
|
|
33551
|
+
padding-bottom: 6px;
|
|
33682
33552
|
}
|
|
33683
|
-
|
|
33684
|
-
|
|
33685
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33686
|
-
text-align: center;
|
|
33687
|
-
display: flex;
|
|
33688
|
-
align-items: center;
|
|
33689
|
-
justify-content: center;
|
|
33690
|
-
flex-direction: column;
|
|
33691
|
-
height: 100%;
|
|
33553
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
33554
|
+
font-weight: 700;
|
|
33692
33555
|
}
|
|
33693
|
-
.
|
|
33694
|
-
|
|
33695
|
-
cursor: pointer;
|
|
33556
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
33557
|
+
font-weight: 700;
|
|
33696
33558
|
}
|
|
33697
|
-
|
|
33698
|
-
.E_mp64wfi {
|
|
33699
|
-
width: 100%;
|
|
33559
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
33700
33560
|
height: 100%;
|
|
33701
|
-
display: flex;
|
|
33702
|
-
flex-direction: column;
|
|
33703
33561
|
}
|
|
33704
|
-
.
|
|
33705
|
-
|
|
33706
|
-
|
|
33707
|
-
line-height: 30px;
|
|
33708
|
-
padding: 0 16px;
|
|
33709
|
-
justify-content: space-between;
|
|
33710
|
-
}
|
|
33711
|
-
.E_mp64wfi .name-toolbar .metric-extra {
|
|
33712
|
-
display: flex;
|
|
33713
|
-
font-size: 12px;
|
|
33714
|
-
align-items: center;
|
|
33562
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
33563
|
+
height: 100%;
|
|
33564
|
+
overflow: visible;
|
|
33715
33565
|
}
|
|
33716
|
-
.
|
|
33717
|
-
|
|
33566
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
33567
|
+
max-height: none;
|
|
33718
33568
|
}
|
|
33719
|
-
.
|
|
33720
|
-
|
|
33569
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
33570
|
+
background: transparent;
|
|
33721
33571
|
}
|
|
33722
|
-
.
|
|
33723
|
-
|
|
33724
|
-
|
|
33572
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
33573
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
33574
|
+
background: #fff;
|
|
33575
|
+
padding: 0 !important;
|
|
33725
33576
|
}
|
|
33726
|
-
.
|
|
33727
|
-
|
|
33728
|
-
width: 100%;
|
|
33577
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
33578
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33729
33579
|
display: flex;
|
|
33730
|
-
justify-content: center;
|
|
33731
33580
|
align-items: center;
|
|
33581
|
+
height: 100%;
|
|
33582
|
+
padding: 8px;
|
|
33732
33583
|
}
|
|
33733
|
-
.
|
|
33734
|
-
|
|
33735
|
-
}
|
|
33736
|
-
|
|
33737
|
-
.E_l1oyigan {
|
|
33738
|
-
display: flex;
|
|
33739
|
-
align-items: center;
|
|
33740
|
-
white-space: nowrap;
|
|
33584
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
33585
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
33741
33586
|
overflow: hidden;
|
|
33587
|
+
text-overflow: ellipsis;
|
|
33742
33588
|
width: 100%;
|
|
33743
33589
|
}
|
|
33744
|
-
.
|
|
33745
|
-
|
|
33746
|
-
font-size: 12px;
|
|
33747
|
-
}
|
|
33748
|
-
|
|
33749
|
-
.E_l1noi4n1 {
|
|
33750
|
-
display: flex;
|
|
33751
|
-
justify-content: flex-start;
|
|
33752
|
-
align-items: center;
|
|
33753
|
-
font-size: 12px;
|
|
33754
|
-
cursor: pointer;
|
|
33755
|
-
}
|
|
33756
|
-
.E_l1noi4n1:not(:last-child) {
|
|
33757
|
-
margin-right: 20px;
|
|
33758
|
-
}
|
|
33759
|
-
.E_l1noi4n1.deselected {
|
|
33760
|
-
opacity: 0.4;
|
|
33761
|
-
}
|
|
33762
|
-
.E_l1noi4n1.deselected .color-block {
|
|
33763
|
-
background: #b4beca !important;
|
|
33590
|
+
.E_t1fisho6 .ant-table-container {
|
|
33591
|
+
height: 100%;
|
|
33764
33592
|
}
|
|
33765
|
-
|
|
33766
|
-
|
|
33767
|
-
display: inline-block;
|
|
33768
|
-
height: 8px;
|
|
33769
|
-
width: 8px;
|
|
33770
|
-
margin-right: 8px;
|
|
33593
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
33594
|
+
box-shadow: none !important;
|
|
33771
33595
|
}
|
|
33772
|
-
|
|
33773
|
-
|
|
33774
|
-
|
|
33775
|
-
|
|
33596
|
+
.E_t1fisho6 div.ant-table {
|
|
33597
|
+
border-radius: 0px;
|
|
33598
|
+
border-left: none;
|
|
33599
|
+
border-right: none;
|
|
33600
|
+
border-bottom: none;
|
|
33601
|
+
height: 100%;
|
|
33776
33602
|
font-size: 12px;
|
|
33777
|
-
|
|
33603
|
+
background: transparent;
|
|
33778
33604
|
}
|
|
33779
|
-
|
|
33780
|
-
.E_m1y1hhnr {
|
|
33605
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
33781
33606
|
position: relative;
|
|
33607
|
+
z-index: 3;
|
|
33608
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33609
|
+
margin-bottom: -1px;
|
|
33782
33610
|
}
|
|
33783
|
-
.
|
|
33784
|
-
|
|
33785
|
-
|
|
33786
|
-
.E_m1y1hhnr .metric-toolbar {
|
|
33787
|
-
display: flex;
|
|
33788
|
-
justify-content: space-between;
|
|
33789
|
-
line-height: 30px;
|
|
33790
|
-
margin: 0 16px;
|
|
33611
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
33612
|
+
.E_t1fisho6 div.ant-table .value {
|
|
33613
|
+
color: #2d3a56;
|
|
33791
33614
|
}
|
|
33792
|
-
.
|
|
33793
|
-
|
|
33794
|
-
|
|
33795
|
-
align-items: center;
|
|
33615
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
33616
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
33617
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33796
33618
|
}
|
|
33797
|
-
.
|
|
33798
|
-
|
|
33619
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
33620
|
+
position: unset;
|
|
33621
|
+
text-align: center;
|
|
33799
33622
|
}
|
|
33800
|
-
.
|
|
33801
|
-
|
|
33623
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
33624
|
+
background: #fff;
|
|
33802
33625
|
}
|
|
33803
|
-
.
|
|
33804
|
-
margin-left: 10px;
|
|
33626
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
33805
33627
|
cursor: pointer;
|
|
33806
|
-
}
|
|
33807
|
-
.E_m1y1hhnr .recharts-xAxis {
|
|
33808
|
-
font-size: 12px;
|
|
33809
|
-
}
|
|
33810
|
-
.E_m1y1hhnr .pointer-wrapper {
|
|
33811
33628
|
position: absolute;
|
|
33812
|
-
|
|
33813
|
-
|
|
33814
|
-
|
|
33815
|
-
font-size: 12px;
|
|
33816
|
-
color: #fff;
|
|
33817
|
-
background: rgba(0, 0, 0, 0.75);
|
|
33818
|
-
transform: translateX(-50%);
|
|
33629
|
+
top: 50%;
|
|
33630
|
+
right: 12px;
|
|
33631
|
+
transform: translateY(-50%);
|
|
33819
33632
|
}
|
|
33820
|
-
|
|
33821
|
-
|
|
33822
|
-
|
|
33633
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
33634
|
+
box-shadow: none;
|
|
33635
|
+
width: 1px;
|
|
33636
|
+
background: rgba(213, 219, 227, 0.6);
|
|
33823
33637
|
}
|
|
33824
|
-
|
|
33825
|
-
|
|
33826
|
-
|
|
33827
|
-
|
|
33828
|
-
justify-content: space-between;
|
|
33829
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
33830
|
-
color: #b4beca;
|
|
33831
|
-
font-size: 12px;
|
|
33832
|
-
padding: 3px 6px;
|
|
33638
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
33639
|
+
box-shadow: none;
|
|
33640
|
+
width: 1px;
|
|
33641
|
+
background: rgba(213, 219, 227, 0.6);
|
|
33833
33642
|
}
|
|
33834
|
-
.
|
|
33835
|
-
|
|
33643
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
33644
|
+
position: relative;
|
|
33836
33645
|
}
|
|
33837
|
-
.
|
|
33838
|
-
|
|
33646
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
33647
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33648
|
+
border-bottom: 1px solid white;
|
|
33649
|
+
height: 40px;
|
|
33650
|
+
vertical-align: middle;
|
|
33651
|
+
transition: background 0ms;
|
|
33652
|
+
color: #00122e;
|
|
33839
33653
|
}
|
|
33840
|
-
.
|
|
33841
|
-
|
|
33842
|
-
|
|
33654
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
33655
|
+
background: #f2f5fa;
|
|
33656
|
+
border-bottom-color: #f2f5fa;
|
|
33843
33657
|
}
|
|
33844
|
-
|
|
33845
|
-
|
|
33846
|
-
|
|
33847
|
-
|
|
33848
|
-
|
|
33849
|
-
|
|
33850
|
-
|
|
33851
|
-
|
|
33852
|
-
|
|
33658
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
|
|
33659
|
+
height: auto;
|
|
33660
|
+
color: #00122e;
|
|
33661
|
+
font-size: 12px;
|
|
33662
|
+
text-align: left;
|
|
33663
|
+
transition: none;
|
|
33664
|
+
overflow: hidden;
|
|
33665
|
+
text-overflow: ellipsis;
|
|
33666
|
+
white-space: nowrap;
|
|
33853
33667
|
}
|
|
33854
|
-
|
|
33855
|
-
|
|
33856
|
-
position: absolute;
|
|
33857
|
-
width: 5px;
|
|
33858
|
-
height: 48px;
|
|
33859
|
-
left: 9.33px;
|
|
33860
|
-
top: 40.5px;
|
|
33861
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33862
|
-
border-radius: 5px;
|
|
33863
|
-
transform: rotate(-128deg);
|
|
33864
|
-
transform-origin: top left;
|
|
33865
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33668
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
|
|
33669
|
+
color: #0096ff;
|
|
33866
33670
|
}
|
|
33867
|
-
|
|
33868
|
-
|
|
33869
|
-
|
|
33870
|
-
width:
|
|
33871
|
-
|
|
33872
|
-
left: 40.8px;
|
|
33873
|
-
top: 8.4px;
|
|
33874
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33875
|
-
border-radius: 5px;
|
|
33876
|
-
transform: rotate(-8deg);
|
|
33877
|
-
transform-origin: top left;
|
|
33878
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33671
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
|
|
33672
|
+
overflow: hidden;
|
|
33673
|
+
text-overflow: ellipsis;
|
|
33674
|
+
width: 100%;
|
|
33675
|
+
vertical-align: middle;
|
|
33879
33676
|
}
|
|
33880
|
-
|
|
33881
|
-
|
|
33882
|
-
position: absolute;
|
|
33883
|
-
width: 5px;
|
|
33884
|
-
height: 48px;
|
|
33885
|
-
left: 52.9px;
|
|
33886
|
-
top: 51.8px;
|
|
33887
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33888
|
-
border-radius: 5px;
|
|
33889
|
-
transform: rotate(112deg);
|
|
33890
|
-
transform-origin: top left;
|
|
33891
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33677
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
33678
|
+
line-height: 0px;
|
|
33892
33679
|
}
|
|
33893
|
-
|
|
33894
|
-
|
|
33895
|
-
padding-left: 0;
|
|
33680
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
33681
|
+
padding-right: 25px;
|
|
33896
33682
|
}
|
|
33897
|
-
.
|
|
33898
|
-
border-
|
|
33899
|
-
padding-right: 4px;
|
|
33900
|
-
margin-right: 4px;
|
|
33683
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
33684
|
+
border-top-color: transparent;
|
|
33901
33685
|
}
|
|
33902
|
-
|
|
33903
|
-
.
|
|
33904
|
-
|
|
33905
|
-
height: 18px;
|
|
33686
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
33687
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33688
|
+
border-color: transparent transparent white;
|
|
33906
33689
|
}
|
|
33907
|
-
|
|
33908
|
-
|
|
33909
|
-
padding: 2px 8px;
|
|
33910
|
-
height: 24px;
|
|
33690
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
33691
|
+
border-radius: 8px 0 0 8px;
|
|
33911
33692
|
}
|
|
33912
|
-
|
|
33913
|
-
|
|
33914
|
-
margin: 0;
|
|
33693
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
33694
|
+
border-radius: 8px 0 0 8px;
|
|
33915
33695
|
}
|
|
33916
|
-
|
|
33917
|
-
|
|
33918
|
-
|
|
33919
|
-
|
|
33696
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
33697
|
+
content: "";
|
|
33698
|
+
width: 4px;
|
|
33699
|
+
top: -1px;
|
|
33700
|
+
bottom: -1px;
|
|
33701
|
+
background: white;
|
|
33920
33702
|
}
|
|
33921
|
-
|
|
33922
|
-
|
|
33923
|
-
font-weight: 700;
|
|
33924
|
-
color: #00122e;
|
|
33925
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33926
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33927
|
-
word-break: break-all;
|
|
33928
|
-
display: inline;
|
|
33929
|
-
white-space: normal;
|
|
33703
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
33704
|
+
border-radius: 0 8px 8px 0;
|
|
33930
33705
|
}
|
|
33931
|
-
|
|
33932
|
-
|
|
33933
|
-
|
|
33934
|
-
|
|
33706
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
33707
|
+
border-radius: 0;
|
|
33708
|
+
background: white;
|
|
33709
|
+
border-top: none;
|
|
33935
33710
|
}
|
|
33936
|
-
|
|
33937
|
-
|
|
33938
|
-
|
|
33939
|
-
|
|
33940
|
-
height: 32px;
|
|
33941
|
-
margin-bottom: 0;
|
|
33711
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
33712
|
+
border-top: 1px solid transparent;
|
|
33713
|
+
border-radius: 0 8px 8px 0;
|
|
33714
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33942
33715
|
}
|
|
33943
|
-
.
|
|
33944
|
-
|
|
33716
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
33717
|
+
background: white;
|
|
33718
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33945
33719
|
}
|
|
33946
|
-
.
|
|
33947
|
-
|
|
33720
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33721
|
+
display: flex;
|
|
33722
|
+
align-items: center;
|
|
33723
|
+
height: 100%;
|
|
33724
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33948
33725
|
}
|
|
33949
|
-
.
|
|
33950
|
-
|
|
33726
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
33727
|
+
background: white;
|
|
33728
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33951
33729
|
}
|
|
33952
|
-
.
|
|
33953
|
-
|
|
33730
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
33731
|
+
display: flex;
|
|
33732
|
+
align-items: center;
|
|
33733
|
+
height: 100%;
|
|
33734
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33954
33735
|
}
|
|
33955
|
-
.
|
|
33956
|
-
|
|
33736
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
33737
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33957
33738
|
}
|
|
33958
|
-
|
|
33959
|
-
.
|
|
33960
|
-
|
|
33961
|
-
color: #00122e;
|
|
33739
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
33740
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
33741
|
+
border-radius: 8px;
|
|
33962
33742
|
}
|
|
33963
|
-
|
|
33964
|
-
|
|
33965
|
-
line-height: 32px;
|
|
33966
|
-
margin-right: 6px;
|
|
33743
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
33744
|
+
border-top-color: white;
|
|
33967
33745
|
}
|
|
33968
|
-
|
|
33969
|
-
.
|
|
33970
|
-
|
|
33971
|
-
|
|
33972
|
-
position: relative;
|
|
33973
|
-
top: -7px;
|
|
33746
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
33747
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33748
|
+
border-bottom-color: transparent;
|
|
33749
|
+
border-top-color: transparent;
|
|
33974
33750
|
}
|
|
33975
|
-
.
|
|
33976
|
-
|
|
33977
|
-
overflow: hidden;
|
|
33978
|
-
text-overflow: ellipsis;
|
|
33979
|
-
white-space: nowrap;
|
|
33751
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
33752
|
+
border-radius: 8px 0 0 8px;
|
|
33980
33753
|
}
|
|
33981
|
-
|
|
33982
|
-
|
|
33983
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33984
|
-
border-radius: 8px;
|
|
33985
|
-
overflow: auto;
|
|
33754
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
33755
|
+
border-radius: 0 8px 8px 0;
|
|
33986
33756
|
}
|
|
33987
|
-
.
|
|
33988
|
-
|
|
33757
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
33758
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33989
33759
|
}
|
|
33990
|
-
.
|
|
33760
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
33761
|
+
background: #fff;
|
|
33762
|
+
font-weight: 400;
|
|
33763
|
+
position: relative;
|
|
33991
33764
|
border-bottom: none;
|
|
33765
|
+
color: #00122e;
|
|
33766
|
+
transition: none;
|
|
33767
|
+
padding: 14px 8px 14px 8px;
|
|
33768
|
+
line-height: 20px;
|
|
33992
33769
|
}
|
|
33993
|
-
.
|
|
33994
|
-
|
|
33770
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
33771
|
+
content: "";
|
|
33772
|
+
width: 1px;
|
|
33995
33773
|
top: 0;
|
|
33996
|
-
|
|
33997
|
-
|
|
33998
|
-
|
|
33999
|
-
|
|
34000
|
-
justify-content: flex-start;
|
|
34001
|
-
background: #f2f5fa;
|
|
34002
|
-
font-size: 14px;
|
|
34003
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34004
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34005
|
-
}
|
|
34006
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34007
|
-
align-items: inherit;
|
|
33774
|
+
bottom: 0;
|
|
33775
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33776
|
+
position: absolute;
|
|
33777
|
+
right: 0;
|
|
34008
33778
|
}
|
|
34009
|
-
.
|
|
34010
|
-
|
|
33779
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
33780
|
+
padding: unset;
|
|
34011
33781
|
}
|
|
34012
|
-
.
|
|
34013
|
-
display:
|
|
34014
|
-
justify-content: flex-start;
|
|
34015
|
-
align-items: flex-start;
|
|
34016
|
-
flex-wrap: wrap;
|
|
34017
|
-
padding: 8px;
|
|
34018
|
-
border: none;
|
|
33782
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
33783
|
+
display: none;
|
|
34019
33784
|
}
|
|
34020
|
-
.
|
|
34021
|
-
|
|
34022
|
-
|
|
34023
|
-
|
|
34024
|
-
|
|
33785
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33786
|
+
width: 100%;
|
|
33787
|
+
overflow: hidden;
|
|
33788
|
+
white-space: nowrap;
|
|
33789
|
+
text-overflow: ellipsis;
|
|
34025
33790
|
}
|
|
34026
|
-
.
|
|
34027
|
-
|
|
34028
|
-
|
|
34029
|
-
|
|
34030
|
-
margin: 12px 0 0;
|
|
33791
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
33792
|
+
overflow: hidden;
|
|
33793
|
+
text-overflow: ellipsis;
|
|
33794
|
+
flex: 1;
|
|
34031
33795
|
}
|
|
34032
|
-
.
|
|
34033
|
-
|
|
33796
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
33797
|
+
padding: 15px 25px 15px 8px;
|
|
34034
33798
|
}
|
|
34035
|
-
.
|
|
34036
|
-
|
|
33799
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33800
|
+
padding: 0;
|
|
34037
33801
|
}
|
|
34038
|
-
.
|
|
34039
|
-
|
|
34040
|
-
|
|
33802
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
33803
|
+
position: absolute;
|
|
33804
|
+
right: 6px;
|
|
33805
|
+
top: 50%;
|
|
33806
|
+
transform: translateY(-50%);
|
|
33807
|
+
height: 16px;
|
|
33808
|
+
display: none;
|
|
33809
|
+
transition: transform 320ms ease;
|
|
34041
33810
|
}
|
|
34042
|
-
.
|
|
34043
|
-
|
|
34044
|
-
|
|
33811
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
33812
|
+
display: block;
|
|
33813
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34045
33814
|
}
|
|
34046
|
-
.
|
|
34047
|
-
|
|
33815
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
33816
|
+
display: block;
|
|
34048
33817
|
}
|
|
34049
|
-
.
|
|
34050
|
-
|
|
33818
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
33819
|
+
display: none;
|
|
34051
33820
|
}
|
|
34052
|
-
.
|
|
34053
|
-
|
|
33821
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
33822
|
+
transform: translateY(-50%);
|
|
34054
33823
|
}
|
|
34055
|
-
.
|
|
34056
|
-
|
|
33824
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
33825
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34057
33826
|
}
|
|
34058
|
-
.
|
|
34059
|
-
|
|
33827
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
33828
|
+
background: #f2f5fa;
|
|
34060
33829
|
}
|
|
34061
|
-
.
|
|
34062
|
-
|
|
33830
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
33831
|
+
display: block;
|
|
34063
33832
|
}
|
|
34064
|
-
.
|
|
34065
|
-
|
|
33833
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
33834
|
+
padding-right: 25px;
|
|
34066
33835
|
}
|
|
34067
|
-
.
|
|
34068
|
-
padding:
|
|
34069
|
-
width: 24px;
|
|
34070
|
-
height: 24px;
|
|
34071
|
-
overflow: hidden;
|
|
33836
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
33837
|
+
padding: 0 !important;
|
|
34072
33838
|
}
|
|
34073
|
-
.
|
|
34074
|
-
|
|
33839
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
33840
|
+
position: absolute;
|
|
33841
|
+
left: 50%;
|
|
33842
|
+
top: 50%;
|
|
33843
|
+
transform: translate(-50%, -50%);
|
|
34075
33844
|
}
|
|
34076
|
-
.
|
|
34077
|
-
|
|
34078
|
-
opacity: 0.5;
|
|
33845
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
33846
|
+
display: none;
|
|
34079
33847
|
}
|
|
34080
|
-
.
|
|
34081
|
-
|
|
33848
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
33849
|
+
background: #fff;
|
|
34082
33850
|
}
|
|
34083
|
-
.
|
|
34084
|
-
|
|
34085
|
-
border-radius: 5px;
|
|
34086
|
-
font-size: 12px;
|
|
33851
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
33852
|
+
background: inherit;
|
|
34087
33853
|
}
|
|
34088
|
-
.
|
|
34089
|
-
|
|
33854
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
33855
|
+
position: static;
|
|
33856
|
+
border: none;
|
|
33857
|
+
background: inherit !important;
|
|
33858
|
+
height: 100px;
|
|
33859
|
+
vertical-align: middle;
|
|
34090
33860
|
}
|
|
34091
|
-
.
|
|
34092
|
-
|
|
34093
|
-
font-
|
|
34094
|
-
|
|
33861
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
33862
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33863
|
+
font-weight: bold;
|
|
33864
|
+
font-size: 20px;
|
|
33865
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34095
33866
|
}
|
|
34096
|
-
.
|
|
34097
|
-
|
|
33867
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
33868
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
33869
|
+
z-index: 10;
|
|
34098
33870
|
}
|
|
34099
|
-
.
|
|
34100
|
-
|
|
33871
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
33872
|
+
padding: 0 !important;
|
|
33873
|
+
position: relative;
|
|
33874
|
+
background: #fff;
|
|
34101
33875
|
}
|
|
34102
|
-
|
|
34103
|
-
|
|
33876
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
33877
|
+
height: 100%;
|
|
34104
33878
|
display: flex;
|
|
34105
33879
|
align-items: center;
|
|
34106
|
-
|
|
34107
|
-
|
|
34108
|
-
.E_a138syjm button.ant-btn {
|
|
34109
|
-
padding: 2px 8px;
|
|
34110
|
-
height: 24px;
|
|
34111
|
-
}
|
|
34112
|
-
.E_a138syjm > span.maximum-desc {
|
|
34113
|
-
display: none;
|
|
34114
|
-
margin-left: 8px;
|
|
34115
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34116
|
-
}
|
|
34117
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
34118
|
-
display: inline;
|
|
33880
|
+
justify-content: flex-end;
|
|
33881
|
+
padding-right: 8px;
|
|
34119
33882
|
}
|
|
34120
|
-
|
|
34121
|
-
.E_d77i8u0 {
|
|
33883
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34122
33884
|
width: 24px;
|
|
34123
33885
|
height: 24px;
|
|
34124
|
-
|
|
34125
|
-
|
|
33886
|
+
cursor: pointer;
|
|
33887
|
+
justify-content: center;
|
|
33888
|
+
border-radius: 4px;
|
|
33889
|
+
}
|
|
33890
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
33891
|
+
background: #fff;
|
|
34126
33892
|
}
|
|
34127
33893
|
|
|
34128
33894
|
.E_sjob3jg {
|
|
@@ -34311,48 +34077,282 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34311
34077
|
column-gap: 6px;
|
|
34312
34078
|
font-size: 13px;
|
|
34313
34079
|
}
|
|
34314
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
34315
|
-
display: inline-flex;
|
|
34316
|
-
align-items: center;
|
|
34317
|
-
min-width: 20px;
|
|
34318
|
-
min-height: 20px;
|
|
34319
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34320
|
-
justify-content: center;
|
|
34080
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34081
|
+
display: inline-flex;
|
|
34082
|
+
align-items: center;
|
|
34083
|
+
min-width: 20px;
|
|
34084
|
+
min-height: 20px;
|
|
34085
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34086
|
+
justify-content: center;
|
|
34087
|
+
}
|
|
34088
|
+
|
|
34089
|
+
.E_w7ob4th.outside-tag {
|
|
34090
|
+
padding-left: 0;
|
|
34091
|
+
}
|
|
34092
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34093
|
+
border-radius: 4px 0 0 4px;
|
|
34094
|
+
padding-right: 4px;
|
|
34095
|
+
margin-right: 4px;
|
|
34096
|
+
}
|
|
34097
|
+
|
|
34098
|
+
.E_slr2ynn {
|
|
34099
|
+
padding: 0 8px;
|
|
34100
|
+
height: 18px;
|
|
34101
|
+
}
|
|
34102
|
+
|
|
34103
|
+
.E_m140wbb6 {
|
|
34104
|
+
padding: 2px 8px;
|
|
34105
|
+
height: 24px;
|
|
34106
|
+
}
|
|
34107
|
+
|
|
34108
|
+
.E_t1fozc1i {
|
|
34109
|
+
margin: 0;
|
|
34110
|
+
}
|
|
34111
|
+
|
|
34112
|
+
.E_i1vxv4ln {
|
|
34113
|
+
margin-right: 4px;
|
|
34114
|
+
height: 16px;
|
|
34115
|
+
}
|
|
34116
|
+
|
|
34117
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34118
|
+
font-weight: 700;
|
|
34119
|
+
color: #00122e;
|
|
34120
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34121
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34122
|
+
word-break: break-all;
|
|
34123
|
+
display: inline;
|
|
34124
|
+
white-space: normal;
|
|
34125
|
+
}
|
|
34126
|
+
|
|
34127
|
+
.E_t13ef470 {
|
|
34128
|
+
height: 100%;
|
|
34129
|
+
}
|
|
34130
|
+
.E_t13ef470 .table-loading-item {
|
|
34131
|
+
padding: 12px 4px;
|
|
34132
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34133
|
+
display: flex;
|
|
34134
|
+
}
|
|
34135
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34136
|
+
height: 16px;
|
|
34137
|
+
margin: 4px;
|
|
34138
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34139
|
+
border-radius: 2px;
|
|
34140
|
+
}
|
|
34141
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34142
|
+
width: 16px;
|
|
34143
|
+
}
|
|
34144
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34145
|
+
flex: 1;
|
|
34146
|
+
}
|
|
34147
|
+
.E_t13ef470 :nth-child(1) {
|
|
34148
|
+
padding: 8px 4px;
|
|
34149
|
+
}
|
|
34150
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34151
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34152
|
+
}
|
|
34153
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34154
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34155
|
+
}
|
|
34156
|
+
|
|
34157
|
+
.E_t1dtlqs1 {
|
|
34158
|
+
margin-bottom: 4px;
|
|
34159
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34160
|
+
}
|
|
34161
|
+
|
|
34162
|
+
.E_s1ese5oy {
|
|
34163
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34164
|
+
line-height: 32px;
|
|
34165
|
+
height: 32px;
|
|
34166
|
+
margin-bottom: 0;
|
|
34167
|
+
}
|
|
34168
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34169
|
+
color: #0080ff;
|
|
34170
|
+
}
|
|
34171
|
+
.E_s1ese5oy.warning {
|
|
34172
|
+
color: #ffa500;
|
|
34173
|
+
}
|
|
34174
|
+
.E_s1ese5oy.success {
|
|
34175
|
+
color: #00ba5d;
|
|
34176
|
+
}
|
|
34177
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34178
|
+
color: #f0483e;
|
|
34179
|
+
}
|
|
34180
|
+
.E_s1ese5oy.normal {
|
|
34181
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34182
|
+
}
|
|
34183
|
+
|
|
34184
|
+
.E_b1ibis43 {
|
|
34185
|
+
margin-bottom: 0;
|
|
34186
|
+
color: #00122e;
|
|
34187
|
+
}
|
|
34188
|
+
|
|
34189
|
+
.E_b11xxjd2 {
|
|
34190
|
+
line-height: 32px;
|
|
34191
|
+
margin-right: 6px;
|
|
34192
|
+
}
|
|
34193
|
+
|
|
34194
|
+
.E_bsub5bw.with-description {
|
|
34195
|
+
height: 24px;
|
|
34196
|
+
flex: 1;
|
|
34197
|
+
position: relative;
|
|
34198
|
+
top: -7px;
|
|
34199
|
+
}
|
|
34200
|
+
.E_bsub5bw p {
|
|
34201
|
+
width: 100%;
|
|
34202
|
+
overflow: hidden;
|
|
34203
|
+
text-overflow: ellipsis;
|
|
34204
|
+
white-space: nowrap;
|
|
34205
|
+
}
|
|
34206
|
+
|
|
34207
|
+
.E_tmoyoag {
|
|
34208
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34209
|
+
border-radius: 8px;
|
|
34210
|
+
overflow: auto;
|
|
34211
|
+
}
|
|
34212
|
+
.E_tmoyoag .ant-list {
|
|
34213
|
+
position: relative;
|
|
34214
|
+
}
|
|
34215
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
34216
|
+
border-bottom: none;
|
|
34217
|
+
}
|
|
34218
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34219
|
+
position: sticky;
|
|
34220
|
+
top: 0;
|
|
34221
|
+
z-index: 2;
|
|
34222
|
+
display: flex;
|
|
34223
|
+
padding: 8px;
|
|
34224
|
+
flex-wrap: nowrap;
|
|
34225
|
+
justify-content: flex-start;
|
|
34226
|
+
background: #f2f5fa;
|
|
34227
|
+
font-size: 14px;
|
|
34228
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34229
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34230
|
+
}
|
|
34231
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34232
|
+
align-items: inherit;
|
|
34233
|
+
}
|
|
34234
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
34235
|
+
margin-bottom: 0;
|
|
34236
|
+
}
|
|
34237
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34238
|
+
display: flex;
|
|
34239
|
+
justify-content: flex-start;
|
|
34240
|
+
align-items: flex-start;
|
|
34241
|
+
flex-wrap: wrap;
|
|
34242
|
+
padding: 8px;
|
|
34243
|
+
border: none;
|
|
34244
|
+
}
|
|
34245
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34246
|
+
flex-basis: 100%;
|
|
34247
|
+
margin: 12px 0 0;
|
|
34248
|
+
order: 99;
|
|
34249
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34250
|
+
}
|
|
34251
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34252
|
+
color: #f0483e;
|
|
34253
|
+
flex-basis: 100%;
|
|
34254
|
+
order: 98;
|
|
34255
|
+
margin: 12px 0 0;
|
|
34256
|
+
}
|
|
34257
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34258
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34259
|
+
}
|
|
34260
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34261
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34262
|
+
}
|
|
34263
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34264
|
+
flex: 1 0 0;
|
|
34265
|
+
overflow: hidden;
|
|
34266
|
+
}
|
|
34267
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34268
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34269
|
+
margin: 0;
|
|
34270
|
+
}
|
|
34271
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34272
|
+
text-align: center;
|
|
34273
|
+
}
|
|
34274
|
+
.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 > * {
|
|
34275
|
+
text-align: center;
|
|
34276
|
+
}
|
|
34277
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34278
|
+
text-align: left;
|
|
34279
|
+
}
|
|
34280
|
+
.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 > * {
|
|
34281
|
+
text-align: left;
|
|
34282
|
+
}
|
|
34283
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34284
|
+
text-align: right;
|
|
34285
|
+
}
|
|
34286
|
+
.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 > * {
|
|
34287
|
+
text-align: right;
|
|
34288
|
+
}
|
|
34289
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34290
|
+
margin-right: 8px;
|
|
34291
|
+
}
|
|
34292
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34293
|
+
padding: 4px;
|
|
34294
|
+
width: 24px;
|
|
34295
|
+
height: 24px;
|
|
34296
|
+
overflow: hidden;
|
|
34297
|
+
}
|
|
34298
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34299
|
+
padding: 0;
|
|
34300
|
+
}
|
|
34301
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34302
|
+
cursor: not-allowed;
|
|
34303
|
+
opacity: 0.5;
|
|
34304
|
+
}
|
|
34305
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34306
|
+
margin: 0;
|
|
34307
|
+
}
|
|
34308
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34309
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34310
|
+
border-radius: 5px;
|
|
34311
|
+
font-size: 12px;
|
|
34312
|
+
}
|
|
34313
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34314
|
+
font-size: inherit;
|
|
34321
34315
|
}
|
|
34322
|
-
|
|
34323
|
-
|
|
34324
|
-
|
|
34325
|
-
|
|
34316
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34317
|
+
min-height: 24px;
|
|
34318
|
+
font-size: 12px;
|
|
34319
|
+
position: relative;
|
|
34326
34320
|
}
|
|
34327
|
-
|
|
34328
|
-
.
|
|
34329
|
-
height: 100%;
|
|
34321
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34322
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34330
34323
|
}
|
|
34331
|
-
.
|
|
34332
|
-
|
|
34333
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34334
|
-
display: flex;
|
|
34324
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34325
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34335
34326
|
}
|
|
34336
|
-
|
|
34337
|
-
|
|
34338
|
-
|
|
34339
|
-
|
|
34340
|
-
|
|
34327
|
+
|
|
34328
|
+
.E_a138syjm {
|
|
34329
|
+
display: flex;
|
|
34330
|
+
align-items: center;
|
|
34331
|
+
margin-top: 8px;
|
|
34332
|
+
gap: 8px;
|
|
34341
34333
|
}
|
|
34342
|
-
.
|
|
34343
|
-
|
|
34334
|
+
.E_a138syjm button.ant-btn {
|
|
34335
|
+
padding: 2px 8px;
|
|
34336
|
+
height: 24px;
|
|
34344
34337
|
}
|
|
34345
|
-
.
|
|
34346
|
-
|
|
34338
|
+
.E_a138syjm > span.maximum-desc {
|
|
34339
|
+
display: none;
|
|
34340
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34347
34341
|
}
|
|
34348
|
-
.
|
|
34349
|
-
|
|
34342
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34343
|
+
display: inline;
|
|
34350
34344
|
}
|
|
34351
|
-
|
|
34352
|
-
|
|
34345
|
+
|
|
34346
|
+
.E_d77i8u0 {
|
|
34347
|
+
width: 24px;
|
|
34348
|
+
height: 24px;
|
|
34349
|
+
padding: 4px;
|
|
34350
|
+
margin-right: 8px;
|
|
34353
34351
|
}
|
|
34354
|
-
|
|
34355
|
-
|
|
34352
|
+
|
|
34353
|
+
.E_i1g85yz3 {
|
|
34354
|
+
margin-right: 4px;
|
|
34355
|
+
height: 16px;
|
|
34356
34356
|
}
|
|
34357
34357
|
|
|
34358
34358
|
.E_bpgac8u {
|
|
@@ -34864,6 +34864,67 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34864
34864
|
}
|
|
34865
34865
|
}
|
|
34866
34866
|
|
|
34867
|
+
.E_s1ebs0ra {
|
|
34868
|
+
display: flex;
|
|
34869
|
+
align-items: center;
|
|
34870
|
+
justify-content: space-between;
|
|
34871
|
+
background: #edf0f7;
|
|
34872
|
+
padding: 8px 12px;
|
|
34873
|
+
position: sticky;
|
|
34874
|
+
top: 0;
|
|
34875
|
+
z-index: 1;
|
|
34876
|
+
margin-bottom: -52px;
|
|
34877
|
+
}
|
|
34878
|
+
.E_s1ebs0ra .select-total {
|
|
34879
|
+
display: flex;
|
|
34880
|
+
align-items: center;
|
|
34881
|
+
font-weight: 700;
|
|
34882
|
+
flex-shrink: 0;
|
|
34883
|
+
}
|
|
34884
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
34885
|
+
cursor: pointer;
|
|
34886
|
+
margin-left: 8px;
|
|
34887
|
+
width: 32px;
|
|
34888
|
+
height: 32px;
|
|
34889
|
+
border-radius: 50%;
|
|
34890
|
+
justify-content: center;
|
|
34891
|
+
}
|
|
34892
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
34893
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34894
|
+
}
|
|
34895
|
+
.E_s1ebs0ra .action-group {
|
|
34896
|
+
flex: 1;
|
|
34897
|
+
margin-left: 88px;
|
|
34898
|
+
white-space: nowrap;
|
|
34899
|
+
text-align: right;
|
|
34900
|
+
position: relative;
|
|
34901
|
+
padding: 4px 0;
|
|
34902
|
+
margin-top: -4px;
|
|
34903
|
+
overflow: hidden;
|
|
34904
|
+
}
|
|
34905
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
34906
|
+
transform: translateY(-4px);
|
|
34907
|
+
}
|
|
34908
|
+
.E_s1ebs0ra .action-group button {
|
|
34909
|
+
border: none;
|
|
34910
|
+
}
|
|
34911
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
34912
|
+
margin-right: 8px;
|
|
34913
|
+
}
|
|
34914
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
34915
|
+
margin-right: 4px;
|
|
34916
|
+
}
|
|
34917
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
34918
|
+
cursor: pointer;
|
|
34919
|
+
width: 32px;
|
|
34920
|
+
height: 32px;
|
|
34921
|
+
justify-content: center;
|
|
34922
|
+
border-radius: 50%;
|
|
34923
|
+
}
|
|
34924
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
34925
|
+
background: #fff;
|
|
34926
|
+
}
|
|
34927
|
+
|
|
34867
34928
|
.E_skwah65 {
|
|
34868
34929
|
height: 8px;
|
|
34869
34930
|
box-sizing: border-box;
|
|
@@ -34927,67 +34988,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34927
34988
|
margin-right: 4px;
|
|
34928
34989
|
}
|
|
34929
34990
|
|
|
34930
|
-
.E_s1ebs0ra {
|
|
34931
|
-
display: flex;
|
|
34932
|
-
align-items: center;
|
|
34933
|
-
justify-content: space-between;
|
|
34934
|
-
background: #edf0f7;
|
|
34935
|
-
padding: 8px 12px;
|
|
34936
|
-
position: sticky;
|
|
34937
|
-
top: 0;
|
|
34938
|
-
z-index: 1;
|
|
34939
|
-
margin-bottom: -52px;
|
|
34940
|
-
}
|
|
34941
|
-
.E_s1ebs0ra .select-total {
|
|
34942
|
-
display: flex;
|
|
34943
|
-
align-items: center;
|
|
34944
|
-
font-weight: 700;
|
|
34945
|
-
flex-shrink: 0;
|
|
34946
|
-
}
|
|
34947
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
34948
|
-
cursor: pointer;
|
|
34949
|
-
margin-left: 8px;
|
|
34950
|
-
width: 32px;
|
|
34951
|
-
height: 32px;
|
|
34952
|
-
border-radius: 50%;
|
|
34953
|
-
justify-content: center;
|
|
34954
|
-
}
|
|
34955
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
34956
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34957
|
-
}
|
|
34958
|
-
.E_s1ebs0ra .action-group {
|
|
34959
|
-
flex: 1;
|
|
34960
|
-
margin-left: 88px;
|
|
34961
|
-
white-space: nowrap;
|
|
34962
|
-
text-align: right;
|
|
34963
|
-
position: relative;
|
|
34964
|
-
padding: 4px 0;
|
|
34965
|
-
margin-top: -4px;
|
|
34966
|
-
overflow: hidden;
|
|
34967
|
-
}
|
|
34968
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
34969
|
-
transform: translateY(-4px);
|
|
34970
|
-
}
|
|
34971
|
-
.E_s1ebs0ra .action-group button {
|
|
34972
|
-
border: none;
|
|
34973
|
-
}
|
|
34974
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
34975
|
-
margin-right: 8px;
|
|
34976
|
-
}
|
|
34977
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
34978
|
-
margin-right: 4px;
|
|
34979
|
-
}
|
|
34980
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
34981
|
-
cursor: pointer;
|
|
34982
|
-
width: 32px;
|
|
34983
|
-
height: 32px;
|
|
34984
|
-
justify-content: center;
|
|
34985
|
-
border-radius: 50%;
|
|
34986
|
-
}
|
|
34987
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
34988
|
-
background: #fff;
|
|
34989
|
-
}
|
|
34990
|
-
|
|
34991
34991
|
.E_clm1wy1 {
|
|
34992
34992
|
width: 192px;
|
|
34993
34993
|
height: 246px;
|
|
@@ -35053,92 +35053,32 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35053
35053
|
.E_c167wnad .anticon {
|
|
35054
35054
|
cursor: pointer;
|
|
35055
35055
|
}
|
|
35056
|
-
.E_c167wnad .anticon:hover {
|
|
35057
|
-
color: #0096ff;
|
|
35058
|
-
}
|
|
35059
|
-
|
|
35060
|
-
.E_cxhf7dh {
|
|
35061
|
-
text-align: center;
|
|
35062
|
-
}
|
|
35063
|
-
.E_cxhf7dh .dots {
|
|
35064
|
-
display: flex;
|
|
35065
|
-
justify-content: center;
|
|
35066
|
-
}
|
|
35067
|
-
.E_cxhf7dh .dot {
|
|
35068
|
-
display: inline-block;
|
|
35069
|
-
width: 2px;
|
|
35070
|
-
height: 2px;
|
|
35071
|
-
border-radius: 1px;
|
|
35072
|
-
background: #0096ff;
|
|
35073
|
-
}
|
|
35074
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
35075
|
-
margin-right: 2px;
|
|
35076
|
-
}
|
|
35077
|
-
.E_cxhf7dh .bar {
|
|
35078
|
-
width: 9px;
|
|
35079
|
-
height: 2px;
|
|
35080
|
-
background: #0096ff;
|
|
35081
|
-
border-radius: 2px;
|
|
35082
|
-
}
|
|
35083
|
-
|
|
35084
|
-
span.E_tqjc4ui {
|
|
35085
|
-
margin: 0 2px;
|
|
35086
|
-
}
|
|
35087
|
-
|
|
35088
|
-
.E_n12mqh7z {
|
|
35089
|
-
display: flex;
|
|
35090
|
-
align-items: center;
|
|
35091
|
-
font-size: 12px;
|
|
35092
|
-
line-height: 18px;
|
|
35093
|
-
}
|
|
35094
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35095
|
-
margin-bottom: 4px;
|
|
35096
|
-
}
|
|
35097
|
-
|
|
35098
|
-
.E_tf5bynu {
|
|
35099
|
-
margin: 0 3px;
|
|
35100
|
-
}
|
|
35101
|
-
|
|
35102
|
-
.E_tcckoz1 {
|
|
35103
|
-
max-height: 400px;
|
|
35104
|
-
overflow: auto;
|
|
35105
|
-
}
|
|
35106
|
-
|
|
35107
|
-
.E_gmyahx3 {
|
|
35108
|
-
cursor: pointer;
|
|
35109
|
-
}
|
|
35110
|
-
.E_gmyahx3 .link-text {
|
|
35111
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35112
|
-
}
|
|
35113
|
-
.E_gmyahx3:hover .link-text {
|
|
35114
|
-
color: #0080ff;
|
|
35115
|
-
}
|
|
35116
|
-
|
|
35117
|
-
.E_ou7iq30 {
|
|
35118
|
-
overflow: hidden;
|
|
35119
|
-
text-overflow: ellipsis;
|
|
35056
|
+
.E_c167wnad .anticon:hover {
|
|
35057
|
+
color: #0096ff;
|
|
35120
35058
|
}
|
|
35121
35059
|
|
|
35122
|
-
.
|
|
35123
|
-
|
|
35060
|
+
.E_cxhf7dh {
|
|
35061
|
+
text-align: center;
|
|
35124
35062
|
}
|
|
35125
|
-
|
|
35126
|
-
|
|
35127
|
-
|
|
35128
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35129
|
-
-webkit-box-orient: vertical;
|
|
35130
|
-
word-break: break-all;
|
|
35063
|
+
.E_cxhf7dh .dots {
|
|
35064
|
+
display: flex;
|
|
35065
|
+
justify-content: center;
|
|
35131
35066
|
}
|
|
35132
|
-
|
|
35133
|
-
|
|
35134
|
-
|
|
35067
|
+
.E_cxhf7dh .dot {
|
|
35068
|
+
display: inline-block;
|
|
35069
|
+
width: 2px;
|
|
35070
|
+
height: 2px;
|
|
35071
|
+
border-radius: 1px;
|
|
35072
|
+
background: #0096ff;
|
|
35135
35073
|
}
|
|
35136
|
-
.
|
|
35137
|
-
|
|
35138
|
-
border-radius: 4px;
|
|
35074
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35075
|
+
margin-right: 2px;
|
|
35139
35076
|
}
|
|
35140
|
-
.
|
|
35141
|
-
|
|
35077
|
+
.E_cxhf7dh .bar {
|
|
35078
|
+
width: 9px;
|
|
35079
|
+
height: 2px;
|
|
35080
|
+
background: #0096ff;
|
|
35081
|
+
border-radius: 2px;
|
|
35142
35082
|
}
|
|
35143
35083
|
|
|
35144
35084
|
.E_c1up1pdz {
|
|
@@ -35281,117 +35221,64 @@ span.E_tqjc4ui {
|
|
|
35281
35221
|
color: #fff;
|
|
35282
35222
|
}
|
|
35283
35223
|
|
|
35284
|
-
.
|
|
35285
|
-
|
|
35286
|
-
padding: 32px 8px;
|
|
35287
|
-
overflow: auto;
|
|
35288
|
-
}
|
|
35289
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35290
|
-
display: flex;
|
|
35291
|
-
flex-direction: column;
|
|
35292
|
-
justify-content: space-between;
|
|
35293
|
-
}
|
|
35294
|
-
.E_s1at6qmn footer {
|
|
35295
|
-
display: flex;
|
|
35296
|
-
}
|
|
35297
|
-
.E_s1at6qmn .ant-menu {
|
|
35298
|
-
background: #edf0f7;
|
|
35299
|
-
}
|
|
35300
|
-
.E_s1at6qmn .ant-menu a {
|
|
35301
|
-
color: #00122e;
|
|
35302
|
-
width: 180px;
|
|
35303
|
-
overflow: hidden;
|
|
35304
|
-
text-overflow: ellipsis;
|
|
35305
|
-
}
|
|
35306
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35307
|
-
margin-bottom: 24px;
|
|
35308
|
-
}
|
|
35309
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35310
|
-
margin: 0;
|
|
35311
|
-
}
|
|
35312
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35313
|
-
font-size: 12px;
|
|
35314
|
-
padding: 0 8px 4px;
|
|
35315
|
-
line-height: 18px;
|
|
35224
|
+
.E_gmyahx3 {
|
|
35225
|
+
cursor: pointer;
|
|
35316
35226
|
}
|
|
35317
|
-
.
|
|
35318
|
-
|
|
35227
|
+
.E_gmyahx3 .link-text {
|
|
35228
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35319
35229
|
}
|
|
35320
|
-
.
|
|
35321
|
-
|
|
35230
|
+
.E_gmyahx3:hover .link-text {
|
|
35231
|
+
color: #0080ff;
|
|
35322
35232
|
}
|
|
35323
|
-
|
|
35324
|
-
|
|
35325
|
-
|
|
35233
|
+
|
|
35234
|
+
span.E_tqjc4ui {
|
|
35235
|
+
margin: 0 2px;
|
|
35326
35236
|
}
|
|
35327
|
-
|
|
35328
|
-
|
|
35237
|
+
|
|
35238
|
+
.E_n12mqh7z {
|
|
35329
35239
|
display: flex;
|
|
35330
35240
|
align-items: center;
|
|
35331
|
-
|
|
35332
|
-
line-height:
|
|
35333
|
-
padding: 0 8px;
|
|
35334
|
-
}
|
|
35335
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35336
|
-
margin-right: 12px;
|
|
35337
|
-
}
|
|
35338
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35339
|
-
margin: 0;
|
|
35340
|
-
margin-bottom: 2px;
|
|
35341
|
-
}
|
|
35342
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35343
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35344
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35345
|
-
border-radius: 6px;
|
|
35346
|
-
color: #fff;
|
|
35241
|
+
font-size: 12px;
|
|
35242
|
+
line-height: 18px;
|
|
35347
35243
|
}
|
|
35348
|
-
.
|
|
35349
|
-
|
|
35244
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35245
|
+
margin-bottom: 4px;
|
|
35350
35246
|
}
|
|
35351
|
-
|
|
35352
|
-
|
|
35353
|
-
|
|
35354
|
-
border-radius: 6px;
|
|
35247
|
+
|
|
35248
|
+
.E_tf5bynu {
|
|
35249
|
+
margin: 0 3px;
|
|
35355
35250
|
}
|
|
35356
35251
|
|
|
35357
|
-
.
|
|
35358
|
-
|
|
35359
|
-
|
|
35252
|
+
.E_tcckoz1 {
|
|
35253
|
+
max-height: 400px;
|
|
35254
|
+
overflow: auto;
|
|
35360
35255
|
}
|
|
35361
|
-
|
|
35362
|
-
|
|
35256
|
+
|
|
35257
|
+
.E_ou7iq30 {
|
|
35363
35258
|
overflow: hidden;
|
|
35364
|
-
|
|
35365
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35366
|
-
visibility: hidden;
|
|
35367
|
-
}
|
|
35368
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35369
|
-
width: 36px;
|
|
35370
|
-
padding: 0 6px;
|
|
35259
|
+
text-overflow: ellipsis;
|
|
35371
35260
|
}
|
|
35372
35261
|
|
|
35373
|
-
.
|
|
35374
|
-
|
|
35375
|
-
place-items: center;
|
|
35376
|
-
width: 100% !important;
|
|
35262
|
+
.E_s1tui002 {
|
|
35263
|
+
white-space: nowrap;
|
|
35377
35264
|
}
|
|
35378
|
-
|
|
35379
|
-
|
|
35380
|
-
|
|
35265
|
+
|
|
35266
|
+
.E_mxrc2zg {
|
|
35267
|
+
display: -webkit-box;
|
|
35268
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35269
|
+
-webkit-box-orient: vertical;
|
|
35270
|
+
word-break: break-all;
|
|
35381
35271
|
}
|
|
35382
|
-
|
|
35383
|
-
|
|
35384
|
-
|
|
35272
|
+
|
|
35273
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35274
|
+
display: none;
|
|
35385
35275
|
}
|
|
35386
|
-
.
|
|
35387
|
-
|
|
35276
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35277
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35278
|
+
border-radius: 4px;
|
|
35388
35279
|
}
|
|
35389
|
-
.
|
|
35390
|
-
|
|
35391
|
-
overflow: hidden;
|
|
35392
|
-
white-space: nowrap;
|
|
35393
|
-
text-overflow: ellipsis;
|
|
35394
|
-
text-align: left;
|
|
35280
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35281
|
+
visibility: hidden;
|
|
35395
35282
|
}
|
|
35396
35283
|
|
|
35397
35284
|
.E_t1sqg15u {
|
|
@@ -35484,27 +35371,117 @@ span.E_tqjc4ui {
|
|
|
35484
35371
|
padding-right: 12px;
|
|
35485
35372
|
}
|
|
35486
35373
|
|
|
35487
|
-
.
|
|
35374
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35375
|
+
background: #edf0f7;
|
|
35376
|
+
padding: 32px 8px;
|
|
35377
|
+
overflow: auto;
|
|
35378
|
+
}
|
|
35379
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35380
|
+
display: flex;
|
|
35381
|
+
flex-direction: column;
|
|
35382
|
+
justify-content: space-between;
|
|
35383
|
+
}
|
|
35384
|
+
.E_s1at6qmn footer {
|
|
35385
|
+
display: flex;
|
|
35386
|
+
}
|
|
35387
|
+
.E_s1at6qmn .ant-menu {
|
|
35388
|
+
background: #edf0f7;
|
|
35389
|
+
}
|
|
35390
|
+
.E_s1at6qmn .ant-menu a {
|
|
35391
|
+
color: #00122e;
|
|
35392
|
+
width: 180px;
|
|
35393
|
+
overflow: hidden;
|
|
35394
|
+
text-overflow: ellipsis;
|
|
35395
|
+
}
|
|
35396
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35397
|
+
margin-bottom: 24px;
|
|
35398
|
+
}
|
|
35399
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35400
|
+
margin: 0;
|
|
35401
|
+
}
|
|
35402
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35403
|
+
font-size: 12px;
|
|
35404
|
+
padding: 0 8px 4px;
|
|
35405
|
+
line-height: 18px;
|
|
35406
|
+
}
|
|
35407
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35408
|
+
padding: 0;
|
|
35409
|
+
}
|
|
35410
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35411
|
+
padding-bottom: 24px;
|
|
35412
|
+
}
|
|
35413
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35414
|
+
margin-bottom: 24px;
|
|
35415
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35416
|
+
}
|
|
35417
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35418
|
+
transition: none;
|
|
35488
35419
|
display: flex;
|
|
35489
35420
|
align-items: center;
|
|
35490
|
-
|
|
35421
|
+
height: 32px;
|
|
35422
|
+
line-height: 22px;
|
|
35423
|
+
padding: 0 8px;
|
|
35424
|
+
}
|
|
35425
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35426
|
+
margin-right: 12px;
|
|
35427
|
+
}
|
|
35428
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35429
|
+
margin: 0;
|
|
35430
|
+
margin-bottom: 2px;
|
|
35431
|
+
}
|
|
35432
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35433
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35434
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35435
|
+
border-radius: 6px;
|
|
35436
|
+
color: #fff;
|
|
35437
|
+
}
|
|
35438
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35439
|
+
color: #fff;
|
|
35440
|
+
}
|
|
35441
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35442
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35443
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35444
|
+
border-radius: 6px;
|
|
35445
|
+
}
|
|
35446
|
+
|
|
35447
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35448
|
+
white-space: nowrap;
|
|
35449
|
+
transition: all 0s;
|
|
35450
|
+
}
|
|
35451
|
+
.E_s1wu0lms.shrink {
|
|
35452
|
+
transition: all 0s;
|
|
35453
|
+
overflow: hidden;
|
|
35454
|
+
}
|
|
35455
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35456
|
+
visibility: hidden;
|
|
35457
|
+
}
|
|
35458
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35459
|
+
width: 36px;
|
|
35460
|
+
padding: 0 6px;
|
|
35491
35461
|
}
|
|
35492
35462
|
|
|
35493
|
-
.
|
|
35463
|
+
.E_n1ugzfva {
|
|
35494
35464
|
display: flex;
|
|
35495
|
-
|
|
35496
|
-
width:
|
|
35465
|
+
place-items: center;
|
|
35466
|
+
width: 100% !important;
|
|
35497
35467
|
}
|
|
35498
|
-
.
|
|
35499
|
-
|
|
35468
|
+
.E_n1ugzfva[disabled] {
|
|
35469
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35470
|
+
opacity: 1 !important;
|
|
35471
|
+
}
|
|
35472
|
+
.E_n1ugzfva.ant-btn {
|
|
35500
35473
|
width: 100%;
|
|
35474
|
+
color: #00122e;
|
|
35501
35475
|
}
|
|
35502
|
-
|
|
35503
|
-
|
|
35504
|
-
min-width: 40px;
|
|
35476
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35477
|
+
margin-right: 12px;
|
|
35505
35478
|
}
|
|
35506
|
-
.
|
|
35507
|
-
|
|
35479
|
+
.E_n1ugzfva .link-title {
|
|
35480
|
+
flex: 1;
|
|
35481
|
+
overflow: hidden;
|
|
35482
|
+
white-space: nowrap;
|
|
35483
|
+
text-overflow: ellipsis;
|
|
35484
|
+
text-align: left;
|
|
35508
35485
|
}
|
|
35509
35486
|
|
|
35510
35487
|
.E_s1iv0tp1 .enabled-switch {
|
|
@@ -35718,45 +35695,27 @@ span.E_tqjc4ui {
|
|
|
35718
35695
|
background: transparent;
|
|
35719
35696
|
}
|
|
35720
35697
|
|
|
35721
|
-
.
|
|
35722
|
-
padding: 8px 0;
|
|
35723
|
-
}
|
|
35724
|
-
.E_i5w779o .col-label {
|
|
35725
|
-
flex-shrink: unset;
|
|
35726
|
-
}
|
|
35727
|
-
.E_i5w779o .col-label * {
|
|
35728
|
-
line-height: 18px;
|
|
35729
|
-
}
|
|
35730
|
-
.E_i5w779o .col-content {
|
|
35731
|
-
flex: 1 1 0;
|
|
35698
|
+
.E_wg1tsps {
|
|
35732
35699
|
display: flex;
|
|
35733
35700
|
align-items: center;
|
|
35734
|
-
|
|
35735
|
-
.E_i5w779o .col-content * {
|
|
35736
|
-
line-height: 18px;
|
|
35701
|
+
justify-content: flex-end;
|
|
35737
35702
|
}
|
|
35738
35703
|
|
|
35739
|
-
.
|
|
35740
|
-
|
|
35741
|
-
|
|
35742
|
-
|
|
35743
|
-
font-size: 13px;
|
|
35744
|
-
line-height: 20px;
|
|
35704
|
+
.E_b1ctd5xy {
|
|
35705
|
+
display: flex;
|
|
35706
|
+
align-items: center;
|
|
35707
|
+
width: calc(100% - 40px);
|
|
35745
35708
|
}
|
|
35746
|
-
.
|
|
35747
|
-
|
|
35748
|
-
|
|
35709
|
+
.E_b1ctd5xy .chart {
|
|
35710
|
+
display: inline-block;
|
|
35711
|
+
width: 100%;
|
|
35749
35712
|
}
|
|
35750
35713
|
|
|
35751
|
-
.
|
|
35752
|
-
|
|
35753
|
-
justify-content: space-between;
|
|
35754
|
-
flex: 1;
|
|
35755
|
-
min-width: 0;
|
|
35714
|
+
.E_u1p8acpn {
|
|
35715
|
+
min-width: 40px;
|
|
35756
35716
|
}
|
|
35757
|
-
|
|
35758
|
-
|
|
35759
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35717
|
+
.E_u1p8acpn .unit {
|
|
35718
|
+
color: #00122e !important;
|
|
35760
35719
|
}
|
|
35761
35720
|
|
|
35762
35721
|
.E_cyms3br {
|
|
@@ -35818,6 +35777,47 @@ span.E_tqjc4ui {
|
|
|
35818
35777
|
padding: unset;
|
|
35819
35778
|
}
|
|
35820
35779
|
|
|
35780
|
+
.E_i5w779o {
|
|
35781
|
+
padding: 8px 0;
|
|
35782
|
+
}
|
|
35783
|
+
.E_i5w779o .col-label {
|
|
35784
|
+
flex-shrink: unset;
|
|
35785
|
+
}
|
|
35786
|
+
.E_i5w779o .col-label * {
|
|
35787
|
+
line-height: 18px;
|
|
35788
|
+
}
|
|
35789
|
+
.E_i5w779o .col-content {
|
|
35790
|
+
flex: 1 1 0;
|
|
35791
|
+
display: flex;
|
|
35792
|
+
align-items: center;
|
|
35793
|
+
}
|
|
35794
|
+
.E_i5w779o .col-content * {
|
|
35795
|
+
line-height: 18px;
|
|
35796
|
+
}
|
|
35797
|
+
|
|
35798
|
+
.E_l18dja44 {
|
|
35799
|
+
padding: 6px 0;
|
|
35800
|
+
}
|
|
35801
|
+
.E_l18dja44 .col-label * {
|
|
35802
|
+
font-size: 13px;
|
|
35803
|
+
line-height: 20px;
|
|
35804
|
+
}
|
|
35805
|
+
.E_l18dja44 .col-content * {
|
|
35806
|
+
font-size: 14px;
|
|
35807
|
+
line-height: 20px;
|
|
35808
|
+
}
|
|
35809
|
+
|
|
35810
|
+
.E_c8c2hys {
|
|
35811
|
+
display: flex;
|
|
35812
|
+
justify-content: space-between;
|
|
35813
|
+
flex: 1;
|
|
35814
|
+
min-width: 0;
|
|
35815
|
+
}
|
|
35816
|
+
|
|
35817
|
+
.E_n4m6c4d {
|
|
35818
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35819
|
+
}
|
|
35820
|
+
|
|
35821
35821
|
.E_kr6am0s .ant-modal-body {
|
|
35822
35822
|
padding: 60px 128px;
|
|
35823
35823
|
}
|
|
@@ -35881,39 +35881,6 @@ span.E_tqjc4ui {
|
|
|
35881
35881
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
35882
35882
|
}
|
|
35883
35883
|
|
|
35884
|
-
.E_l12xdkhl {
|
|
35885
|
-
width: 64px;
|
|
35886
|
-
height: 64px;
|
|
35887
|
-
max-width: 64px;
|
|
35888
|
-
max-height: 64px;
|
|
35889
|
-
overflow: hidden;
|
|
35890
|
-
display: flex;
|
|
35891
|
-
align-items: center;
|
|
35892
|
-
justify-content: center;
|
|
35893
|
-
position: relative;
|
|
35894
|
-
opacity: 0.6;
|
|
35895
|
-
}
|
|
35896
|
-
.E_l12xdkhl .icon-wrapper {
|
|
35897
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
35898
|
-
}
|
|
35899
|
-
@keyframes rotate {
|
|
35900
|
-
from {
|
|
35901
|
-
transform: rotate(0deg);
|
|
35902
|
-
}
|
|
35903
|
-
to {
|
|
35904
|
-
transform: rotate(360deg);
|
|
35905
|
-
}
|
|
35906
|
-
}
|
|
35907
|
-
|
|
35908
|
-
.E_cevhqx7 {
|
|
35909
|
-
color: #00122e;
|
|
35910
|
-
}
|
|
35911
|
-
|
|
35912
|
-
.E_snbqlt4 {
|
|
35913
|
-
margin-top: 8px;
|
|
35914
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35915
|
-
}
|
|
35916
|
-
|
|
35917
35884
|
.E_c1ss4prm {
|
|
35918
35885
|
color: rgba(44, 56, 82, 0.6);
|
|
35919
35886
|
}
|
|
@@ -35952,6 +35919,59 @@ span.E_tqjc4ui {
|
|
|
35952
35919
|
margin: 16px 0;
|
|
35953
35920
|
}
|
|
35954
35921
|
|
|
35922
|
+
.E_c14ouk5o {
|
|
35923
|
+
width: 100%;
|
|
35924
|
+
height: 100%;
|
|
35925
|
+
display: flex;
|
|
35926
|
+
font-size: 12px;
|
|
35927
|
+
line-height: 18px;
|
|
35928
|
+
padding: 8px 0;
|
|
35929
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35930
|
+
}
|
|
35931
|
+
.E_c14ouk5o:last-of-type {
|
|
35932
|
+
box-shadow: none;
|
|
35933
|
+
padding-bottom: 0;
|
|
35934
|
+
}
|
|
35935
|
+
.E_c14ouk5o.collapsed {
|
|
35936
|
+
flex-direction: column;
|
|
35937
|
+
}
|
|
35938
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
35939
|
+
display: flex;
|
|
35940
|
+
}
|
|
35941
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
35942
|
+
flex: 1;
|
|
35943
|
+
display: flex;
|
|
35944
|
+
justify-content: space-between;
|
|
35945
|
+
}
|
|
35946
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
35947
|
+
height: auto;
|
|
35948
|
+
}
|
|
35949
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
35950
|
+
margin-left: 162px;
|
|
35951
|
+
}
|
|
35952
|
+
.E_c14ouk5o .col-label {
|
|
35953
|
+
width: 216px;
|
|
35954
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35955
|
+
margin-right: 12px;
|
|
35956
|
+
flex-shrink: 0;
|
|
35957
|
+
}
|
|
35958
|
+
.E_c14ouk5o .col-content {
|
|
35959
|
+
color: #2d3a56;
|
|
35960
|
+
/* make btn link in info row have the same height as normal text */
|
|
35961
|
+
}
|
|
35962
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
35963
|
+
height: auto;
|
|
35964
|
+
}
|
|
35965
|
+
|
|
35966
|
+
.E_cevhqx7 {
|
|
35967
|
+
color: #00122e;
|
|
35968
|
+
}
|
|
35969
|
+
|
|
35970
|
+
.E_snbqlt4 {
|
|
35971
|
+
margin-top: 8px;
|
|
35972
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35973
|
+
}
|
|
35974
|
+
|
|
35955
35975
|
.E_c1kchka8 {
|
|
35956
35976
|
height: 100%;
|
|
35957
35977
|
width: 100%;
|
|
@@ -36444,46 +36464,26 @@ span.E_tqjc4ui {
|
|
|
36444
36464
|
padding: 0;
|
|
36445
36465
|
}
|
|
36446
36466
|
|
|
36447
|
-
.
|
|
36448
|
-
width:
|
|
36449
|
-
height:
|
|
36450
|
-
|
|
36451
|
-
|
|
36452
|
-
|
|
36453
|
-
padding: 8px 0;
|
|
36454
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36455
|
-
}
|
|
36456
|
-
.E_c14ouk5o:last-of-type {
|
|
36457
|
-
box-shadow: none;
|
|
36458
|
-
padding-bottom: 0;
|
|
36459
|
-
}
|
|
36460
|
-
.E_c14ouk5o.collapsed {
|
|
36461
|
-
flex-direction: column;
|
|
36462
|
-
}
|
|
36463
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36464
|
-
display: flex;
|
|
36465
|
-
}
|
|
36466
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36467
|
-
flex: 1;
|
|
36467
|
+
.E_l12xdkhl {
|
|
36468
|
+
width: 64px;
|
|
36469
|
+
height: 64px;
|
|
36470
|
+
max-width: 64px;
|
|
36471
|
+
max-height: 64px;
|
|
36472
|
+
overflow: hidden;
|
|
36468
36473
|
display: flex;
|
|
36469
|
-
|
|
36470
|
-
|
|
36471
|
-
|
|
36472
|
-
|
|
36473
|
-
}
|
|
36474
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
36475
|
-
margin-left: 162px;
|
|
36476
|
-
}
|
|
36477
|
-
.E_c14ouk5o .col-label {
|
|
36478
|
-
width: 216px;
|
|
36479
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36480
|
-
margin-right: 12px;
|
|
36481
|
-
flex-shrink: 0;
|
|
36474
|
+
align-items: center;
|
|
36475
|
+
justify-content: center;
|
|
36476
|
+
position: relative;
|
|
36477
|
+
opacity: 0.6;
|
|
36482
36478
|
}
|
|
36483
|
-
.
|
|
36484
|
-
|
|
36485
|
-
/* make btn link in info row have the same height as normal text */
|
|
36479
|
+
.E_l12xdkhl .icon-wrapper {
|
|
36480
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36486
36481
|
}
|
|
36487
|
-
|
|
36488
|
-
|
|
36482
|
+
@keyframes rotate {
|
|
36483
|
+
from {
|
|
36484
|
+
transform: rotate(0deg);
|
|
36485
|
+
}
|
|
36486
|
+
to {
|
|
36487
|
+
transform: rotate(360deg);
|
|
36488
|
+
}
|
|
36489
36489
|
}
|