@cloudtower/eagle 0.31.17 → 0.31.19
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/TableFormBodyCell.js +6 -3
- package/dist/cjs/core/TableForm/TableFormBodyRows.js +7 -2
- package/dist/cjs/core/TableForm/index.js +12 -1
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1179 -1180
- package/dist/esm/core/TableForm/TableFormBodyCell.js +6 -3
- package/dist/esm/core/TableForm/TableFormBodyRows.js +7 -2
- package/dist/esm/core/TableForm/index.js +13 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Select/select.type.d.ts +1 -2
- package/dist/src/core/TableForm/types.d.ts +3 -0
- package/dist/style.css +1031 -1031
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29586,6 +29586,10 @@ html body {
|
|
|
29586
29586
|
margin-left: 1px;
|
|
29587
29587
|
}
|
|
29588
29588
|
|
|
29589
|
+
span.E_tqjc4ui {
|
|
29590
|
+
margin: 0 2px;
|
|
29591
|
+
}
|
|
29592
|
+
|
|
29589
29593
|
.E_c18bcrac {
|
|
29590
29594
|
display: inline-block;
|
|
29591
29595
|
width: 100%;
|
|
@@ -29635,6 +29639,26 @@ html body {
|
|
|
29635
29639
|
margin-right: 4px;
|
|
29636
29640
|
}
|
|
29637
29641
|
|
|
29642
|
+
.E_n12mqh7z {
|
|
29643
|
+
display: flex;
|
|
29644
|
+
align-items: center;
|
|
29645
|
+
font-size: 12px;
|
|
29646
|
+
line-height: 18px;
|
|
29647
|
+
}
|
|
29648
|
+
|
|
29649
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29650
|
+
margin-bottom: 4px;
|
|
29651
|
+
}
|
|
29652
|
+
|
|
29653
|
+
.E_tf5bynu {
|
|
29654
|
+
margin: 0 3px;
|
|
29655
|
+
}
|
|
29656
|
+
|
|
29657
|
+
.E_tcckoz1 {
|
|
29658
|
+
max-height: 400px;
|
|
29659
|
+
overflow: auto;
|
|
29660
|
+
}
|
|
29661
|
+
|
|
29638
29662
|
.E_gmyahx3 {
|
|
29639
29663
|
cursor: pointer;
|
|
29640
29664
|
}
|
|
@@ -29756,55 +29780,6 @@ html body {
|
|
|
29756
29780
|
border-radius: 2px;
|
|
29757
29781
|
}
|
|
29758
29782
|
|
|
29759
|
-
.E_n12mqh7z {
|
|
29760
|
-
display: flex;
|
|
29761
|
-
align-items: center;
|
|
29762
|
-
font-size: 12px;
|
|
29763
|
-
line-height: 18px;
|
|
29764
|
-
}
|
|
29765
|
-
|
|
29766
|
-
.E_n12mqh7z:not(:last-child) {
|
|
29767
|
-
margin-bottom: 4px;
|
|
29768
|
-
}
|
|
29769
|
-
|
|
29770
|
-
.E_tf5bynu {
|
|
29771
|
-
margin: 0 3px;
|
|
29772
|
-
}
|
|
29773
|
-
|
|
29774
|
-
.E_tcckoz1 {
|
|
29775
|
-
max-height: 400px;
|
|
29776
|
-
overflow: auto;
|
|
29777
|
-
}
|
|
29778
|
-
|
|
29779
|
-
.E_ou7iq30 {
|
|
29780
|
-
overflow: hidden;
|
|
29781
|
-
text-overflow: ellipsis;
|
|
29782
|
-
}
|
|
29783
|
-
|
|
29784
|
-
.E_s1tui002 {
|
|
29785
|
-
white-space: nowrap;
|
|
29786
|
-
}
|
|
29787
|
-
|
|
29788
|
-
.E_mxrc2zg {
|
|
29789
|
-
display: -webkit-box;
|
|
29790
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29791
|
-
-webkit-box-orient: vertical;
|
|
29792
|
-
word-break: break-all;
|
|
29793
|
-
}
|
|
29794
|
-
|
|
29795
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
29796
|
-
display: none;
|
|
29797
|
-
}
|
|
29798
|
-
|
|
29799
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
29800
|
-
background: rgba(23, 38, 64, 0.8);
|
|
29801
|
-
border-radius: 4px;
|
|
29802
|
-
}
|
|
29803
|
-
|
|
29804
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
29805
|
-
visibility: hidden;
|
|
29806
|
-
}
|
|
29807
|
-
|
|
29808
29783
|
.E_s1ebs0ra {
|
|
29809
29784
|
display: flex;
|
|
29810
29785
|
align-items: center;
|
|
@@ -29876,176 +29851,6 @@ html body {
|
|
|
29876
29851
|
background: #fff;
|
|
29877
29852
|
}
|
|
29878
29853
|
|
|
29879
|
-
.E_c1up1pdz {
|
|
29880
|
-
width: 648px;
|
|
29881
|
-
}
|
|
29882
|
-
|
|
29883
|
-
.E_c1up1pdz.active {
|
|
29884
|
-
border-color: #0080ff;
|
|
29885
|
-
}
|
|
29886
|
-
|
|
29887
|
-
.E_c1up1pdz.active > header {
|
|
29888
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29889
|
-
}
|
|
29890
|
-
|
|
29891
|
-
.E_c1up1pdz .expand {
|
|
29892
|
-
padding: 12px;
|
|
29893
|
-
}
|
|
29894
|
-
|
|
29895
|
-
.E_c1up1pdz .field-item {
|
|
29896
|
-
display: flex;
|
|
29897
|
-
padding: 10px 0;
|
|
29898
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29899
|
-
}
|
|
29900
|
-
|
|
29901
|
-
.E_c1up1pdz .field-item:last-child {
|
|
29902
|
-
border-bottom: none;
|
|
29903
|
-
padding-bottom: 0;
|
|
29904
|
-
}
|
|
29905
|
-
|
|
29906
|
-
.E_c1up1pdz .field-item label {
|
|
29907
|
-
line-height: 32px;
|
|
29908
|
-
width: 100px;
|
|
29909
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29910
|
-
}
|
|
29911
|
-
|
|
29912
|
-
.E_c1up1pdz .help {
|
|
29913
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29914
|
-
margin-top: 5px;
|
|
29915
|
-
}
|
|
29916
|
-
|
|
29917
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29918
|
-
.E_c1up1pdz .ant-picker {
|
|
29919
|
-
width: 128px;
|
|
29920
|
-
}
|
|
29921
|
-
|
|
29922
|
-
.E_c156wh19 {
|
|
29923
|
-
display: flex;
|
|
29924
|
-
align-items: center;
|
|
29925
|
-
justify-content: space-between;
|
|
29926
|
-
word-break: keep-all;
|
|
29927
|
-
}
|
|
29928
|
-
|
|
29929
|
-
.E_c156wh19 .title {
|
|
29930
|
-
margin: 0 16px 0 8px;
|
|
29931
|
-
}
|
|
29932
|
-
|
|
29933
|
-
.E_c156wh19 .retain {
|
|
29934
|
-
color: rgba(129, 138, 153, 0.6);
|
|
29935
|
-
}
|
|
29936
|
-
|
|
29937
|
-
.E_c156wh19 div.left {
|
|
29938
|
-
flex: 1;
|
|
29939
|
-
display: flex;
|
|
29940
|
-
overflow: hidden;
|
|
29941
|
-
align-items: center;
|
|
29942
|
-
justify-content: flex-start;
|
|
29943
|
-
white-space: nowrap;
|
|
29944
|
-
}
|
|
29945
|
-
|
|
29946
|
-
.E_c156wh19 div.left .title {
|
|
29947
|
-
max-width: 100%;
|
|
29948
|
-
overflow: hidden;
|
|
29949
|
-
text-overflow: ellipsis;
|
|
29950
|
-
}
|
|
29951
|
-
|
|
29952
|
-
.E_c156wh19 div.right {
|
|
29953
|
-
display: flex;
|
|
29954
|
-
align-items: center;
|
|
29955
|
-
}
|
|
29956
|
-
|
|
29957
|
-
.E_c156wh19 .reverse {
|
|
29958
|
-
display: flex;
|
|
29959
|
-
flex-direction: row-reverse;
|
|
29960
|
-
align-items: center;
|
|
29961
|
-
}
|
|
29962
|
-
|
|
29963
|
-
.E_c156wh19 .reverse .ant-switch {
|
|
29964
|
-
margin-left: 8px;
|
|
29965
|
-
}
|
|
29966
|
-
|
|
29967
|
-
.E_c156wh19 .close {
|
|
29968
|
-
padding-left: 14px;
|
|
29969
|
-
margin-left: 14px;
|
|
29970
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29971
|
-
cursor: pointer;
|
|
29972
|
-
}
|
|
29973
|
-
|
|
29974
|
-
.E_m126spxy {
|
|
29975
|
-
padding-bottom: 4px;
|
|
29976
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29977
|
-
}
|
|
29978
|
-
|
|
29979
|
-
.E_m126spxy .ant-btn-link {
|
|
29980
|
-
padding: 1px 10px;
|
|
29981
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29982
|
-
border-radius: 4px;
|
|
29983
|
-
}
|
|
29984
|
-
|
|
29985
|
-
.E_m126spxy .ant-btn-link.active {
|
|
29986
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29987
|
-
color: #0096ff;
|
|
29988
|
-
}
|
|
29989
|
-
|
|
29990
|
-
.E_wpbf4pq {
|
|
29991
|
-
padding: 10px 0;
|
|
29992
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29993
|
-
}
|
|
29994
|
-
|
|
29995
|
-
.E_wpbf4pq .ant-input,
|
|
29996
|
-
.E_wpbf4pq .ant-picker {
|
|
29997
|
-
width: 80px;
|
|
29998
|
-
margin: 0 9px;
|
|
29999
|
-
text-align: center;
|
|
30000
|
-
}
|
|
30001
|
-
|
|
30002
|
-
.E_wpbf4pq .options {
|
|
30003
|
-
padding: 12px 0 12px 16px;
|
|
30004
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30005
|
-
margin: 5px 0 5px 8px;
|
|
30006
|
-
}
|
|
30007
|
-
|
|
30008
|
-
.E_wpbf4pq .week-day-option,
|
|
30009
|
-
.E_wpbf4pq .month-day-option {
|
|
30010
|
-
background: #f5f7fa;
|
|
30011
|
-
box-sizing: border-box;
|
|
30012
|
-
border-radius: 16px;
|
|
30013
|
-
margin-right: 8px;
|
|
30014
|
-
}
|
|
30015
|
-
|
|
30016
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
30017
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
30018
|
-
color: inherit;
|
|
30019
|
-
border-color: #d9d9d9;
|
|
30020
|
-
}
|
|
30021
|
-
|
|
30022
|
-
.E_wpbf4pq .week-day-option.active {
|
|
30023
|
-
background-color: #0096ff;
|
|
30024
|
-
border-color: #0096ff;
|
|
30025
|
-
color: #fff;
|
|
30026
|
-
}
|
|
30027
|
-
|
|
30028
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
30029
|
-
width: 110px;
|
|
30030
|
-
margin-top: 4px;
|
|
30031
|
-
}
|
|
30032
|
-
|
|
30033
|
-
.E_wpbf4pq .month-day-option {
|
|
30034
|
-
width: 32px;
|
|
30035
|
-
padding: 0;
|
|
30036
|
-
margin-bottom: 8px;
|
|
30037
|
-
}
|
|
30038
|
-
|
|
30039
|
-
.E_wpbf4pq .month-day-option.active {
|
|
30040
|
-
background-color: #0096ff;
|
|
30041
|
-
border-color: #0096ff;
|
|
30042
|
-
color: #fff;
|
|
30043
|
-
}
|
|
30044
|
-
|
|
30045
|
-
span.E_tqjc4ui {
|
|
30046
|
-
margin: 0 2px;
|
|
30047
|
-
}
|
|
30048
|
-
|
|
30049
29854
|
.E_s1at6qmn.ant-layout-sider {
|
|
30050
29855
|
background: #edf0f7;
|
|
30051
29856
|
padding: 32px 8px;
|
|
@@ -30182,17 +29987,161 @@ span.E_tqjc4ui {
|
|
|
30182
29987
|
text-align: left;
|
|
30183
29988
|
}
|
|
30184
29989
|
|
|
30185
|
-
.
|
|
30186
|
-
|
|
30187
|
-
flex-direction: column;
|
|
30188
|
-
flex: 1;
|
|
30189
|
-
/* FIXME:(yanzhen) do this better */
|
|
29990
|
+
.E_t1sqg15u {
|
|
29991
|
+
background: white;
|
|
30190
29992
|
}
|
|
30191
29993
|
|
|
30192
|
-
.
|
|
30193
|
-
flex-
|
|
30194
|
-
|
|
30195
|
-
|
|
29994
|
+
.E_t1sqg15u.inline .table-row {
|
|
29995
|
+
flex-direction: column;
|
|
29996
|
+
}
|
|
29997
|
+
|
|
29998
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
29999
|
+
padding: 0 16px 7px 0;
|
|
30000
|
+
}
|
|
30001
|
+
|
|
30002
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30003
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30004
|
+
}
|
|
30005
|
+
|
|
30006
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30007
|
+
border-top: none !important;
|
|
30008
|
+
}
|
|
30009
|
+
|
|
30010
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30011
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30012
|
+
}
|
|
30013
|
+
|
|
30014
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30015
|
+
padding-bottom: 0;
|
|
30016
|
+
}
|
|
30017
|
+
|
|
30018
|
+
.E_t1sqg15u.align-right .content {
|
|
30019
|
+
text-align: right;
|
|
30020
|
+
}
|
|
30021
|
+
|
|
30022
|
+
.E_t1sqg15u .uuid-row {
|
|
30023
|
+
display: flex;
|
|
30024
|
+
justify-content: space-between;
|
|
30025
|
+
}
|
|
30026
|
+
|
|
30027
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
30028
|
+
white-space: nowrap;
|
|
30029
|
+
overflow: hidden;
|
|
30030
|
+
text-overflow: ellipsis;
|
|
30031
|
+
}
|
|
30032
|
+
|
|
30033
|
+
.E_t4zczcp {
|
|
30034
|
+
display: flex;
|
|
30035
|
+
justify-content: space-between;
|
|
30036
|
+
align-items: center;
|
|
30037
|
+
padding: 8px;
|
|
30038
|
+
min-height: 32px;
|
|
30039
|
+
}
|
|
30040
|
+
|
|
30041
|
+
.E_t4zczcp .table-title {
|
|
30042
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30043
|
+
font-weight: 600;
|
|
30044
|
+
font-size: 12px;
|
|
30045
|
+
line-height: 8px;
|
|
30046
|
+
}
|
|
30047
|
+
|
|
30048
|
+
.E_t4zczcp .edit-icon {
|
|
30049
|
+
font-size: 16px;
|
|
30050
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30051
|
+
cursor: pointer;
|
|
30052
|
+
}
|
|
30053
|
+
|
|
30054
|
+
.E_t1s7goww {
|
|
30055
|
+
font-size: 12px;
|
|
30056
|
+
line-height: 18px;
|
|
30057
|
+
}
|
|
30058
|
+
|
|
30059
|
+
.E_t93e4cf {
|
|
30060
|
+
display: flex;
|
|
30061
|
+
padding: 8px 0;
|
|
30062
|
+
color: #2d3a56;
|
|
30063
|
+
}
|
|
30064
|
+
|
|
30065
|
+
.E_t93e4cf .hidden {
|
|
30066
|
+
display: none;
|
|
30067
|
+
}
|
|
30068
|
+
|
|
30069
|
+
.E_t93e4cf .ant-btn-link {
|
|
30070
|
+
height: auto;
|
|
30071
|
+
}
|
|
30072
|
+
|
|
30073
|
+
.E_t93e4cf .content {
|
|
30074
|
+
overflow: hidden;
|
|
30075
|
+
overflow-x: auto;
|
|
30076
|
+
width: 100%;
|
|
30077
|
+
white-space: pre-wrap;
|
|
30078
|
+
}
|
|
30079
|
+
|
|
30080
|
+
.E_t93e4cf .content .ant-btn {
|
|
30081
|
+
white-space: pre-wrap;
|
|
30082
|
+
text-align: left;
|
|
30083
|
+
}
|
|
30084
|
+
|
|
30085
|
+
.E_t93e4cf .content .unit-chart {
|
|
30086
|
+
justify-content: flex-start;
|
|
30087
|
+
}
|
|
30088
|
+
|
|
30089
|
+
.E_rhz2uv5 {
|
|
30090
|
+
width: var(--rhz2uv5-0);
|
|
30091
|
+
flex-shrink: 0;
|
|
30092
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30093
|
+
padding-right: 12px;
|
|
30094
|
+
}
|
|
30095
|
+
|
|
30096
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30097
|
+
display: flex;
|
|
30098
|
+
align-items: center;
|
|
30099
|
+
}
|
|
30100
|
+
|
|
30101
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30102
|
+
margin-right: 8px;
|
|
30103
|
+
}
|
|
30104
|
+
|
|
30105
|
+
.E_ou7iq30 {
|
|
30106
|
+
overflow: hidden;
|
|
30107
|
+
text-overflow: ellipsis;
|
|
30108
|
+
}
|
|
30109
|
+
|
|
30110
|
+
.E_s1tui002 {
|
|
30111
|
+
white-space: nowrap;
|
|
30112
|
+
}
|
|
30113
|
+
|
|
30114
|
+
.E_mxrc2zg {
|
|
30115
|
+
display: -webkit-box;
|
|
30116
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30117
|
+
-webkit-box-orient: vertical;
|
|
30118
|
+
word-break: break-all;
|
|
30119
|
+
}
|
|
30120
|
+
|
|
30121
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
30122
|
+
display: none;
|
|
30123
|
+
}
|
|
30124
|
+
|
|
30125
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
30126
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30127
|
+
border-radius: 4px;
|
|
30128
|
+
}
|
|
30129
|
+
|
|
30130
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30131
|
+
visibility: hidden;
|
|
30132
|
+
}
|
|
30133
|
+
|
|
30134
|
+
.E_t160l1cm {
|
|
30135
|
+
display: flex;
|
|
30136
|
+
flex-direction: column;
|
|
30137
|
+
flex: 1;
|
|
30138
|
+
/* FIXME:(yanzhen) do this better */
|
|
30139
|
+
}
|
|
30140
|
+
|
|
30141
|
+
.E_t160l1cm .tab-bar {
|
|
30142
|
+
flex-shrink: 0;
|
|
30143
|
+
display: flex;
|
|
30144
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30196
30145
|
}
|
|
30197
30146
|
|
|
30198
30147
|
.E_t160l1cm .tab-content {
|
|
@@ -30432,119 +30381,170 @@ span.E_tqjc4ui {
|
|
|
30432
30381
|
background: transparent;
|
|
30433
30382
|
}
|
|
30434
30383
|
|
|
30435
|
-
.
|
|
30436
|
-
|
|
30384
|
+
.E_c1up1pdz {
|
|
30385
|
+
width: 648px;
|
|
30437
30386
|
}
|
|
30438
30387
|
|
|
30439
|
-
.
|
|
30440
|
-
|
|
30388
|
+
.E_c1up1pdz.active {
|
|
30389
|
+
border-color: #0080ff;
|
|
30441
30390
|
}
|
|
30442
30391
|
|
|
30443
|
-
.
|
|
30444
|
-
|
|
30392
|
+
.E_c1up1pdz.active > header {
|
|
30393
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30445
30394
|
}
|
|
30446
30395
|
|
|
30447
|
-
.
|
|
30448
|
-
|
|
30396
|
+
.E_c1up1pdz .expand {
|
|
30397
|
+
padding: 12px;
|
|
30449
30398
|
}
|
|
30450
30399
|
|
|
30451
|
-
.
|
|
30452
|
-
|
|
30400
|
+
.E_c1up1pdz .field-item {
|
|
30401
|
+
display: flex;
|
|
30402
|
+
padding: 10px 0;
|
|
30403
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30453
30404
|
}
|
|
30454
30405
|
|
|
30455
|
-
.
|
|
30456
|
-
border-
|
|
30406
|
+
.E_c1up1pdz .field-item:last-child {
|
|
30407
|
+
border-bottom: none;
|
|
30408
|
+
padding-bottom: 0;
|
|
30457
30409
|
}
|
|
30458
30410
|
|
|
30459
|
-
.
|
|
30460
|
-
|
|
30411
|
+
.E_c1up1pdz .field-item label {
|
|
30412
|
+
line-height: 32px;
|
|
30413
|
+
width: 100px;
|
|
30414
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30461
30415
|
}
|
|
30462
30416
|
|
|
30463
|
-
.
|
|
30464
|
-
|
|
30417
|
+
.E_c1up1pdz .help {
|
|
30418
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30419
|
+
margin-top: 5px;
|
|
30465
30420
|
}
|
|
30466
30421
|
|
|
30467
|
-
.
|
|
30422
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
30423
|
+
.E_c1up1pdz .ant-picker {
|
|
30424
|
+
width: 128px;
|
|
30425
|
+
}
|
|
30426
|
+
|
|
30427
|
+
.E_c156wh19 {
|
|
30468
30428
|
display: flex;
|
|
30429
|
+
align-items: center;
|
|
30469
30430
|
justify-content: space-between;
|
|
30431
|
+
word-break: keep-all;
|
|
30470
30432
|
}
|
|
30471
30433
|
|
|
30472
|
-
.
|
|
30434
|
+
.E_c156wh19 .title {
|
|
30435
|
+
margin: 0 16px 0 8px;
|
|
30436
|
+
}
|
|
30437
|
+
|
|
30438
|
+
.E_c156wh19 .retain {
|
|
30439
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30440
|
+
}
|
|
30441
|
+
|
|
30442
|
+
.E_c156wh19 div.left {
|
|
30443
|
+
flex: 1;
|
|
30444
|
+
display: flex;
|
|
30445
|
+
overflow: hidden;
|
|
30446
|
+
align-items: center;
|
|
30447
|
+
justify-content: flex-start;
|
|
30473
30448
|
white-space: nowrap;
|
|
30449
|
+
}
|
|
30450
|
+
|
|
30451
|
+
.E_c156wh19 div.left .title {
|
|
30452
|
+
max-width: 100%;
|
|
30474
30453
|
overflow: hidden;
|
|
30475
30454
|
text-overflow: ellipsis;
|
|
30476
30455
|
}
|
|
30477
30456
|
|
|
30478
|
-
.
|
|
30457
|
+
.E_c156wh19 div.right {
|
|
30479
30458
|
display: flex;
|
|
30480
|
-
justify-content: space-between;
|
|
30481
30459
|
align-items: center;
|
|
30482
|
-
padding: 8px;
|
|
30483
|
-
min-height: 32px;
|
|
30484
30460
|
}
|
|
30485
30461
|
|
|
30486
|
-
.
|
|
30487
|
-
|
|
30488
|
-
|
|
30489
|
-
|
|
30490
|
-
line-height: 8px;
|
|
30462
|
+
.E_c156wh19 .reverse {
|
|
30463
|
+
display: flex;
|
|
30464
|
+
flex-direction: row-reverse;
|
|
30465
|
+
align-items: center;
|
|
30491
30466
|
}
|
|
30492
30467
|
|
|
30493
|
-
.
|
|
30494
|
-
|
|
30495
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30496
|
-
cursor: pointer;
|
|
30468
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
30469
|
+
margin-left: 8px;
|
|
30497
30470
|
}
|
|
30498
30471
|
|
|
30499
|
-
.
|
|
30500
|
-
|
|
30501
|
-
|
|
30472
|
+
.E_c156wh19 .close {
|
|
30473
|
+
padding-left: 14px;
|
|
30474
|
+
margin-left: 14px;
|
|
30475
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30476
|
+
cursor: pointer;
|
|
30502
30477
|
}
|
|
30503
30478
|
|
|
30504
|
-
.
|
|
30505
|
-
|
|
30506
|
-
|
|
30507
|
-
color: #2d3a56;
|
|
30479
|
+
.E_m126spxy {
|
|
30480
|
+
padding-bottom: 4px;
|
|
30481
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30508
30482
|
}
|
|
30509
30483
|
|
|
30510
|
-
.
|
|
30511
|
-
|
|
30484
|
+
.E_m126spxy .ant-btn-link {
|
|
30485
|
+
padding: 1px 10px;
|
|
30486
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30487
|
+
border-radius: 4px;
|
|
30512
30488
|
}
|
|
30513
30489
|
|
|
30514
|
-
.
|
|
30515
|
-
|
|
30490
|
+
.E_m126spxy .ant-btn-link.active {
|
|
30491
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30492
|
+
color: #0096ff;
|
|
30516
30493
|
}
|
|
30517
30494
|
|
|
30518
|
-
.
|
|
30519
|
-
|
|
30520
|
-
|
|
30521
|
-
width: 100%;
|
|
30522
|
-
white-space: pre-wrap;
|
|
30495
|
+
.E_wpbf4pq {
|
|
30496
|
+
padding: 10px 0;
|
|
30497
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30523
30498
|
}
|
|
30524
30499
|
|
|
30525
|
-
.
|
|
30526
|
-
|
|
30527
|
-
|
|
30500
|
+
.E_wpbf4pq .ant-input,
|
|
30501
|
+
.E_wpbf4pq .ant-picker {
|
|
30502
|
+
width: 80px;
|
|
30503
|
+
margin: 0 9px;
|
|
30504
|
+
text-align: center;
|
|
30528
30505
|
}
|
|
30529
30506
|
|
|
30530
|
-
.
|
|
30531
|
-
|
|
30507
|
+
.E_wpbf4pq .options {
|
|
30508
|
+
padding: 12px 0 12px 16px;
|
|
30509
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30510
|
+
margin: 5px 0 5px 8px;
|
|
30532
30511
|
}
|
|
30533
30512
|
|
|
30534
|
-
.
|
|
30535
|
-
|
|
30536
|
-
|
|
30537
|
-
|
|
30538
|
-
|
|
30513
|
+
.E_wpbf4pq .week-day-option,
|
|
30514
|
+
.E_wpbf4pq .month-day-option {
|
|
30515
|
+
background: #f5f7fa;
|
|
30516
|
+
box-sizing: border-box;
|
|
30517
|
+
border-radius: 16px;
|
|
30518
|
+
margin-right: 8px;
|
|
30539
30519
|
}
|
|
30540
30520
|
|
|
30541
|
-
.
|
|
30542
|
-
|
|
30543
|
-
|
|
30521
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
30522
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
30523
|
+
color: inherit;
|
|
30524
|
+
border-color: #d9d9d9;
|
|
30544
30525
|
}
|
|
30545
30526
|
|
|
30546
|
-
.
|
|
30547
|
-
|
|
30527
|
+
.E_wpbf4pq .week-day-option.active {
|
|
30528
|
+
background-color: #0096ff;
|
|
30529
|
+
border-color: #0096ff;
|
|
30530
|
+
color: #fff;
|
|
30531
|
+
}
|
|
30532
|
+
|
|
30533
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
30534
|
+
width: 110px;
|
|
30535
|
+
margin-top: 4px;
|
|
30536
|
+
}
|
|
30537
|
+
|
|
30538
|
+
.E_wpbf4pq .month-day-option {
|
|
30539
|
+
width: 32px;
|
|
30540
|
+
padding: 0;
|
|
30541
|
+
margin-bottom: 8px;
|
|
30542
|
+
}
|
|
30543
|
+
|
|
30544
|
+
.E_wpbf4pq .month-day-option.active {
|
|
30545
|
+
background-color: #0096ff;
|
|
30546
|
+
border-color: #0096ff;
|
|
30547
|
+
color: #fff;
|
|
30548
30548
|
}
|
|
30549
30549
|
|
|
30550
30550
|
.E_wg1tsps {
|
|
@@ -30572,53 +30572,29 @@ span.E_tqjc4ui {
|
|
|
30572
30572
|
color: #00122e !important;
|
|
30573
30573
|
}
|
|
30574
30574
|
|
|
30575
|
-
.
|
|
30576
|
-
|
|
30577
|
-
|
|
30578
|
-
width: 100%;
|
|
30579
|
-
}
|
|
30580
|
-
|
|
30581
|
-
.E_m74vjol .action {
|
|
30582
|
-
margin-left: 16px;
|
|
30583
|
-
}
|
|
30584
|
-
|
|
30585
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30586
|
-
width: 100%;
|
|
30587
|
-
}
|
|
30588
|
-
|
|
30589
|
-
.E_b1nip9bk {
|
|
30590
|
-
padding: 4px 11px;
|
|
30591
|
-
}
|
|
30592
|
-
|
|
30593
|
-
.E_bqamoqe {
|
|
30594
|
-
white-space: nowrap;
|
|
30595
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30596
|
-
}
|
|
30597
|
-
|
|
30598
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30599
|
-
--color: #0080ff;
|
|
30575
|
+
.E_c18gxmrl {
|
|
30576
|
+
border: 1px solid #d8deeb;
|
|
30577
|
+
border-radius: 4px;
|
|
30600
30578
|
}
|
|
30601
30579
|
|
|
30602
|
-
.
|
|
30603
|
-
|
|
30580
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30581
|
+
margin-top: 8px;
|
|
30604
30582
|
}
|
|
30605
30583
|
|
|
30606
|
-
.
|
|
30607
|
-
|
|
30584
|
+
.E_c18gxmrl:hover {
|
|
30585
|
+
border-color: #0080ff;
|
|
30608
30586
|
}
|
|
30609
30587
|
|
|
30610
|
-
.
|
|
30611
|
-
|
|
30612
|
-
border-bottom-right-radius: 0;
|
|
30588
|
+
.E_c18gxmrl:hover > header {
|
|
30589
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30613
30590
|
}
|
|
30614
30591
|
|
|
30615
|
-
.
|
|
30616
|
-
border-
|
|
30617
|
-
border-bottom-left-radius: 0;
|
|
30592
|
+
.E_c18gxmrl.active header {
|
|
30593
|
+
border-bottom: 1px solid #d8deeb;
|
|
30618
30594
|
}
|
|
30619
30595
|
|
|
30620
|
-
.
|
|
30621
|
-
|
|
30596
|
+
.E_c18gxmrl > header {
|
|
30597
|
+
padding: 8px 12px;
|
|
30622
30598
|
}
|
|
30623
30599
|
|
|
30624
30600
|
.E_berrcjl {
|
|
@@ -30932,29 +30908,78 @@ button.E_n7k2c6r {
|
|
|
30932
30908
|
padding: 0;
|
|
30933
30909
|
}
|
|
30934
30910
|
|
|
30935
|
-
.
|
|
30936
|
-
|
|
30937
|
-
|
|
30911
|
+
.E_m74vjol {
|
|
30912
|
+
display: flex;
|
|
30913
|
+
justify-content: space-between;
|
|
30914
|
+
width: 100%;
|
|
30938
30915
|
}
|
|
30939
30916
|
|
|
30940
|
-
.
|
|
30941
|
-
margin-
|
|
30917
|
+
.E_m74vjol .action {
|
|
30918
|
+
margin-left: 16px;
|
|
30942
30919
|
}
|
|
30943
30920
|
|
|
30944
|
-
.
|
|
30945
|
-
|
|
30921
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30922
|
+
width: 100%;
|
|
30946
30923
|
}
|
|
30947
30924
|
|
|
30948
|
-
.
|
|
30949
|
-
|
|
30925
|
+
.E_b1nip9bk {
|
|
30926
|
+
padding: 4px 11px;
|
|
30950
30927
|
}
|
|
30951
30928
|
|
|
30952
|
-
.
|
|
30953
|
-
|
|
30929
|
+
.E_bqamoqe {
|
|
30930
|
+
white-space: nowrap;
|
|
30931
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30954
30932
|
}
|
|
30955
30933
|
|
|
30956
|
-
.
|
|
30957
|
-
|
|
30934
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30935
|
+
--color: #0080ff;
|
|
30936
|
+
}
|
|
30937
|
+
|
|
30938
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30939
|
+
--color: #0080ff;
|
|
30940
|
+
}
|
|
30941
|
+
|
|
30942
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30943
|
+
margin-left: 1px;
|
|
30944
|
+
}
|
|
30945
|
+
|
|
30946
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30947
|
+
border-top-right-radius: 0;
|
|
30948
|
+
border-bottom-right-radius: 0;
|
|
30949
|
+
}
|
|
30950
|
+
|
|
30951
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30952
|
+
border-top-left-radius: 0;
|
|
30953
|
+
border-bottom-left-radius: 0;
|
|
30954
|
+
}
|
|
30955
|
+
|
|
30956
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30957
|
+
border-radius: unset;
|
|
30958
|
+
}
|
|
30959
|
+
|
|
30960
|
+
.E_c1uzzomf {
|
|
30961
|
+
margin-bottom: 16px;
|
|
30962
|
+
}
|
|
30963
|
+
|
|
30964
|
+
.E_c1uzzomf .card-title {
|
|
30965
|
+
font-size: 16px;
|
|
30966
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30967
|
+
font-weight: 700;
|
|
30968
|
+
line-height: 32px;
|
|
30969
|
+
}
|
|
30970
|
+
|
|
30971
|
+
.E_c1uzzomf .card-body {
|
|
30972
|
+
padding: 24px;
|
|
30973
|
+
border-radius: 8px;
|
|
30974
|
+
background: #fff;
|
|
30975
|
+
}
|
|
30976
|
+
|
|
30977
|
+
.E_c1uzzomf .empty {
|
|
30978
|
+
font-weight: 700;
|
|
30979
|
+
font-size: 14px;
|
|
30980
|
+
line-height: 22px;
|
|
30981
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30982
|
+
text-align: center;
|
|
30958
30983
|
}
|
|
30959
30984
|
|
|
30960
30985
|
.E_ccrbeuz .ant-collapse-item {
|
|
@@ -30990,29 +31015,27 @@ button.E_n7k2c6r {
|
|
|
30990
31015
|
padding: 20px 24px 24px 24px;
|
|
30991
31016
|
}
|
|
30992
31017
|
|
|
30993
|
-
.
|
|
30994
|
-
|
|
31018
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
31019
|
+
padding: 4px 8px 0 8px;
|
|
31020
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31021
|
+
font-size: 12px;
|
|
30995
31022
|
}
|
|
30996
31023
|
|
|
30997
|
-
.
|
|
30998
|
-
|
|
30999
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31000
|
-
font-weight: 700;
|
|
31001
|
-
line-height: 32px;
|
|
31024
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
31025
|
+
padding-bottom: 6px;
|
|
31002
31026
|
}
|
|
31003
31027
|
|
|
31004
|
-
.
|
|
31005
|
-
padding:
|
|
31006
|
-
border-
|
|
31007
|
-
background: #fff;
|
|
31028
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
31029
|
+
padding-top: 4px;
|
|
31030
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31008
31031
|
}
|
|
31009
31032
|
|
|
31010
|
-
.
|
|
31011
|
-
|
|
31012
|
-
|
|
31013
|
-
|
|
31014
|
-
|
|
31015
|
-
|
|
31033
|
+
.E_sx1bpnu .ant-input-sm {
|
|
31034
|
+
line-height: 18px;
|
|
31035
|
+
}
|
|
31036
|
+
|
|
31037
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31038
|
+
display: flex;
|
|
31016
31039
|
}
|
|
31017
31040
|
|
|
31018
31041
|
.E_d1bw7c5z {
|
|
@@ -31111,29 +31134,6 @@ button.E_n7k2c6r {
|
|
|
31111
31134
|
width: 102px;
|
|
31112
31135
|
}
|
|
31113
31136
|
|
|
31114
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
31115
|
-
padding: 4px 8px 0 8px;
|
|
31116
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31117
|
-
font-size: 12px;
|
|
31118
|
-
}
|
|
31119
|
-
|
|
31120
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
31121
|
-
padding-bottom: 6px;
|
|
31122
|
-
}
|
|
31123
|
-
|
|
31124
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
31125
|
-
padding-top: 4px;
|
|
31126
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31127
|
-
}
|
|
31128
|
-
|
|
31129
|
-
.E_sx1bpnu .ant-input-sm {
|
|
31130
|
-
line-height: 18px;
|
|
31131
|
-
}
|
|
31132
|
-
|
|
31133
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31134
|
-
display: flex;
|
|
31135
|
-
}
|
|
31136
|
-
|
|
31137
31137
|
.E_phljevk {
|
|
31138
31138
|
display: flex;
|
|
31139
31139
|
justify-content: space-between;
|
|
@@ -31201,173 +31201,6 @@ button.E_n7k2c6r {
|
|
|
31201
31201
|
line-height: 18px;
|
|
31202
31202
|
}
|
|
31203
31203
|
|
|
31204
|
-
.E_ivqqkzv {
|
|
31205
|
-
height: 24px;
|
|
31206
|
-
width: 56px !important;
|
|
31207
|
-
margin-right: 4px;
|
|
31208
|
-
}
|
|
31209
|
-
|
|
31210
|
-
.E_c1wk4q29 {
|
|
31211
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31212
|
-
}
|
|
31213
|
-
|
|
31214
|
-
.E_s1dizucg.ant-switch {
|
|
31215
|
-
min-width: 40px;
|
|
31216
|
-
height: 24px;
|
|
31217
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31218
|
-
overflow: hidden;
|
|
31219
|
-
}
|
|
31220
|
-
|
|
31221
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31222
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31223
|
-
}
|
|
31224
|
-
|
|
31225
|
-
.E_s1dizucg.ant-switch-small {
|
|
31226
|
-
min-width: 26px;
|
|
31227
|
-
height: 16px;
|
|
31228
|
-
}
|
|
31229
|
-
|
|
31230
|
-
.E_s1dizucg.ant-switch-large {
|
|
31231
|
-
min-width: 52px;
|
|
31232
|
-
height: 32px;
|
|
31233
|
-
}
|
|
31234
|
-
|
|
31235
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31236
|
-
height: 20px;
|
|
31237
|
-
width: 20px;
|
|
31238
|
-
}
|
|
31239
|
-
|
|
31240
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31241
|
-
border-radius: 10px;
|
|
31242
|
-
transition-delay: 120ms;
|
|
31243
|
-
}
|
|
31244
|
-
|
|
31245
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31246
|
-
height: 14px;
|
|
31247
|
-
width: 14px;
|
|
31248
|
-
top: 1px;
|
|
31249
|
-
left: 1px;
|
|
31250
|
-
}
|
|
31251
|
-
|
|
31252
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31253
|
-
height: 28px;
|
|
31254
|
-
width: 28px;
|
|
31255
|
-
}
|
|
31256
|
-
|
|
31257
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31258
|
-
border-radius: 14px;
|
|
31259
|
-
}
|
|
31260
|
-
|
|
31261
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31262
|
-
background-color: #00ba5d;
|
|
31263
|
-
}
|
|
31264
|
-
|
|
31265
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31266
|
-
left: calc(100% - 20px - 2px);
|
|
31267
|
-
}
|
|
31268
|
-
|
|
31269
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31270
|
-
left: calc(100% - 14px - 1px);
|
|
31271
|
-
}
|
|
31272
|
-
|
|
31273
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31274
|
-
left: calc(100% - 28px - 2px);
|
|
31275
|
-
}
|
|
31276
|
-
|
|
31277
|
-
.E_c1up6e3y {
|
|
31278
|
-
margin-left: 5px;
|
|
31279
|
-
}
|
|
31280
|
-
|
|
31281
|
-
.E_s1dni7lo {
|
|
31282
|
-
width: 430px !important;
|
|
31283
|
-
}
|
|
31284
|
-
|
|
31285
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31286
|
-
padding: 8px 16px;
|
|
31287
|
-
line-height: 18px;
|
|
31288
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31289
|
-
height: 34px;
|
|
31290
|
-
min-height: 34px;
|
|
31291
|
-
box-sizing: border-box;
|
|
31292
|
-
margin-top: 8px;
|
|
31293
|
-
}
|
|
31294
|
-
|
|
31295
|
-
.E_o1ugr09p {
|
|
31296
|
-
display: flex;
|
|
31297
|
-
flex-direction: column;
|
|
31298
|
-
margin: 1px 8px;
|
|
31299
|
-
padding: 8px;
|
|
31300
|
-
border-radius: 4px;
|
|
31301
|
-
}
|
|
31302
|
-
|
|
31303
|
-
.E_o1ugr09p .selected-icon {
|
|
31304
|
-
display: none;
|
|
31305
|
-
}
|
|
31306
|
-
|
|
31307
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31308
|
-
padding-left: 8px;
|
|
31309
|
-
}
|
|
31310
|
-
|
|
31311
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31312
|
-
background-color: white;
|
|
31313
|
-
}
|
|
31314
|
-
|
|
31315
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31316
|
-
color: #0080ff;
|
|
31317
|
-
}
|
|
31318
|
-
|
|
31319
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31320
|
-
display: block;
|
|
31321
|
-
}
|
|
31322
|
-
|
|
31323
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31324
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31325
|
-
}
|
|
31326
|
-
|
|
31327
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31328
|
-
color: #0080ff;
|
|
31329
|
-
}
|
|
31330
|
-
|
|
31331
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31332
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31333
|
-
color: #0080ff;
|
|
31334
|
-
}
|
|
31335
|
-
|
|
31336
|
-
.E_o1ifxsq4 {
|
|
31337
|
-
display: flex;
|
|
31338
|
-
justify-content: space-between;
|
|
31339
|
-
height: 20px;
|
|
31340
|
-
line-height: 20px;
|
|
31341
|
-
}
|
|
31342
|
-
|
|
31343
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31344
|
-
color: #2d3a56;
|
|
31345
|
-
overflow: hidden;
|
|
31346
|
-
text-overflow: ellipsis;
|
|
31347
|
-
}
|
|
31348
|
-
|
|
31349
|
-
.E_o1zue7 {
|
|
31350
|
-
display: flex;
|
|
31351
|
-
justify-content: space-between;
|
|
31352
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31353
|
-
height: 18px;
|
|
31354
|
-
line-height: 18px;
|
|
31355
|
-
margin-top: 2px;
|
|
31356
|
-
}
|
|
31357
|
-
|
|
31358
|
-
.E_tyfmlxg {
|
|
31359
|
-
border: none;
|
|
31360
|
-
margin-right: 0;
|
|
31361
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31362
|
-
}
|
|
31363
|
-
|
|
31364
|
-
.E_o18uybox {
|
|
31365
|
-
pointer-events: none;
|
|
31366
|
-
height: 32px;
|
|
31367
|
-
width: 100%;
|
|
31368
|
-
opacity: 0;
|
|
31369
|
-
}
|
|
31370
|
-
|
|
31371
31204
|
.E_c1bus5hc {
|
|
31372
31205
|
--color: white;
|
|
31373
31206
|
height: 14px;
|
|
@@ -31509,91 +31342,200 @@ button.E_n7k2c6r {
|
|
|
31509
31342
|
background-color: #7E41FF;
|
|
31510
31343
|
}
|
|
31511
31344
|
|
|
31512
|
-
.
|
|
31513
|
-
|
|
31514
|
-
|
|
31515
|
-
|
|
31345
|
+
.E_s1dizucg.ant-switch {
|
|
31346
|
+
min-width: 40px;
|
|
31347
|
+
height: 24px;
|
|
31348
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31349
|
+
overflow: hidden;
|
|
31516
31350
|
}
|
|
31517
31351
|
|
|
31518
|
-
.
|
|
31519
|
-
|
|
31520
|
-
top: 3px;
|
|
31352
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31353
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31521
31354
|
}
|
|
31522
31355
|
|
|
31523
|
-
.
|
|
31524
|
-
|
|
31356
|
+
.E_s1dizucg.ant-switch-small {
|
|
31357
|
+
min-width: 26px;
|
|
31358
|
+
height: 16px;
|
|
31525
31359
|
}
|
|
31526
31360
|
|
|
31527
|
-
.
|
|
31528
|
-
|
|
31361
|
+
.E_s1dizucg.ant-switch-large {
|
|
31362
|
+
min-width: 52px;
|
|
31363
|
+
height: 32px;
|
|
31529
31364
|
}
|
|
31530
31365
|
|
|
31531
|
-
.
|
|
31532
|
-
|
|
31533
|
-
|
|
31366
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31367
|
+
height: 20px;
|
|
31368
|
+
width: 20px;
|
|
31534
31369
|
}
|
|
31535
31370
|
|
|
31536
|
-
.
|
|
31537
|
-
|
|
31538
|
-
|
|
31539
|
-
width: 6px;
|
|
31540
|
-
height: 6px;
|
|
31541
|
-
background: #fff;
|
|
31371
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31372
|
+
border-radius: 10px;
|
|
31373
|
+
transition-delay: 120ms;
|
|
31542
31374
|
}
|
|
31543
31375
|
|
|
31544
|
-
.
|
|
31545
|
-
|
|
31376
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31377
|
+
height: 14px;
|
|
31378
|
+
width: 14px;
|
|
31379
|
+
top: 1px;
|
|
31380
|
+
left: 1px;
|
|
31546
31381
|
}
|
|
31547
31382
|
|
|
31548
|
-
.
|
|
31549
|
-
|
|
31550
|
-
|
|
31383
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31384
|
+
height: 28px;
|
|
31385
|
+
width: 28px;
|
|
31551
31386
|
}
|
|
31552
31387
|
|
|
31553
|
-
.
|
|
31554
|
-
|
|
31388
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31389
|
+
border-radius: 14px;
|
|
31555
31390
|
}
|
|
31556
31391
|
|
|
31557
|
-
.
|
|
31558
|
-
color: #
|
|
31559
|
-
opacity: 0.5;
|
|
31392
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31393
|
+
background-color: #00ba5d;
|
|
31560
31394
|
}
|
|
31561
31395
|
|
|
31562
|
-
.
|
|
31563
|
-
|
|
31396
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31397
|
+
left: calc(100% - 20px - 2px);
|
|
31564
31398
|
}
|
|
31565
31399
|
|
|
31566
|
-
.
|
|
31567
|
-
|
|
31568
|
-
padding: 0;
|
|
31569
|
-
padding-left: 12px;
|
|
31400
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31401
|
+
left: calc(100% - 14px - 1px);
|
|
31570
31402
|
}
|
|
31571
31403
|
|
|
31572
|
-
.
|
|
31573
|
-
|
|
31574
|
-
white-space: pre-wrap;
|
|
31575
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31404
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31405
|
+
left: calc(100% - 28px - 2px);
|
|
31576
31406
|
}
|
|
31577
31407
|
|
|
31578
|
-
.
|
|
31579
|
-
|
|
31408
|
+
.E_c1up6e3y {
|
|
31409
|
+
margin-left: 5px;
|
|
31580
31410
|
}
|
|
31581
31411
|
|
|
31582
|
-
.
|
|
31583
|
-
|
|
31412
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
31413
|
+
margin-right: 8px;
|
|
31584
31414
|
}
|
|
31585
31415
|
|
|
31586
|
-
.
|
|
31587
|
-
|
|
31416
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
31417
|
+
margin-left: 8px;
|
|
31588
31418
|
}
|
|
31589
31419
|
|
|
31590
|
-
.
|
|
31420
|
+
.E_cc368xp {
|
|
31591
31421
|
color: #00122e;
|
|
31592
|
-
border-
|
|
31422
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31423
|
+
margin-right: 8px;
|
|
31424
|
+
padding-right: 8px;
|
|
31593
31425
|
}
|
|
31594
31426
|
|
|
31595
|
-
.
|
|
31596
|
-
|
|
31427
|
+
.E_i11o6xqj {
|
|
31428
|
+
display: flex;
|
|
31429
|
+
gap: 4px;
|
|
31430
|
+
}
|
|
31431
|
+
|
|
31432
|
+
.E_i11o6xqj .icon-wrapper {
|
|
31433
|
+
cursor: pointer;
|
|
31434
|
+
}
|
|
31435
|
+
|
|
31436
|
+
.E_d19ruhdj.icon-wrapper {
|
|
31437
|
+
cursor: not-allowed;
|
|
31438
|
+
}
|
|
31439
|
+
|
|
31440
|
+
.E_ivqqkzv {
|
|
31441
|
+
height: 24px;
|
|
31442
|
+
width: 56px !important;
|
|
31443
|
+
margin-right: 4px;
|
|
31444
|
+
}
|
|
31445
|
+
|
|
31446
|
+
.E_c1wk4q29 {
|
|
31447
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31448
|
+
}
|
|
31449
|
+
|
|
31450
|
+
.E_tju3gfj .date {
|
|
31451
|
+
margin-right: 4px;
|
|
31452
|
+
}
|
|
31453
|
+
|
|
31454
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
31455
|
+
display: inline-flex;
|
|
31456
|
+
align-items: baseline;
|
|
31457
|
+
white-space: pre-wrap;
|
|
31458
|
+
}
|
|
31459
|
+
|
|
31460
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
31461
|
+
position: relative;
|
|
31462
|
+
top: 3px;
|
|
31463
|
+
}
|
|
31464
|
+
|
|
31465
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31466
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31467
|
+
}
|
|
31468
|
+
|
|
31469
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31470
|
+
border-color: #0080ff;
|
|
31471
|
+
}
|
|
31472
|
+
|
|
31473
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31474
|
+
border-color: #0080ff;
|
|
31475
|
+
background: #0080ff;
|
|
31476
|
+
}
|
|
31477
|
+
|
|
31478
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31479
|
+
top: 4px;
|
|
31480
|
+
left: 4px;
|
|
31481
|
+
width: 6px;
|
|
31482
|
+
height: 6px;
|
|
31483
|
+
background: #fff;
|
|
31484
|
+
}
|
|
31485
|
+
|
|
31486
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31487
|
+
opacity: 0.5;
|
|
31488
|
+
}
|
|
31489
|
+
|
|
31490
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31491
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31492
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31493
|
+
}
|
|
31494
|
+
|
|
31495
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31496
|
+
background: #00122e;
|
|
31497
|
+
}
|
|
31498
|
+
|
|
31499
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31500
|
+
color: #00122e;
|
|
31501
|
+
opacity: 0.5;
|
|
31502
|
+
}
|
|
31503
|
+
|
|
31504
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31505
|
+
color: #00122e;
|
|
31506
|
+
}
|
|
31507
|
+
|
|
31508
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
31509
|
+
display: inline-block;
|
|
31510
|
+
padding: 0;
|
|
31511
|
+
padding-left: 12px;
|
|
31512
|
+
}
|
|
31513
|
+
|
|
31514
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31515
|
+
margin-bottom: 0;
|
|
31516
|
+
white-space: pre-wrap;
|
|
31517
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31518
|
+
}
|
|
31519
|
+
|
|
31520
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
31521
|
+
padding-left: 8px;
|
|
31522
|
+
}
|
|
31523
|
+
|
|
31524
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
31525
|
+
border-radius: 5px 0 0 5px;
|
|
31526
|
+
}
|
|
31527
|
+
|
|
31528
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
31529
|
+
border-radius: 0 5px 5px 0;
|
|
31530
|
+
}
|
|
31531
|
+
|
|
31532
|
+
.E_rcc63c8 {
|
|
31533
|
+
color: #00122e;
|
|
31534
|
+
border-color: #ccd4e3;
|
|
31535
|
+
}
|
|
31536
|
+
|
|
31537
|
+
.E_rcc63c8:first-child {
|
|
31538
|
+
border-color: #a3b4cc;
|
|
31597
31539
|
}
|
|
31598
31540
|
|
|
31599
31541
|
.E_rcc63c8.ant-radio-button-wrapper {
|
|
@@ -31688,56 +31630,133 @@ button.E_n7k2c6r {
|
|
|
31688
31630
|
width: 36px;
|
|
31689
31631
|
}
|
|
31690
31632
|
|
|
31691
|
-
.
|
|
31692
|
-
|
|
31633
|
+
.E_s1dni7lo {
|
|
31634
|
+
width: 430px !important;
|
|
31693
31635
|
}
|
|
31694
31636
|
|
|
31695
|
-
.
|
|
31696
|
-
|
|
31637
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31638
|
+
padding: 8px 16px;
|
|
31639
|
+
line-height: 18px;
|
|
31640
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31641
|
+
height: 34px;
|
|
31642
|
+
min-height: 34px;
|
|
31643
|
+
box-sizing: border-box;
|
|
31644
|
+
margin-top: 8px;
|
|
31697
31645
|
}
|
|
31698
31646
|
|
|
31699
|
-
.
|
|
31700
|
-
|
|
31647
|
+
.E_o1ugr09p {
|
|
31648
|
+
display: flex;
|
|
31649
|
+
flex-direction: column;
|
|
31650
|
+
margin: 1px 8px;
|
|
31651
|
+
padding: 8px;
|
|
31652
|
+
border-radius: 4px;
|
|
31701
31653
|
}
|
|
31702
31654
|
|
|
31703
|
-
.
|
|
31704
|
-
|
|
31705
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31706
|
-
margin-right: 8px;
|
|
31707
|
-
padding-right: 8px;
|
|
31655
|
+
.E_o1ugr09p .selected-icon {
|
|
31656
|
+
display: none;
|
|
31708
31657
|
}
|
|
31709
31658
|
|
|
31710
|
-
.
|
|
31659
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31660
|
+
padding-left: 8px;
|
|
31661
|
+
}
|
|
31662
|
+
|
|
31663
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31664
|
+
background-color: white;
|
|
31665
|
+
}
|
|
31666
|
+
|
|
31667
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31668
|
+
color: #0080ff;
|
|
31669
|
+
}
|
|
31670
|
+
|
|
31671
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31672
|
+
display: block;
|
|
31673
|
+
}
|
|
31674
|
+
|
|
31675
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31676
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31677
|
+
}
|
|
31678
|
+
|
|
31679
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31680
|
+
color: #0080ff;
|
|
31681
|
+
}
|
|
31682
|
+
|
|
31683
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31684
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31685
|
+
color: #0080ff;
|
|
31686
|
+
}
|
|
31687
|
+
|
|
31688
|
+
.E_o1ifxsq4 {
|
|
31711
31689
|
display: flex;
|
|
31712
|
-
|
|
31690
|
+
justify-content: space-between;
|
|
31691
|
+
height: 20px;
|
|
31692
|
+
line-height: 20px;
|
|
31713
31693
|
}
|
|
31714
31694
|
|
|
31715
|
-
.
|
|
31716
|
-
|
|
31695
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31696
|
+
color: #2d3a56;
|
|
31697
|
+
overflow: hidden;
|
|
31698
|
+
text-overflow: ellipsis;
|
|
31717
31699
|
}
|
|
31718
31700
|
|
|
31719
|
-
.
|
|
31720
|
-
|
|
31701
|
+
.E_o1zue7 {
|
|
31702
|
+
display: flex;
|
|
31703
|
+
justify-content: space-between;
|
|
31704
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31705
|
+
height: 18px;
|
|
31706
|
+
line-height: 18px;
|
|
31707
|
+
margin-top: 2px;
|
|
31708
|
+
}
|
|
31709
|
+
|
|
31710
|
+
.E_tyfmlxg {
|
|
31711
|
+
border: none;
|
|
31712
|
+
margin-right: 0;
|
|
31713
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31714
|
+
}
|
|
31715
|
+
|
|
31716
|
+
.E_o18uybox {
|
|
31717
|
+
pointer-events: none;
|
|
31718
|
+
height: 32px;
|
|
31719
|
+
width: 100%;
|
|
31720
|
+
opacity: 0;
|
|
31721
31721
|
}
|
|
31722
31722
|
|
|
31723
31723
|
.E_iq1gosr {
|
|
31724
31724
|
display: inline-block;
|
|
31725
31725
|
}
|
|
31726
31726
|
|
|
31727
|
-
.
|
|
31728
|
-
|
|
31729
|
-
|
|
31730
|
-
|
|
31731
|
-
|
|
31732
|
-
|
|
31733
|
-
|
|
31727
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31728
|
+
display: var(--a1wfy30z-0);
|
|
31729
|
+
}
|
|
31730
|
+
|
|
31731
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31732
|
+
padding: 4px 11px;
|
|
31733
|
+
display: inline-flex;
|
|
31734
|
+
line-height: 1.5715;
|
|
31735
|
+
height: inherit;
|
|
31736
|
+
}
|
|
31737
|
+
|
|
31738
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31739
|
+
content: var(--a1wfy30z-1);
|
|
31740
|
+
display: var(--a1wfy30z-2);
|
|
31741
|
+
flex: none;
|
|
31734
31742
|
align-items: center;
|
|
31743
|
+
margin-left: 4px;
|
|
31735
31744
|
}
|
|
31736
31745
|
|
|
31737
|
-
.
|
|
31738
|
-
|
|
31739
|
-
|
|
31740
|
-
|
|
31746
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31747
|
+
content: var(--a1wfy30z-3);
|
|
31748
|
+
display: var(--a1wfy30z-4);
|
|
31749
|
+
flex: none;
|
|
31750
|
+
align-items: center;
|
|
31751
|
+
margin-right: 4px;
|
|
31752
|
+
cursor: auto;
|
|
31753
|
+
}
|
|
31754
|
+
|
|
31755
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31756
|
+
padding: 0;
|
|
31757
|
+
margin: 0;
|
|
31758
|
+
height: auto;
|
|
31759
|
+
font-size: inherit;
|
|
31741
31760
|
}
|
|
31742
31761
|
|
|
31743
31762
|
.E_f7pxqmh {
|
|
@@ -31780,74 +31799,54 @@ button.E_n7k2c6r {
|
|
|
31780
31799
|
min-height: 0px;
|
|
31781
31800
|
}
|
|
31782
31801
|
|
|
31783
|
-
.
|
|
31784
|
-
display:
|
|
31785
|
-
}
|
|
31786
|
-
|
|
31787
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31788
|
-
display: inline-flex;
|
|
31789
|
-
line-height: 1.5715;
|
|
31790
|
-
height: 100%;
|
|
31791
|
-
width: 100%;
|
|
31802
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31803
|
+
display: none;
|
|
31792
31804
|
}
|
|
31793
31805
|
|
|
31794
|
-
.
|
|
31795
|
-
|
|
31796
|
-
|
|
31797
|
-
flex: none;
|
|
31798
|
-
align-items: center;
|
|
31799
|
-
margin-left: 4px;
|
|
31800
|
-
padding: 5px 12px 5px 0;
|
|
31801
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31806
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31807
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31808
|
+
border-radius: 4px;
|
|
31802
31809
|
}
|
|
31803
31810
|
|
|
31804
|
-
.
|
|
31805
|
-
|
|
31806
|
-
display: var(--ai7qkf2-4);
|
|
31807
|
-
flex: none;
|
|
31808
|
-
align-items: center;
|
|
31809
|
-
margin-right: 4px;
|
|
31810
|
-
cursor: auto;
|
|
31811
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31811
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31812
|
+
visibility: hidden;
|
|
31812
31813
|
}
|
|
31813
31814
|
|
|
31814
|
-
.
|
|
31815
|
-
|
|
31815
|
+
.E_i1inqkme {
|
|
31816
|
+
height: 18px;
|
|
31817
|
+
line-height: 18px;
|
|
31818
|
+
padding: 0 4px;
|
|
31819
|
+
border-radius: 4px;
|
|
31820
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31821
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31822
|
+
display: flex;
|
|
31823
|
+
align-items: center;
|
|
31824
|
+
white-space: nowrap;
|
|
31825
|
+
margin-right: 4px;
|
|
31816
31826
|
}
|
|
31817
31827
|
|
|
31818
|
-
.
|
|
31828
|
+
.E_fzh9mnb {
|
|
31819
31829
|
width: 100%;
|
|
31820
|
-
|
|
31821
|
-
|
|
31822
|
-
|
|
31823
|
-
|
|
31824
|
-
|
|
31825
|
-
|
|
31826
|
-
z-index: 1;
|
|
31827
|
-
}
|
|
31828
|
-
|
|
31829
|
-
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31830
|
-
border-color: #e75a3a;
|
|
31831
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31830
|
+
height: 100%;
|
|
31831
|
+
min-height: 124px;
|
|
31832
|
+
display: flex;
|
|
31833
|
+
flex-direction: column;
|
|
31834
|
+
justify-content: center;
|
|
31835
|
+
align-items: center;
|
|
31832
31836
|
}
|
|
31833
31837
|
|
|
31834
|
-
.
|
|
31835
|
-
|
|
31836
|
-
|
|
31837
|
-
|
|
31838
|
-
font-size: inherit;
|
|
31838
|
+
.E_fzh9mnb .error-text {
|
|
31839
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31840
|
+
margin-bottom: 16px;
|
|
31841
|
+
font-size: 18px;
|
|
31839
31842
|
}
|
|
31840
31843
|
|
|
31841
|
-
.
|
|
31842
|
-
|
|
31843
|
-
border: 1px;
|
|
31844
|
-
padding: 8px 16px;
|
|
31844
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31845
|
+
margin-left: 8px;
|
|
31845
31846
|
}
|
|
31846
31847
|
|
|
31847
|
-
.
|
|
31848
|
-
|
|
31849
|
-
border: 1px;
|
|
31850
|
-
padding: 2px 8px;
|
|
31848
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31849
|
+
padding: 2px 7px 2px 12px;
|
|
31851
31850
|
}
|
|
31852
31851
|
|
|
31853
31852
|
.E_iouxfgt {
|
|
@@ -31871,73 +31870,83 @@ button.E_n7k2c6r {
|
|
|
31871
31870
|
animation: rotate 680ms linear infinite;
|
|
31872
31871
|
}
|
|
31873
31872
|
|
|
31874
|
-
.
|
|
31875
|
-
display: var(--
|
|
31873
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31874
|
+
display: var(--ai7qkf2-0);
|
|
31876
31875
|
}
|
|
31877
31876
|
|
|
31878
|
-
.
|
|
31879
|
-
padding: 4px 11px;
|
|
31877
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31880
31878
|
display: inline-flex;
|
|
31881
31879
|
line-height: 1.5715;
|
|
31882
|
-
height:
|
|
31880
|
+
height: 100%;
|
|
31881
|
+
width: 100%;
|
|
31883
31882
|
}
|
|
31884
31883
|
|
|
31885
|
-
.
|
|
31886
|
-
content: var(--
|
|
31887
|
-
display: var(--
|
|
31884
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31885
|
+
content: var(--ai7qkf2-1);
|
|
31886
|
+
display: var(--ai7qkf2-2);
|
|
31888
31887
|
flex: none;
|
|
31889
31888
|
align-items: center;
|
|
31890
31889
|
margin-left: 4px;
|
|
31890
|
+
padding: 5px 12px 5px 0;
|
|
31891
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31891
31892
|
}
|
|
31892
31893
|
|
|
31893
|
-
.
|
|
31894
|
-
content: var(--
|
|
31895
|
-
display: var(--
|
|
31894
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31895
|
+
content: var(--ai7qkf2-3);
|
|
31896
|
+
display: var(--ai7qkf2-4);
|
|
31896
31897
|
flex: none;
|
|
31897
31898
|
align-items: center;
|
|
31898
31899
|
margin-right: 4px;
|
|
31899
31900
|
cursor: auto;
|
|
31901
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31900
31902
|
}
|
|
31901
31903
|
|
|
31902
|
-
.
|
|
31903
|
-
|
|
31904
|
-
margin: 0;
|
|
31905
|
-
height: auto;
|
|
31906
|
-
font-size: inherit;
|
|
31904
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31905
|
+
border-radius: 0;
|
|
31907
31906
|
}
|
|
31908
31907
|
|
|
31909
|
-
.
|
|
31910
|
-
|
|
31911
|
-
|
|
31912
|
-
padding: 0 4px;
|
|
31913
|
-
border-radius: 4px;
|
|
31914
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31915
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31916
|
-
display: flex;
|
|
31917
|
-
align-items: center;
|
|
31918
|
-
white-space: nowrap;
|
|
31919
|
-
margin-right: 4px;
|
|
31908
|
+
.E_ai7qkf2.ant-input-number {
|
|
31909
|
+
width: 100%;
|
|
31910
|
+
border-radius: 6px;
|
|
31920
31911
|
}
|
|
31921
31912
|
|
|
31922
|
-
.
|
|
31923
|
-
|
|
31913
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
31914
|
+
border-color: #0096ff;
|
|
31915
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31916
|
+
z-index: 1;
|
|
31924
31917
|
}
|
|
31925
31918
|
|
|
31926
|
-
.
|
|
31927
|
-
|
|
31928
|
-
|
|
31919
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31920
|
+
border-color: #e75a3a;
|
|
31921
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31929
31922
|
}
|
|
31930
31923
|
|
|
31931
|
-
.
|
|
31932
|
-
|
|
31924
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31925
|
+
height: 30px;
|
|
31926
|
+
border: 1px;
|
|
31927
|
+
padding: 5px 12px;
|
|
31928
|
+
font-size: inherit;
|
|
31933
31929
|
}
|
|
31934
31930
|
|
|
31935
|
-
.
|
|
31936
|
-
|
|
31931
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31932
|
+
height: 38px;
|
|
31933
|
+
border: 1px;
|
|
31934
|
+
padding: 8px 16px;
|
|
31937
31935
|
}
|
|
31938
31936
|
|
|
31939
|
-
.
|
|
31940
|
-
|
|
31937
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31938
|
+
height: 22px;
|
|
31939
|
+
border: 1px;
|
|
31940
|
+
padding: 2px 8px;
|
|
31941
|
+
}
|
|
31942
|
+
|
|
31943
|
+
.E_owd0kml {
|
|
31944
|
+
display: inline-block;
|
|
31945
|
+
}
|
|
31946
|
+
|
|
31947
|
+
.E_h1jsgezc {
|
|
31948
|
+
visibility: hidden;
|
|
31949
|
+
position: absolute;
|
|
31941
31950
|
}
|
|
31942
31951
|
|
|
31943
31952
|
.E_a1b5xrg3 .user-icon-inner {
|
|
@@ -32448,15 +32457,6 @@ button.E_n7k2c6r {
|
|
|
32448
32457
|
line-height: 12px;
|
|
32449
32458
|
}
|
|
32450
32459
|
|
|
32451
|
-
.E_owd0kml {
|
|
32452
|
-
display: inline-block;
|
|
32453
|
-
}
|
|
32454
|
-
|
|
32455
|
-
.E_h1jsgezc {
|
|
32456
|
-
visibility: hidden;
|
|
32457
|
-
position: absolute;
|
|
32458
|
-
}
|
|
32459
|
-
|
|
32460
32460
|
.E_m196gn1d {
|
|
32461
32461
|
min-width: 1280px;
|
|
32462
32462
|
}
|
|
@@ -33255,7 +33255,7 @@ input.E_rf8rlle.ant-input {
|
|
|
33255
33255
|
padding: unset;
|
|
33256
33256
|
}
|
|
33257
33257
|
|
|
33258
|
-
.E_s17wv897.ant-select, .E_s17wv897.ant-select .ant-select-selector {
|
|
33258
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
33259
33259
|
border-radius: 6px;
|
|
33260
33260
|
}
|
|
33261
33261
|
|
|
@@ -34751,223 +34751,189 @@ input.E_rf8rlle.ant-input {
|
|
|
34751
34751
|
background-color: transparent;
|
|
34752
34752
|
}
|
|
34753
34753
|
|
|
34754
|
-
.
|
|
34755
|
-
|
|
34756
|
-
line-height:
|
|
34757
|
-
|
|
34758
|
-
}
|
|
34759
|
-
|
|
34760
|
-
.E_ckui4s7 .ant-checkbox {
|
|
34761
|
-
height: 22px;
|
|
34762
|
-
display: flex;
|
|
34763
|
-
align-items: center;
|
|
34764
|
-
top: 0;
|
|
34765
|
-
}
|
|
34766
|
-
|
|
34767
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34768
|
-
border: none;
|
|
34754
|
+
button.E_l48ei06.ant-btn {
|
|
34755
|
+
font-size: 12px;
|
|
34756
|
+
line-height: 18px;
|
|
34757
|
+
height: 18px;
|
|
34769
34758
|
}
|
|
34770
34759
|
|
|
34771
|
-
.
|
|
34772
|
-
|
|
34760
|
+
button.E_l48ei06 {
|
|
34761
|
+
color: #0080FF;
|
|
34762
|
+
height: unset;
|
|
34773
34763
|
}
|
|
34774
34764
|
|
|
34775
|
-
.
|
|
34776
|
-
|
|
34765
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34766
|
+
margin-right: 4px;
|
|
34777
34767
|
}
|
|
34778
34768
|
|
|
34779
|
-
.
|
|
34780
|
-
|
|
34769
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34770
|
+
margin-left: 4px;
|
|
34781
34771
|
}
|
|
34782
34772
|
|
|
34783
|
-
.
|
|
34784
|
-
|
|
34773
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34774
|
+
color: #009DFF;
|
|
34785
34775
|
}
|
|
34786
34776
|
|
|
34787
|
-
.
|
|
34788
|
-
|
|
34789
|
-
height: 2px;
|
|
34790
|
-
width: 10px;
|
|
34791
|
-
border-radius: 2px;
|
|
34777
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34778
|
+
color: #005ED1;
|
|
34792
34779
|
}
|
|
34793
34780
|
|
|
34794
|
-
.
|
|
34795
|
-
|
|
34781
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34782
|
+
color: #0080FF;
|
|
34796
34783
|
}
|
|
34797
34784
|
|
|
34798
|
-
.
|
|
34799
|
-
|
|
34800
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34785
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34786
|
+
color: #00122E;
|
|
34801
34787
|
}
|
|
34802
34788
|
|
|
34803
|
-
.
|
|
34804
|
-
|
|
34789
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34790
|
+
color: #0080FF;
|
|
34805
34791
|
}
|
|
34806
34792
|
|
|
34807
|
-
.
|
|
34808
|
-
|
|
34793
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34794
|
+
color: #005ED1;
|
|
34809
34795
|
}
|
|
34810
34796
|
|
|
34811
|
-
.
|
|
34812
|
-
|
|
34797
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34798
|
+
color: #00122E;
|
|
34813
34799
|
}
|
|
34814
34800
|
|
|
34815
|
-
.
|
|
34816
|
-
|
|
34817
|
-
margin-left: 12px;
|
|
34818
|
-
color: #2d3a56;
|
|
34801
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34802
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34819
34803
|
}
|
|
34820
34804
|
|
|
34821
|
-
.
|
|
34822
|
-
|
|
34823
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34805
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34806
|
+
color: #0080FF;
|
|
34824
34807
|
}
|
|
34825
34808
|
|
|
34826
|
-
.
|
|
34827
|
-
|
|
34809
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34810
|
+
color: #005ED1;
|
|
34828
34811
|
}
|
|
34829
34812
|
|
|
34830
|
-
.
|
|
34831
|
-
|
|
34813
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34814
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34832
34815
|
}
|
|
34833
34816
|
|
|
34834
|
-
.
|
|
34817
|
+
.E_l12xdkhl {
|
|
34835
34818
|
width: 64px;
|
|
34836
34819
|
height: 64px;
|
|
34837
|
-
|
|
34820
|
+
max-width: 64px;
|
|
34821
|
+
max-height: 64px;
|
|
34822
|
+
overflow: hidden;
|
|
34823
|
+
display: flex;
|
|
34838
34824
|
align-items: center;
|
|
34839
34825
|
justify-content: center;
|
|
34840
34826
|
position: relative;
|
|
34841
|
-
opacity: 0.
|
|
34827
|
+
opacity: 0.6;
|
|
34842
34828
|
}
|
|
34843
34829
|
|
|
34844
|
-
.
|
|
34845
|
-
|
|
34846
|
-
width: 5px;
|
|
34847
|
-
height: 48px;
|
|
34848
|
-
left: 9.33px;
|
|
34849
|
-
top: 40.5px;
|
|
34850
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34851
|
-
border-radius: 5px;
|
|
34852
|
-
transform: rotate(-128deg);
|
|
34853
|
-
transform-origin: top left;
|
|
34854
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34830
|
+
.E_l12xdkhl .icon-wrapper {
|
|
34831
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34855
34832
|
}
|
|
34856
34833
|
|
|
34857
|
-
|
|
34858
|
-
|
|
34859
|
-
|
|
34860
|
-
|
|
34861
|
-
|
|
34862
|
-
|
|
34863
|
-
|
|
34864
|
-
|
|
34865
|
-
|
|
34866
|
-
|
|
34867
|
-
|
|
34834
|
+
@keyframes rotate {
|
|
34835
|
+
from {
|
|
34836
|
+
transform: rotate(0deg);
|
|
34837
|
+
}
|
|
34838
|
+
to {
|
|
34839
|
+
transform: rotate(360deg);
|
|
34840
|
+
}
|
|
34841
|
+
}
|
|
34842
|
+
.E_sddwhm6 {
|
|
34843
|
+
margin: 0;
|
|
34844
|
+
border-radius: 20px;
|
|
34845
|
+
padding: 2px 10px;
|
|
34846
|
+
height: 22px;
|
|
34868
34847
|
}
|
|
34869
34848
|
|
|
34870
|
-
.
|
|
34871
|
-
|
|
34872
|
-
width: 5px;
|
|
34873
|
-
height: 48px;
|
|
34874
|
-
left: 52.9px;
|
|
34875
|
-
top: 51.8px;
|
|
34876
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34877
|
-
border-radius: 5px;
|
|
34878
|
-
transform: rotate(112deg);
|
|
34879
|
-
transform-origin: top left;
|
|
34880
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34849
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34850
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34881
34851
|
}
|
|
34882
34852
|
|
|
34883
|
-
|
|
34884
|
-
|
|
34885
|
-
line-height: 18px;
|
|
34886
|
-
height: 18px;
|
|
34853
|
+
.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 {
|
|
34854
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34887
34855
|
}
|
|
34888
34856
|
|
|
34889
|
-
|
|
34890
|
-
color: #
|
|
34891
|
-
height: unset;
|
|
34857
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34858
|
+
color: #00122e;
|
|
34892
34859
|
}
|
|
34893
34860
|
|
|
34894
|
-
|
|
34895
|
-
margin-right:
|
|
34861
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34862
|
+
margin-right: 6px;
|
|
34896
34863
|
}
|
|
34897
34864
|
|
|
34898
|
-
|
|
34899
|
-
margin-left:
|
|
34865
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34866
|
+
margin-left: 8px;
|
|
34867
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34900
34868
|
}
|
|
34901
34869
|
|
|
34902
|
-
|
|
34903
|
-
color:
|
|
34870
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34871
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34904
34872
|
}
|
|
34905
34873
|
|
|
34906
|
-
|
|
34907
|
-
color: #
|
|
34874
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34875
|
+
background-color: #0080ff;
|
|
34908
34876
|
}
|
|
34909
34877
|
|
|
34910
|
-
|
|
34911
|
-
color:
|
|
34878
|
+
.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 {
|
|
34879
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34912
34880
|
}
|
|
34913
34881
|
|
|
34914
|
-
|
|
34915
|
-
color:
|
|
34882
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34883
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34916
34884
|
}
|
|
34917
34885
|
|
|
34918
|
-
|
|
34919
|
-
color: #
|
|
34886
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34887
|
+
background-color: #f0483e;
|
|
34920
34888
|
}
|
|
34921
34889
|
|
|
34922
|
-
|
|
34923
|
-
color:
|
|
34890
|
+
.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 {
|
|
34891
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34924
34892
|
}
|
|
34925
34893
|
|
|
34926
|
-
|
|
34927
|
-
color:
|
|
34894
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34895
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34928
34896
|
}
|
|
34929
34897
|
|
|
34930
|
-
|
|
34931
|
-
color:
|
|
34898
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34899
|
+
background-color: #fea008;
|
|
34932
34900
|
}
|
|
34933
34901
|
|
|
34934
|
-
|
|
34935
|
-
color:
|
|
34902
|
+
.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 {
|
|
34903
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34936
34904
|
}
|
|
34937
34905
|
|
|
34938
|
-
|
|
34939
|
-
color:
|
|
34906
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34907
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34940
34908
|
}
|
|
34941
34909
|
|
|
34942
|
-
|
|
34943
|
-
color:
|
|
34910
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34911
|
+
background-color: #00ba5d;
|
|
34944
34912
|
}
|
|
34945
34913
|
|
|
34946
|
-
.
|
|
34947
|
-
|
|
34948
|
-
height: 64px;
|
|
34949
|
-
max-width: 64px;
|
|
34950
|
-
max-height: 64px;
|
|
34951
|
-
overflow: hidden;
|
|
34952
|
-
display: flex;
|
|
34953
|
-
align-items: center;
|
|
34954
|
-
justify-content: center;
|
|
34955
|
-
position: relative;
|
|
34956
|
-
opacity: 0.6;
|
|
34914
|
+
.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 {
|
|
34915
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34957
34916
|
}
|
|
34958
34917
|
|
|
34959
|
-
.
|
|
34960
|
-
|
|
34918
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34919
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34961
34920
|
}
|
|
34962
34921
|
|
|
34963
|
-
|
|
34964
|
-
|
|
34965
|
-
|
|
34966
|
-
|
|
34967
|
-
|
|
34968
|
-
|
|
34969
|
-
|
|
34922
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34923
|
+
background-color: #6b7d99;
|
|
34924
|
+
}
|
|
34925
|
+
|
|
34926
|
+
.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 {
|
|
34927
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34928
|
+
}
|
|
34929
|
+
|
|
34930
|
+
.E_satwmqm {
|
|
34931
|
+
width: 8px;
|
|
34932
|
+
height: 8px;
|
|
34933
|
+
border-radius: 50%;
|
|
34934
|
+
display: inline-block;
|
|
34970
34935
|
}
|
|
34936
|
+
|
|
34971
34937
|
.E_tc97u5y {
|
|
34972
34938
|
height: 100%;
|
|
34973
34939
|
}
|
|
@@ -35419,117 +35385,133 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35419
35385
|
background: #fff;
|
|
35420
35386
|
}
|
|
35421
35387
|
|
|
35422
|
-
.
|
|
35423
|
-
|
|
35424
|
-
|
|
35425
|
-
|
|
35426
|
-
height: 22px;
|
|
35427
|
-
}
|
|
35428
|
-
|
|
35429
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35430
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35388
|
+
.E_ckui4s7 {
|
|
35389
|
+
color: #2d3a56;
|
|
35390
|
+
line-height: 22px;
|
|
35391
|
+
display: inline-flex;
|
|
35431
35392
|
}
|
|
35432
35393
|
|
|
35433
|
-
.
|
|
35434
|
-
|
|
35394
|
+
.E_ckui4s7 .ant-checkbox {
|
|
35395
|
+
height: 22px;
|
|
35396
|
+
display: flex;
|
|
35397
|
+
align-items: center;
|
|
35398
|
+
top: 0;
|
|
35435
35399
|
}
|
|
35436
35400
|
|
|
35437
|
-
.
|
|
35438
|
-
|
|
35401
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
35402
|
+
border: none;
|
|
35439
35403
|
}
|
|
35440
35404
|
|
|
35441
|
-
.
|
|
35442
|
-
|
|
35405
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
35406
|
+
border-color: #0080ff;
|
|
35443
35407
|
}
|
|
35444
35408
|
|
|
35445
|
-
.
|
|
35446
|
-
|
|
35447
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35409
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
35410
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
35448
35411
|
}
|
|
35449
35412
|
|
|
35450
|
-
.
|
|
35451
|
-
|
|
35413
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
35414
|
+
border: 1px solid #0080ff;
|
|
35452
35415
|
}
|
|
35453
35416
|
|
|
35454
|
-
.
|
|
35455
|
-
background
|
|
35417
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
35418
|
+
background: #0080ff;
|
|
35456
35419
|
}
|
|
35457
35420
|
|
|
35458
|
-
.
|
|
35459
|
-
background-color:
|
|
35421
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
35422
|
+
background-color: #fff;
|
|
35423
|
+
height: 2px;
|
|
35424
|
+
width: 10px;
|
|
35425
|
+
border-radius: 2px;
|
|
35460
35426
|
}
|
|
35461
35427
|
|
|
35462
|
-
.
|
|
35463
|
-
|
|
35428
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
35429
|
+
opacity: 0.5;
|
|
35464
35430
|
}
|
|
35465
35431
|
|
|
35466
|
-
.
|
|
35467
|
-
background
|
|
35432
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
35433
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35434
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
35468
35435
|
}
|
|
35469
35436
|
|
|
35470
|
-
.
|
|
35471
|
-
|
|
35437
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
35438
|
+
border-color: #2d3a56;
|
|
35472
35439
|
}
|
|
35473
35440
|
|
|
35474
|
-
.
|
|
35475
|
-
background
|
|
35441
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
35442
|
+
background: #2d3a56;
|
|
35476
35443
|
}
|
|
35477
35444
|
|
|
35478
|
-
.
|
|
35479
|
-
|
|
35445
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
35446
|
+
padding: 0;
|
|
35480
35447
|
}
|
|
35481
35448
|
|
|
35482
|
-
.
|
|
35483
|
-
|
|
35449
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
35450
|
+
display: inline-block;
|
|
35451
|
+
margin-left: 12px;
|
|
35452
|
+
color: #2d3a56;
|
|
35484
35453
|
}
|
|
35485
35454
|
|
|
35486
|
-
.
|
|
35487
|
-
|
|
35455
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
35456
|
+
margin-left: 28px;
|
|
35457
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35488
35458
|
}
|
|
35489
35459
|
|
|
35490
|
-
.
|
|
35491
|
-
|
|
35460
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
35461
|
+
margin-left: 8px;
|
|
35492
35462
|
}
|
|
35493
35463
|
|
|
35494
|
-
.
|
|
35495
|
-
|
|
35464
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
35465
|
+
margin-left: 24px;
|
|
35496
35466
|
}
|
|
35497
35467
|
|
|
35498
|
-
.
|
|
35499
|
-
|
|
35468
|
+
.E_lht19u8 {
|
|
35469
|
+
width: 64px;
|
|
35470
|
+
height: 64px;
|
|
35471
|
+
display: flex;
|
|
35472
|
+
align-items: center;
|
|
35473
|
+
justify-content: center;
|
|
35474
|
+
position: relative;
|
|
35475
|
+
opacity: 0.2;
|
|
35500
35476
|
}
|
|
35501
35477
|
|
|
35502
|
-
.
|
|
35503
|
-
|
|
35504
|
-
|
|
35505
|
-
|
|
35506
|
-
|
|
35507
|
-
|
|
35508
|
-
|
|
35509
|
-
|
|
35510
|
-
|
|
35511
|
-
|
|
35512
|
-
|
|
35513
|
-
border-radius: 50%;
|
|
35514
|
-
display: inline-block;
|
|
35515
|
-
}
|
|
35516
|
-
|
|
35517
|
-
.E_r77hffu {
|
|
35518
|
-
display: flex;
|
|
35519
|
-
align-items: center;
|
|
35520
|
-
justify-content: space-between;
|
|
35521
|
-
column-gap: 6px;
|
|
35478
|
+
.E_lk3gkp4 {
|
|
35479
|
+
position: absolute;
|
|
35480
|
+
width: 5px;
|
|
35481
|
+
height: 48px;
|
|
35482
|
+
left: 9.33px;
|
|
35483
|
+
top: 40.5px;
|
|
35484
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35485
|
+
border-radius: 5px;
|
|
35486
|
+
transform: rotate(-128deg);
|
|
35487
|
+
transform-origin: top left;
|
|
35488
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
35522
35489
|
}
|
|
35523
35490
|
|
|
35524
|
-
.
|
|
35525
|
-
|
|
35526
|
-
|
|
35527
|
-
|
|
35528
|
-
|
|
35491
|
+
.E_ll4n94n {
|
|
35492
|
+
position: absolute;
|
|
35493
|
+
width: 5px;
|
|
35494
|
+
height: 48px;
|
|
35495
|
+
left: 40.8px;
|
|
35496
|
+
top: 8.4px;
|
|
35497
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35498
|
+
border-radius: 5px;
|
|
35499
|
+
transform: rotate(-8deg);
|
|
35500
|
+
transform-origin: top left;
|
|
35501
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
35529
35502
|
}
|
|
35530
35503
|
|
|
35531
|
-
.
|
|
35532
|
-
|
|
35504
|
+
.E_l17lbdo6 {
|
|
35505
|
+
position: absolute;
|
|
35506
|
+
width: 5px;
|
|
35507
|
+
height: 48px;
|
|
35508
|
+
left: 52.9px;
|
|
35509
|
+
top: 51.8px;
|
|
35510
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
35511
|
+
border-radius: 5px;
|
|
35512
|
+
transform: rotate(112deg);
|
|
35513
|
+
transform-origin: top left;
|
|
35514
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35533
35515
|
}
|
|
35534
35516
|
|
|
35535
35517
|
.E_w7ob4th.outside-tag {
|
|
@@ -35571,11 +35553,261 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35571
35553
|
white-space: normal;
|
|
35572
35554
|
}
|
|
35573
35555
|
|
|
35556
|
+
.E_r77hffu {
|
|
35557
|
+
display: flex;
|
|
35558
|
+
align-items: center;
|
|
35559
|
+
justify-content: space-between;
|
|
35560
|
+
column-gap: 6px;
|
|
35561
|
+
}
|
|
35562
|
+
|
|
35563
|
+
.E_p1cmxsf7 {
|
|
35564
|
+
display: flex;
|
|
35565
|
+
flex-direction: column;
|
|
35566
|
+
justify-content: center;
|
|
35567
|
+
row-gap: var(--p1cmxsf7-0);
|
|
35568
|
+
}
|
|
35569
|
+
|
|
35570
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
35571
|
+
font-size: 0;
|
|
35572
|
+
}
|
|
35573
|
+
|
|
35574
35574
|
.E_i1g85yz3 {
|
|
35575
35575
|
margin-right: 4px;
|
|
35576
35576
|
height: 16px;
|
|
35577
35577
|
}
|
|
35578
35578
|
|
|
35579
|
+
.E_sjob3jg {
|
|
35580
|
+
--item-min-width: 60px;
|
|
35581
|
+
}
|
|
35582
|
+
|
|
35583
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35584
|
+
display: none !important;
|
|
35585
|
+
}
|
|
35586
|
+
|
|
35587
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35588
|
+
flex-shrink: 0 !important;
|
|
35589
|
+
}
|
|
35590
|
+
|
|
35591
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35592
|
+
color: #0080ff;
|
|
35593
|
+
}
|
|
35594
|
+
|
|
35595
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35596
|
+
color: #0080ff;
|
|
35597
|
+
font-weight: normal;
|
|
35598
|
+
}
|
|
35599
|
+
|
|
35600
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
35601
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35602
|
+
}
|
|
35603
|
+
|
|
35604
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35605
|
+
color: #00122e;
|
|
35606
|
+
}
|
|
35607
|
+
|
|
35608
|
+
.E_sjob3jg .step-item-text {
|
|
35609
|
+
display: inline-block;
|
|
35610
|
+
}
|
|
35611
|
+
|
|
35612
|
+
.E_sjob3jg .step-item-title {
|
|
35613
|
+
overflow: hidden;
|
|
35614
|
+
white-space: nowrap;
|
|
35615
|
+
text-overflow: ellipsis;
|
|
35616
|
+
}
|
|
35617
|
+
|
|
35618
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
35619
|
+
min-width: var(--item-min-width);
|
|
35620
|
+
}
|
|
35621
|
+
|
|
35622
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35623
|
+
cursor: not-allowed !important;
|
|
35624
|
+
}
|
|
35625
|
+
|
|
35626
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35627
|
+
flex-direction: row;
|
|
35628
|
+
justify-content: stretch;
|
|
35629
|
+
}
|
|
35630
|
+
|
|
35631
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35632
|
+
padding: 0;
|
|
35633
|
+
margin-right: 4px;
|
|
35634
|
+
flex: 1;
|
|
35635
|
+
overflow: visible;
|
|
35636
|
+
}
|
|
35637
|
+
|
|
35638
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35639
|
+
width: 100%;
|
|
35640
|
+
min-height: unset;
|
|
35641
|
+
}
|
|
35642
|
+
|
|
35643
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35644
|
+
height: 26px;
|
|
35645
|
+
line-height: 26px;
|
|
35646
|
+
width: 100%;
|
|
35647
|
+
padding: 0;
|
|
35648
|
+
font-size: 12px;
|
|
35649
|
+
}
|
|
35650
|
+
|
|
35651
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35652
|
+
margin-right: 10px;
|
|
35653
|
+
}
|
|
35654
|
+
|
|
35655
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
35656
|
+
display: none;
|
|
35657
|
+
}
|
|
35658
|
+
|
|
35659
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
35660
|
+
padding-left: 8px;
|
|
35661
|
+
padding-right: 4px;
|
|
35662
|
+
border-radius: 4px 0 0 4px;
|
|
35663
|
+
}
|
|
35664
|
+
|
|
35665
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
35666
|
+
margin-right: 0;
|
|
35667
|
+
}
|
|
35668
|
+
|
|
35669
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35670
|
+
padding-right: 8px;
|
|
35671
|
+
padding-left: 12px;
|
|
35672
|
+
border-radius: 0 4px 4px 0;
|
|
35673
|
+
}
|
|
35674
|
+
|
|
35675
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
35676
|
+
content: "";
|
|
35677
|
+
width: 0;
|
|
35678
|
+
height: 0;
|
|
35679
|
+
border: 13px solid transparent;
|
|
35680
|
+
position: absolute;
|
|
35681
|
+
top: 0;
|
|
35682
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35683
|
+
z-index: 2;
|
|
35684
|
+
position: relative;
|
|
35685
|
+
top: -50%;
|
|
35686
|
+
right: -100%;
|
|
35687
|
+
}
|
|
35688
|
+
|
|
35689
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35690
|
+
padding: 0 4px 0 12px;
|
|
35691
|
+
}
|
|
35692
|
+
|
|
35693
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
35694
|
+
content: "";
|
|
35695
|
+
width: 0;
|
|
35696
|
+
height: 0;
|
|
35697
|
+
border: 13px solid transparent;
|
|
35698
|
+
position: absolute;
|
|
35699
|
+
top: 0;
|
|
35700
|
+
border-left: 8px solid #fff;
|
|
35701
|
+
left: 0;
|
|
35702
|
+
}
|
|
35703
|
+
|
|
35704
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35705
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35706
|
+
}
|
|
35707
|
+
|
|
35708
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35709
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35710
|
+
}
|
|
35711
|
+
|
|
35712
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35713
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35714
|
+
}
|
|
35715
|
+
|
|
35716
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35717
|
+
cursor: pointer;
|
|
35718
|
+
min-width: var(--item-min-width);
|
|
35719
|
+
}
|
|
35720
|
+
|
|
35721
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35722
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35723
|
+
min-width: var(--item-min-width);
|
|
35724
|
+
}
|
|
35725
|
+
|
|
35726
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35727
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35728
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35729
|
+
}
|
|
35730
|
+
|
|
35731
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35732
|
+
padding: 0;
|
|
35733
|
+
}
|
|
35734
|
+
|
|
35735
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35736
|
+
width: 192px;
|
|
35737
|
+
row-gap: 2px;
|
|
35738
|
+
}
|
|
35739
|
+
|
|
35740
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35741
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35742
|
+
}
|
|
35743
|
+
|
|
35744
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35745
|
+
color: #00122e !important;
|
|
35746
|
+
}
|
|
35747
|
+
|
|
35748
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
35749
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35750
|
+
}
|
|
35751
|
+
|
|
35752
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35753
|
+
padding: 0 8px;
|
|
35754
|
+
border-radius: 4px;
|
|
35755
|
+
height: 32px;
|
|
35756
|
+
display: flex;
|
|
35757
|
+
align-items: center;
|
|
35758
|
+
}
|
|
35759
|
+
|
|
35760
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
35761
|
+
min-height: auto;
|
|
35762
|
+
white-space: nowrap;
|
|
35763
|
+
}
|
|
35764
|
+
|
|
35765
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35766
|
+
font-size: 13px;
|
|
35767
|
+
line-height: 20px;
|
|
35768
|
+
max-width: 100%;
|
|
35769
|
+
padding-right: 0;
|
|
35770
|
+
}
|
|
35771
|
+
|
|
35772
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
35773
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35774
|
+
}
|
|
35775
|
+
|
|
35776
|
+
.E_h6l1tj4 {
|
|
35777
|
+
width: 100%;
|
|
35778
|
+
display: inline-flex;
|
|
35779
|
+
align-items: center;
|
|
35780
|
+
justify-content: center;
|
|
35781
|
+
column-gap: 4px;
|
|
35782
|
+
}
|
|
35783
|
+
|
|
35784
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
35785
|
+
display: inline-flex;
|
|
35786
|
+
align-items: center;
|
|
35787
|
+
width: 18px;
|
|
35788
|
+
height: 18px;
|
|
35789
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35790
|
+
justify-content: center;
|
|
35791
|
+
}
|
|
35792
|
+
|
|
35793
|
+
.E_v18frne8 {
|
|
35794
|
+
width: 100%;
|
|
35795
|
+
display: flex;
|
|
35796
|
+
align-items: center;
|
|
35797
|
+
justify-content: center;
|
|
35798
|
+
column-gap: 6px;
|
|
35799
|
+
font-size: 13px;
|
|
35800
|
+
}
|
|
35801
|
+
|
|
35802
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
35803
|
+
display: inline-flex;
|
|
35804
|
+
align-items: center;
|
|
35805
|
+
min-width: 20px;
|
|
35806
|
+
min-height: 20px;
|
|
35807
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35808
|
+
justify-content: center;
|
|
35809
|
+
}
|
|
35810
|
+
|
|
35579
35811
|
.E_t1dtlqs1 {
|
|
35580
35812
|
margin-bottom: 4px;
|
|
35581
35813
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -35809,238 +36041,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35809
36041
|
margin-right: 8px;
|
|
35810
36042
|
}
|
|
35811
36043
|
|
|
35812
|
-
.E_sjob3jg {
|
|
35813
|
-
--item-min-width: 60px;
|
|
35814
|
-
}
|
|
35815
|
-
|
|
35816
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35817
|
-
display: none !important;
|
|
35818
|
-
}
|
|
35819
|
-
|
|
35820
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35821
|
-
flex-shrink: 0 !important;
|
|
35822
|
-
}
|
|
35823
|
-
|
|
35824
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35825
|
-
color: #0080ff;
|
|
35826
|
-
}
|
|
35827
|
-
|
|
35828
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35829
|
-
color: #0080ff;
|
|
35830
|
-
font-weight: normal;
|
|
35831
|
-
}
|
|
35832
|
-
|
|
35833
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
35834
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35835
|
-
}
|
|
35836
|
-
|
|
35837
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35838
|
-
color: #00122e;
|
|
35839
|
-
}
|
|
35840
|
-
|
|
35841
|
-
.E_sjob3jg .step-item-text {
|
|
35842
|
-
display: inline-block;
|
|
35843
|
-
}
|
|
35844
|
-
|
|
35845
|
-
.E_sjob3jg .step-item-title {
|
|
35846
|
-
overflow: hidden;
|
|
35847
|
-
white-space: nowrap;
|
|
35848
|
-
text-overflow: ellipsis;
|
|
35849
|
-
}
|
|
35850
|
-
|
|
35851
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
35852
|
-
min-width: var(--item-min-width);
|
|
35853
|
-
}
|
|
35854
|
-
|
|
35855
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35856
|
-
cursor: not-allowed !important;
|
|
35857
|
-
}
|
|
35858
|
-
|
|
35859
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35860
|
-
flex-direction: row;
|
|
35861
|
-
justify-content: stretch;
|
|
35862
|
-
}
|
|
35863
|
-
|
|
35864
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35865
|
-
padding: 0;
|
|
35866
|
-
margin-right: 4px;
|
|
35867
|
-
flex: 1;
|
|
35868
|
-
overflow: visible;
|
|
35869
|
-
}
|
|
35870
|
-
|
|
35871
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35872
|
-
width: 100%;
|
|
35873
|
-
min-height: unset;
|
|
35874
|
-
}
|
|
35875
|
-
|
|
35876
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35877
|
-
height: 26px;
|
|
35878
|
-
line-height: 26px;
|
|
35879
|
-
width: 100%;
|
|
35880
|
-
padding: 0;
|
|
35881
|
-
font-size: 12px;
|
|
35882
|
-
}
|
|
35883
|
-
|
|
35884
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35885
|
-
margin-right: 10px;
|
|
35886
|
-
}
|
|
35887
|
-
|
|
35888
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
35889
|
-
display: none;
|
|
35890
|
-
}
|
|
35891
|
-
|
|
35892
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
35893
|
-
padding-left: 8px;
|
|
35894
|
-
padding-right: 4px;
|
|
35895
|
-
border-radius: 4px 0 0 4px;
|
|
35896
|
-
}
|
|
35897
|
-
|
|
35898
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
35899
|
-
margin-right: 0;
|
|
35900
|
-
}
|
|
35901
|
-
|
|
35902
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35903
|
-
padding-right: 8px;
|
|
35904
|
-
padding-left: 12px;
|
|
35905
|
-
border-radius: 0 4px 4px 0;
|
|
35906
|
-
}
|
|
35907
|
-
|
|
35908
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
35909
|
-
content: "";
|
|
35910
|
-
width: 0;
|
|
35911
|
-
height: 0;
|
|
35912
|
-
border: 13px solid transparent;
|
|
35913
|
-
position: absolute;
|
|
35914
|
-
top: 0;
|
|
35915
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35916
|
-
z-index: 2;
|
|
35917
|
-
position: relative;
|
|
35918
|
-
top: -50%;
|
|
35919
|
-
right: -100%;
|
|
35920
|
-
}
|
|
35921
|
-
|
|
35922
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35923
|
-
padding: 0 4px 0 12px;
|
|
35924
|
-
}
|
|
35925
|
-
|
|
35926
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
35927
|
-
content: "";
|
|
35928
|
-
width: 0;
|
|
35929
|
-
height: 0;
|
|
35930
|
-
border: 13px solid transparent;
|
|
35931
|
-
position: absolute;
|
|
35932
|
-
top: 0;
|
|
35933
|
-
border-left: 8px solid #fff;
|
|
35934
|
-
left: 0;
|
|
35935
|
-
}
|
|
35936
|
-
|
|
35937
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35938
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35939
|
-
}
|
|
35940
|
-
|
|
35941
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35942
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
35943
|
-
}
|
|
35944
|
-
|
|
35945
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35946
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35947
|
-
}
|
|
35948
|
-
|
|
35949
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35950
|
-
cursor: pointer;
|
|
35951
|
-
min-width: var(--item-min-width);
|
|
35952
|
-
}
|
|
35953
|
-
|
|
35954
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35955
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35956
|
-
min-width: var(--item-min-width);
|
|
35957
|
-
}
|
|
35958
|
-
|
|
35959
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35960
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35961
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
35962
|
-
}
|
|
35963
|
-
|
|
35964
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35965
|
-
padding: 0;
|
|
35966
|
-
}
|
|
35967
|
-
|
|
35968
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35969
|
-
width: 192px;
|
|
35970
|
-
row-gap: 2px;
|
|
35971
|
-
}
|
|
35972
|
-
|
|
35973
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35974
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
35975
|
-
}
|
|
35976
|
-
|
|
35977
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35978
|
-
color: #00122e !important;
|
|
35979
|
-
}
|
|
35980
|
-
|
|
35981
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
35982
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
35983
|
-
}
|
|
35984
|
-
|
|
35985
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35986
|
-
padding: 0 8px;
|
|
35987
|
-
border-radius: 4px;
|
|
35988
|
-
height: 32px;
|
|
35989
|
-
display: flex;
|
|
35990
|
-
align-items: center;
|
|
35991
|
-
}
|
|
35992
|
-
|
|
35993
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
35994
|
-
min-height: auto;
|
|
35995
|
-
white-space: nowrap;
|
|
35996
|
-
}
|
|
35997
|
-
|
|
35998
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35999
|
-
font-size: 13px;
|
|
36000
|
-
line-height: 20px;
|
|
36001
|
-
max-width: 100%;
|
|
36002
|
-
padding-right: 0;
|
|
36003
|
-
}
|
|
36004
|
-
|
|
36005
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
36006
|
-
background: rgba(0, 128, 255, 0.1);
|
|
36007
|
-
}
|
|
36008
|
-
|
|
36009
|
-
.E_h6l1tj4 {
|
|
36010
|
-
width: 100%;
|
|
36011
|
-
display: inline-flex;
|
|
36012
|
-
align-items: center;
|
|
36013
|
-
justify-content: center;
|
|
36014
|
-
column-gap: 4px;
|
|
36015
|
-
}
|
|
36016
|
-
|
|
36017
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
36018
|
-
display: inline-flex;
|
|
36019
|
-
align-items: center;
|
|
36020
|
-
width: 18px;
|
|
36021
|
-
height: 18px;
|
|
36022
|
-
color: rgba(44, 56, 82, 0.75);
|
|
36023
|
-
justify-content: center;
|
|
36024
|
-
}
|
|
36025
|
-
|
|
36026
|
-
.E_v18frne8 {
|
|
36027
|
-
width: 100%;
|
|
36028
|
-
display: flex;
|
|
36029
|
-
align-items: center;
|
|
36030
|
-
justify-content: center;
|
|
36031
|
-
column-gap: 6px;
|
|
36032
|
-
font-size: 13px;
|
|
36033
|
-
}
|
|
36034
|
-
|
|
36035
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
36036
|
-
display: inline-flex;
|
|
36037
|
-
align-items: center;
|
|
36038
|
-
min-width: 20px;
|
|
36039
|
-
min-height: 20px;
|
|
36040
|
-
color: rgba(44, 56, 82, 0.75);
|
|
36041
|
-
justify-content: center;
|
|
36042
|
-
}
|
|
36043
|
-
|
|
36044
36044
|
.E_t13ef470 {
|
|
36045
36045
|
height: 100%;
|
|
36046
36046
|
}
|
|
@@ -36374,18 +36374,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36374
36374
|
display: block;
|
|
36375
36375
|
}
|
|
36376
36376
|
|
|
36377
|
-
.E_i14c7jc8 {
|
|
36378
|
-
color: var(--i14c7jc8-0);
|
|
36379
|
-
}
|
|
36380
|
-
|
|
36381
|
-
.E_i1ibuolf {
|
|
36382
|
-
display: flex;
|
|
36383
|
-
align-items: center;
|
|
36384
|
-
column-gap: 4px;
|
|
36385
|
-
font-size: 12px;
|
|
36386
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
36387
|
-
}
|
|
36388
|
-
|
|
36389
36377
|
.E_d1u4ndxc {
|
|
36390
36378
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
36391
36379
|
font-size: 12px;
|
|
@@ -36416,4 +36404,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36416
36404
|
to {
|
|
36417
36405
|
transform: translateX(100%);
|
|
36418
36406
|
}
|
|
36407
|
+
}
|
|
36408
|
+
.E_i14c7jc8 {
|
|
36409
|
+
color: var(--i14c7jc8-0);
|
|
36410
|
+
}
|
|
36411
|
+
|
|
36412
|
+
.E_i1ibuolf {
|
|
36413
|
+
display: flex;
|
|
36414
|
+
align-items: center;
|
|
36415
|
+
column-gap: 4px;
|
|
36416
|
+
font-size: 12px;
|
|
36417
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
36419
36418
|
}
|