@cloudtower/eagle 490.0.3 → 490.0.4
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 +7 -15
- package/dist/cjs/core/TableForm/TableFormBodyRows.js +2 -2
- package/dist/cjs/core/TableForm/index.js +3 -3
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1240 -1240
- package/dist/esm/core/TableForm/TableFormBodyCell.js +8 -16
- package/dist/esm/core/TableForm/TableFormBodyRows.js +2 -2
- package/dist/esm/core/TableForm/index.js +3 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1699 -1699
- package/dist/src/core/TableForm/types.d.ts +2 -2
- package/dist/style.css +1240 -1240
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29673,26 +29673,6 @@ body {
|
|
|
29673
29673
|
overflow-x: auto;
|
|
29674
29674
|
}
|
|
29675
29675
|
|
|
29676
|
-
.E_c18gxmrl {
|
|
29677
|
-
border: 1px solid #d8deeb;
|
|
29678
|
-
border-radius: 4px;
|
|
29679
|
-
}
|
|
29680
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
29681
|
-
margin-top: 8px;
|
|
29682
|
-
}
|
|
29683
|
-
.E_c18gxmrl:hover {
|
|
29684
|
-
border-color: #0080ff;
|
|
29685
|
-
}
|
|
29686
|
-
.E_c18gxmrl:hover > header {
|
|
29687
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29688
|
-
}
|
|
29689
|
-
.E_c18gxmrl.active header {
|
|
29690
|
-
border-bottom: 1px solid #d8deeb;
|
|
29691
|
-
}
|
|
29692
|
-
.E_c18gxmrl > header {
|
|
29693
|
-
padding: 8px 12px;
|
|
29694
|
-
}
|
|
29695
|
-
|
|
29696
29676
|
.E_m74vjol {
|
|
29697
29677
|
display: flex;
|
|
29698
29678
|
justify-content: space-between;
|
|
@@ -29713,6 +29693,26 @@ body {
|
|
|
29713
29693
|
flex: 1;
|
|
29714
29694
|
}
|
|
29715
29695
|
|
|
29696
|
+
.E_c18gxmrl {
|
|
29697
|
+
border: 1px solid #d8deeb;
|
|
29698
|
+
border-radius: 4px;
|
|
29699
|
+
}
|
|
29700
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
29701
|
+
margin-top: 8px;
|
|
29702
|
+
}
|
|
29703
|
+
.E_c18gxmrl:hover {
|
|
29704
|
+
border-color: #0080ff;
|
|
29705
|
+
}
|
|
29706
|
+
.E_c18gxmrl:hover > header {
|
|
29707
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29708
|
+
}
|
|
29709
|
+
.E_c18gxmrl.active header {
|
|
29710
|
+
border-bottom: 1px solid #d8deeb;
|
|
29711
|
+
}
|
|
29712
|
+
.E_c18gxmrl > header {
|
|
29713
|
+
padding: 8px 12px;
|
|
29714
|
+
}
|
|
29715
|
+
|
|
29716
29716
|
.E_berrcjl {
|
|
29717
29717
|
color: rgba(10, 37, 85, 0.6);
|
|
29718
29718
|
margin-bottom: 4px;
|
|
@@ -29758,41 +29758,6 @@ body {
|
|
|
29758
29758
|
border-radius: unset;
|
|
29759
29759
|
}
|
|
29760
29760
|
|
|
29761
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29762
|
-
padding: 4px 8px 0 8px;
|
|
29763
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29764
|
-
font-size: 12px;
|
|
29765
|
-
}
|
|
29766
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29767
|
-
padding-bottom: 6px;
|
|
29768
|
-
}
|
|
29769
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29770
|
-
padding-top: 4px;
|
|
29771
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29772
|
-
}
|
|
29773
|
-
|
|
29774
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
29775
|
-
border: 0px;
|
|
29776
|
-
background-color: #fff;
|
|
29777
|
-
}
|
|
29778
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
29779
|
-
padding-top: 0px;
|
|
29780
|
-
padding-bottom: 0px;
|
|
29781
|
-
padding-left: 0px !important;
|
|
29782
|
-
padding-right: 24px;
|
|
29783
|
-
}
|
|
29784
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
29785
|
-
right: 0px;
|
|
29786
|
-
}
|
|
29787
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
29788
|
-
padding: 0px;
|
|
29789
|
-
}
|
|
29790
|
-
|
|
29791
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
29792
|
-
padding-right: 0px;
|
|
29793
|
-
cursor: default;
|
|
29794
|
-
}
|
|
29795
|
-
|
|
29796
29761
|
.E_c1uzzomf {
|
|
29797
29762
|
margin-bottom: 16px;
|
|
29798
29763
|
}
|
|
@@ -29815,94 +29780,17 @@ body {
|
|
|
29815
29780
|
text-align: center;
|
|
29816
29781
|
}
|
|
29817
29782
|
|
|
29818
|
-
.
|
|
29819
|
-
|
|
29820
|
-
|
|
29821
|
-
.E_c1yyuluq .ant-card-body {
|
|
29822
|
-
padding: 20px 24px 24px 24px;
|
|
29823
|
-
}
|
|
29824
|
-
|
|
29825
|
-
.E_d1bw7c5z {
|
|
29826
|
-
position: relative;
|
|
29827
|
-
max-width: 388px;
|
|
29828
|
-
min-width: 285px;
|
|
29829
|
-
}
|
|
29830
|
-
.E_d1bw7c5z .center {
|
|
29831
|
-
position: absolute;
|
|
29832
|
-
font-size: 12px;
|
|
29833
|
-
width: 80px;
|
|
29834
|
-
height: 100px;
|
|
29835
|
-
top: 0;
|
|
29836
|
-
left: 35px;
|
|
29837
|
-
display: flex;
|
|
29838
|
-
flex-direction: column;
|
|
29839
|
-
justify-content: center;
|
|
29840
|
-
align-items: center;
|
|
29841
|
-
color: #00122e;
|
|
29842
|
-
}
|
|
29843
|
-
.E_d1bw7c5z .center .number {
|
|
29844
|
-
font-size: 24px;
|
|
29845
|
-
font-weight: 700;
|
|
29846
|
-
}
|
|
29847
|
-
.E_d1bw7c5z .center .text {
|
|
29848
|
-
padding: 0 5px;
|
|
29783
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29784
|
+
padding: 4px 8px 0 8px;
|
|
29785
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29849
29786
|
font-size: 12px;
|
|
29850
|
-
width: inherit;
|
|
29851
|
-
text-align: center;
|
|
29852
|
-
}
|
|
29853
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
29854
|
-
display: flex;
|
|
29855
|
-
}
|
|
29856
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29857
|
-
position: relative !important;
|
|
29858
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29859
|
-
left: 0 !important;
|
|
29860
|
-
bottom: 0 !important;
|
|
29861
|
-
display: flex;
|
|
29862
|
-
align-items: center;
|
|
29863
|
-
}
|
|
29864
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29865
|
-
width: 100%;
|
|
29866
|
-
}
|
|
29867
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29868
|
-
width: 100%;
|
|
29869
|
-
margin-right: 0 !important;
|
|
29870
|
-
line-height: 18px;
|
|
29871
|
-
}
|
|
29872
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29873
|
-
border-radius: 2px;
|
|
29874
|
-
}
|
|
29875
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29876
|
-
min-width: 75px;
|
|
29877
|
-
max-width: 198px;
|
|
29878
|
-
width: calc(100% - 20px);
|
|
29879
|
-
margin-left: 2px;
|
|
29880
|
-
color: #00122e !important;
|
|
29881
|
-
display: inline-flex;
|
|
29882
|
-
justify-content: space-between;
|
|
29883
|
-
}
|
|
29884
|
-
.E_d1bw7c5z .tooltip-text {
|
|
29885
|
-
maxwidth: calc(100% - 12px);
|
|
29886
|
-
cursor: pointer;
|
|
29887
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29888
|
-
overflow: hidden;
|
|
29889
|
-
text-overflow: ellipsis;
|
|
29890
|
-
white-space: nowrap;
|
|
29891
|
-
}
|
|
29892
|
-
.E_d1bw7c5z .value {
|
|
29893
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
29894
|
-
}
|
|
29895
|
-
|
|
29896
|
-
.E_t10pqbtc {
|
|
29897
|
-
width: 140px;
|
|
29898
29787
|
}
|
|
29899
|
-
.
|
|
29900
|
-
|
|
29901
|
-
display: flex;
|
|
29902
|
-
justify-content: space-between;
|
|
29788
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29789
|
+
padding-bottom: 6px;
|
|
29903
29790
|
}
|
|
29904
|
-
.
|
|
29905
|
-
|
|
29791
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29792
|
+
padding-top: 4px;
|
|
29793
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29906
29794
|
}
|
|
29907
29795
|
|
|
29908
29796
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30168,242 +30056,227 @@ body {
|
|
|
30168
30056
|
justify-content: center;
|
|
30169
30057
|
}
|
|
30170
30058
|
|
|
30171
|
-
.
|
|
30172
|
-
|
|
30059
|
+
.E_c1yyuluq {
|
|
30060
|
+
border-radius: 8px;
|
|
30173
30061
|
}
|
|
30174
|
-
|
|
30175
|
-
|
|
30176
|
-
--color: white;
|
|
30177
|
-
height: 14px;
|
|
30178
|
-
width: 14px;
|
|
30179
|
-
border-radius: 50%;
|
|
30180
|
-
flex-shrink: 0;
|
|
30181
|
-
display: flex;
|
|
30182
|
-
align-items: center;
|
|
30183
|
-
justify-content: center;
|
|
30184
|
-
border: 1px solid var(--color);
|
|
30062
|
+
.E_c1yyuluq .ant-card-body {
|
|
30063
|
+
padding: 20px 24px 24px 24px;
|
|
30185
30064
|
}
|
|
30186
|
-
|
|
30065
|
+
|
|
30066
|
+
.E_d1bw7c5z {
|
|
30187
30067
|
position: relative;
|
|
30188
|
-
|
|
30189
|
-
width:
|
|
30190
|
-
border-radius: 50%;
|
|
30191
|
-
overflow: hidden;
|
|
30192
|
-
}
|
|
30193
|
-
.E_c1bus5hc .circle-content {
|
|
30194
|
-
position: absolute;
|
|
30195
|
-
height: 100%;
|
|
30196
|
-
width: 100%;
|
|
30197
|
-
left: 0;
|
|
30198
|
-
top: 0;
|
|
30199
|
-
border-radius: 50%;
|
|
30200
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30201
|
-
transform: rotate(180deg);
|
|
30068
|
+
max-width: 388px;
|
|
30069
|
+
min-width: 285px;
|
|
30202
30070
|
}
|
|
30203
|
-
.
|
|
30071
|
+
.E_d1bw7c5z .center {
|
|
30204
30072
|
position: absolute;
|
|
30205
|
-
|
|
30206
|
-
width:
|
|
30207
|
-
|
|
30073
|
+
font-size: 12px;
|
|
30074
|
+
width: 80px;
|
|
30075
|
+
height: 100px;
|
|
30208
30076
|
top: 0;
|
|
30209
|
-
|
|
30210
|
-
|
|
30211
|
-
|
|
30212
|
-
|
|
30077
|
+
left: 35px;
|
|
30078
|
+
display: flex;
|
|
30079
|
+
flex-direction: column;
|
|
30080
|
+
justify-content: center;
|
|
30081
|
+
align-items: center;
|
|
30082
|
+
color: #00122e;
|
|
30213
30083
|
}
|
|
30214
|
-
|
|
30215
|
-
|
|
30216
|
-
|
|
30217
|
-
align-items: baseline;
|
|
30218
|
-
white-space: pre-wrap;
|
|
30084
|
+
.E_d1bw7c5z .center .number {
|
|
30085
|
+
font-size: 24px;
|
|
30086
|
+
font-weight: 700;
|
|
30219
30087
|
}
|
|
30220
|
-
.
|
|
30221
|
-
|
|
30222
|
-
|
|
30088
|
+
.E_d1bw7c5z .center .text {
|
|
30089
|
+
padding: 0 5px;
|
|
30090
|
+
font-size: 12px;
|
|
30091
|
+
width: inherit;
|
|
30092
|
+
text-align: center;
|
|
30223
30093
|
}
|
|
30224
|
-
.
|
|
30225
|
-
|
|
30094
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30095
|
+
display: flex;
|
|
30226
30096
|
}
|
|
30227
|
-
.
|
|
30228
|
-
|
|
30097
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30098
|
+
position: relative !important;
|
|
30099
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30100
|
+
left: 0 !important;
|
|
30101
|
+
bottom: 0 !important;
|
|
30102
|
+
display: flex;
|
|
30103
|
+
align-items: center;
|
|
30229
30104
|
}
|
|
30230
|
-
.
|
|
30231
|
-
|
|
30232
|
-
background: #0080ff;
|
|
30105
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30106
|
+
width: 100%;
|
|
30233
30107
|
}
|
|
30234
|
-
.
|
|
30235
|
-
|
|
30236
|
-
|
|
30237
|
-
|
|
30238
|
-
height: 6px;
|
|
30239
|
-
background: #fff;
|
|
30240
|
-
}
|
|
30241
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30242
|
-
opacity: 0.5;
|
|
30108
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30109
|
+
width: 100%;
|
|
30110
|
+
margin-right: 0 !important;
|
|
30111
|
+
line-height: 18px;
|
|
30243
30112
|
}
|
|
30244
|
-
.
|
|
30245
|
-
border-
|
|
30246
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30113
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30114
|
+
border-radius: 2px;
|
|
30247
30115
|
}
|
|
30248
|
-
.
|
|
30249
|
-
|
|
30116
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30117
|
+
min-width: 75px;
|
|
30118
|
+
max-width: 198px;
|
|
30119
|
+
width: calc(100% - 20px);
|
|
30120
|
+
margin-left: 2px;
|
|
30121
|
+
color: #00122e !important;
|
|
30122
|
+
display: inline-flex;
|
|
30123
|
+
justify-content: space-between;
|
|
30250
30124
|
}
|
|
30251
|
-
.
|
|
30252
|
-
|
|
30253
|
-
|
|
30125
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30126
|
+
maxwidth: calc(100% - 12px);
|
|
30127
|
+
cursor: pointer;
|
|
30128
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30129
|
+
overflow: hidden;
|
|
30130
|
+
text-overflow: ellipsis;
|
|
30131
|
+
white-space: nowrap;
|
|
30254
30132
|
}
|
|
30255
|
-
.
|
|
30256
|
-
color:
|
|
30133
|
+
.E_d1bw7c5z .value {
|
|
30134
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
30257
30135
|
}
|
|
30258
|
-
|
|
30259
|
-
|
|
30260
|
-
|
|
30261
|
-
padding-left: 10px;
|
|
30136
|
+
|
|
30137
|
+
.E_t10pqbtc {
|
|
30138
|
+
width: 140px;
|
|
30262
30139
|
}
|
|
30263
|
-
.
|
|
30264
|
-
margin
|
|
30265
|
-
|
|
30266
|
-
|
|
30140
|
+
.E_t10pqbtc .item {
|
|
30141
|
+
margin: 6px auto;
|
|
30142
|
+
display: flex;
|
|
30143
|
+
justify-content: space-between;
|
|
30267
30144
|
}
|
|
30268
|
-
.
|
|
30269
|
-
|
|
30145
|
+
.E_t10pqbtc .item .name {
|
|
30146
|
+
width: 102px;
|
|
30270
30147
|
}
|
|
30271
30148
|
|
|
30272
|
-
.
|
|
30273
|
-
|
|
30274
|
-
}
|
|
30275
|
-
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30276
|
-
border-radius: 0 5px 5px 0;
|
|
30149
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30150
|
+
line-height: 18px;
|
|
30277
30151
|
}
|
|
30278
30152
|
|
|
30279
|
-
.
|
|
30280
|
-
|
|
30281
|
-
|
|
30282
|
-
}
|
|
30283
|
-
.E_rcc63c8:first-child {
|
|
30284
|
-
border-color: #a3b4cc;
|
|
30285
|
-
}
|
|
30286
|
-
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30287
|
-
padding: 0 12px;
|
|
30288
|
-
line-height: 32px;
|
|
30289
|
-
height: 32px;
|
|
30290
|
-
}
|
|
30291
|
-
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30292
|
-
white-space: nowrap;
|
|
30293
|
-
}
|
|
30294
|
-
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30295
|
-
height: 22px;
|
|
30296
|
-
padding: 0 7px;
|
|
30297
|
-
line-height: 20px;
|
|
30298
|
-
}
|
|
30299
|
-
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30300
|
-
background: #ccd4e3;
|
|
30153
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30154
|
+
border: 0px;
|
|
30155
|
+
background-color: #fff;
|
|
30301
30156
|
}
|
|
30302
|
-
.
|
|
30303
|
-
|
|
30157
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30158
|
+
padding-top: 0px;
|
|
30159
|
+
padding-bottom: 0px;
|
|
30160
|
+
padding-left: 0px !important;
|
|
30161
|
+
padding-right: 24px;
|
|
30304
30162
|
}
|
|
30305
|
-
.
|
|
30306
|
-
|
|
30307
|
-
opacity: 0.5;
|
|
30163
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30164
|
+
right: 0px;
|
|
30308
30165
|
}
|
|
30309
|
-
.
|
|
30310
|
-
|
|
30166
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30167
|
+
padding: 0px;
|
|
30311
30168
|
}
|
|
30312
|
-
|
|
30313
|
-
|
|
30169
|
+
|
|
30170
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30171
|
+
padding-right: 0px;
|
|
30172
|
+
cursor: default;
|
|
30314
30173
|
}
|
|
30315
|
-
|
|
30316
|
-
|
|
30174
|
+
|
|
30175
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30176
|
+
display: flex;
|
|
30317
30177
|
}
|
|
30318
|
-
.
|
|
30319
|
-
|
|
30320
|
-
border-
|
|
30321
|
-
opacity: 0.5;
|
|
30178
|
+
.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 {
|
|
30179
|
+
border-bottom-left-radius: 5px;
|
|
30180
|
+
border-top-left-radius: 5px;
|
|
30322
30181
|
}
|
|
30323
|
-
.
|
|
30324
|
-
|
|
30325
|
-
border-
|
|
30182
|
+
.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 {
|
|
30183
|
+
border-bottom-right-radius: 5px;
|
|
30184
|
+
border-top-right-radius: 5px;
|
|
30326
30185
|
}
|
|
30327
|
-
|
|
30328
|
-
|
|
30329
|
-
|
|
30186
|
+
|
|
30187
|
+
.E_s1dizucg.ant-switch {
|
|
30188
|
+
min-width: 40px;
|
|
30189
|
+
height: 24px;
|
|
30330
30190
|
background: rgba(172, 186, 211, 0.6);
|
|
30191
|
+
overflow: hidden;
|
|
30331
30192
|
}
|
|
30332
|
-
.
|
|
30333
|
-
|
|
30334
|
-
display: inline;
|
|
30335
|
-
border: none;
|
|
30336
|
-
padding: 0;
|
|
30337
|
-
width: 36px;
|
|
30338
|
-
background: transparent;
|
|
30339
|
-
}
|
|
30340
|
-
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30341
|
-
box-shadow: none;
|
|
30193
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30194
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30342
30195
|
}
|
|
30343
|
-
.
|
|
30344
|
-
|
|
30345
|
-
|
|
30346
|
-
box-shadow: none;
|
|
30196
|
+
.E_s1dizucg.ant-switch-small {
|
|
30197
|
+
min-width: 26px;
|
|
30198
|
+
height: 16px;
|
|
30347
30199
|
}
|
|
30348
|
-
.
|
|
30349
|
-
|
|
30200
|
+
.E_s1dizucg.ant-switch-large {
|
|
30201
|
+
min-width: 52px;
|
|
30202
|
+
height: 32px;
|
|
30350
30203
|
}
|
|
30351
|
-
.
|
|
30352
|
-
|
|
30204
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30205
|
+
height: 20px;
|
|
30206
|
+
width: 20px;
|
|
30353
30207
|
}
|
|
30354
|
-
.
|
|
30355
|
-
|
|
30356
|
-
|
|
30357
|
-
padding: 0;
|
|
30358
|
-
width: 36px;
|
|
30208
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30209
|
+
border-radius: 10px;
|
|
30210
|
+
transition-delay: 120ms;
|
|
30359
30211
|
}
|
|
30360
|
-
|
|
30361
|
-
|
|
30362
|
-
|
|
30363
|
-
|
|
30364
|
-
|
|
30212
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30213
|
+
height: 14px;
|
|
30214
|
+
width: 14px;
|
|
30215
|
+
top: 1px;
|
|
30216
|
+
left: 1px;
|
|
30365
30217
|
}
|
|
30366
|
-
|
|
30367
|
-
|
|
30368
|
-
|
|
30218
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30219
|
+
height: 28px;
|
|
30220
|
+
width: 28px;
|
|
30369
30221
|
}
|
|
30370
|
-
|
|
30371
|
-
|
|
30372
|
-
display: flex;
|
|
30222
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30223
|
+
border-radius: 14px;
|
|
30373
30224
|
}
|
|
30374
|
-
.
|
|
30375
|
-
|
|
30376
|
-
border-top-left-radius: 5px;
|
|
30225
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30226
|
+
background-color: #00ba5d;
|
|
30377
30227
|
}
|
|
30378
|
-
.
|
|
30379
|
-
|
|
30380
|
-
border-top-right-radius: 5px;
|
|
30228
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30229
|
+
left: calc(100% - 20px - 2px);
|
|
30381
30230
|
}
|
|
30382
|
-
|
|
30383
|
-
|
|
30384
|
-
margin-right: 8px;
|
|
30231
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30232
|
+
left: calc(100% - 14px - 1px);
|
|
30385
30233
|
}
|
|
30386
|
-
.
|
|
30387
|
-
|
|
30234
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30235
|
+
left: calc(100% - 28px - 2px);
|
|
30388
30236
|
}
|
|
30389
30237
|
|
|
30390
|
-
.
|
|
30391
|
-
|
|
30392
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30393
|
-
margin-right: 8px;
|
|
30394
|
-
padding-right: 8px;
|
|
30238
|
+
.E_c1up6e3y {
|
|
30239
|
+
margin-left: 5px;
|
|
30395
30240
|
}
|
|
30396
30241
|
|
|
30397
|
-
.
|
|
30242
|
+
.E_c1bus5hc {
|
|
30243
|
+
--color: white;
|
|
30244
|
+
height: 14px;
|
|
30245
|
+
width: 14px;
|
|
30246
|
+
border-radius: 50%;
|
|
30247
|
+
flex-shrink: 0;
|
|
30398
30248
|
display: flex;
|
|
30399
|
-
|
|
30249
|
+
align-items: center;
|
|
30250
|
+
justify-content: center;
|
|
30251
|
+
border: 1px solid var(--color);
|
|
30400
30252
|
}
|
|
30401
|
-
.
|
|
30402
|
-
|
|
30253
|
+
.E_c1bus5hc .circle-inner {
|
|
30254
|
+
position: relative;
|
|
30255
|
+
height: 10px;
|
|
30256
|
+
width: 10px;
|
|
30257
|
+
border-radius: 50%;
|
|
30258
|
+
overflow: hidden;
|
|
30403
30259
|
}
|
|
30404
|
-
|
|
30405
|
-
|
|
30406
|
-
|
|
30260
|
+
.E_c1bus5hc .circle-content {
|
|
30261
|
+
position: absolute;
|
|
30262
|
+
height: 100%;
|
|
30263
|
+
width: 100%;
|
|
30264
|
+
left: 0;
|
|
30265
|
+
top: 0;
|
|
30266
|
+
border-radius: 50%;
|
|
30267
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30268
|
+
transform: rotate(180deg);
|
|
30269
|
+
}
|
|
30270
|
+
.E_c1bus5hc .circle-child {
|
|
30271
|
+
position: absolute;
|
|
30272
|
+
height: 100%;
|
|
30273
|
+
width: 100%;
|
|
30274
|
+
left: 0;
|
|
30275
|
+
top: 0;
|
|
30276
|
+
margin-left: 50%;
|
|
30277
|
+
transform-origin: left;
|
|
30278
|
+
background: white;
|
|
30279
|
+
transform: rotate(0deg);
|
|
30407
30280
|
}
|
|
30408
30281
|
|
|
30409
30282
|
.E_phljevk {
|
|
@@ -30463,63 +30336,186 @@ body {
|
|
|
30463
30336
|
line-height: 18px;
|
|
30464
30337
|
}
|
|
30465
30338
|
|
|
30466
|
-
.
|
|
30467
|
-
|
|
30468
|
-
height: 24px;
|
|
30469
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30470
|
-
overflow: hidden;
|
|
30339
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30340
|
+
margin-right: 8px;
|
|
30471
30341
|
}
|
|
30472
|
-
.
|
|
30473
|
-
|
|
30342
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30343
|
+
margin-left: 8px;
|
|
30474
30344
|
}
|
|
30475
|
-
|
|
30476
|
-
|
|
30477
|
-
|
|
30345
|
+
|
|
30346
|
+
.E_cc368xp {
|
|
30347
|
+
color: #00122e;
|
|
30348
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30349
|
+
margin-right: 8px;
|
|
30350
|
+
padding-right: 8px;
|
|
30478
30351
|
}
|
|
30479
|
-
|
|
30480
|
-
|
|
30352
|
+
|
|
30353
|
+
.E_i11o6xqj {
|
|
30354
|
+
display: flex;
|
|
30355
|
+
gap: 4px;
|
|
30356
|
+
}
|
|
30357
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30358
|
+
cursor: pointer;
|
|
30359
|
+
}
|
|
30360
|
+
|
|
30361
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30362
|
+
cursor: not-allowed;
|
|
30363
|
+
}
|
|
30364
|
+
|
|
30365
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30366
|
+
display: inline-flex;
|
|
30367
|
+
align-items: baseline;
|
|
30368
|
+
white-space: pre-wrap;
|
|
30369
|
+
}
|
|
30370
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30371
|
+
position: relative;
|
|
30372
|
+
top: 3px;
|
|
30373
|
+
}
|
|
30374
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30375
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30376
|
+
}
|
|
30377
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30378
|
+
border-color: #0080ff;
|
|
30379
|
+
}
|
|
30380
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30381
|
+
border-color: #0080ff;
|
|
30382
|
+
background: #0080ff;
|
|
30383
|
+
}
|
|
30384
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30385
|
+
top: 4px;
|
|
30386
|
+
left: 4px;
|
|
30387
|
+
width: 6px;
|
|
30388
|
+
height: 6px;
|
|
30389
|
+
background: #fff;
|
|
30390
|
+
}
|
|
30391
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30392
|
+
opacity: 0.5;
|
|
30393
|
+
}
|
|
30394
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30395
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30396
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30397
|
+
}
|
|
30398
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30399
|
+
background: #00122e;
|
|
30400
|
+
}
|
|
30401
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30402
|
+
color: #00122e;
|
|
30403
|
+
opacity: 0.5;
|
|
30404
|
+
}
|
|
30405
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30406
|
+
color: #00122e;
|
|
30407
|
+
}
|
|
30408
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30409
|
+
display: inline-block;
|
|
30410
|
+
padding: 0;
|
|
30411
|
+
padding-left: 10px;
|
|
30412
|
+
}
|
|
30413
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30414
|
+
margin-bottom: 0;
|
|
30415
|
+
white-space: pre-wrap;
|
|
30416
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30417
|
+
}
|
|
30418
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30419
|
+
padding-left: 8px;
|
|
30420
|
+
}
|
|
30421
|
+
|
|
30422
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30423
|
+
border-radius: 5px 0 0 5px;
|
|
30424
|
+
}
|
|
30425
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30426
|
+
border-radius: 0 5px 5px 0;
|
|
30427
|
+
}
|
|
30428
|
+
|
|
30429
|
+
.E_rcc63c8 {
|
|
30430
|
+
color: #00122e;
|
|
30431
|
+
border-color: #ccd4e3;
|
|
30432
|
+
}
|
|
30433
|
+
.E_rcc63c8:first-child {
|
|
30434
|
+
border-color: #a3b4cc;
|
|
30435
|
+
}
|
|
30436
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30437
|
+
padding: 0 12px;
|
|
30438
|
+
line-height: 32px;
|
|
30481
30439
|
height: 32px;
|
|
30482
30440
|
}
|
|
30483
|
-
.
|
|
30484
|
-
|
|
30485
|
-
width: 20px;
|
|
30441
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30442
|
+
white-space: nowrap;
|
|
30486
30443
|
}
|
|
30487
|
-
.
|
|
30488
|
-
|
|
30489
|
-
|
|
30444
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30445
|
+
height: 22px;
|
|
30446
|
+
padding: 0 7px;
|
|
30447
|
+
line-height: 20px;
|
|
30490
30448
|
}
|
|
30491
|
-
.
|
|
30492
|
-
|
|
30493
|
-
width: 14px;
|
|
30494
|
-
top: 1px;
|
|
30495
|
-
left: 1px;
|
|
30449
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30450
|
+
background: #ccd4e3;
|
|
30496
30451
|
}
|
|
30497
|
-
.
|
|
30498
|
-
|
|
30499
|
-
|
|
30452
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30453
|
+
background: #0080ff;
|
|
30454
|
+
}
|
|
30455
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30456
|
+
background: #ccd4e3;
|
|
30457
|
+
opacity: 0.5;
|
|
30458
|
+
}
|
|
30459
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30460
|
+
border-right-color: #0080ff;
|
|
30461
|
+
}
|
|
30462
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30463
|
+
border-color: #0080ff;
|
|
30464
|
+
}
|
|
30465
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30466
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30467
|
+
}
|
|
30468
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30469
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30470
|
+
border-color: #ccd4e3;
|
|
30471
|
+
opacity: 0.5;
|
|
30472
|
+
}
|
|
30473
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30474
|
+
color: #00122e;
|
|
30475
|
+
border-color: #ccd4e3;
|
|
30476
|
+
}
|
|
30477
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30478
|
+
color: #00122e;
|
|
30479
|
+
border-color: #ccd4e3;
|
|
30480
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30481
|
+
}
|
|
30482
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30483
|
+
margin-right: 8px;
|
|
30484
|
+
display: inline;
|
|
30485
|
+
border: none;
|
|
30486
|
+
padding: 0;
|
|
30487
|
+
width: 36px;
|
|
30488
|
+
background: transparent;
|
|
30500
30489
|
}
|
|
30501
|
-
.
|
|
30502
|
-
|
|
30490
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30491
|
+
box-shadow: none;
|
|
30503
30492
|
}
|
|
30504
|
-
.
|
|
30505
|
-
|
|
30493
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30494
|
+
margin-right: 0;
|
|
30495
|
+
width: initial;
|
|
30496
|
+
box-shadow: none;
|
|
30506
30497
|
}
|
|
30507
|
-
.
|
|
30508
|
-
|
|
30498
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30499
|
+
display: none;
|
|
30509
30500
|
}
|
|
30510
|
-
.
|
|
30511
|
-
|
|
30501
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30502
|
+
display: inline;
|
|
30512
30503
|
}
|
|
30513
|
-
.
|
|
30514
|
-
|
|
30504
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30505
|
+
display: inline;
|
|
30506
|
+
margin-right: 8px;
|
|
30507
|
+
padding: 0;
|
|
30508
|
+
width: 36px;
|
|
30515
30509
|
}
|
|
30516
30510
|
|
|
30517
|
-
.
|
|
30518
|
-
|
|
30511
|
+
.E_ivqqkzv {
|
|
30512
|
+
height: 24px;
|
|
30513
|
+
width: 56px !important;
|
|
30514
|
+
margin-right: 4px;
|
|
30519
30515
|
}
|
|
30520
30516
|
|
|
30521
|
-
.
|
|
30522
|
-
|
|
30517
|
+
.E_c1wk4q29 {
|
|
30518
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30523
30519
|
}
|
|
30524
30520
|
|
|
30525
30521
|
.E_s1sck0th {
|
|
@@ -30604,15 +30600,8 @@ body {
|
|
|
30604
30600
|
background-color: #7E41FF;
|
|
30605
30601
|
}
|
|
30606
30602
|
|
|
30607
|
-
.
|
|
30608
|
-
|
|
30609
|
-
}
|
|
30610
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30611
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30612
|
-
border-radius: 4px;
|
|
30613
|
-
}
|
|
30614
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30615
|
-
visibility: hidden;
|
|
30603
|
+
.E_tju3gfj .date {
|
|
30604
|
+
margin-right: 4px;
|
|
30616
30605
|
}
|
|
30617
30606
|
|
|
30618
30607
|
.E_s1dni7lo {
|
|
@@ -30700,104 +30689,15 @@ body {
|
|
|
30700
30689
|
display: inline-block;
|
|
30701
30690
|
}
|
|
30702
30691
|
|
|
30703
|
-
.
|
|
30704
|
-
|
|
30705
|
-
}
|
|
30706
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30707
|
-
padding: 2px 7px 2px 12px;
|
|
30708
|
-
}
|
|
30709
|
-
|
|
30710
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30711
|
-
display: var(--a1wfy30z-0);
|
|
30712
|
-
}
|
|
30713
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30714
|
-
padding: 4px 11px;
|
|
30715
|
-
display: inline-flex;
|
|
30716
|
-
line-height: 1.5715;
|
|
30717
|
-
height: inherit;
|
|
30718
|
-
}
|
|
30719
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30720
|
-
content: var(--a1wfy30z-1);
|
|
30721
|
-
display: var(--a1wfy30z-2);
|
|
30722
|
-
flex: none;
|
|
30723
|
-
align-items: center;
|
|
30724
|
-
margin-left: 4px;
|
|
30725
|
-
}
|
|
30726
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30727
|
-
content: var(--a1wfy30z-3);
|
|
30728
|
-
display: var(--a1wfy30z-4);
|
|
30729
|
-
flex: none;
|
|
30730
|
-
align-items: center;
|
|
30731
|
-
margin-right: 4px;
|
|
30732
|
-
cursor: auto;
|
|
30733
|
-
}
|
|
30734
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30735
|
-
padding: 0;
|
|
30736
|
-
margin: 0;
|
|
30737
|
-
height: auto;
|
|
30738
|
-
font-size: inherit;
|
|
30692
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30693
|
+
display: none;
|
|
30739
30694
|
}
|
|
30740
|
-
|
|
30741
|
-
.
|
|
30742
|
-
height: 18px;
|
|
30743
|
-
line-height: 18px;
|
|
30744
|
-
padding: 0 4px;
|
|
30695
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30696
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30745
30697
|
border-radius: 4px;
|
|
30746
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30747
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30748
|
-
display: flex;
|
|
30749
|
-
align-items: center;
|
|
30750
|
-
white-space: nowrap;
|
|
30751
|
-
margin-right: 4px;
|
|
30752
|
-
}
|
|
30753
|
-
|
|
30754
|
-
.E_fzh9mnb {
|
|
30755
|
-
width: 100%;
|
|
30756
|
-
height: 100%;
|
|
30757
|
-
min-height: 124px;
|
|
30758
|
-
display: flex;
|
|
30759
|
-
flex-direction: column;
|
|
30760
|
-
justify-content: center;
|
|
30761
|
-
align-items: center;
|
|
30762
|
-
}
|
|
30763
|
-
.E_fzh9mnb .error-text {
|
|
30764
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30765
|
-
margin-bottom: 16px;
|
|
30766
|
-
font-size: 18px;
|
|
30767
|
-
}
|
|
30768
|
-
|
|
30769
|
-
.E_f7pxqmh {
|
|
30770
|
-
width: 100%;
|
|
30771
|
-
margin-bottom: 0 !important;
|
|
30772
|
-
flex-flow: nowrap !important;
|
|
30773
|
-
line-break: auto;
|
|
30774
|
-
}
|
|
30775
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30776
|
-
text-align: left !important;
|
|
30777
|
-
padding-bottom: 0 !important;
|
|
30778
|
-
}
|
|
30779
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30780
|
-
min-height: 32px;
|
|
30781
|
-
height: auto;
|
|
30782
|
-
font-size: 13px;
|
|
30783
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30784
|
-
white-space: normal;
|
|
30785
|
-
}
|
|
30786
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30787
|
-
border-color: #ff4d4f !important;
|
|
30788
|
-
}
|
|
30789
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30790
|
-
border-color: #ff4d4f !important;
|
|
30791
|
-
}
|
|
30792
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
30793
|
-
margin-top: 4px;
|
|
30794
|
-
font-size: 12px;
|
|
30795
|
-
min-height: 0px;
|
|
30796
30698
|
}
|
|
30797
|
-
.
|
|
30798
|
-
|
|
30799
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30800
|
-
min-height: 0px;
|
|
30699
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30700
|
+
visibility: hidden;
|
|
30801
30701
|
}
|
|
30802
30702
|
|
|
30803
30703
|
.E_iouxfgt {
|
|
@@ -30878,6 +30778,106 @@ body {
|
|
|
30878
30778
|
padding: 2px 8px;
|
|
30879
30779
|
}
|
|
30880
30780
|
|
|
30781
|
+
.E_f7pxqmh {
|
|
30782
|
+
width: 100%;
|
|
30783
|
+
margin-bottom: 0 !important;
|
|
30784
|
+
flex-flow: nowrap !important;
|
|
30785
|
+
line-break: auto;
|
|
30786
|
+
}
|
|
30787
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30788
|
+
text-align: left !important;
|
|
30789
|
+
padding-bottom: 0 !important;
|
|
30790
|
+
}
|
|
30791
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30792
|
+
min-height: 32px;
|
|
30793
|
+
height: auto;
|
|
30794
|
+
font-size: 13px;
|
|
30795
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30796
|
+
white-space: normal;
|
|
30797
|
+
}
|
|
30798
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30799
|
+
border-color: #ff4d4f !important;
|
|
30800
|
+
}
|
|
30801
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30802
|
+
border-color: #ff4d4f !important;
|
|
30803
|
+
}
|
|
30804
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30805
|
+
margin-top: 4px;
|
|
30806
|
+
font-size: 12px;
|
|
30807
|
+
min-height: 0px;
|
|
30808
|
+
}
|
|
30809
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30810
|
+
font-size: 12px;
|
|
30811
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30812
|
+
min-height: 0px;
|
|
30813
|
+
}
|
|
30814
|
+
|
|
30815
|
+
.E_i1inqkme {
|
|
30816
|
+
height: 18px;
|
|
30817
|
+
line-height: 18px;
|
|
30818
|
+
padding: 0 4px;
|
|
30819
|
+
border-radius: 4px;
|
|
30820
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30821
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30822
|
+
display: flex;
|
|
30823
|
+
align-items: center;
|
|
30824
|
+
white-space: nowrap;
|
|
30825
|
+
margin-right: 4px;
|
|
30826
|
+
}
|
|
30827
|
+
|
|
30828
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30829
|
+
display: var(--a1wfy30z-0);
|
|
30830
|
+
}
|
|
30831
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30832
|
+
padding: 4px 11px;
|
|
30833
|
+
display: inline-flex;
|
|
30834
|
+
line-height: 1.5715;
|
|
30835
|
+
height: inherit;
|
|
30836
|
+
}
|
|
30837
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30838
|
+
content: var(--a1wfy30z-1);
|
|
30839
|
+
display: var(--a1wfy30z-2);
|
|
30840
|
+
flex: none;
|
|
30841
|
+
align-items: center;
|
|
30842
|
+
margin-left: 4px;
|
|
30843
|
+
}
|
|
30844
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30845
|
+
content: var(--a1wfy30z-3);
|
|
30846
|
+
display: var(--a1wfy30z-4);
|
|
30847
|
+
flex: none;
|
|
30848
|
+
align-items: center;
|
|
30849
|
+
margin-right: 4px;
|
|
30850
|
+
cursor: auto;
|
|
30851
|
+
}
|
|
30852
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30853
|
+
padding: 0;
|
|
30854
|
+
margin: 0;
|
|
30855
|
+
height: auto;
|
|
30856
|
+
font-size: inherit;
|
|
30857
|
+
}
|
|
30858
|
+
|
|
30859
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30860
|
+
margin-left: 8px;
|
|
30861
|
+
}
|
|
30862
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30863
|
+
padding: 2px 7px 2px 12px;
|
|
30864
|
+
}
|
|
30865
|
+
|
|
30866
|
+
.E_fzh9mnb {
|
|
30867
|
+
width: 100%;
|
|
30868
|
+
height: 100%;
|
|
30869
|
+
min-height: 124px;
|
|
30870
|
+
display: flex;
|
|
30871
|
+
flex-direction: column;
|
|
30872
|
+
justify-content: center;
|
|
30873
|
+
align-items: center;
|
|
30874
|
+
}
|
|
30875
|
+
.E_fzh9mnb .error-text {
|
|
30876
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30877
|
+
margin-bottom: 16px;
|
|
30878
|
+
font-size: 18px;
|
|
30879
|
+
}
|
|
30880
|
+
|
|
30881
30881
|
.E_owd0kml {
|
|
30882
30882
|
display: inline-block;
|
|
30883
30883
|
}
|
|
@@ -31358,12 +31358,8 @@ body {
|
|
|
31358
31358
|
font-family: Inter;
|
|
31359
31359
|
font-style: normal;
|
|
31360
31360
|
font-weight: normal;
|
|
31361
|
-
font-size: 10px;
|
|
31362
|
-
line-height: 12px;
|
|
31363
|
-
}
|
|
31364
|
-
|
|
31365
|
-
.E_m196gn1d {
|
|
31366
|
-
min-width: 1280px;
|
|
31361
|
+
font-size: 10px;
|
|
31362
|
+
line-height: 12px;
|
|
31367
31363
|
}
|
|
31368
31364
|
|
|
31369
31365
|
.E_a1b5xrg3 .user-icon-inner {
|
|
@@ -31396,6 +31392,10 @@ body {
|
|
|
31396
31392
|
transition: all 320ms ease;
|
|
31397
31393
|
}
|
|
31398
31394
|
|
|
31395
|
+
.E_m196gn1d {
|
|
31396
|
+
min-width: 1280px;
|
|
31397
|
+
}
|
|
31398
|
+
|
|
31399
31399
|
.E_cnujxq2 {
|
|
31400
31400
|
display: flex;
|
|
31401
31401
|
flex-direction: column;
|
|
@@ -32086,6 +32086,63 @@ input.E_rf8rlle.ant-input {
|
|
|
32086
32086
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32087
32087
|
}
|
|
32088
32088
|
|
|
32089
|
+
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32090
|
+
border-radius: 6px;
|
|
32091
|
+
}
|
|
32092
|
+
.E_s17wv897.ant-select.ant-select-single {
|
|
32093
|
+
width: 100%;
|
|
32094
|
+
color: #2d3a56;
|
|
32095
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32096
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32097
|
+
font-size: 13px;
|
|
32098
|
+
}
|
|
32099
|
+
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32100
|
+
height: 30px;
|
|
32101
|
+
}
|
|
32102
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32103
|
+
height: 38px;
|
|
32104
|
+
font-size: 13px;
|
|
32105
|
+
}
|
|
32106
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32107
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32108
|
+
transition: 160ms ease;
|
|
32109
|
+
}
|
|
32110
|
+
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32111
|
+
color: #0080ff;
|
|
32112
|
+
}
|
|
32113
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32114
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32115
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32116
|
+
}
|
|
32117
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32118
|
+
color: #0080ff;
|
|
32119
|
+
}
|
|
32120
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32121
|
+
border-color: #0080ff;
|
|
32122
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32123
|
+
}
|
|
32124
|
+
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32125
|
+
transform: rotate(180deg);
|
|
32126
|
+
}
|
|
32127
|
+
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32128
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32129
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32130
|
+
cursor: "not-allowed";
|
|
32131
|
+
}
|
|
32132
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32133
|
+
border-color: #f0483e !important;
|
|
32134
|
+
}
|
|
32135
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32136
|
+
color: #1d326c;
|
|
32137
|
+
}
|
|
32138
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32139
|
+
border-color: #0080ff;
|
|
32140
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32141
|
+
}
|
|
32142
|
+
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32143
|
+
transform: rotate(180deg);
|
|
32144
|
+
}
|
|
32145
|
+
|
|
32089
32146
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32090
32147
|
opacity: 1;
|
|
32091
32148
|
}
|
|
@@ -32238,63 +32295,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32238
32295
|
flex-shrink: 0;
|
|
32239
32296
|
}
|
|
32240
32297
|
|
|
32241
|
-
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32242
|
-
border-radius: 6px;
|
|
32243
|
-
}
|
|
32244
|
-
.E_s17wv897.ant-select.ant-select-single {
|
|
32245
|
-
width: 100%;
|
|
32246
|
-
color: #2d3a56;
|
|
32247
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32248
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32249
|
-
font-size: 13px;
|
|
32250
|
-
}
|
|
32251
|
-
.E_s17wv897.ant-select.ant-select-single[data-size=middle] {
|
|
32252
|
-
height: 30px;
|
|
32253
|
-
}
|
|
32254
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-lg {
|
|
32255
|
-
height: 38px;
|
|
32256
|
-
font-size: 13px;
|
|
32257
|
-
}
|
|
32258
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow,
|
|
32259
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32260
|
-
transition: 160ms ease;
|
|
32261
|
-
}
|
|
32262
|
-
.E_s17wv897.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32263
|
-
color: #0080ff;
|
|
32264
|
-
}
|
|
32265
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32266
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32267
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32268
|
-
}
|
|
32269
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32270
|
-
color: #0080ff;
|
|
32271
|
-
}
|
|
32272
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32273
|
-
border-color: #0080ff;
|
|
32274
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32275
|
-
}
|
|
32276
|
-
.E_s17wv897.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32277
|
-
transform: rotate(180deg);
|
|
32278
|
-
}
|
|
32279
|
-
.E_s17wv897.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32280
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32281
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32282
|
-
cursor: "not-allowed";
|
|
32283
|
-
}
|
|
32284
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32285
|
-
border-color: #f0483e !important;
|
|
32286
|
-
}
|
|
32287
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32288
|
-
color: #1d326c;
|
|
32289
|
-
}
|
|
32290
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s17wv897.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32291
|
-
border-color: #0080ff;
|
|
32292
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32293
|
-
}
|
|
32294
|
-
.E_s17wv897.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32295
|
-
transform: rotate(180deg);
|
|
32296
|
-
}
|
|
32297
|
-
|
|
32298
32298
|
.E_w1dxz879 {
|
|
32299
32299
|
display: flex;
|
|
32300
32300
|
flex-direction: column;
|
|
@@ -32376,6 +32376,35 @@ input.E_rf8rlle.ant-input {
|
|
|
32376
32376
|
margin-top: 8px;
|
|
32377
32377
|
}
|
|
32378
32378
|
|
|
32379
|
+
.E_m5foqp8.medium {
|
|
32380
|
+
--footer-height: 96px;
|
|
32381
|
+
--modal-content-width: 720px;
|
|
32382
|
+
--modal-content-min-height: 200px;
|
|
32383
|
+
--modal-header-padding: 40px 60px 8px;
|
|
32384
|
+
--modal-content-padding-top: 24px;
|
|
32385
|
+
--modal-content-padding-bottom: 32px;
|
|
32386
|
+
--modal-content-padding-x: 60px;
|
|
32387
|
+
--modal-footer-padding: 0 60px;
|
|
32388
|
+
}
|
|
32389
|
+
.E_m5foqp8.medium.content-full.ant-modal {
|
|
32390
|
+
height: calc(100vh - 80px);
|
|
32391
|
+
width: calc(100vw - 160px);
|
|
32392
|
+
}
|
|
32393
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
32394
|
+
width: 100%;
|
|
32395
|
+
height: 100%;
|
|
32396
|
+
max-width: unset;
|
|
32397
|
+
max-height: unset;
|
|
32398
|
+
display: flex;
|
|
32399
|
+
flex-direction: column;
|
|
32400
|
+
}
|
|
32401
|
+
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
32402
|
+
flex: 1;
|
|
32403
|
+
}
|
|
32404
|
+
.E_m5foqp8.medium .initializing-title {
|
|
32405
|
+
height: 32px;
|
|
32406
|
+
}
|
|
32407
|
+
|
|
32379
32408
|
.E_hrhfj7c {
|
|
32380
32409
|
display: none;
|
|
32381
32410
|
}
|
|
@@ -32631,35 +32660,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32631
32660
|
background-color: transparent;
|
|
32632
32661
|
}
|
|
32633
32662
|
|
|
32634
|
-
.E_m5foqp8.medium {
|
|
32635
|
-
--footer-height: 96px;
|
|
32636
|
-
--modal-content-width: 720px;
|
|
32637
|
-
--modal-content-min-height: 200px;
|
|
32638
|
-
--modal-header-padding: 40px 60px 8px;
|
|
32639
|
-
--modal-content-padding-top: 24px;
|
|
32640
|
-
--modal-content-padding-bottom: 32px;
|
|
32641
|
-
--modal-content-padding-x: 60px;
|
|
32642
|
-
--modal-footer-padding: 0 60px;
|
|
32643
|
-
}
|
|
32644
|
-
.E_m5foqp8.medium.content-full.ant-modal {
|
|
32645
|
-
height: calc(100vh - 80px);
|
|
32646
|
-
width: calc(100vw - 160px);
|
|
32647
|
-
}
|
|
32648
|
-
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-content {
|
|
32649
|
-
width: 100%;
|
|
32650
|
-
height: 100%;
|
|
32651
|
-
max-width: unset;
|
|
32652
|
-
max-height: unset;
|
|
32653
|
-
display: flex;
|
|
32654
|
-
flex-direction: column;
|
|
32655
|
-
}
|
|
32656
|
-
.E_m5foqp8.medium.content-full.ant-modal .ant-modal-body {
|
|
32657
|
-
flex: 1;
|
|
32658
|
-
}
|
|
32659
|
-
.E_m5foqp8.medium .initializing-title {
|
|
32660
|
-
height: 32px;
|
|
32661
|
-
}
|
|
32662
|
-
|
|
32663
32663
|
.E_ckaaqep {
|
|
32664
32664
|
background: rgba(172, 186, 211, 0.6);
|
|
32665
32665
|
content: "";
|
|
@@ -33633,50 +33633,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33633
33633
|
opacity: 0.5;
|
|
33634
33634
|
}
|
|
33635
33635
|
|
|
33636
|
-
.E_c1kghdax {
|
|
33637
|
-
color: #2d3a56;
|
|
33638
|
-
padding: 7px 12px;
|
|
33639
|
-
display: flex;
|
|
33640
|
-
justify-content: space-between;
|
|
33641
|
-
align-items: center;
|
|
33642
|
-
}
|
|
33643
|
-
.E_c1kghdax.has-arrow {
|
|
33644
|
-
padding-left: 10px;
|
|
33645
|
-
}
|
|
33646
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33647
|
-
cursor: pointer;
|
|
33648
|
-
color: #00122e;
|
|
33649
|
-
}
|
|
33650
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33651
|
-
color: #2d3a56;
|
|
33652
|
-
font-weight: 600;
|
|
33653
|
-
}
|
|
33654
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33655
|
-
transform: rotate(90deg);
|
|
33656
|
-
}
|
|
33657
|
-
.E_c1kghdax .sub-info {
|
|
33658
|
-
font-size: 12px;
|
|
33659
|
-
line-height: 18px;
|
|
33660
|
-
}
|
|
33661
|
-
.E_c1kghdax .title-wrapper {
|
|
33662
|
-
display: flex;
|
|
33663
|
-
align-items: center;
|
|
33664
|
-
user-select: none;
|
|
33665
|
-
flex-grow: 1;
|
|
33666
|
-
font-size: 12px;
|
|
33667
|
-
line-height: 18px;
|
|
33668
|
-
color: #2d3a56;
|
|
33669
|
-
font-weight: 700;
|
|
33670
|
-
}
|
|
33671
|
-
.E_c1kghdax .collapse-arrow {
|
|
33672
|
-
transition: all 50ms ease-out 0ms;
|
|
33673
|
-
margin-right: 2px;
|
|
33674
|
-
}
|
|
33675
|
-
|
|
33676
|
-
.E_c1yd35n {
|
|
33677
|
-
padding: 0 12px 14px 12px;
|
|
33678
|
-
}
|
|
33679
|
-
|
|
33680
33636
|
.E_ckui4s7 {
|
|
33681
33637
|
color: #2d3a56;
|
|
33682
33638
|
line-height: 22px;
|
|
@@ -33730,15 +33686,59 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33730
33686
|
margin-left: 12px;
|
|
33731
33687
|
color: #2d3a56;
|
|
33732
33688
|
}
|
|
33733
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33734
|
-
margin-left: 28px;
|
|
33735
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33689
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33690
|
+
margin-left: 28px;
|
|
33691
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33692
|
+
}
|
|
33693
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33694
|
+
margin-left: 8px;
|
|
33695
|
+
}
|
|
33696
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33697
|
+
margin-left: 24px;
|
|
33698
|
+
}
|
|
33699
|
+
|
|
33700
|
+
.E_c1yd35n {
|
|
33701
|
+
padding: 0 12px 14px 12px;
|
|
33702
|
+
}
|
|
33703
|
+
|
|
33704
|
+
.E_c1kghdax {
|
|
33705
|
+
color: #2d3a56;
|
|
33706
|
+
padding: 7px 12px;
|
|
33707
|
+
display: flex;
|
|
33708
|
+
justify-content: space-between;
|
|
33709
|
+
align-items: center;
|
|
33710
|
+
}
|
|
33711
|
+
.E_c1kghdax.has-arrow {
|
|
33712
|
+
padding-left: 10px;
|
|
33713
|
+
}
|
|
33714
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33715
|
+
cursor: pointer;
|
|
33716
|
+
color: #00122e;
|
|
33717
|
+
}
|
|
33718
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33719
|
+
color: #2d3a56;
|
|
33720
|
+
font-weight: 600;
|
|
33721
|
+
}
|
|
33722
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33723
|
+
transform: rotate(90deg);
|
|
33724
|
+
}
|
|
33725
|
+
.E_c1kghdax .sub-info {
|
|
33726
|
+
font-size: 12px;
|
|
33727
|
+
line-height: 18px;
|
|
33736
33728
|
}
|
|
33737
|
-
.
|
|
33738
|
-
|
|
33729
|
+
.E_c1kghdax .title-wrapper {
|
|
33730
|
+
display: flex;
|
|
33731
|
+
align-items: center;
|
|
33732
|
+
user-select: none;
|
|
33733
|
+
flex-grow: 1;
|
|
33734
|
+
font-size: 12px;
|
|
33735
|
+
line-height: 18px;
|
|
33736
|
+
color: #2d3a56;
|
|
33737
|
+
font-weight: 700;
|
|
33739
33738
|
}
|
|
33740
|
-
.
|
|
33741
|
-
|
|
33739
|
+
.E_c1kghdax .collapse-arrow {
|
|
33740
|
+
transition: all 50ms ease-out 0ms;
|
|
33741
|
+
margin-right: 2px;
|
|
33742
33742
|
}
|
|
33743
33743
|
|
|
33744
33744
|
.E_b14q2gmw {
|
|
@@ -33807,6 +33807,201 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33807
33807
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33808
33808
|
}
|
|
33809
33809
|
|
|
33810
|
+
.E_sjob3jg {
|
|
33811
|
+
--item-min-width: 60px;
|
|
33812
|
+
}
|
|
33813
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33814
|
+
display: none !important;
|
|
33815
|
+
}
|
|
33816
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33817
|
+
flex-shrink: 0 !important;
|
|
33818
|
+
}
|
|
33819
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33820
|
+
color: #0080FF;
|
|
33821
|
+
}
|
|
33822
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33823
|
+
color: #0080FF;
|
|
33824
|
+
font-weight: normal;
|
|
33825
|
+
}
|
|
33826
|
+
.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 {
|
|
33827
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33828
|
+
}
|
|
33829
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33830
|
+
color: #00122E;
|
|
33831
|
+
}
|
|
33832
|
+
.E_sjob3jg .step-item-text {
|
|
33833
|
+
display: inline-block;
|
|
33834
|
+
}
|
|
33835
|
+
.E_sjob3jg .step-item-title {
|
|
33836
|
+
overflow: hidden;
|
|
33837
|
+
white-space: nowrap;
|
|
33838
|
+
text-overflow: ellipsis;
|
|
33839
|
+
}
|
|
33840
|
+
|
|
33841
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
33842
|
+
min-width: var(--item-min-width);
|
|
33843
|
+
}
|
|
33844
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33845
|
+
cursor: not-allowed !important;
|
|
33846
|
+
}
|
|
33847
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33848
|
+
flex-direction: row;
|
|
33849
|
+
justify-content: stretch;
|
|
33850
|
+
}
|
|
33851
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33852
|
+
padding: 0;
|
|
33853
|
+
margin-right: 4px;
|
|
33854
|
+
flex: 1;
|
|
33855
|
+
overflow: visible;
|
|
33856
|
+
}
|
|
33857
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33858
|
+
width: 100%;
|
|
33859
|
+
min-height: unset;
|
|
33860
|
+
}
|
|
33861
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33862
|
+
height: 26px;
|
|
33863
|
+
line-height: 26px;
|
|
33864
|
+
width: 100%;
|
|
33865
|
+
padding: 0;
|
|
33866
|
+
font-size: 12px;
|
|
33867
|
+
}
|
|
33868
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33869
|
+
margin-right: 10px;
|
|
33870
|
+
}
|
|
33871
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33872
|
+
display: none;
|
|
33873
|
+
}
|
|
33874
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33875
|
+
padding-left: 8px;
|
|
33876
|
+
padding-right: 4px;
|
|
33877
|
+
border-radius: 4px 0 0 4px;
|
|
33878
|
+
}
|
|
33879
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33880
|
+
margin-right: 0;
|
|
33881
|
+
}
|
|
33882
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33883
|
+
padding-right: 8px;
|
|
33884
|
+
padding-left: 12px;
|
|
33885
|
+
border-radius: 0 4px 4px 0;
|
|
33886
|
+
}
|
|
33887
|
+
.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 {
|
|
33888
|
+
content: "";
|
|
33889
|
+
width: 0;
|
|
33890
|
+
height: 0;
|
|
33891
|
+
border: 13px solid transparent;
|
|
33892
|
+
position: absolute;
|
|
33893
|
+
top: 0;
|
|
33894
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33895
|
+
z-index: 2;
|
|
33896
|
+
position: relative;
|
|
33897
|
+
top: -50%;
|
|
33898
|
+
right: -100%;
|
|
33899
|
+
}
|
|
33900
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33901
|
+
padding: 0 4px 0 12px;
|
|
33902
|
+
}
|
|
33903
|
+
.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 {
|
|
33904
|
+
content: "";
|
|
33905
|
+
width: 0;
|
|
33906
|
+
height: 0;
|
|
33907
|
+
border: 13px solid transparent;
|
|
33908
|
+
position: absolute;
|
|
33909
|
+
top: 0;
|
|
33910
|
+
border-left: 8px solid #fff;
|
|
33911
|
+
left: 0;
|
|
33912
|
+
}
|
|
33913
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33914
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33915
|
+
}
|
|
33916
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33917
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33918
|
+
}
|
|
33919
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33920
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33921
|
+
}
|
|
33922
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33923
|
+
cursor: pointer;
|
|
33924
|
+
min-width: var(--item-min-width);
|
|
33925
|
+
}
|
|
33926
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33927
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33928
|
+
min-width: var(--item-min-width);
|
|
33929
|
+
}
|
|
33930
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33931
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33932
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33933
|
+
}
|
|
33934
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33935
|
+
padding: 0;
|
|
33936
|
+
}
|
|
33937
|
+
|
|
33938
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33939
|
+
width: 192px;
|
|
33940
|
+
row-gap: 2px;
|
|
33941
|
+
}
|
|
33942
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33943
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33944
|
+
}
|
|
33945
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33946
|
+
color: #00122E !important;
|
|
33947
|
+
}
|
|
33948
|
+
.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 {
|
|
33949
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33950
|
+
}
|
|
33951
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33952
|
+
padding: 0 8px;
|
|
33953
|
+
border-radius: 4px;
|
|
33954
|
+
height: 32px;
|
|
33955
|
+
display: flex;
|
|
33956
|
+
align-items: center;
|
|
33957
|
+
}
|
|
33958
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33959
|
+
min-height: auto;
|
|
33960
|
+
white-space: nowrap;
|
|
33961
|
+
}
|
|
33962
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33963
|
+
font-size: 13px;
|
|
33964
|
+
line-height: 20px;
|
|
33965
|
+
max-width: 100%;
|
|
33966
|
+
padding-right: 0;
|
|
33967
|
+
}
|
|
33968
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33969
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33970
|
+
}
|
|
33971
|
+
|
|
33972
|
+
.E_h6l1tj4 {
|
|
33973
|
+
width: 100%;
|
|
33974
|
+
display: inline-flex;
|
|
33975
|
+
align-items: center;
|
|
33976
|
+
justify-content: center;
|
|
33977
|
+
column-gap: 4px;
|
|
33978
|
+
}
|
|
33979
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
33980
|
+
display: inline-flex;
|
|
33981
|
+
align-items: center;
|
|
33982
|
+
width: 18px;
|
|
33983
|
+
height: 18px;
|
|
33984
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33985
|
+
justify-content: center;
|
|
33986
|
+
}
|
|
33987
|
+
|
|
33988
|
+
.E_v18frne8 {
|
|
33989
|
+
width: 100%;
|
|
33990
|
+
display: flex;
|
|
33991
|
+
align-items: center;
|
|
33992
|
+
justify-content: center;
|
|
33993
|
+
column-gap: 6px;
|
|
33994
|
+
font-size: 13px;
|
|
33995
|
+
}
|
|
33996
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33997
|
+
display: inline-flex;
|
|
33998
|
+
align-items: center;
|
|
33999
|
+
min-width: 20px;
|
|
34000
|
+
min-height: 20px;
|
|
34001
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34002
|
+
justify-content: center;
|
|
34003
|
+
}
|
|
34004
|
+
|
|
33810
34005
|
.E_t1tbywr9 {
|
|
33811
34006
|
width: 100%;
|
|
33812
34007
|
flex: 1;
|
|
@@ -33981,10 +34176,53 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33981
34176
|
justify-content: center;
|
|
33982
34177
|
row-gap: var(--p1cmxsf7-0);
|
|
33983
34178
|
}
|
|
33984
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
33985
|
-
font-size: 0;
|
|
33986
|
-
margin-bottom: unset;
|
|
33987
|
-
margin-inline-end: unset;
|
|
34179
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34180
|
+
font-size: 0;
|
|
34181
|
+
margin-bottom: unset;
|
|
34182
|
+
margin-inline-end: unset;
|
|
34183
|
+
}
|
|
34184
|
+
|
|
34185
|
+
.E_i1g85yz3 {
|
|
34186
|
+
margin-right: 4px;
|
|
34187
|
+
height: 16px;
|
|
34188
|
+
}
|
|
34189
|
+
|
|
34190
|
+
.E_slr2ynn {
|
|
34191
|
+
padding: 0 8px;
|
|
34192
|
+
height: 18px;
|
|
34193
|
+
}
|
|
34194
|
+
|
|
34195
|
+
.E_m140wbb6 {
|
|
34196
|
+
padding: 2px 8px;
|
|
34197
|
+
height: 24px;
|
|
34198
|
+
}
|
|
34199
|
+
|
|
34200
|
+
.E_t1fozc1i {
|
|
34201
|
+
margin: 0;
|
|
34202
|
+
}
|
|
34203
|
+
|
|
34204
|
+
.E_i1vxv4ln {
|
|
34205
|
+
margin-right: 4px;
|
|
34206
|
+
height: 16px;
|
|
34207
|
+
}
|
|
34208
|
+
|
|
34209
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34210
|
+
font-weight: 700;
|
|
34211
|
+
color: #00122E;
|
|
34212
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34213
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34214
|
+
word-break: break-all;
|
|
34215
|
+
display: inline;
|
|
34216
|
+
white-space: normal;
|
|
34217
|
+
}
|
|
34218
|
+
|
|
34219
|
+
.E_w7ob4th.outside-tag {
|
|
34220
|
+
padding-left: 0;
|
|
34221
|
+
}
|
|
34222
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34223
|
+
border-radius: 4px 0 0 4px;
|
|
34224
|
+
padding-right: 4px;
|
|
34225
|
+
margin-right: 4px;
|
|
33988
34226
|
}
|
|
33989
34227
|
|
|
33990
34228
|
.E_t1dtlqs1 {
|
|
@@ -34141,313 +34379,75 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34141
34379
|
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34142
34380
|
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34143
34381
|
border-radius: 5px;
|
|
34144
|
-
font-size: 12px;
|
|
34145
|
-
}
|
|
34146
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34147
|
-
font-size: inherit;
|
|
34148
|
-
}
|
|
34149
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34150
|
-
min-height: 24px;
|
|
34151
|
-
font-size: 12px;
|
|
34152
|
-
position: relative;
|
|
34153
|
-
}
|
|
34154
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34155
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34156
|
-
}
|
|
34157
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34158
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34159
|
-
}
|
|
34160
|
-
|
|
34161
|
-
.E_a138syjm {
|
|
34162
|
-
display: flex;
|
|
34163
|
-
align-items: center;
|
|
34164
|
-
gap: 8px;
|
|
34165
|
-
}
|
|
34166
|
-
.E_a138syjm button.ant-btn {
|
|
34167
|
-
padding: 2px 8px;
|
|
34168
|
-
height: 24px;
|
|
34169
|
-
}
|
|
34170
|
-
.E_a138syjm > span.maximum-desc {
|
|
34171
|
-
display: none;
|
|
34172
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34173
|
-
}
|
|
34174
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
34175
|
-
display: inline;
|
|
34176
|
-
}
|
|
34177
|
-
|
|
34178
|
-
.E_d77i8u0 {
|
|
34179
|
-
width: 24px;
|
|
34180
|
-
height: 24px;
|
|
34181
|
-
padding: 4px;
|
|
34182
|
-
margin-right: 8px;
|
|
34183
|
-
}
|
|
34184
|
-
|
|
34185
|
-
.E_i1g85yz3 {
|
|
34186
|
-
margin-right: 4px;
|
|
34187
|
-
height: 16px;
|
|
34188
|
-
}
|
|
34189
|
-
|
|
34190
|
-
.E_t13ef470 {
|
|
34191
|
-
height: 100%;
|
|
34192
|
-
}
|
|
34193
|
-
.E_t13ef470 .table-loading-item {
|
|
34194
|
-
padding: 12px 4px;
|
|
34195
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34196
|
-
display: flex;
|
|
34197
|
-
}
|
|
34198
|
-
.E_t13ef470 .table-loading-item > * {
|
|
34199
|
-
height: 16px;
|
|
34200
|
-
margin: 4px;
|
|
34201
|
-
background: rgba(204, 212, 227, 0.18);
|
|
34202
|
-
border-radius: 2px;
|
|
34203
|
-
}
|
|
34204
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34205
|
-
width: 16px;
|
|
34206
|
-
}
|
|
34207
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
34208
|
-
flex: 1;
|
|
34209
|
-
}
|
|
34210
|
-
.E_t13ef470 :nth-child(1) {
|
|
34211
|
-
padding: 8px 4px;
|
|
34212
|
-
}
|
|
34213
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34214
|
-
background: rgba(107, 125, 153, 0.18);
|
|
34215
|
-
}
|
|
34216
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34217
|
-
background: rgba(163, 180, 204, 0.18);
|
|
34218
|
-
}
|
|
34219
|
-
|
|
34220
|
-
.E_w7ob4th.outside-tag {
|
|
34221
|
-
padding-left: 0;
|
|
34222
|
-
}
|
|
34223
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34224
|
-
border-radius: 4px 0 0 4px;
|
|
34225
|
-
padding-right: 4px;
|
|
34226
|
-
margin-right: 4px;
|
|
34227
|
-
}
|
|
34228
|
-
|
|
34229
|
-
.E_sjob3jg {
|
|
34230
|
-
--item-min-width: 60px;
|
|
34231
|
-
}
|
|
34232
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34233
|
-
display: none !important;
|
|
34234
|
-
}
|
|
34235
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34236
|
-
flex-shrink: 0 !important;
|
|
34237
|
-
}
|
|
34238
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34239
|
-
color: #0080FF;
|
|
34240
|
-
}
|
|
34241
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34242
|
-
color: #0080FF;
|
|
34243
|
-
font-weight: normal;
|
|
34244
|
-
}
|
|
34245
|
-
.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 {
|
|
34246
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34247
|
-
}
|
|
34248
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34249
|
-
color: #00122E;
|
|
34250
|
-
}
|
|
34251
|
-
.E_sjob3jg .step-item-text {
|
|
34252
|
-
display: inline-block;
|
|
34253
|
-
}
|
|
34254
|
-
.E_sjob3jg .step-item-title {
|
|
34255
|
-
overflow: hidden;
|
|
34256
|
-
white-space: nowrap;
|
|
34257
|
-
text-overflow: ellipsis;
|
|
34258
|
-
}
|
|
34259
|
-
|
|
34260
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
34261
|
-
min-width: var(--item-min-width);
|
|
34262
|
-
}
|
|
34263
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34264
|
-
cursor: not-allowed !important;
|
|
34265
|
-
}
|
|
34266
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34267
|
-
flex-direction: row;
|
|
34268
|
-
justify-content: stretch;
|
|
34269
|
-
}
|
|
34270
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34271
|
-
padding: 0;
|
|
34272
|
-
margin-right: 4px;
|
|
34273
|
-
flex: 1;
|
|
34274
|
-
overflow: visible;
|
|
34275
|
-
}
|
|
34276
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34277
|
-
width: 100%;
|
|
34278
|
-
min-height: unset;
|
|
34279
|
-
}
|
|
34280
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34281
|
-
height: 26px;
|
|
34282
|
-
line-height: 26px;
|
|
34283
|
-
width: 100%;
|
|
34284
|
-
padding: 0;
|
|
34285
|
-
font-size: 12px;
|
|
34286
|
-
}
|
|
34287
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34288
|
-
margin-right: 10px;
|
|
34289
|
-
}
|
|
34290
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34291
|
-
display: none;
|
|
34292
|
-
}
|
|
34293
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34294
|
-
padding-left: 8px;
|
|
34295
|
-
padding-right: 4px;
|
|
34296
|
-
border-radius: 4px 0 0 4px;
|
|
34297
|
-
}
|
|
34298
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34299
|
-
margin-right: 0;
|
|
34300
|
-
}
|
|
34301
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34302
|
-
padding-right: 8px;
|
|
34303
|
-
padding-left: 12px;
|
|
34304
|
-
border-radius: 0 4px 4px 0;
|
|
34305
|
-
}
|
|
34306
|
-
.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 {
|
|
34307
|
-
content: "";
|
|
34308
|
-
width: 0;
|
|
34309
|
-
height: 0;
|
|
34310
|
-
border: 13px solid transparent;
|
|
34311
|
-
position: absolute;
|
|
34312
|
-
top: 0;
|
|
34313
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34314
|
-
z-index: 2;
|
|
34315
|
-
position: relative;
|
|
34316
|
-
top: -50%;
|
|
34317
|
-
right: -100%;
|
|
34318
|
-
}
|
|
34319
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34320
|
-
padding: 0 4px 0 12px;
|
|
34321
|
-
}
|
|
34322
|
-
.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 {
|
|
34323
|
-
content: "";
|
|
34324
|
-
width: 0;
|
|
34325
|
-
height: 0;
|
|
34326
|
-
border: 13px solid transparent;
|
|
34327
|
-
position: absolute;
|
|
34328
|
-
top: 0;
|
|
34329
|
-
border-left: 8px solid #fff;
|
|
34330
|
-
left: 0;
|
|
34331
|
-
}
|
|
34332
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34333
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34334
|
-
}
|
|
34335
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34336
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34337
|
-
}
|
|
34338
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34339
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34340
|
-
}
|
|
34341
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34342
|
-
cursor: pointer;
|
|
34343
|
-
min-width: var(--item-min-width);
|
|
34344
|
-
}
|
|
34345
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34346
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34347
|
-
min-width: var(--item-min-width);
|
|
34348
|
-
}
|
|
34349
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34350
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34351
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34352
|
-
}
|
|
34353
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34354
|
-
padding: 0;
|
|
34355
|
-
}
|
|
34356
|
-
|
|
34357
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34358
|
-
width: 192px;
|
|
34359
|
-
row-gap: 2px;
|
|
34360
|
-
}
|
|
34361
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34362
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34363
|
-
}
|
|
34364
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34365
|
-
color: #00122E !important;
|
|
34366
|
-
}
|
|
34367
|
-
.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 {
|
|
34368
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34369
|
-
}
|
|
34370
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34371
|
-
padding: 0 8px;
|
|
34372
|
-
border-radius: 4px;
|
|
34373
|
-
height: 32px;
|
|
34374
|
-
display: flex;
|
|
34375
|
-
align-items: center;
|
|
34376
|
-
}
|
|
34377
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34378
|
-
min-height: auto;
|
|
34379
|
-
white-space: nowrap;
|
|
34380
|
-
}
|
|
34381
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34382
|
-
font-size: 13px;
|
|
34383
|
-
line-height: 20px;
|
|
34384
|
-
max-width: 100%;
|
|
34385
|
-
padding-right: 0;
|
|
34382
|
+
font-size: 12px;
|
|
34386
34383
|
}
|
|
34387
|
-
.
|
|
34388
|
-
|
|
34384
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34385
|
+
font-size: inherit;
|
|
34389
34386
|
}
|
|
34390
|
-
|
|
34391
|
-
|
|
34392
|
-
|
|
34393
|
-
|
|
34394
|
-
align-items: center;
|
|
34395
|
-
justify-content: center;
|
|
34396
|
-
column-gap: 4px;
|
|
34387
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34388
|
+
min-height: 24px;
|
|
34389
|
+
font-size: 12px;
|
|
34390
|
+
position: relative;
|
|
34397
34391
|
}
|
|
34398
|
-
.
|
|
34399
|
-
|
|
34400
|
-
|
|
34401
|
-
|
|
34402
|
-
|
|
34403
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34404
|
-
justify-content: center;
|
|
34392
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34393
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34394
|
+
}
|
|
34395
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34396
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34405
34397
|
}
|
|
34406
34398
|
|
|
34407
|
-
.
|
|
34408
|
-
width: 100%;
|
|
34399
|
+
.E_a138syjm {
|
|
34409
34400
|
display: flex;
|
|
34410
34401
|
align-items: center;
|
|
34411
|
-
|
|
34412
|
-
column-gap: 6px;
|
|
34413
|
-
font-size: 13px;
|
|
34402
|
+
gap: 8px;
|
|
34414
34403
|
}
|
|
34415
|
-
.
|
|
34416
|
-
|
|
34417
|
-
|
|
34418
|
-
min-width: 20px;
|
|
34419
|
-
min-height: 20px;
|
|
34420
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34421
|
-
justify-content: center;
|
|
34404
|
+
.E_a138syjm button.ant-btn {
|
|
34405
|
+
padding: 2px 8px;
|
|
34406
|
+
height: 24px;
|
|
34422
34407
|
}
|
|
34423
|
-
|
|
34424
|
-
|
|
34425
|
-
|
|
34426
|
-
|
|
34408
|
+
.E_a138syjm > span.maximum-desc {
|
|
34409
|
+
display: none;
|
|
34410
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34411
|
+
}
|
|
34412
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34413
|
+
display: inline;
|
|
34427
34414
|
}
|
|
34428
34415
|
|
|
34429
|
-
.
|
|
34430
|
-
|
|
34416
|
+
.E_d77i8u0 {
|
|
34417
|
+
width: 24px;
|
|
34431
34418
|
height: 24px;
|
|
34419
|
+
padding: 4px;
|
|
34420
|
+
margin-right: 8px;
|
|
34432
34421
|
}
|
|
34433
34422
|
|
|
34434
|
-
.
|
|
34435
|
-
|
|
34423
|
+
.E_t13ef470 {
|
|
34424
|
+
height: 100%;
|
|
34436
34425
|
}
|
|
34437
|
-
|
|
34438
|
-
|
|
34439
|
-
|
|
34426
|
+
.E_t13ef470 .table-loading-item {
|
|
34427
|
+
padding: 12px 4px;
|
|
34428
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34429
|
+
display: flex;
|
|
34430
|
+
}
|
|
34431
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34440
34432
|
height: 16px;
|
|
34433
|
+
margin: 4px;
|
|
34434
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34435
|
+
border-radius: 2px;
|
|
34441
34436
|
}
|
|
34442
|
-
|
|
34443
|
-
|
|
34444
|
-
|
|
34445
|
-
|
|
34446
|
-
|
|
34447
|
-
|
|
34448
|
-
|
|
34449
|
-
|
|
34450
|
-
|
|
34437
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34438
|
+
width: 16px;
|
|
34439
|
+
}
|
|
34440
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34441
|
+
flex: 1;
|
|
34442
|
+
}
|
|
34443
|
+
.E_t13ef470 :nth-child(1) {
|
|
34444
|
+
padding: 8px 4px;
|
|
34445
|
+
}
|
|
34446
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34447
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34448
|
+
}
|
|
34449
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34450
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34451
34451
|
}
|
|
34452
34452
|
|
|
34453
34453
|
.E_m11nzl2x {
|
|
@@ -34901,6 +34901,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34901
34901
|
color: #00122E;
|
|
34902
34902
|
}
|
|
34903
34903
|
|
|
34904
|
+
.E_b1jaupqb {
|
|
34905
|
+
color: #F0483E;
|
|
34906
|
+
}
|
|
34907
|
+
|
|
34904
34908
|
.E_icab5o7 {
|
|
34905
34909
|
--modal-to-viewport-margin: 10px;
|
|
34906
34910
|
--modal-body-padding-bottom: 40px;
|
|
@@ -35098,37 +35102,38 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35098
35102
|
font-weight: bold;
|
|
35099
35103
|
}
|
|
35100
35104
|
|
|
35101
|
-
.
|
|
35102
|
-
|
|
35105
|
+
.E_sqv6dmy {
|
|
35106
|
+
display: flex;
|
|
35107
|
+
justify-content: flex-end;
|
|
35103
35108
|
}
|
|
35104
35109
|
|
|
35105
|
-
.
|
|
35106
|
-
|
|
35107
|
-
align-items: center;
|
|
35108
|
-
justify-content: center;
|
|
35109
|
-
position: relative;
|
|
35110
|
-
border-radius: 2px;
|
|
35111
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35112
|
-
overflow: hidden;
|
|
35110
|
+
.E_p1rm8wzb {
|
|
35111
|
+
margin-right: 8px;
|
|
35113
35112
|
}
|
|
35114
|
-
|
|
35115
|
-
|
|
35116
|
-
height:
|
|
35117
|
-
|
|
35118
|
-
|
|
35119
|
-
top: -50%;
|
|
35120
|
-
flex-shrink: 0;
|
|
35121
|
-
opacity: 0.8;
|
|
35122
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35123
|
-
animation: shimmer 1100ms infinite;
|
|
35113
|
+
|
|
35114
|
+
.E_sd7qcf4 {
|
|
35115
|
+
height: 100%;
|
|
35116
|
+
width: 100%;
|
|
35117
|
+
overflow: auto;
|
|
35124
35118
|
}
|
|
35125
|
-
|
|
35126
|
-
|
|
35127
|
-
|
|
35128
|
-
|
|
35129
|
-
|
|
35130
|
-
|
|
35131
|
-
|
|
35119
|
+
|
|
35120
|
+
.E_r1fxc9gq.right {
|
|
35121
|
+
overflow: auto;
|
|
35122
|
+
padding-right: 2px;
|
|
35123
|
+
width: 200px;
|
|
35124
|
+
height: fit-content;
|
|
35125
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35126
|
+
scrollbar-gutter: stable;
|
|
35127
|
+
}
|
|
35128
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
35129
|
+
width: 6px;
|
|
35130
|
+
}
|
|
35131
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35132
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35133
|
+
}
|
|
35134
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
35135
|
+
background: rgba(172, 186, 211, 0.6);
|
|
35136
|
+
border-radius: 8px;
|
|
35132
35137
|
}
|
|
35133
35138
|
|
|
35134
35139
|
.E_dxyv8bv {
|
|
@@ -35268,38 +35273,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35268
35273
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
35269
35274
|
}
|
|
35270
35275
|
|
|
35271
|
-
.
|
|
35276
|
+
.E_s20iney.skeleton-box {
|
|
35272
35277
|
display: flex;
|
|
35273
|
-
|
|
35274
|
-
|
|
35275
|
-
|
|
35276
|
-
|
|
35277
|
-
margin-right: 8px;
|
|
35278
|
-
}
|
|
35279
|
-
|
|
35280
|
-
.E_sd7qcf4 {
|
|
35281
|
-
height: 100%;
|
|
35282
|
-
width: 100%;
|
|
35283
|
-
overflow: auto;
|
|
35284
|
-
}
|
|
35285
|
-
|
|
35286
|
-
.E_r1fxc9gq.right {
|
|
35287
|
-
overflow: auto;
|
|
35288
|
-
padding-right: 2px;
|
|
35289
|
-
width: 200px;
|
|
35290
|
-
height: fit-content;
|
|
35291
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35292
|
-
scrollbar-gutter: stable;
|
|
35293
|
-
}
|
|
35294
|
-
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
35295
|
-
width: 6px;
|
|
35296
|
-
}
|
|
35297
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35278
|
+
align-items: center;
|
|
35279
|
+
justify-content: center;
|
|
35280
|
+
position: relative;
|
|
35281
|
+
border-radius: 2px;
|
|
35298
35282
|
background: rgba(225, 230, 241, 0.6);
|
|
35283
|
+
overflow: hidden;
|
|
35299
35284
|
}
|
|
35300
|
-
.
|
|
35301
|
-
|
|
35302
|
-
|
|
35285
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35286
|
+
width: 200%;
|
|
35287
|
+
height: 200%;
|
|
35288
|
+
transform: rotate(15deg);
|
|
35289
|
+
position: absolute;
|
|
35290
|
+
top: -50%;
|
|
35291
|
+
flex-shrink: 0;
|
|
35292
|
+
opacity: 0.8;
|
|
35293
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35294
|
+
animation: shimmer 1100ms infinite;
|
|
35295
|
+
}
|
|
35296
|
+
@keyframes shimmer {
|
|
35297
|
+
from {
|
|
35298
|
+
left: -120%;
|
|
35299
|
+
}
|
|
35300
|
+
to {
|
|
35301
|
+
left: 100%;
|
|
35302
|
+
}
|
|
35303
35303
|
}
|
|
35304
35304
|
|
|
35305
35305
|
.E_t1g36k2w {
|
|
@@ -35429,6 +35429,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35429
35429
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35430
35430
|
}
|
|
35431
35431
|
|
|
35432
|
+
.E_skwah65 {
|
|
35433
|
+
height: 8px;
|
|
35434
|
+
box-sizing: border-box;
|
|
35435
|
+
border-radius: 2px;
|
|
35436
|
+
background: #f5f7fa;
|
|
35437
|
+
display: flex;
|
|
35438
|
+
width: 100%;
|
|
35439
|
+
overflow: hidden;
|
|
35440
|
+
}
|
|
35441
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35442
|
+
margin-left: 1px;
|
|
35443
|
+
}
|
|
35444
|
+
|
|
35432
35445
|
.E_clm1wy1 {
|
|
35433
35446
|
width: 192px;
|
|
35434
35447
|
height: 246px;
|
|
@@ -35510,79 +35523,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35510
35523
|
width: 2px;
|
|
35511
35524
|
height: 2px;
|
|
35512
35525
|
border-radius: 1px;
|
|
35513
|
-
background: #0096ff;
|
|
35514
|
-
}
|
|
35515
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
35516
|
-
margin-right: 2px;
|
|
35517
|
-
}
|
|
35518
|
-
.E_cxhf7dh .bar {
|
|
35519
|
-
width: 9px;
|
|
35520
|
-
height: 2px;
|
|
35521
|
-
background: #0096ff;
|
|
35522
|
-
border-radius: 2px;
|
|
35523
|
-
}
|
|
35524
|
-
|
|
35525
|
-
.E_skwah65 {
|
|
35526
|
-
height: 8px;
|
|
35527
|
-
box-sizing: border-box;
|
|
35528
|
-
border-radius: 2px;
|
|
35529
|
-
background: #f5f7fa;
|
|
35530
|
-
display: flex;
|
|
35531
|
-
width: 100%;
|
|
35532
|
-
overflow: hidden;
|
|
35533
|
-
}
|
|
35534
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35535
|
-
margin-left: 1px;
|
|
35536
|
-
}
|
|
35537
|
-
|
|
35538
|
-
.E_c18bcrac {
|
|
35539
|
-
display: inline-block;
|
|
35540
|
-
width: 100%;
|
|
35541
|
-
}
|
|
35542
|
-
.E_c18bcrac .recharts-wrapper {
|
|
35543
|
-
margin-left: 4px;
|
|
35526
|
+
background: #0096ff;
|
|
35544
35527
|
}
|
|
35545
|
-
|
|
35546
|
-
|
|
35547
|
-
padding: 4px;
|
|
35528
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35529
|
+
margin-right: 2px;
|
|
35548
35530
|
}
|
|
35549
|
-
.
|
|
35550
|
-
|
|
35531
|
+
.E_cxhf7dh .bar {
|
|
35532
|
+
width: 9px;
|
|
35533
|
+
height: 2px;
|
|
35534
|
+
background: #0096ff;
|
|
35535
|
+
border-radius: 2px;
|
|
35551
35536
|
}
|
|
35552
35537
|
|
|
35553
|
-
.
|
|
35538
|
+
.E_n12mqh7z {
|
|
35554
35539
|
display: flex;
|
|
35555
|
-
justify-content: space-between;
|
|
35556
35540
|
align-items: center;
|
|
35557
|
-
font-size:
|
|
35558
|
-
line-height:
|
|
35559
|
-
color: #cccccc;
|
|
35560
|
-
white-space: nowrap;
|
|
35561
|
-
}
|
|
35562
|
-
.E_c14wcxf0 label {
|
|
35563
|
-
margin-right: 32px;
|
|
35541
|
+
font-size: 12px;
|
|
35542
|
+
line-height: 18px;
|
|
35564
35543
|
}
|
|
35565
|
-
|
|
35566
|
-
|
|
35567
|
-
font-weight: bold;
|
|
35568
|
-
color: white;
|
|
35544
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35545
|
+
margin-bottom: 4px;
|
|
35569
35546
|
}
|
|
35570
35547
|
|
|
35571
|
-
.
|
|
35572
|
-
|
|
35573
|
-
height: 8px;
|
|
35574
|
-
border-radius: 2px;
|
|
35575
|
-
display: inline-block;
|
|
35576
|
-
background: var(--s11212zy-0);
|
|
35577
|
-
border: 1px solid #fff;
|
|
35578
|
-
box-sizing: content-box;
|
|
35579
|
-
margin-right: 6px;
|
|
35548
|
+
.E_tf5bynu {
|
|
35549
|
+
margin: 0 3px;
|
|
35580
35550
|
}
|
|
35581
35551
|
|
|
35582
|
-
.
|
|
35583
|
-
|
|
35584
|
-
|
|
35585
|
-
margin-right: 4px;
|
|
35552
|
+
.E_tcckoz1 {
|
|
35553
|
+
max-height: 400px;
|
|
35554
|
+
overflow: auto;
|
|
35586
35555
|
}
|
|
35587
35556
|
|
|
35588
35557
|
.E_s1ebs0ra {
|
|
@@ -35662,6 +35631,87 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35662
35631
|
color: #0080ff;
|
|
35663
35632
|
}
|
|
35664
35633
|
|
|
35634
|
+
.E_c18bcrac {
|
|
35635
|
+
display: inline-block;
|
|
35636
|
+
width: 100%;
|
|
35637
|
+
}
|
|
35638
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35639
|
+
margin-left: 4px;
|
|
35640
|
+
}
|
|
35641
|
+
|
|
35642
|
+
.E_cro7kg2 {
|
|
35643
|
+
padding: 4px;
|
|
35644
|
+
}
|
|
35645
|
+
.E_cro7kg2 .unit {
|
|
35646
|
+
color: white;
|
|
35647
|
+
}
|
|
35648
|
+
|
|
35649
|
+
.E_c14wcxf0 {
|
|
35650
|
+
display: flex;
|
|
35651
|
+
justify-content: space-between;
|
|
35652
|
+
align-items: center;
|
|
35653
|
+
font-size: 13px;
|
|
35654
|
+
line-height: 24px;
|
|
35655
|
+
color: #cccccc;
|
|
35656
|
+
white-space: nowrap;
|
|
35657
|
+
}
|
|
35658
|
+
.E_c14wcxf0 label {
|
|
35659
|
+
margin-right: 32px;
|
|
35660
|
+
}
|
|
35661
|
+
|
|
35662
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35663
|
+
font-weight: bold;
|
|
35664
|
+
color: white;
|
|
35665
|
+
}
|
|
35666
|
+
|
|
35667
|
+
.E_s11212zy {
|
|
35668
|
+
width: 8px;
|
|
35669
|
+
height: 8px;
|
|
35670
|
+
border-radius: 2px;
|
|
35671
|
+
display: inline-block;
|
|
35672
|
+
background: var(--s11212zy-0);
|
|
35673
|
+
border: 1px solid #fff;
|
|
35674
|
+
box-sizing: content-box;
|
|
35675
|
+
margin-right: 6px;
|
|
35676
|
+
}
|
|
35677
|
+
|
|
35678
|
+
.E_p1lyky6c > :first-child {
|
|
35679
|
+
font-weight: bold;
|
|
35680
|
+
color: white;
|
|
35681
|
+
margin-right: 4px;
|
|
35682
|
+
}
|
|
35683
|
+
|
|
35684
|
+
span.E_tqjc4ui {
|
|
35685
|
+
margin: 0 2px;
|
|
35686
|
+
}
|
|
35687
|
+
|
|
35688
|
+
.E_ou7iq30 {
|
|
35689
|
+
overflow: hidden;
|
|
35690
|
+
text-overflow: ellipsis;
|
|
35691
|
+
}
|
|
35692
|
+
|
|
35693
|
+
.E_s1tui002 {
|
|
35694
|
+
white-space: nowrap;
|
|
35695
|
+
}
|
|
35696
|
+
|
|
35697
|
+
.E_mxrc2zg {
|
|
35698
|
+
display: -webkit-box;
|
|
35699
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35700
|
+
-webkit-box-orient: vertical;
|
|
35701
|
+
word-break: break-all;
|
|
35702
|
+
}
|
|
35703
|
+
|
|
35704
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35705
|
+
display: none;
|
|
35706
|
+
}
|
|
35707
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35708
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35709
|
+
border-radius: 4px;
|
|
35710
|
+
}
|
|
35711
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35712
|
+
visibility: hidden;
|
|
35713
|
+
}
|
|
35714
|
+
|
|
35665
35715
|
.E_c1up1pdz {
|
|
35666
35716
|
width: 648px;
|
|
35667
35717
|
}
|
|
@@ -35802,54 +35852,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35802
35852
|
color: #fff;
|
|
35803
35853
|
}
|
|
35804
35854
|
|
|
35805
|
-
|
|
35806
|
-
|
|
35807
|
-
}
|
|
35808
|
-
|
|
35809
|
-
.E_n12mqh7z {
|
|
35810
|
-
display: flex;
|
|
35811
|
-
align-items: center;
|
|
35812
|
-
font-size: 12px;
|
|
35813
|
-
line-height: 18px;
|
|
35814
|
-
}
|
|
35815
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35816
|
-
margin-bottom: 4px;
|
|
35817
|
-
}
|
|
35818
|
-
|
|
35819
|
-
.E_tf5bynu {
|
|
35820
|
-
margin: 0 3px;
|
|
35821
|
-
}
|
|
35822
|
-
|
|
35823
|
-
.E_tcckoz1 {
|
|
35824
|
-
max-height: 400px;
|
|
35825
|
-
overflow: auto;
|
|
35826
|
-
}
|
|
35827
|
-
|
|
35828
|
-
.E_ou7iq30 {
|
|
35829
|
-
overflow: hidden;
|
|
35830
|
-
text-overflow: ellipsis;
|
|
35831
|
-
}
|
|
35832
|
-
|
|
35833
|
-
.E_s1tui002 {
|
|
35834
|
-
white-space: nowrap;
|
|
35855
|
+
.E_u15heuvq.content {
|
|
35856
|
+
cursor: default !important;
|
|
35835
35857
|
}
|
|
35836
|
-
|
|
35837
|
-
|
|
35838
|
-
display: -webkit-box;
|
|
35839
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35840
|
-
-webkit-box-orient: vertical;
|
|
35841
|
-
word-break: break-all;
|
|
35858
|
+
.E_u15heuvq.content.link {
|
|
35859
|
+
cursor: pointer !important;
|
|
35842
35860
|
}
|
|
35843
|
-
|
|
35844
|
-
|
|
35845
|
-
display: none;
|
|
35861
|
+
.E_u15heuvq.content.link:hover {
|
|
35862
|
+
color: #0080FF;
|
|
35846
35863
|
}
|
|
35847
|
-
.
|
|
35848
|
-
|
|
35849
|
-
border-radius: 4px;
|
|
35864
|
+
.E_u15heuvq.content.black {
|
|
35865
|
+
color: #00122E;
|
|
35850
35866
|
}
|
|
35851
|
-
.
|
|
35852
|
-
|
|
35867
|
+
.E_u15heuvq.content.gray {
|
|
35868
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35853
35869
|
}
|
|
35854
35870
|
|
|
35855
35871
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -35965,45 +35981,6 @@ span.E_tqjc4ui {
|
|
|
35965
35981
|
text-align: left;
|
|
35966
35982
|
}
|
|
35967
35983
|
|
|
35968
|
-
.E_u15heuvq.content {
|
|
35969
|
-
cursor: default !important;
|
|
35970
|
-
}
|
|
35971
|
-
.E_u15heuvq.content.link {
|
|
35972
|
-
cursor: pointer !important;
|
|
35973
|
-
}
|
|
35974
|
-
.E_u15heuvq.content.link:hover {
|
|
35975
|
-
color: #0080FF;
|
|
35976
|
-
}
|
|
35977
|
-
.E_u15heuvq.content.black {
|
|
35978
|
-
color: #00122E;
|
|
35979
|
-
}
|
|
35980
|
-
.E_u15heuvq.content.gray {
|
|
35981
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35982
|
-
}
|
|
35983
|
-
|
|
35984
|
-
.E_wg1tsps {
|
|
35985
|
-
display: flex;
|
|
35986
|
-
align-items: center;
|
|
35987
|
-
justify-content: flex-end;
|
|
35988
|
-
}
|
|
35989
|
-
|
|
35990
|
-
.E_b1ctd5xy {
|
|
35991
|
-
display: flex;
|
|
35992
|
-
align-items: center;
|
|
35993
|
-
width: calc(100% - 40px);
|
|
35994
|
-
}
|
|
35995
|
-
.E_b1ctd5xy .chart {
|
|
35996
|
-
display: inline-block;
|
|
35997
|
-
width: 100%;
|
|
35998
|
-
}
|
|
35999
|
-
|
|
36000
|
-
.E_u1p8acpn {
|
|
36001
|
-
min-width: 40px;
|
|
36002
|
-
}
|
|
36003
|
-
.E_u1p8acpn .unit {
|
|
36004
|
-
color: #00122e !important;
|
|
36005
|
-
}
|
|
36006
|
-
|
|
36007
35984
|
.E_t1sqg15u {
|
|
36008
35985
|
background: white;
|
|
36009
35986
|
}
|
|
@@ -36102,6 +36079,29 @@ span.E_tqjc4ui {
|
|
|
36102
36079
|
margin-right: 8px;
|
|
36103
36080
|
}
|
|
36104
36081
|
|
|
36082
|
+
.E_wg1tsps {
|
|
36083
|
+
display: flex;
|
|
36084
|
+
align-items: center;
|
|
36085
|
+
justify-content: flex-end;
|
|
36086
|
+
}
|
|
36087
|
+
|
|
36088
|
+
.E_b1ctd5xy {
|
|
36089
|
+
display: flex;
|
|
36090
|
+
align-items: center;
|
|
36091
|
+
width: calc(100% - 40px);
|
|
36092
|
+
}
|
|
36093
|
+
.E_b1ctd5xy .chart {
|
|
36094
|
+
display: inline-block;
|
|
36095
|
+
width: 100%;
|
|
36096
|
+
}
|
|
36097
|
+
|
|
36098
|
+
.E_u1p8acpn {
|
|
36099
|
+
min-width: 40px;
|
|
36100
|
+
}
|
|
36101
|
+
.E_u1p8acpn .unit {
|
|
36102
|
+
color: #00122e !important;
|
|
36103
|
+
}
|
|
36104
|
+
|
|
36105
36105
|
.E_t160l1cm {
|
|
36106
36106
|
display: flex;
|
|
36107
36107
|
flex-direction: column;
|
|
@@ -36304,86 +36304,46 @@ span.E_tqjc4ui {
|
|
|
36304
36304
|
color: #0080ff;
|
|
36305
36305
|
background: transparent;
|
|
36306
36306
|
}
|
|
36307
|
-
|
|
36308
|
-
.
|
|
36309
|
-
|
|
36310
|
-
width: 100%;
|
|
36311
|
-
border: none;
|
|
36312
|
-
border-radius: 0;
|
|
36313
|
-
}
|
|
36314
|
-
.E_cyms3br .ant-list {
|
|
36315
|
-
padding: 12px;
|
|
36316
|
-
}
|
|
36317
|
-
.E_cyms3br .ant-list-item {
|
|
36318
|
-
padding: 4px 0;
|
|
36307
|
+
|
|
36308
|
+
.E_i5w779o {
|
|
36309
|
+
padding: 8px 0;
|
|
36319
36310
|
}
|
|
36320
|
-
.
|
|
36321
|
-
|
|
36311
|
+
.E_i5w779o .col-label {
|
|
36312
|
+
flex-shrink: unset;
|
|
36322
36313
|
}
|
|
36323
|
-
.
|
|
36324
|
-
|
|
36325
|
-
font-size: 12px;
|
|
36326
|
-
color: rgb(29, 50, 108);
|
|
36327
|
-
font-weight: 700;
|
|
36328
|
-
padding: 6px 12px;
|
|
36329
|
-
display: flex;
|
|
36330
|
-
flex-direction: row;
|
|
36331
|
-
align-items: center;
|
|
36332
|
-
justify-content: space-between;
|
|
36314
|
+
.E_i5w779o .col-label * {
|
|
36315
|
+
line-height: 18px;
|
|
36333
36316
|
}
|
|
36334
|
-
.
|
|
36317
|
+
.E_i5w779o .col-content {
|
|
36318
|
+
flex: 1 1 0;
|
|
36335
36319
|
display: flex;
|
|
36336
|
-
flex-direction: row;
|
|
36337
36320
|
align-items: center;
|
|
36338
|
-
justify-content: space-between;
|
|
36339
|
-
gap: 6px;
|
|
36340
|
-
font-size: 12px;
|
|
36341
|
-
font-weight: 400;
|
|
36342
|
-
color: rgb(0, 18, 46);
|
|
36343
|
-
}
|
|
36344
|
-
.E_cyms3br.border {
|
|
36345
|
-
border-radius: 8px;
|
|
36346
|
-
border: 1px solid rgb(228, 233, 242);
|
|
36347
36321
|
}
|
|
36348
|
-
.
|
|
36349
|
-
|
|
36350
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36322
|
+
.E_i5w779o .col-content * {
|
|
36323
|
+
line-height: 18px;
|
|
36351
36324
|
}
|
|
36352
36325
|
|
|
36353
|
-
.
|
|
36354
|
-
|
|
36355
|
-
flex-direction: row;
|
|
36356
|
-
align-items: flex-start;
|
|
36357
|
-
}
|
|
36358
|
-
.E_c157gu4z .icon-wrapper {
|
|
36359
|
-
align-self: flex-start;
|
|
36360
|
-
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
36326
|
+
.E_l18dja44 {
|
|
36327
|
+
padding: 6px 0;
|
|
36361
36328
|
}
|
|
36362
|
-
.
|
|
36363
|
-
|
|
36364
|
-
|
|
36365
|
-
margin-left: 8px;
|
|
36366
|
-
word-break: break-word;
|
|
36367
|
-
overflow-wrap: break-word;
|
|
36329
|
+
.E_l18dja44 .col-label * {
|
|
36330
|
+
font-size: 13px;
|
|
36331
|
+
line-height: 20px;
|
|
36368
36332
|
}
|
|
36369
|
-
.
|
|
36370
|
-
|
|
36371
|
-
|
|
36372
|
-
align-self: flex-start;
|
|
36373
|
-
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
36333
|
+
.E_l18dja44 .col-content * {
|
|
36334
|
+
font-size: 14px;
|
|
36335
|
+
line-height: 20px;
|
|
36374
36336
|
}
|
|
36375
36337
|
|
|
36376
|
-
.
|
|
36338
|
+
.E_c8c2hys {
|
|
36377
36339
|
display: flex;
|
|
36378
|
-
|
|
36379
|
-
|
|
36380
|
-
|
|
36340
|
+
justify-content: space-between;
|
|
36341
|
+
flex: 1;
|
|
36342
|
+
min-width: 0;
|
|
36381
36343
|
}
|
|
36382
36344
|
|
|
36383
|
-
.
|
|
36384
|
-
|
|
36385
|
-
background-color: unset;
|
|
36386
|
-
padding: unset;
|
|
36345
|
+
.E_n4m6c4d {
|
|
36346
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36387
36347
|
}
|
|
36388
36348
|
|
|
36389
36349
|
.E_kr6am0s .ant-modal-body {
|
|
@@ -36449,45 +36409,85 @@ span.E_tqjc4ui {
|
|
|
36449
36409
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36450
36410
|
}
|
|
36451
36411
|
|
|
36452
|
-
.
|
|
36453
|
-
|
|
36412
|
+
.E_cyms3br {
|
|
36413
|
+
background: #fff;
|
|
36414
|
+
width: 100%;
|
|
36415
|
+
border: none;
|
|
36416
|
+
border-radius: 0;
|
|
36454
36417
|
}
|
|
36455
|
-
.
|
|
36456
|
-
|
|
36418
|
+
.E_cyms3br .ant-list {
|
|
36419
|
+
padding: 12px;
|
|
36457
36420
|
}
|
|
36458
|
-
.
|
|
36459
|
-
|
|
36421
|
+
.E_cyms3br .ant-list-item {
|
|
36422
|
+
padding: 4px 0;
|
|
36460
36423
|
}
|
|
36461
|
-
.
|
|
36462
|
-
|
|
36424
|
+
.E_cyms3br .ant-alert {
|
|
36425
|
+
margin-left: 24px;
|
|
36426
|
+
}
|
|
36427
|
+
.E_cyms3br header {
|
|
36428
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36429
|
+
font-size: 12px;
|
|
36430
|
+
color: rgb(29, 50, 108);
|
|
36431
|
+
font-weight: 700;
|
|
36432
|
+
padding: 6px 12px;
|
|
36463
36433
|
display: flex;
|
|
36434
|
+
flex-direction: row;
|
|
36464
36435
|
align-items: center;
|
|
36436
|
+
justify-content: space-between;
|
|
36465
36437
|
}
|
|
36466
|
-
.
|
|
36467
|
-
|
|
36438
|
+
.E_cyms3br header .switch-text {
|
|
36439
|
+
display: flex;
|
|
36440
|
+
flex-direction: row;
|
|
36441
|
+
align-items: center;
|
|
36442
|
+
justify-content: space-between;
|
|
36443
|
+
gap: 6px;
|
|
36444
|
+
font-size: 12px;
|
|
36445
|
+
font-weight: 400;
|
|
36446
|
+
color: rgb(0, 18, 46);
|
|
36447
|
+
}
|
|
36448
|
+
.E_cyms3br.border {
|
|
36449
|
+
border-radius: 8px;
|
|
36450
|
+
border: 1px solid rgb(228, 233, 242);
|
|
36451
|
+
}
|
|
36452
|
+
.E_cyms3br.border header {
|
|
36453
|
+
border-bottom: none;
|
|
36454
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36468
36455
|
}
|
|
36469
36456
|
|
|
36470
|
-
.
|
|
36471
|
-
|
|
36457
|
+
.E_c157gu4z .ant-list-item {
|
|
36458
|
+
display: flex;
|
|
36459
|
+
flex-direction: row;
|
|
36460
|
+
align-items: flex-start;
|
|
36472
36461
|
}
|
|
36473
|
-
.
|
|
36474
|
-
|
|
36475
|
-
|
|
36462
|
+
.E_c157gu4z .icon-wrapper {
|
|
36463
|
+
align-self: flex-start;
|
|
36464
|
+
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
36476
36465
|
}
|
|
36477
|
-
.
|
|
36478
|
-
|
|
36479
|
-
|
|
36466
|
+
.E_c157gu4z .description {
|
|
36467
|
+
flex: 1 1 0;
|
|
36468
|
+
min-width: 0;
|
|
36469
|
+
margin-left: 8px;
|
|
36470
|
+
word-break: break-word;
|
|
36471
|
+
overflow-wrap: break-word;
|
|
36472
|
+
}
|
|
36473
|
+
.E_c157gu4z .ant-space,
|
|
36474
|
+
.E_c157gu4z .ant-flex {
|
|
36475
|
+
flex-shrink: 0;
|
|
36476
|
+
align-self: flex-start;
|
|
36477
|
+
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
36480
36478
|
}
|
|
36481
36479
|
|
|
36482
|
-
.
|
|
36480
|
+
.E_eu1sysj {
|
|
36483
36481
|
display: flex;
|
|
36484
|
-
|
|
36485
|
-
|
|
36486
|
-
|
|
36482
|
+
flex-direction: column;
|
|
36483
|
+
align-items: center;
|
|
36484
|
+
justify-content: center;
|
|
36487
36485
|
}
|
|
36488
36486
|
|
|
36489
|
-
.
|
|
36490
|
-
|
|
36487
|
+
.E_h1ol2wl7 {
|
|
36488
|
+
font-weight: bold;
|
|
36489
|
+
background-color: unset;
|
|
36490
|
+
padding: unset;
|
|
36491
36491
|
}
|
|
36492
36492
|
|
|
36493
36493
|
.E_l12xdkhl {
|
|
@@ -36514,6 +36514,50 @@ span.E_tqjc4ui {
|
|
|
36514
36514
|
}
|
|
36515
36515
|
}
|
|
36516
36516
|
|
|
36517
|
+
.E_c14ouk5o {
|
|
36518
|
+
width: 100%;
|
|
36519
|
+
height: 100%;
|
|
36520
|
+
display: flex;
|
|
36521
|
+
font-size: 12px;
|
|
36522
|
+
line-height: 18px;
|
|
36523
|
+
padding: 8px 0;
|
|
36524
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36525
|
+
}
|
|
36526
|
+
.E_c14ouk5o:last-of-type {
|
|
36527
|
+
box-shadow: none;
|
|
36528
|
+
padding-bottom: 0;
|
|
36529
|
+
}
|
|
36530
|
+
.E_c14ouk5o.collapsed {
|
|
36531
|
+
flex-direction: column;
|
|
36532
|
+
}
|
|
36533
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36534
|
+
display: flex;
|
|
36535
|
+
}
|
|
36536
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36537
|
+
flex: 1;
|
|
36538
|
+
display: flex;
|
|
36539
|
+
justify-content: space-between;
|
|
36540
|
+
}
|
|
36541
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36542
|
+
height: auto;
|
|
36543
|
+
}
|
|
36544
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36545
|
+
margin-left: 162px;
|
|
36546
|
+
}
|
|
36547
|
+
.E_c14ouk5o .col-label {
|
|
36548
|
+
width: 216px;
|
|
36549
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36550
|
+
margin-right: 12px;
|
|
36551
|
+
flex-shrink: 0;
|
|
36552
|
+
}
|
|
36553
|
+
.E_c14ouk5o .col-content {
|
|
36554
|
+
color: #2d3a56;
|
|
36555
|
+
/* make btn link in info row have the same height as normal text */
|
|
36556
|
+
}
|
|
36557
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36558
|
+
height: auto;
|
|
36559
|
+
}
|
|
36560
|
+
|
|
36517
36561
|
.E_c1kchka8 {
|
|
36518
36562
|
height: 100%;
|
|
36519
36563
|
width: 100%;
|
|
@@ -37015,50 +37059,6 @@ span.E_tqjc4ui {
|
|
|
37015
37059
|
color: rgba(44, 56, 82, 0.6);
|
|
37016
37060
|
}
|
|
37017
37061
|
|
|
37018
|
-
.E_c14ouk5o {
|
|
37019
|
-
width: 100%;
|
|
37020
|
-
height: 100%;
|
|
37021
|
-
display: flex;
|
|
37022
|
-
font-size: 12px;
|
|
37023
|
-
line-height: 18px;
|
|
37024
|
-
padding: 8px 0;
|
|
37025
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
37026
|
-
}
|
|
37027
|
-
.E_c14ouk5o:last-of-type {
|
|
37028
|
-
box-shadow: none;
|
|
37029
|
-
padding-bottom: 0;
|
|
37030
|
-
}
|
|
37031
|
-
.E_c14ouk5o.collapsed {
|
|
37032
|
-
flex-direction: column;
|
|
37033
|
-
}
|
|
37034
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
37035
|
-
display: flex;
|
|
37036
|
-
}
|
|
37037
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
37038
|
-
flex: 1;
|
|
37039
|
-
display: flex;
|
|
37040
|
-
justify-content: space-between;
|
|
37041
|
-
}
|
|
37042
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
37043
|
-
height: auto;
|
|
37044
|
-
}
|
|
37045
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
37046
|
-
margin-left: 162px;
|
|
37047
|
-
}
|
|
37048
|
-
.E_c14ouk5o .col-label {
|
|
37049
|
-
width: 216px;
|
|
37050
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37051
|
-
margin-right: 12px;
|
|
37052
|
-
flex-shrink: 0;
|
|
37053
|
-
}
|
|
37054
|
-
.E_c14ouk5o .col-content {
|
|
37055
|
-
color: #2d3a56;
|
|
37056
|
-
/* make btn link in info row have the same height as normal text */
|
|
37057
|
-
}
|
|
37058
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
37059
|
-
height: auto;
|
|
37060
|
-
}
|
|
37061
|
-
|
|
37062
37062
|
.E_c1ss4prm {
|
|
37063
37063
|
color: rgba(44, 56, 82, 0.6);
|
|
37064
37064
|
}
|