@cloudtower/eagle 0.27.40 → 0.27.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +1563 -1562
- package/dist/esm/stats1.html +1 -1
- package/dist/stories/{OverflowTooltip.stories.d.ts → docs/OverflowTooltip.stories.d.ts} +1 -1
- package/dist/stories/icons-react.stories.d.ts +3 -0
- package/dist/style.css +2584 -2583
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +2 -1
- package/package.json +5 -5
- /package/dist/stories/{I18nNameTag.stories.d.ts → docs/I18nNameTag.stories.d.ts} +0 -0
package/dist/components.css
CHANGED
|
@@ -28537,6 +28537,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28537
28537
|
}
|
|
28538
28538
|
.table-wrapper.table-sticky-header .no-scroll-bar th.cell__action_ {
|
|
28539
28539
|
right: 0 !important;
|
|
28540
|
+
z-index: 10;
|
|
28540
28541
|
}
|
|
28541
28542
|
.table-wrapper.table-sticky-header .no-scroll-bar th.ant-table-cell-scrollbar {
|
|
28542
28543
|
display: none;
|
|
@@ -29484,21 +29485,6 @@ html body {
|
|
|
29484
29485
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29485
29486
|
}
|
|
29486
29487
|
|
|
29487
|
-
.E_fde5mpd {
|
|
29488
|
-
width: 100%;
|
|
29489
|
-
height: 100%;
|
|
29490
|
-
min-height: 124px;
|
|
29491
|
-
display: flex;
|
|
29492
|
-
flex-direction: column;
|
|
29493
|
-
justify-content: center;
|
|
29494
|
-
align-items: center;
|
|
29495
|
-
}
|
|
29496
|
-
.E_fde5mpd .error-text {
|
|
29497
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29498
|
-
margin-bottom: 16px;
|
|
29499
|
-
font-size: 18px;
|
|
29500
|
-
}
|
|
29501
|
-
|
|
29502
29488
|
.E_bpq0js6 {
|
|
29503
29489
|
padding: 4px 11px;
|
|
29504
29490
|
}
|
|
@@ -29528,6 +29514,21 @@ html body {
|
|
|
29528
29514
|
border-radius: unset;
|
|
29529
29515
|
}
|
|
29530
29516
|
|
|
29517
|
+
.E_fde5mpd {
|
|
29518
|
+
width: 100%;
|
|
29519
|
+
height: 100%;
|
|
29520
|
+
min-height: 124px;
|
|
29521
|
+
display: flex;
|
|
29522
|
+
flex-direction: column;
|
|
29523
|
+
justify-content: center;
|
|
29524
|
+
align-items: center;
|
|
29525
|
+
}
|
|
29526
|
+
.E_fde5mpd .error-text {
|
|
29527
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29528
|
+
margin-bottom: 16px;
|
|
29529
|
+
font-size: 18px;
|
|
29530
|
+
}
|
|
29531
|
+
|
|
29531
29532
|
.E_buj61ew.ant-btn-icon-only {
|
|
29532
29533
|
justify-content: center;
|
|
29533
29534
|
}
|
|
@@ -29778,6 +29779,19 @@ html body {
|
|
|
29778
29779
|
padding: 0;
|
|
29779
29780
|
}
|
|
29780
29781
|
|
|
29782
|
+
.E_iap75of {
|
|
29783
|
+
height: 18px;
|
|
29784
|
+
line-height: 18px;
|
|
29785
|
+
padding: 0 4px;
|
|
29786
|
+
border-radius: 4px;
|
|
29787
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29788
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29789
|
+
display: flex;
|
|
29790
|
+
align-items: center;
|
|
29791
|
+
white-space: nowrap;
|
|
29792
|
+
margin-right: 4px;
|
|
29793
|
+
}
|
|
29794
|
+
|
|
29781
29795
|
.E_i1mrf09m {
|
|
29782
29796
|
display: inline-flex;
|
|
29783
29797
|
align-items: center;
|
|
@@ -29796,19 +29810,6 @@ html body {
|
|
|
29796
29810
|
animation: rotate 680ms linear infinite;
|
|
29797
29811
|
}
|
|
29798
29812
|
|
|
29799
|
-
.E_iap75of {
|
|
29800
|
-
height: 18px;
|
|
29801
|
-
line-height: 18px;
|
|
29802
|
-
padding: 0 4px;
|
|
29803
|
-
border-radius: 4px;
|
|
29804
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29805
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29806
|
-
display: flex;
|
|
29807
|
-
align-items: center;
|
|
29808
|
-
white-space: nowrap;
|
|
29809
|
-
margin-right: 4px;
|
|
29810
|
-
}
|
|
29811
|
-
|
|
29812
29813
|
.E_obf05yr {
|
|
29813
29814
|
display: inline-block;
|
|
29814
29815
|
}
|
|
@@ -29818,6 +29819,61 @@ html body {
|
|
|
29818
29819
|
position: absolute;
|
|
29819
29820
|
}
|
|
29820
29821
|
|
|
29822
|
+
.E_s34f1qb.ant-switch {
|
|
29823
|
+
min-width: 40px;
|
|
29824
|
+
height: 24px;
|
|
29825
|
+
background: rgba(172, 186, 211, 0.6);
|
|
29826
|
+
overflow: hidden;
|
|
29827
|
+
}
|
|
29828
|
+
.E_s34f1qb.ant-switch:focus {
|
|
29829
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
29830
|
+
}
|
|
29831
|
+
.E_s34f1qb.ant-switch-small {
|
|
29832
|
+
min-width: 26px;
|
|
29833
|
+
height: 16px;
|
|
29834
|
+
}
|
|
29835
|
+
.E_s34f1qb.ant-switch-large {
|
|
29836
|
+
min-width: 52px;
|
|
29837
|
+
height: 32px;
|
|
29838
|
+
}
|
|
29839
|
+
.E_s34f1qb.ant-switch .ant-switch-handle {
|
|
29840
|
+
height: 20px;
|
|
29841
|
+
width: 20px;
|
|
29842
|
+
}
|
|
29843
|
+
.E_s34f1qb.ant-switch .ant-switch-handle::before {
|
|
29844
|
+
border-radius: 10px;
|
|
29845
|
+
transition-delay: 120ms;
|
|
29846
|
+
}
|
|
29847
|
+
.E_s34f1qb.ant-switch-small .ant-switch-handle {
|
|
29848
|
+
height: 14px;
|
|
29849
|
+
width: 14px;
|
|
29850
|
+
top: 1px;
|
|
29851
|
+
left: 1px;
|
|
29852
|
+
}
|
|
29853
|
+
.E_s34f1qb.ant-switch-large .ant-switch-handle {
|
|
29854
|
+
height: 28px;
|
|
29855
|
+
width: 28px;
|
|
29856
|
+
}
|
|
29857
|
+
.E_s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
29858
|
+
border-radius: 14px;
|
|
29859
|
+
}
|
|
29860
|
+
.E_s34f1qb.ant-switch-checked {
|
|
29861
|
+
background-color: #00ba5d;
|
|
29862
|
+
}
|
|
29863
|
+
.E_s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
29864
|
+
left: calc(100% - 20px - 2px);
|
|
29865
|
+
}
|
|
29866
|
+
.E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
29867
|
+
left: calc(100% - 14px - 1px);
|
|
29868
|
+
}
|
|
29869
|
+
.E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
29870
|
+
left: calc(100% - 28px - 2px);
|
|
29871
|
+
}
|
|
29872
|
+
|
|
29873
|
+
.E_c1to9vb9 {
|
|
29874
|
+
margin-left: 5px;
|
|
29875
|
+
}
|
|
29876
|
+
|
|
29821
29877
|
.E_p12gwtiw {
|
|
29822
29878
|
display: flex;
|
|
29823
29879
|
justify-content: space-between;
|
|
@@ -30021,1249 +30077,1194 @@ html body {
|
|
|
30021
30077
|
width: 36px;
|
|
30022
30078
|
}
|
|
30023
30079
|
|
|
30024
|
-
.
|
|
30025
|
-
display:
|
|
30080
|
+
.E_cz04yix {
|
|
30081
|
+
display: flex;
|
|
30082
|
+
flex-direction: column;
|
|
30026
30083
|
}
|
|
30027
30084
|
|
|
30028
|
-
.
|
|
30029
|
-
|
|
30030
|
-
|
|
30031
|
-
|
|
30032
|
-
|
|
30085
|
+
.E_m1if5j39 {
|
|
30086
|
+
max-width: 1120px;
|
|
30087
|
+
width: 100%;
|
|
30088
|
+
margin: 0 auto;
|
|
30089
|
+
height: 100%;
|
|
30033
30090
|
}
|
|
30034
|
-
|
|
30035
|
-
|
|
30091
|
+
|
|
30092
|
+
.E_w1vvwdlp {
|
|
30093
|
+
max-width: 1120px;
|
|
30094
|
+
width: 100%;
|
|
30095
|
+
margin: 0 auto;
|
|
30096
|
+
display: flex;
|
|
30036
30097
|
}
|
|
30037
|
-
.
|
|
30038
|
-
|
|
30039
|
-
|
|
30098
|
+
.E_w1vvwdlp .left,
|
|
30099
|
+
.E_w1vvwdlp .right {
|
|
30100
|
+
flex-grow: 0;
|
|
30101
|
+
flex-shrink: 0;
|
|
30102
|
+
flex-basis: 21%;
|
|
30040
30103
|
}
|
|
30041
|
-
.
|
|
30042
|
-
|
|
30043
|
-
|
|
30104
|
+
.E_w1vvwdlp .left {
|
|
30105
|
+
display: flex;
|
|
30106
|
+
justify-content: flex-end;
|
|
30107
|
+
padding-right: 44px;
|
|
30044
30108
|
}
|
|
30045
|
-
.
|
|
30046
|
-
|
|
30047
|
-
width: 20px;
|
|
30109
|
+
.E_w1vvwdlp .right {
|
|
30110
|
+
padding-left: 44px;
|
|
30048
30111
|
}
|
|
30049
|
-
.
|
|
30050
|
-
|
|
30051
|
-
|
|
30112
|
+
.E_w1vvwdlp .middle {
|
|
30113
|
+
margin-bottom: 40px;
|
|
30114
|
+
flex-grow: 0;
|
|
30115
|
+
flex-shrink: 0;
|
|
30116
|
+
flex-basis: 58%;
|
|
30052
30117
|
}
|
|
30053
|
-
.
|
|
30054
|
-
|
|
30055
|
-
width: 14px;
|
|
30056
|
-
top: 1px;
|
|
30057
|
-
left: 1px;
|
|
30118
|
+
.E_w1vvwdlp .middle .form-base-field {
|
|
30119
|
+
width: 100%;
|
|
30058
30120
|
}
|
|
30059
|
-
.
|
|
30060
|
-
|
|
30061
|
-
width: 28px;
|
|
30121
|
+
.E_w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30122
|
+
width: auto;
|
|
30062
30123
|
}
|
|
30063
|
-
|
|
30064
|
-
|
|
30124
|
+
|
|
30125
|
+
.E_h1cuopx7 .ant-modal-header {
|
|
30126
|
+
margin: 0 auto;
|
|
30127
|
+
width: 100%;
|
|
30128
|
+
max-width: 648px;
|
|
30065
30129
|
}
|
|
30066
|
-
.
|
|
30067
|
-
|
|
30130
|
+
.E_h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30131
|
+
margin-left: 0;
|
|
30068
30132
|
}
|
|
30069
|
-
.
|
|
30070
|
-
|
|
30133
|
+
.E_h1cuopx7 .ant-modal-body {
|
|
30134
|
+
margin: 0 auto;
|
|
30135
|
+
padding: 0;
|
|
30136
|
+
width: 100%;
|
|
30137
|
+
max-width: 648px;
|
|
30138
|
+
overflow: hidden;
|
|
30071
30139
|
}
|
|
30072
|
-
.
|
|
30073
|
-
|
|
30140
|
+
.E_h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30141
|
+
margin-bottom: 40px;
|
|
30074
30142
|
}
|
|
30075
|
-
.
|
|
30076
|
-
|
|
30143
|
+
.E_h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30144
|
+
height: calc(100vh - 225px);
|
|
30145
|
+
overflow-y: auto;
|
|
30077
30146
|
}
|
|
30078
|
-
|
|
30079
|
-
|
|
30080
|
-
|
|
30147
|
+
.E_h1cuopx7 .ant-modal-footer .footer-content {
|
|
30148
|
+
margin: 0 auto;
|
|
30149
|
+
max-width: 648px;
|
|
30081
30150
|
}
|
|
30082
30151
|
|
|
30083
|
-
.
|
|
30084
|
-
|
|
30085
|
-
|
|
30086
|
-
|
|
30087
|
-
background: #edf0f7;
|
|
30088
|
-
padding: 8px 12px;
|
|
30089
|
-
position: sticky;
|
|
30090
|
-
top: 0;
|
|
30091
|
-
z-index: 1;
|
|
30092
|
-
margin-bottom: -52px;
|
|
30093
|
-
}
|
|
30094
|
-
.E_s1ebs0ra .select-total {
|
|
30095
|
-
display: flex;
|
|
30096
|
-
align-items: center;
|
|
30097
|
-
font-weight: 700;
|
|
30098
|
-
flex-shrink: 0;
|
|
30099
|
-
}
|
|
30100
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30101
|
-
cursor: pointer;
|
|
30102
|
-
margin-left: 8px;
|
|
30103
|
-
width: 32px;
|
|
30104
|
-
height: 32px;
|
|
30105
|
-
border-radius: 50%;
|
|
30106
|
-
justify-content: center;
|
|
30152
|
+
.E_h1p6d3y3 .ant-modal-header {
|
|
30153
|
+
margin: 0 auto;
|
|
30154
|
+
width: 100%;
|
|
30155
|
+
max-width: 1024px;
|
|
30107
30156
|
}
|
|
30108
|
-
.
|
|
30109
|
-
|
|
30157
|
+
.E_h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30158
|
+
margin-left: 0;
|
|
30110
30159
|
}
|
|
30111
|
-
.
|
|
30112
|
-
|
|
30113
|
-
|
|
30114
|
-
|
|
30115
|
-
|
|
30116
|
-
position: relative;
|
|
30117
|
-
padding: 4px 0;
|
|
30118
|
-
margin-top: -4px;
|
|
30160
|
+
.E_h1p6d3y3 .ant-modal-body {
|
|
30161
|
+
margin: 0 auto;
|
|
30162
|
+
padding: 0;
|
|
30163
|
+
width: 100%;
|
|
30164
|
+
max-width: 1024px;
|
|
30119
30165
|
overflow: hidden;
|
|
30120
30166
|
}
|
|
30121
|
-
.
|
|
30122
|
-
|
|
30167
|
+
.E_h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30168
|
+
margin-bottom: 40px;
|
|
30123
30169
|
}
|
|
30124
|
-
.
|
|
30125
|
-
|
|
30170
|
+
.E_h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30171
|
+
height: calc(100vh - 225px);
|
|
30172
|
+
overflow-y: auto;
|
|
30126
30173
|
}
|
|
30127
|
-
.
|
|
30128
|
-
margin
|
|
30174
|
+
.E_h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30175
|
+
margin: 0 auto;
|
|
30176
|
+
max-width: 1024px;
|
|
30129
30177
|
}
|
|
30130
|
-
|
|
30131
|
-
|
|
30178
|
+
|
|
30179
|
+
.E_fxgckuk {
|
|
30180
|
+
flex: 1;
|
|
30132
30181
|
}
|
|
30133
|
-
.
|
|
30134
|
-
|
|
30135
|
-
|
|
30136
|
-
|
|
30137
|
-
justify-content: center;
|
|
30138
|
-
border-radius: 50%;
|
|
30182
|
+
.E_fxgckuk label {
|
|
30183
|
+
font-size: 13px;
|
|
30184
|
+
line-height: 20px;
|
|
30185
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30139
30186
|
}
|
|
30140
|
-
.
|
|
30141
|
-
|
|
30187
|
+
.E_fxgckuk .title {
|
|
30188
|
+
font-size: 14px;
|
|
30189
|
+
line-height: 20px;
|
|
30190
|
+
color: #2d3a56;
|
|
30191
|
+
margin-bottom: 12px;
|
|
30142
30192
|
}
|
|
30143
|
-
|
|
30144
|
-
|
|
30145
|
-
width: 430px !important;
|
|
30193
|
+
.E_fxgckuk.connect-cluster .title {
|
|
30194
|
+
padding-bottom: 26px;
|
|
30146
30195
|
}
|
|
30147
30196
|
|
|
30148
|
-
.
|
|
30149
|
-
padding:
|
|
30150
|
-
|
|
30151
|
-
|
|
30152
|
-
height: 34px;
|
|
30153
|
-
min-height: 34px;
|
|
30154
|
-
box-sizing: border-box;
|
|
30155
|
-
margin-top: 8px;
|
|
30197
|
+
.E_f1d0vek1 {
|
|
30198
|
+
padding: 25px 0 15px 0;
|
|
30199
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30200
|
+
margin-bottom: 16px;
|
|
30156
30201
|
}
|
|
30157
30202
|
|
|
30158
|
-
.
|
|
30203
|
+
.E_f4u402y {
|
|
30159
30204
|
display: flex;
|
|
30160
|
-
|
|
30161
|
-
margin:
|
|
30162
|
-
padding: 8px;
|
|
30163
|
-
border-radius: 4px;
|
|
30164
|
-
}
|
|
30165
|
-
.E_onr9gzt .selected-icon {
|
|
30166
|
-
display: none;
|
|
30167
|
-
}
|
|
30168
|
-
.E_onr9gzt.ant-select-item-option-grouped {
|
|
30169
|
-
padding-left: 8px;
|
|
30170
|
-
}
|
|
30171
|
-
.E_onr9gzt.ant-select-item-option-selected {
|
|
30172
|
-
background-color: white;
|
|
30205
|
+
align-items: center;
|
|
30206
|
+
margin-bottom: 8px;
|
|
30173
30207
|
}
|
|
30174
|
-
.
|
|
30175
|
-
|
|
30208
|
+
.E_f4u402y > label {
|
|
30209
|
+
width: 216px;
|
|
30176
30210
|
}
|
|
30177
|
-
.
|
|
30178
|
-
|
|
30211
|
+
.E_f4u402y > label + * {
|
|
30212
|
+
width: 100%;
|
|
30179
30213
|
}
|
|
30180
|
-
.
|
|
30181
|
-
|
|
30214
|
+
.E_f4u402y .ant-select {
|
|
30215
|
+
width: 100%;
|
|
30182
30216
|
}
|
|
30183
|
-
|
|
30184
|
-
|
|
30217
|
+
|
|
30218
|
+
.E_e1pldf6v {
|
|
30219
|
+
color: #e75a3a;
|
|
30220
|
+
margin-right: 10px;
|
|
30185
30221
|
}
|
|
30186
|
-
|
|
30187
|
-
|
|
30188
|
-
|
|
30222
|
+
|
|
30223
|
+
.E_dq0gblh {
|
|
30224
|
+
width: 100%;
|
|
30225
|
+
height: 1px;
|
|
30226
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30227
|
+
margin: 24px 0;
|
|
30189
30228
|
}
|
|
30190
30229
|
|
|
30191
|
-
.
|
|
30230
|
+
.E_l1v7sr0n {
|
|
30192
30231
|
display: flex;
|
|
30193
|
-
justify-content:
|
|
30194
|
-
|
|
30195
|
-
|
|
30196
|
-
}
|
|
30197
|
-
.E_oiy0apc .timezone-title {
|
|
30198
|
-
color: #2d3a56;
|
|
30199
|
-
overflow: hidden;
|
|
30200
|
-
text-overflow: ellipsis;
|
|
30232
|
+
justify-content: center;
|
|
30233
|
+
align-items: center;
|
|
30234
|
+
height: 100%;
|
|
30201
30235
|
}
|
|
30202
30236
|
|
|
30203
|
-
.
|
|
30204
|
-
display:
|
|
30205
|
-
|
|
30206
|
-
|
|
30207
|
-
|
|
30208
|
-
|
|
30209
|
-
|
|
30237
|
+
.E_d1i4ou6o {
|
|
30238
|
+
display: inline-block;
|
|
30239
|
+
width: 4px;
|
|
30240
|
+
height: 4px;
|
|
30241
|
+
background: #8e9aa9;
|
|
30242
|
+
opacity: 0.4;
|
|
30243
|
+
border-radius: 50%;
|
|
30244
|
+
margin: 0 4px;
|
|
30210
30245
|
}
|
|
30211
30246
|
|
|
30212
|
-
.
|
|
30247
|
+
.E_m1jy87hk .ant-modal-header,
|
|
30248
|
+
.E_m1jy87hk .ant-modal-footer .footer-content {
|
|
30249
|
+
width: 648px;
|
|
30250
|
+
margin: 0 auto;
|
|
30251
|
+
}
|
|
30252
|
+
.E_m1jy87hk .ant-modal-header {
|
|
30253
|
+
padding: 35px 0 24px;
|
|
30213
30254
|
border: none;
|
|
30214
|
-
margin-right: 0;
|
|
30215
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30216
30255
|
}
|
|
30217
|
-
|
|
30218
|
-
|
|
30219
|
-
pointer-events: none;
|
|
30220
|
-
height: 32px;
|
|
30221
|
-
width: 100%;
|
|
30222
|
-
opacity: 0;
|
|
30256
|
+
.E_m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30257
|
+
font-size: 30px;
|
|
30223
30258
|
}
|
|
30224
|
-
|
|
30225
|
-
|
|
30226
|
-
|
|
30259
|
+
.E_m1jy87hk .ant-modal-body {
|
|
30260
|
+
padding: 4px 0 2px;
|
|
30261
|
+
}
|
|
30262
|
+
.E_m1jy87hk .ant-modal-footer {
|
|
30263
|
+
border: none;
|
|
30227
30264
|
}
|
|
30228
30265
|
|
|
30229
|
-
.
|
|
30230
|
-
|
|
30266
|
+
.E_ti7fpyu {
|
|
30267
|
+
font-size: 12px;
|
|
30268
|
+
line-height: 18px;
|
|
30269
|
+
font-weight: bold;
|
|
30270
|
+
color: #fff;
|
|
30271
|
+
padding: 0 4px;
|
|
30272
|
+
border-radius: 4px;
|
|
30273
|
+
display: inline-block;
|
|
30274
|
+
background: var(--ti7fpyu-0);
|
|
30231
30275
|
}
|
|
30232
|
-
.
|
|
30233
|
-
|
|
30234
|
-
height: 100%;
|
|
30276
|
+
.E_ti7fpyu:not(:first-child) {
|
|
30277
|
+
margin-left: 4px;
|
|
30235
30278
|
}
|
|
30236
|
-
|
|
30279
|
+
|
|
30280
|
+
.E_f1rest1f {
|
|
30281
|
+
width: 100%;
|
|
30237
30282
|
height: 100%;
|
|
30283
|
+
display: flex;
|
|
30284
|
+
align-items: center;
|
|
30285
|
+
justify-content: center;
|
|
30238
30286
|
}
|
|
30239
|
-
|
|
30240
|
-
|
|
30241
|
-
|
|
30287
|
+
|
|
30288
|
+
.E_n1kbdoln {
|
|
30289
|
+
font-size: 90%;
|
|
30290
|
+
font-weight: bold;
|
|
30291
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30292
|
+
padding: 1px 4px 1px;
|
|
30293
|
+
margin-left: 2px;
|
|
30294
|
+
margin-right: 2px;
|
|
30295
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30296
|
+
border-radius: 4px;
|
|
30242
30297
|
}
|
|
30243
|
-
|
|
30244
|
-
|
|
30298
|
+
|
|
30299
|
+
.E_f1y3gta0.form-item-general {
|
|
30300
|
+
width: 640px;
|
|
30245
30301
|
}
|
|
30246
|
-
.
|
|
30247
|
-
|
|
30302
|
+
.E_f1y3gta0.form-item-general.form-item + .E_f1y3gta0.form-item-general.form-item {
|
|
30303
|
+
margin-top: 16px;
|
|
30248
30304
|
}
|
|
30249
|
-
.
|
|
30250
|
-
|
|
30305
|
+
.E_f1y3gta0.form-item-compact {
|
|
30306
|
+
width: 412px;
|
|
30251
30307
|
}
|
|
30252
|
-
.
|
|
30253
|
-
|
|
30308
|
+
.E_f1y3gta0.form-item-compact.form-item + .E_f1y3gta0.form-item-compact.form-item {
|
|
30309
|
+
margin-top: 8px;
|
|
30254
30310
|
}
|
|
30255
|
-
.
|
|
30256
|
-
|
|
30311
|
+
.E_f1y3gta0 .form-item {
|
|
30312
|
+
width: auto;
|
|
30257
30313
|
}
|
|
30258
|
-
.
|
|
30259
|
-
|
|
30260
|
-
|
|
30314
|
+
.E_f1y3gta0 .form-item-main {
|
|
30315
|
+
position: relative;
|
|
30316
|
+
display: flex;
|
|
30261
30317
|
}
|
|
30262
|
-
.
|
|
30263
|
-
|
|
30318
|
+
.E_f1y3gta0 .form-item-extra {
|
|
30319
|
+
margin-top: 4px;
|
|
30320
|
+
width: 100%;
|
|
30321
|
+
padding: 14px;
|
|
30322
|
+
background: #f2f4f6;
|
|
30323
|
+
font-size: 13px;
|
|
30324
|
+
line-height: 1.8;
|
|
30325
|
+
color: #8e9aa9;
|
|
30264
30326
|
}
|
|
30265
|
-
.
|
|
30266
|
-
|
|
30267
|
-
|
|
30327
|
+
.E_f1y3gta0 .form-item-label {
|
|
30328
|
+
padding-right: 12px;
|
|
30329
|
+
font-size: 13px;
|
|
30330
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30268
30331
|
}
|
|
30269
|
-
.
|
|
30270
|
-
|
|
30332
|
+
.E_f1y3gta0 .form-item-label.label-right {
|
|
30333
|
+
text-align: right;
|
|
30271
30334
|
}
|
|
30272
|
-
.
|
|
30273
|
-
.
|
|
30274
|
-
|
|
30275
|
-
padding: 0 !important;
|
|
30335
|
+
.E_f1y3gta0 .form-item-label,
|
|
30336
|
+
.E_f1y3gta0 .form-item-control {
|
|
30337
|
+
line-height: 32px;
|
|
30276
30338
|
}
|
|
30277
|
-
.
|
|
30278
|
-
|
|
30279
|
-
display: flex;
|
|
30280
|
-
align-items: center;
|
|
30281
|
-
height: 100%;
|
|
30282
|
-
padding: 8px;
|
|
30339
|
+
.E_f1y3gta0 .form-item-control .form-item-error {
|
|
30340
|
+
line-height: 18px;
|
|
30283
30341
|
}
|
|
30284
|
-
.
|
|
30285
|
-
.E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
30286
|
-
overflow: hidden;
|
|
30287
|
-
text-overflow: ellipsis;
|
|
30342
|
+
.E_f1y3gta0 .form-item-children {
|
|
30288
30343
|
width: 100%;
|
|
30289
30344
|
}
|
|
30290
|
-
.
|
|
30291
|
-
|
|
30292
|
-
}
|
|
30293
|
-
.E_tta5kd2 .ant-table-container::before, .E_tta5kd2 .ant-table-container::after {
|
|
30294
|
-
box-shadow: none !important;
|
|
30295
|
-
}
|
|
30296
|
-
.E_tta5kd2 .ant-table {
|
|
30297
|
-
border-radius: 0px;
|
|
30298
|
-
border-left: none;
|
|
30299
|
-
border-right: none;
|
|
30300
|
-
border-bottom: none;
|
|
30301
|
-
height: 100%;
|
|
30302
|
-
font-size: 12px;
|
|
30303
|
-
background: transparent;
|
|
30345
|
+
.E_f1y3gta0 .form-item-children > *:only-child.ant-select, .E_f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .E_f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
30346
|
+
width: 100%;
|
|
30304
30347
|
}
|
|
30305
|
-
.
|
|
30306
|
-
|
|
30307
|
-
|
|
30308
|
-
|
|
30309
|
-
margin-bottom: -1px;
|
|
30348
|
+
.E_f1y3gta0 .form-item-error {
|
|
30349
|
+
color: #e75a3a;
|
|
30350
|
+
height: 0;
|
|
30351
|
+
overflow: hidden;
|
|
30310
30352
|
}
|
|
30311
|
-
.
|
|
30312
|
-
|
|
30313
|
-
|
|
30353
|
+
.E_f1y3gta0 .form-item-error-enter-done {
|
|
30354
|
+
margin-top: 4px;
|
|
30355
|
+
height: auto;
|
|
30356
|
+
overflow: auto;
|
|
30314
30357
|
}
|
|
30315
|
-
.
|
|
30316
|
-
.
|
|
30317
|
-
|
|
30358
|
+
.E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30359
|
+
.E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30360
|
+
border: 1px solid #e75a3a;
|
|
30361
|
+
color: #e75a3a;
|
|
30318
30362
|
}
|
|
30319
|
-
|
|
30320
|
-
|
|
30321
|
-
|
|
30363
|
+
|
|
30364
|
+
.E_fujbm7g {
|
|
30365
|
+
color: #2d3a56;
|
|
30366
|
+
font-weight: bold;
|
|
30367
|
+
padding-bottom: 6px;
|
|
30368
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30369
|
+
margin-bottom: 16px;
|
|
30322
30370
|
}
|
|
30323
|
-
.
|
|
30324
|
-
|
|
30371
|
+
.E_fujbm7g:not(:first-of-type) {
|
|
30372
|
+
margin-top: 16px;
|
|
30325
30373
|
}
|
|
30326
|
-
|
|
30374
|
+
|
|
30375
|
+
.E_e5fsw5s {
|
|
30376
|
+
width: 8px;
|
|
30377
|
+
height: 24px;
|
|
30378
|
+
display: flex;
|
|
30379
|
+
justify-content: center;
|
|
30380
|
+
align-items: center;
|
|
30327
30381
|
cursor: pointer;
|
|
30328
|
-
|
|
30329
|
-
top: 50%;
|
|
30330
|
-
right: 12px;
|
|
30331
|
-
transform: translateY(-50%);
|
|
30332
|
-
}
|
|
30333
|
-
.E_tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
30334
|
-
box-shadow: none;
|
|
30335
|
-
width: 1px;
|
|
30336
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30382
|
+
transition: all 200ms ease-out 40ms;
|
|
30337
30383
|
}
|
|
30338
|
-
.
|
|
30339
|
-
|
|
30384
|
+
.E_e5fsw5s:before, .E_e5fsw5s:after {
|
|
30385
|
+
content: "";
|
|
30340
30386
|
width: 1px;
|
|
30341
|
-
|
|
30342
|
-
|
|
30343
|
-
|
|
30387
|
+
height: 6px;
|
|
30388
|
+
border-radius: 1px;
|
|
30389
|
+
background: #ccd4e3;
|
|
30344
30390
|
position: relative;
|
|
30391
|
+
right: 2px;
|
|
30392
|
+
transform: rotate(-45deg);
|
|
30345
30393
|
}
|
|
30346
|
-
.
|
|
30347
|
-
|
|
30348
|
-
|
|
30349
|
-
height: 40px;
|
|
30350
|
-
vertical-align: middle;
|
|
30351
|
-
transition: background 0ms;
|
|
30352
|
-
color: #00122e;
|
|
30353
|
-
}
|
|
30354
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
30355
|
-
background: #f2f5fa;
|
|
30356
|
-
border-bottom-color: #f2f5fa;
|
|
30357
|
-
}
|
|
30358
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
30359
|
-
height: auto;
|
|
30360
|
-
color: #00122e;
|
|
30361
|
-
font-size: 12px;
|
|
30362
|
-
text-align: left;
|
|
30363
|
-
transition: none;
|
|
30364
|
-
overflow: hidden;
|
|
30365
|
-
text-overflow: ellipsis;
|
|
30366
|
-
white-space: nowrap;
|
|
30367
|
-
}
|
|
30368
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
30369
|
-
color: #0096ff;
|
|
30370
|
-
}
|
|
30371
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
30372
|
-
overflow: hidden;
|
|
30373
|
-
text-overflow: ellipsis;
|
|
30374
|
-
width: 100%;
|
|
30375
|
-
vertical-align: middle;
|
|
30376
|
-
}
|
|
30377
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
30378
|
-
line-height: 0px;
|
|
30379
|
-
}
|
|
30380
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
30381
|
-
padding-right: 25px;
|
|
30382
|
-
}
|
|
30383
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
30384
|
-
border-top-color: transparent;
|
|
30385
|
-
}
|
|
30386
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
30387
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30388
|
-
border-color: transparent transparent white;
|
|
30389
|
-
}
|
|
30390
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
30391
|
-
border-radius: 8px 0 0 8px;
|
|
30392
|
-
}
|
|
30393
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
30394
|
-
border-radius: 8px 0 0 8px;
|
|
30395
|
-
}
|
|
30396
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
30397
|
-
content: "";
|
|
30398
|
-
width: 4px;
|
|
30399
|
-
top: -1px;
|
|
30400
|
-
bottom: -1px;
|
|
30401
|
-
background: white;
|
|
30402
|
-
}
|
|
30403
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
30404
|
-
border-radius: 0 8px 8px 0;
|
|
30394
|
+
.E_e5fsw5s:after {
|
|
30395
|
+
transform: rotate(45deg);
|
|
30396
|
+
left: 1px;
|
|
30405
30397
|
}
|
|
30406
|
-
|
|
30407
|
-
|
|
30408
|
-
|
|
30409
|
-
|
|
30398
|
+
|
|
30399
|
+
.E_w18knsg4.ant-alert-warning {
|
|
30400
|
+
border: 0;
|
|
30401
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30402
|
+
border-radius: 6px;
|
|
30410
30403
|
}
|
|
30411
|
-
.
|
|
30412
|
-
|
|
30413
|
-
|
|
30414
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30404
|
+
.E_w18knsg4.ant-alert,
|
|
30405
|
+
.E_w18knsg4 .ant-alert-message {
|
|
30406
|
+
color: #e07f00;
|
|
30415
30407
|
}
|
|
30416
|
-
.
|
|
30417
|
-
|
|
30418
|
-
border-
|
|
30408
|
+
.E_w18knsg4.ant-alert .dashed-border-bottom,
|
|
30409
|
+
.E_w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
30410
|
+
border-bottom-color: #e07f00;
|
|
30419
30411
|
}
|
|
30420
|
-
|
|
30412
|
+
|
|
30413
|
+
.E_ng31n2o {
|
|
30421
30414
|
display: flex;
|
|
30422
|
-
|
|
30423
|
-
|
|
30424
|
-
background: rgba(
|
|
30415
|
+
flex-direction: row;
|
|
30416
|
+
padding: 7px 12px;
|
|
30417
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30418
|
+
border-radius: 6px;
|
|
30419
|
+
color: #e07f00;
|
|
30420
|
+
font-size: 12px;
|
|
30421
|
+
line-height: 18px;
|
|
30425
30422
|
}
|
|
30426
|
-
.
|
|
30427
|
-
|
|
30428
|
-
|
|
30423
|
+
.E_ng31n2o .icon-wrapper {
|
|
30424
|
+
margin-right: 10px;
|
|
30425
|
+
height: 18px;
|
|
30429
30426
|
}
|
|
30430
|
-
|
|
30427
|
+
|
|
30428
|
+
.E_n15x5f5y {
|
|
30431
30429
|
display: flex;
|
|
30432
|
-
|
|
30433
|
-
|
|
30430
|
+
flex-direction: row;
|
|
30431
|
+
padding: 7px 12px;
|
|
30434
30432
|
background: rgba(225, 230, 241, 0.6);
|
|
30433
|
+
border-radius: 6px;
|
|
30434
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30435
|
+
font-size: 12px;
|
|
30436
|
+
line-height: 18px;
|
|
30435
30437
|
}
|
|
30436
|
-
.
|
|
30437
|
-
|
|
30438
|
-
|
|
30439
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
30440
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
30441
|
-
border-radius: 8px;
|
|
30442
|
-
}
|
|
30443
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
30444
|
-
border-top-color: white;
|
|
30445
|
-
}
|
|
30446
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
30447
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30448
|
-
border-bottom-color: transparent;
|
|
30449
|
-
border-top-color: transparent;
|
|
30450
|
-
}
|
|
30451
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
30452
|
-
border-radius: 8px 0 0 8px;
|
|
30453
|
-
}
|
|
30454
|
-
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
30455
|
-
border-radius: 0 8px 8px 0;
|
|
30438
|
+
.E_n15x5f5y .icon-wrapper {
|
|
30439
|
+
margin-right: 10px;
|
|
30440
|
+
height: 18px;
|
|
30456
30441
|
}
|
|
30457
|
-
|
|
30442
|
+
|
|
30443
|
+
.E_i16ozz3f {
|
|
30444
|
+
display: flex;
|
|
30445
|
+
flex-direction: row;
|
|
30446
|
+
padding: 7px 12px;
|
|
30458
30447
|
background: rgba(0, 136, 255, 0.1);
|
|
30448
|
+
border-radius: 6px;
|
|
30449
|
+
color: #005ed1;
|
|
30450
|
+
font-size: 12px;
|
|
30451
|
+
line-height: 18px;
|
|
30459
30452
|
}
|
|
30460
|
-
.
|
|
30461
|
-
|
|
30462
|
-
|
|
30463
|
-
position: relative;
|
|
30464
|
-
border-bottom: none;
|
|
30465
|
-
color: #00122e;
|
|
30466
|
-
transition: none;
|
|
30467
|
-
padding: 15px 8px 15px 8px;
|
|
30468
|
-
}
|
|
30469
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
30470
|
-
content: "";
|
|
30471
|
-
width: 1px;
|
|
30472
|
-
top: 0;
|
|
30473
|
-
bottom: 0;
|
|
30474
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30475
|
-
position: absolute;
|
|
30476
|
-
right: 0;
|
|
30477
|
-
}
|
|
30478
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
30479
|
-
padding: unset;
|
|
30480
|
-
}
|
|
30481
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
30482
|
-
display: none;
|
|
30483
|
-
}
|
|
30484
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30485
|
-
width: 100%;
|
|
30486
|
-
overflow: hidden;
|
|
30487
|
-
white-space: nowrap;
|
|
30488
|
-
text-overflow: ellipsis;
|
|
30453
|
+
.E_i16ozz3f .icon-wrapper {
|
|
30454
|
+
margin-right: 10px;
|
|
30455
|
+
height: 18px;
|
|
30489
30456
|
}
|
|
30490
|
-
|
|
30491
|
-
|
|
30492
|
-
|
|
30493
|
-
|
|
30457
|
+
|
|
30458
|
+
.E_dszu9qr {
|
|
30459
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30460
|
+
margin-top: 5px;
|
|
30461
|
+
font-size: 12px;
|
|
30462
|
+
line-height: 18px;
|
|
30494
30463
|
}
|
|
30495
|
-
|
|
30496
|
-
|
|
30464
|
+
|
|
30465
|
+
.E_snxzgx {
|
|
30466
|
+
color: #f0483e;
|
|
30467
|
+
font-size: 12px;
|
|
30468
|
+
white-space: pre-wrap;
|
|
30497
30469
|
}
|
|
30498
|
-
|
|
30499
|
-
|
|
30470
|
+
|
|
30471
|
+
.E_o1i4orqw {
|
|
30472
|
+
display: flex;
|
|
30473
|
+
align-items: center;
|
|
30474
|
+
justify-content: flex-end;
|
|
30500
30475
|
}
|
|
30501
|
-
.
|
|
30502
|
-
|
|
30503
|
-
right: 6px;
|
|
30504
|
-
top: 50%;
|
|
30505
|
-
transform: translateY(-50%);
|
|
30506
|
-
height: 16px;
|
|
30507
|
-
display: none;
|
|
30508
|
-
transition: transform 320ms ease;
|
|
30476
|
+
.E_o1i4orqw .icon-wrapper {
|
|
30477
|
+
margin-right: 16px;
|
|
30509
30478
|
}
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
|
|
30479
|
+
|
|
30480
|
+
.E_t79k8o2 {
|
|
30481
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30513
30482
|
}
|
|
30514
|
-
|
|
30515
|
-
|
|
30483
|
+
|
|
30484
|
+
.E_ipd9bk.ant-input {
|
|
30485
|
+
padding: 5px 12px;
|
|
30486
|
+
line-height: 20px;
|
|
30487
|
+
color: #2d3a56;
|
|
30488
|
+
border-radius: 6px;
|
|
30489
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30490
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30516
30491
|
}
|
|
30517
|
-
.
|
|
30518
|
-
|
|
30492
|
+
.E_ipd9bk.ant-input.ant-input-lg {
|
|
30493
|
+
padding: 8px 16px;
|
|
30494
|
+
line-height: 22px;
|
|
30519
30495
|
}
|
|
30520
|
-
.
|
|
30521
|
-
|
|
30496
|
+
.E_ipd9bk.ant-input.ant-input-sm {
|
|
30497
|
+
padding: 2px 8px;
|
|
30498
|
+
line-height: 18px;
|
|
30522
30499
|
}
|
|
30523
|
-
.
|
|
30524
|
-
|
|
30500
|
+
.E_ipd9bk.ant-input:not([disabled]):hover, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-input-number:not([disabled]):hover, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30501
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30502
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30503
|
+
z-index: 1;
|
|
30525
30504
|
}
|
|
30526
|
-
.
|
|
30527
|
-
|
|
30505
|
+
.E_ipd9bk.ant-input:not([disabled]):active, .E_ipd9bk.ant-input:not([disabled]):focus, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-input-number:not([disabled]):active, .E_ipd9bk.ant-input-number:not([disabled]):focus, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30506
|
+
border-color: #0096ff;
|
|
30507
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30508
|
+
z-index: 1;
|
|
30528
30509
|
}
|
|
30529
|
-
.
|
|
30530
|
-
|
|
30510
|
+
.E_ipd9bk.ant-input.error:not([disabled]), .E_ipd9bk.ant-picker.error:not([disabled]), .E_ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30511
|
+
border-color: #e75a3a;
|
|
30512
|
+
color: #e75a3a;
|
|
30531
30513
|
}
|
|
30532
|
-
.
|
|
30533
|
-
|
|
30514
|
+
.E_ipd9bk.ant-input.error:not([disabled]):hover, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-picker.error:not([disabled]):hover, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-input-number.error:not([disabled]):hover, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
30515
|
+
border-color: #e75a3a;
|
|
30516
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30534
30517
|
}
|
|
30535
|
-
.
|
|
30536
|
-
|
|
30518
|
+
.E_ipd9bk.ant-input.error:not([disabled]):active, .E_ipd9bk.ant-input.error:not([disabled]):focus, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-picker.error:not([disabled]):active, .E_ipd9bk.ant-picker.error:not([disabled]):focus, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-input-number.error:not([disabled]):active, .E_ipd9bk.ant-input-number.error:not([disabled]):focus, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
30519
|
+
border-color: #e75a3a;
|
|
30520
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30537
30521
|
}
|
|
30538
|
-
.
|
|
30539
|
-
|
|
30540
|
-
|
|
30541
|
-
|
|
30542
|
-
transform: translate(-50%, -50%);
|
|
30522
|
+
.E_ipd9bk.ant-input[disabled], .E_ipd9bk.ant-input.ant-input-disabled, .E_ipd9bk.ant-input-number[disabled], .E_ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
30523
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30524
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30525
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30543
30526
|
}
|
|
30544
|
-
.
|
|
30545
|
-
|
|
30527
|
+
.E_ipd9bk.ant-input-affix-wrapper {
|
|
30528
|
+
padding: 5px 12px;
|
|
30529
|
+
border-radius: 6px;
|
|
30530
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30531
|
+
line-height: 20px;
|
|
30532
|
+
color: #2d3a56;
|
|
30533
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30546
30534
|
}
|
|
30547
|
-
.
|
|
30548
|
-
|
|
30535
|
+
.E_ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
30536
|
+
.E_ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
30537
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30549
30538
|
}
|
|
30550
|
-
.
|
|
30551
|
-
|
|
30539
|
+
.E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30540
|
+
padding: 8px 16px;
|
|
30541
|
+
line-height: 22px;
|
|
30552
30542
|
}
|
|
30553
|
-
.
|
|
30554
|
-
|
|
30555
|
-
|
|
30556
|
-
background: inherit !important;
|
|
30557
|
-
height: 100px;
|
|
30558
|
-
vertical-align: middle;
|
|
30543
|
+
.E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30544
|
+
padding: 2px 8px;
|
|
30545
|
+
line-height: 18px;
|
|
30559
30546
|
}
|
|
30560
|
-
.
|
|
30561
|
-
|
|
30562
|
-
|
|
30563
|
-
font-size: 20px;
|
|
30564
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30547
|
+
.E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30548
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30549
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30565
30550
|
}
|
|
30566
|
-
.
|
|
30567
|
-
|
|
30568
|
-
|
|
30569
|
-
background: #fff;
|
|
30551
|
+
.E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30552
|
+
border-color: #0096ff;
|
|
30553
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30570
30554
|
}
|
|
30571
|
-
.
|
|
30572
|
-
|
|
30573
|
-
display: flex;
|
|
30574
|
-
align-items: center;
|
|
30575
|
-
justify-content: flex-end;
|
|
30576
|
-
padding-right: 8px;
|
|
30555
|
+
.E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30556
|
+
border-color: #e75a3a;
|
|
30577
30557
|
}
|
|
30578
|
-
.
|
|
30579
|
-
|
|
30580
|
-
height: 24px;
|
|
30581
|
-
cursor: pointer;
|
|
30582
|
-
justify-content: center;
|
|
30583
|
-
border-radius: 4px;
|
|
30558
|
+
.E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30559
|
+
color: #e75a3a;
|
|
30584
30560
|
}
|
|
30585
|
-
.
|
|
30586
|
-
|
|
30561
|
+
.E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30562
|
+
border-color: #e75a3a;
|
|
30563
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30587
30564
|
}
|
|
30588
|
-
|
|
30589
|
-
|
|
30590
|
-
|
|
30591
|
-
flex-direction: column;
|
|
30565
|
+
.E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30566
|
+
border-color: #e75a3a;
|
|
30567
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30592
30568
|
}
|
|
30593
|
-
|
|
30594
|
-
.
|
|
30595
|
-
|
|
30596
|
-
|
|
30597
|
-
margin: 0 auto;
|
|
30598
|
-
height: 100%;
|
|
30569
|
+
.E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30570
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30571
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30572
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30599
30573
|
}
|
|
30600
|
-
|
|
30601
|
-
|
|
30602
|
-
|
|
30603
|
-
width: 100%;
|
|
30604
|
-
margin: 0 auto;
|
|
30605
|
-
display: flex;
|
|
30574
|
+
textarea.E_ipd9bk.ant-input {
|
|
30575
|
+
transition-property: height;
|
|
30576
|
+
transition-delay: 50ms;
|
|
30606
30577
|
}
|
|
30607
|
-
.
|
|
30608
|
-
|
|
30609
|
-
|
|
30610
|
-
flex-shrink: 0;
|
|
30611
|
-
flex-basis: 21%;
|
|
30578
|
+
textarea.E_ipd9bk.ant-input.textarea-large {
|
|
30579
|
+
min-height: 40px;
|
|
30580
|
+
height: 40px;
|
|
30612
30581
|
}
|
|
30613
|
-
.
|
|
30614
|
-
|
|
30615
|
-
justify-content: flex-end;
|
|
30616
|
-
padding-right: 44px;
|
|
30582
|
+
textarea.E_ipd9bk.ant-input.textarea-large:focus {
|
|
30583
|
+
height: 80px;
|
|
30617
30584
|
}
|
|
30618
|
-
.
|
|
30619
|
-
|
|
30585
|
+
textarea.E_ipd9bk.ant-input.textarea-middle {
|
|
30586
|
+
min-height: 32px;
|
|
30587
|
+
height: 32px;
|
|
30620
30588
|
}
|
|
30621
|
-
.
|
|
30622
|
-
|
|
30623
|
-
flex-grow: 0;
|
|
30624
|
-
flex-shrink: 0;
|
|
30625
|
-
flex-basis: 58%;
|
|
30589
|
+
textarea.E_ipd9bk.ant-input.textarea-middle:focus {
|
|
30590
|
+
height: 64px;
|
|
30626
30591
|
}
|
|
30627
|
-
.
|
|
30628
|
-
|
|
30592
|
+
textarea.E_ipd9bk.ant-input.textarea-small {
|
|
30593
|
+
min-height: 24px;
|
|
30594
|
+
height: 24px;
|
|
30629
30595
|
}
|
|
30630
|
-
.
|
|
30631
|
-
|
|
30596
|
+
textarea.E_ipd9bk.ant-input.textarea-small:focus {
|
|
30597
|
+
height: 40px;
|
|
30632
30598
|
}
|
|
30633
30599
|
|
|
30634
|
-
.
|
|
30635
|
-
|
|
30636
|
-
|
|
30637
|
-
max-width: 648px;
|
|
30600
|
+
.E_kypn5o5 input, .E_kypn5o5.input-tags {
|
|
30601
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30602
|
+
border-radius: 4px;
|
|
30638
30603
|
}
|
|
30639
|
-
.
|
|
30640
|
-
|
|
30604
|
+
.E_kypn5o5.input-tags {
|
|
30605
|
+
position: relative;
|
|
30606
|
+
padding: 6px;
|
|
30607
|
+
height: 32px;
|
|
30608
|
+
cursor: pointer;
|
|
30609
|
+
transition: border 150ms;
|
|
30641
30610
|
}
|
|
30642
|
-
.
|
|
30643
|
-
|
|
30644
|
-
|
|
30645
|
-
width: 100%;
|
|
30646
|
-
max-width: 648px;
|
|
30647
|
-
overflow: hidden;
|
|
30611
|
+
.E_kypn5o5.input-tags:hover {
|
|
30612
|
+
border-color: #0080ff;
|
|
30613
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30648
30614
|
}
|
|
30649
|
-
.
|
|
30650
|
-
|
|
30615
|
+
.E_kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30616
|
+
padding-right: 30px;
|
|
30651
30617
|
}
|
|
30652
|
-
.
|
|
30653
|
-
|
|
30654
|
-
overflow-y: auto;
|
|
30618
|
+
.E_kypn5o5.input-tags .input-tags-inner {
|
|
30619
|
+
display: flex;
|
|
30655
30620
|
}
|
|
30656
|
-
.
|
|
30657
|
-
|
|
30658
|
-
max-width: 648px;
|
|
30621
|
+
.E_kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30622
|
+
display: flex;
|
|
30659
30623
|
}
|
|
30660
|
-
|
|
30661
|
-
|
|
30662
|
-
|
|
30663
|
-
|
|
30664
|
-
|
|
30624
|
+
.E_kypn5o5.input-tags .input-tag-suffix {
|
|
30625
|
+
position: absolute;
|
|
30626
|
+
right: 12px;
|
|
30627
|
+
top: 50%;
|
|
30628
|
+
transform: translateY(-50%);
|
|
30665
30629
|
}
|
|
30666
|
-
.
|
|
30667
|
-
|
|
30630
|
+
.E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30631
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30632
|
+
font-size: 12px;
|
|
30633
|
+
cursor: pointer;
|
|
30668
30634
|
}
|
|
30669
|
-
.
|
|
30670
|
-
|
|
30671
|
-
|
|
30672
|
-
|
|
30673
|
-
|
|
30635
|
+
.E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30636
|
+
color: rgba(0, 0, 0, 0.45);
|
|
30637
|
+
}
|
|
30638
|
+
.E_kypn5o5.has-focus-indicator {
|
|
30639
|
+
position: relative;
|
|
30674
30640
|
overflow: hidden;
|
|
30675
30641
|
}
|
|
30676
|
-
.
|
|
30677
|
-
|
|
30642
|
+
.E_kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30643
|
+
position: absolute;
|
|
30644
|
+
top: 50%;
|
|
30645
|
+
transform: translateY(-50%);
|
|
30646
|
+
left: -16px;
|
|
30647
|
+
transition: left 150ms ease;
|
|
30648
|
+
opacity: 0;
|
|
30678
30649
|
}
|
|
30679
|
-
.
|
|
30680
|
-
|
|
30681
|
-
|
|
30650
|
+
.E_kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30651
|
+
left: 8px;
|
|
30652
|
+
opacity: 1;
|
|
30653
|
+
}
|
|
30654
|
+
.E_kypn5o5.has-focus-indicator input {
|
|
30655
|
+
transition: margin-left 150ms ease;
|
|
30656
|
+
margin-left: 0px;
|
|
30657
|
+
}
|
|
30658
|
+
.E_kypn5o5.has-focus-indicator input:focus {
|
|
30659
|
+
margin-left: 16px;
|
|
30682
30660
|
}
|
|
30683
|
-
|
|
30684
|
-
|
|
30685
|
-
|
|
30661
|
+
|
|
30662
|
+
input.E_l1ki27se.ant-input {
|
|
30663
|
+
border-top-right-radius: 0;
|
|
30664
|
+
border-bottom-right-radius: 0;
|
|
30686
30665
|
}
|
|
30687
30666
|
|
|
30688
|
-
.
|
|
30689
|
-
|
|
30667
|
+
.E_l1ki27se.ant-input-affix-wrapper {
|
|
30668
|
+
border-top-right-radius: 0;
|
|
30669
|
+
border-bottom-right-radius: 0;
|
|
30690
30670
|
}
|
|
30691
|
-
|
|
30692
|
-
|
|
30693
|
-
|
|
30694
|
-
|
|
30671
|
+
|
|
30672
|
+
input.E_rrg1fkn.ant-input {
|
|
30673
|
+
border-top-left-radius: 0;
|
|
30674
|
+
border-bottom-left-radius: 0;
|
|
30695
30675
|
}
|
|
30696
|
-
|
|
30697
|
-
|
|
30698
|
-
|
|
30699
|
-
|
|
30700
|
-
margin-bottom: 12px;
|
|
30676
|
+
|
|
30677
|
+
.E_rrg1fkn.ant-input-affix-wrapper {
|
|
30678
|
+
border-top-left-radius: 0;
|
|
30679
|
+
border-bottom-left-radius: 0;
|
|
30701
30680
|
}
|
|
30702
|
-
|
|
30703
|
-
|
|
30681
|
+
|
|
30682
|
+
.E_lgr9b02.ant-select, .E_lgr9b02.ant-select .ant-select-selector {
|
|
30683
|
+
border-top-right-radius: 0;
|
|
30684
|
+
border-bottom-right-radius: 0;
|
|
30704
30685
|
}
|
|
30705
30686
|
|
|
30706
|
-
.
|
|
30707
|
-
|
|
30708
|
-
border-bottom:
|
|
30709
|
-
margin-bottom: 16px;
|
|
30687
|
+
.E_r1af6yu8.ant-select, .E_r1af6yu8.ant-select .ant-select-selector {
|
|
30688
|
+
border-top-left-radius: 0;
|
|
30689
|
+
border-bottom-left-radius: 0;
|
|
30710
30690
|
}
|
|
30711
30691
|
|
|
30712
|
-
.
|
|
30692
|
+
.E_c1t6wbwv {
|
|
30713
30693
|
display: flex;
|
|
30714
|
-
|
|
30715
|
-
margin-bottom: 8px;
|
|
30694
|
+
flex-direction: column;
|
|
30716
30695
|
}
|
|
30717
|
-
.
|
|
30718
|
-
|
|
30696
|
+
.E_c1t6wbwv .select-wrapper {
|
|
30697
|
+
margin-top: 12px;
|
|
30719
30698
|
}
|
|
30720
|
-
.
|
|
30699
|
+
.E_c1t6wbwv .select-wrapper .select {
|
|
30721
30700
|
width: 100%;
|
|
30722
30701
|
}
|
|
30723
|
-
.
|
|
30702
|
+
.E_c1t6wbwv .radio-wrapper {
|
|
30703
|
+
margin-top: 24px;
|
|
30704
|
+
}
|
|
30705
|
+
.E_c1t6wbwv div.form-item {
|
|
30724
30706
|
width: 100%;
|
|
30725
30707
|
}
|
|
30726
30708
|
|
|
30727
|
-
.
|
|
30728
|
-
|
|
30729
|
-
|
|
30709
|
+
.E_d1k7vv5v {
|
|
30710
|
+
font-size: 14px;
|
|
30711
|
+
font-weight: 500;
|
|
30712
|
+
color: #3e4652;
|
|
30713
|
+
line-height: 18px;
|
|
30714
|
+
}
|
|
30715
|
+
.E_d1k7vv5v + .E_d1k7vv5v {
|
|
30716
|
+
margin-top: 16px;
|
|
30717
|
+
}
|
|
30718
|
+
.E_d1k7vv5v + * {
|
|
30719
|
+
margin-top: 16px;
|
|
30730
30720
|
}
|
|
30731
30721
|
|
|
30732
|
-
.
|
|
30733
|
-
|
|
30734
|
-
|
|
30735
|
-
|
|
30736
|
-
margin: 24px 0;
|
|
30722
|
+
.E_le7b9r4.E_d1k7vv5v {
|
|
30723
|
+
font-size: 12px;
|
|
30724
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30725
|
+
margin-top: 12px;
|
|
30737
30726
|
}
|
|
30738
30727
|
|
|
30739
|
-
.
|
|
30728
|
+
.E_r1dnygxx.E_le7b9r4.E_d1k7vv5v {
|
|
30729
|
+
line-height: 18px;
|
|
30730
|
+
font-weight: 500;
|
|
30731
|
+
margin-top: 0;
|
|
30732
|
+
white-space: initial;
|
|
30733
|
+
}
|
|
30734
|
+
|
|
30735
|
+
.E_r12ddqmh {
|
|
30736
|
+
display: block;
|
|
30737
|
+
}
|
|
30738
|
+
.E_r12ddqmh span {
|
|
30739
|
+
font-size: 14px;
|
|
30740
|
+
font-weight: 500;
|
|
30741
|
+
line-height: 32px;
|
|
30742
|
+
color: #3e4652;
|
|
30743
|
+
}
|
|
30744
|
+
|
|
30745
|
+
.E_ctcr26a {
|
|
30746
|
+
margin-top: 8px;
|
|
30747
|
+
padding: 8px;
|
|
30748
|
+
border-radius: 6px;
|
|
30749
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30750
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30751
|
+
font-size: 12px;
|
|
30752
|
+
}
|
|
30753
|
+
.E_ctcr26a div {
|
|
30754
|
+
line-height: 20px;
|
|
30740
30755
|
display: flex;
|
|
30741
|
-
justify-content: center;
|
|
30742
30756
|
align-items: center;
|
|
30743
|
-
|
|
30757
|
+
word-break: break-all;
|
|
30744
30758
|
}
|
|
30745
30759
|
|
|
30746
|
-
.
|
|
30747
|
-
|
|
30748
|
-
width: 4px;
|
|
30749
|
-
height: 4px;
|
|
30750
|
-
background: #8e9aa9;
|
|
30751
|
-
opacity: 0.4;
|
|
30752
|
-
border-radius: 50%;
|
|
30753
|
-
margin: 0 4px;
|
|
30760
|
+
.E_t1upn1sz {
|
|
30761
|
+
height: 100%;
|
|
30754
30762
|
}
|
|
30755
30763
|
|
|
30756
|
-
.
|
|
30757
|
-
|
|
30758
|
-
width: 648px;
|
|
30759
|
-
margin: 0 auto;
|
|
30764
|
+
.E_tta5kd2 {
|
|
30765
|
+
height: 100%;
|
|
30760
30766
|
}
|
|
30761
|
-
.
|
|
30762
|
-
|
|
30763
|
-
|
|
30767
|
+
.E_tta5kd2.empty-table .ant-table-content {
|
|
30768
|
+
overflow: visible !important;
|
|
30769
|
+
height: 100%;
|
|
30764
30770
|
}
|
|
30765
|
-
.
|
|
30766
|
-
|
|
30771
|
+
.E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30772
|
+
height: 100%;
|
|
30767
30773
|
}
|
|
30768
|
-
.
|
|
30769
|
-
|
|
30774
|
+
.E_tta5kd2.empty-table .ant-table-content table {
|
|
30775
|
+
width: 100% !important;
|
|
30776
|
+
height: 100%;
|
|
30770
30777
|
}
|
|
30771
|
-
.
|
|
30772
|
-
|
|
30778
|
+
.E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30779
|
+
padding: 15px 0;
|
|
30773
30780
|
}
|
|
30774
|
-
|
|
30775
|
-
|
|
30776
|
-
font-size: 12px;
|
|
30777
|
-
line-height: 18px;
|
|
30778
|
-
font-weight: bold;
|
|
30779
|
-
color: #fff;
|
|
30780
|
-
padding: 0 4px;
|
|
30781
|
-
border-radius: 4px;
|
|
30782
|
-
display: inline-block;
|
|
30783
|
-
background: var(--ti7fpyu-0);
|
|
30781
|
+
.E_tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30782
|
+
display: none;
|
|
30784
30783
|
}
|
|
30785
|
-
.
|
|
30786
|
-
|
|
30784
|
+
.E_tta5kd2 .active-row td:nth-child(1) {
|
|
30785
|
+
font-weight: 700;
|
|
30787
30786
|
}
|
|
30788
|
-
|
|
30789
|
-
|
|
30790
|
-
width: 100%;
|
|
30791
|
-
height: 100%;
|
|
30792
|
-
display: flex;
|
|
30793
|
-
align-items: center;
|
|
30794
|
-
justify-content: center;
|
|
30787
|
+
.E_tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
30788
|
+
font-weight: 700;
|
|
30795
30789
|
}
|
|
30796
|
-
|
|
30797
|
-
|
|
30798
|
-
font-size: 90%;
|
|
30799
|
-
font-weight: bold;
|
|
30800
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
30801
|
-
padding: 1px 4px 1px;
|
|
30802
|
-
margin-left: 2px;
|
|
30803
|
-
margin-right: 2px;
|
|
30804
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30805
|
-
border-radius: 4px;
|
|
30790
|
+
.E_tta5kd2 .ant-spin-nested-loading {
|
|
30791
|
+
height: 100%;
|
|
30806
30792
|
}
|
|
30807
|
-
|
|
30808
|
-
|
|
30809
|
-
|
|
30793
|
+
.E_tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
30794
|
+
height: 100%;
|
|
30795
|
+
overflow: visible;
|
|
30810
30796
|
}
|
|
30811
|
-
.
|
|
30812
|
-
|
|
30797
|
+
.E_tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
30798
|
+
max-height: none;
|
|
30813
30799
|
}
|
|
30814
|
-
.
|
|
30815
|
-
|
|
30800
|
+
.E_tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
30801
|
+
.E_tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
30802
|
+
display: none;
|
|
30816
30803
|
}
|
|
30817
|
-
.
|
|
30818
|
-
|
|
30804
|
+
.E_tta5kd2 td.ant-table-column-sort {
|
|
30805
|
+
background: transparent;
|
|
30819
30806
|
}
|
|
30820
|
-
.
|
|
30821
|
-
|
|
30807
|
+
.E_tta5kd2 td.ant-table-cell-fix-left,
|
|
30808
|
+
.E_tta5kd2 td.ant-table-cell-fix-right {
|
|
30809
|
+
background: #fff;
|
|
30810
|
+
padding: 0 !important;
|
|
30822
30811
|
}
|
|
30823
|
-
.
|
|
30824
|
-
|
|
30812
|
+
.E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
30813
|
+
.E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30825
30814
|
display: flex;
|
|
30815
|
+
align-items: center;
|
|
30816
|
+
height: 100%;
|
|
30817
|
+
padding: 8px;
|
|
30826
30818
|
}
|
|
30827
|
-
.
|
|
30828
|
-
|
|
30819
|
+
.E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
30820
|
+
.E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
30821
|
+
overflow: hidden;
|
|
30822
|
+
text-overflow: ellipsis;
|
|
30829
30823
|
width: 100%;
|
|
30830
|
-
padding: 14px;
|
|
30831
|
-
background: #f2f4f6;
|
|
30832
|
-
font-size: 13px;
|
|
30833
|
-
line-height: 1.8;
|
|
30834
|
-
color: #8e9aa9;
|
|
30835
30824
|
}
|
|
30836
|
-
.
|
|
30837
|
-
|
|
30838
|
-
|
|
30825
|
+
.E_tta5kd2 .ant-table-container {
|
|
30826
|
+
height: 100%;
|
|
30827
|
+
}
|
|
30828
|
+
.E_tta5kd2 .ant-table-container::before, .E_tta5kd2 .ant-table-container::after {
|
|
30829
|
+
box-shadow: none !important;
|
|
30830
|
+
}
|
|
30831
|
+
.E_tta5kd2 .ant-table {
|
|
30832
|
+
border-radius: 0px;
|
|
30833
|
+
border-left: none;
|
|
30834
|
+
border-right: none;
|
|
30835
|
+
border-bottom: none;
|
|
30836
|
+
height: 100%;
|
|
30837
|
+
font-size: 12px;
|
|
30838
|
+
background: transparent;
|
|
30839
|
+
}
|
|
30840
|
+
.E_tta5kd2 .ant-table .ant-table-header {
|
|
30841
|
+
position: relative;
|
|
30842
|
+
z-index: 3;
|
|
30843
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30844
|
+
margin-bottom: -1px;
|
|
30845
|
+
}
|
|
30846
|
+
.E_tta5kd2 .ant-table .time-wrapper .date,
|
|
30847
|
+
.E_tta5kd2 .ant-table .value {
|
|
30848
|
+
color: #2d3a56;
|
|
30849
|
+
}
|
|
30850
|
+
.E_tta5kd2 .ant-table .time-wrapper .time,
|
|
30851
|
+
.E_tta5kd2 .ant-table .unit {
|
|
30839
30852
|
color: rgba(44, 56, 82, 0.6);
|
|
30840
30853
|
}
|
|
30841
|
-
.
|
|
30842
|
-
|
|
30854
|
+
.E_tta5kd2 .ant-table .ant-table-selection {
|
|
30855
|
+
position: unset;
|
|
30856
|
+
text-align: center;
|
|
30843
30857
|
}
|
|
30844
|
-
.
|
|
30845
|
-
|
|
30846
|
-
line-height: 32px;
|
|
30858
|
+
.E_tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
30859
|
+
background: #fff;
|
|
30847
30860
|
}
|
|
30848
|
-
.
|
|
30849
|
-
|
|
30861
|
+
.E_tta5kd2 .ant-table .anticon-setting {
|
|
30862
|
+
cursor: pointer;
|
|
30863
|
+
position: absolute;
|
|
30864
|
+
top: 50%;
|
|
30865
|
+
right: 12px;
|
|
30866
|
+
transform: translateY(-50%);
|
|
30850
30867
|
}
|
|
30851
|
-
.
|
|
30852
|
-
|
|
30868
|
+
.E_tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
30869
|
+
box-shadow: none;
|
|
30870
|
+
width: 1px;
|
|
30871
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30853
30872
|
}
|
|
30854
|
-
.
|
|
30855
|
-
|
|
30873
|
+
.E_tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
30874
|
+
box-shadow: none;
|
|
30875
|
+
width: 1px;
|
|
30876
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30856
30877
|
}
|
|
30857
|
-
.
|
|
30858
|
-
|
|
30859
|
-
height: 0;
|
|
30860
|
-
overflow: hidden;
|
|
30878
|
+
.E_tta5kd2 .ant-table .ant-table-tbody {
|
|
30879
|
+
position: relative;
|
|
30861
30880
|
}
|
|
30862
|
-
.
|
|
30863
|
-
|
|
30881
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
30882
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30883
|
+
border-bottom: 1px solid white;
|
|
30884
|
+
height: 40px;
|
|
30885
|
+
vertical-align: middle;
|
|
30886
|
+
transition: background 0ms;
|
|
30887
|
+
color: #00122e;
|
|
30888
|
+
}
|
|
30889
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
30890
|
+
background: #f2f5fa;
|
|
30891
|
+
border-bottom-color: #f2f5fa;
|
|
30892
|
+
}
|
|
30893
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
30864
30894
|
height: auto;
|
|
30865
|
-
|
|
30895
|
+
color: #00122e;
|
|
30896
|
+
font-size: 12px;
|
|
30897
|
+
text-align: left;
|
|
30898
|
+
transition: none;
|
|
30899
|
+
overflow: hidden;
|
|
30900
|
+
text-overflow: ellipsis;
|
|
30901
|
+
white-space: nowrap;
|
|
30866
30902
|
}
|
|
30867
|
-
.
|
|
30868
|
-
|
|
30869
|
-
border: 1px solid #e75a3a;
|
|
30870
|
-
color: #e75a3a;
|
|
30903
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
30904
|
+
color: #0096ff;
|
|
30871
30905
|
}
|
|
30872
|
-
|
|
30873
|
-
|
|
30874
|
-
|
|
30875
|
-
|
|
30876
|
-
|
|
30877
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30878
|
-
margin-bottom: 16px;
|
|
30906
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
30907
|
+
overflow: hidden;
|
|
30908
|
+
text-overflow: ellipsis;
|
|
30909
|
+
width: 100%;
|
|
30910
|
+
vertical-align: middle;
|
|
30879
30911
|
}
|
|
30880
|
-
.
|
|
30881
|
-
|
|
30912
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
30913
|
+
line-height: 0px;
|
|
30882
30914
|
}
|
|
30883
|
-
|
|
30884
|
-
|
|
30885
|
-
width: 8px;
|
|
30886
|
-
height: 24px;
|
|
30887
|
-
display: flex;
|
|
30888
|
-
justify-content: center;
|
|
30889
|
-
align-items: center;
|
|
30890
|
-
cursor: pointer;
|
|
30891
|
-
transition: all 200ms ease-out 40ms;
|
|
30915
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
30916
|
+
padding-right: 25px;
|
|
30892
30917
|
}
|
|
30893
|
-
.
|
|
30894
|
-
|
|
30895
|
-
width: 1px;
|
|
30896
|
-
height: 6px;
|
|
30897
|
-
border-radius: 1px;
|
|
30898
|
-
background: #ccd4e3;
|
|
30899
|
-
position: relative;
|
|
30900
|
-
right: 2px;
|
|
30901
|
-
transform: rotate(-45deg);
|
|
30918
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
30919
|
+
border-top-color: transparent;
|
|
30902
30920
|
}
|
|
30903
|
-
.
|
|
30904
|
-
|
|
30905
|
-
|
|
30921
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
30922
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30923
|
+
border-color: transparent transparent white;
|
|
30906
30924
|
}
|
|
30907
|
-
|
|
30908
|
-
|
|
30909
|
-
border: 0;
|
|
30910
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30911
|
-
border-radius: 6px;
|
|
30925
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
30926
|
+
border-radius: 8px 0 0 8px;
|
|
30912
30927
|
}
|
|
30913
|
-
.
|
|
30914
|
-
|
|
30915
|
-
color: #e07f00;
|
|
30928
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
30929
|
+
border-radius: 8px 0 0 8px;
|
|
30916
30930
|
}
|
|
30917
|
-
.
|
|
30918
|
-
|
|
30919
|
-
|
|
30931
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
30932
|
+
content: "";
|
|
30933
|
+
width: 4px;
|
|
30934
|
+
top: -1px;
|
|
30935
|
+
bottom: -1px;
|
|
30936
|
+
background: white;
|
|
30920
30937
|
}
|
|
30921
|
-
|
|
30922
|
-
|
|
30923
|
-
display: flex;
|
|
30924
|
-
flex-direction: row;
|
|
30925
|
-
padding: 7px 12px;
|
|
30926
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30927
|
-
border-radius: 6px;
|
|
30928
|
-
color: #e07f00;
|
|
30929
|
-
font-size: 12px;
|
|
30930
|
-
line-height: 18px;
|
|
30938
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
30939
|
+
border-radius: 0 8px 8px 0;
|
|
30931
30940
|
}
|
|
30932
|
-
.
|
|
30933
|
-
|
|
30934
|
-
|
|
30941
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
30942
|
+
border-radius: 0;
|
|
30943
|
+
background: white;
|
|
30944
|
+
border-top: none;
|
|
30935
30945
|
}
|
|
30936
|
-
|
|
30937
|
-
|
|
30938
|
-
|
|
30939
|
-
flex-direction: row;
|
|
30940
|
-
padding: 7px 12px;
|
|
30946
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
30947
|
+
border-top: 1px solid transparent;
|
|
30948
|
+
border-radius: 0 8px 8px 0;
|
|
30941
30949
|
background: rgba(225, 230, 241, 0.6);
|
|
30942
|
-
border-radius: 6px;
|
|
30943
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30944
|
-
font-size: 12px;
|
|
30945
|
-
line-height: 18px;
|
|
30946
30950
|
}
|
|
30947
|
-
.
|
|
30948
|
-
|
|
30949
|
-
|
|
30951
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
30952
|
+
background: white;
|
|
30953
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30950
30954
|
}
|
|
30951
|
-
|
|
30952
|
-
.E_i16ozz3f {
|
|
30955
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30953
30956
|
display: flex;
|
|
30954
|
-
|
|
30955
|
-
|
|
30956
|
-
background: rgba(
|
|
30957
|
-
border-radius: 6px;
|
|
30958
|
-
color: #005ed1;
|
|
30959
|
-
font-size: 12px;
|
|
30960
|
-
line-height: 18px;
|
|
30961
|
-
}
|
|
30962
|
-
.E_i16ozz3f .icon-wrapper {
|
|
30963
|
-
margin-right: 10px;
|
|
30964
|
-
height: 18px;
|
|
30965
|
-
}
|
|
30966
|
-
|
|
30967
|
-
.E_dszu9qr {
|
|
30968
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30969
|
-
margin-top: 5px;
|
|
30970
|
-
font-size: 12px;
|
|
30971
|
-
line-height: 18px;
|
|
30957
|
+
align-items: center;
|
|
30958
|
+
height: 100%;
|
|
30959
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30972
30960
|
}
|
|
30973
|
-
|
|
30974
|
-
|
|
30975
|
-
|
|
30976
|
-
font-size: 12px;
|
|
30977
|
-
white-space: pre-wrap;
|
|
30961
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
30962
|
+
background: white;
|
|
30963
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30978
30964
|
}
|
|
30979
|
-
|
|
30980
|
-
.E_o1i4orqw {
|
|
30965
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
30981
30966
|
display: flex;
|
|
30982
30967
|
align-items: center;
|
|
30983
|
-
|
|
30968
|
+
height: 100%;
|
|
30969
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30984
30970
|
}
|
|
30985
|
-
.
|
|
30986
|
-
|
|
30971
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
30972
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30987
30973
|
}
|
|
30988
|
-
|
|
30989
|
-
.
|
|
30990
|
-
|
|
30974
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
30975
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
30976
|
+
border-radius: 8px;
|
|
30991
30977
|
}
|
|
30992
|
-
|
|
30993
|
-
|
|
30994
|
-
padding: 5px 12px;
|
|
30995
|
-
line-height: 20px;
|
|
30996
|
-
color: #2d3a56;
|
|
30997
|
-
border-radius: 6px;
|
|
30998
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30999
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30978
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
30979
|
+
border-top-color: white;
|
|
31000
30980
|
}
|
|
31001
|
-
.
|
|
31002
|
-
|
|
31003
|
-
|
|
30981
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
30982
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30983
|
+
border-bottom-color: transparent;
|
|
30984
|
+
border-top-color: transparent;
|
|
31004
30985
|
}
|
|
31005
|
-
.
|
|
31006
|
-
|
|
31007
|
-
line-height: 18px;
|
|
30986
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
30987
|
+
border-radius: 8px 0 0 8px;
|
|
31008
30988
|
}
|
|
31009
|
-
.
|
|
31010
|
-
border-
|
|
31011
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31012
|
-
z-index: 1;
|
|
30989
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
30990
|
+
border-radius: 0 8px 8px 0;
|
|
31013
30991
|
}
|
|
31014
|
-
.
|
|
31015
|
-
|
|
31016
|
-
|
|
31017
|
-
|
|
30992
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
30993
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30994
|
+
}
|
|
30995
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
30996
|
+
background: #fff;
|
|
30997
|
+
font-weight: 400;
|
|
30998
|
+
position: relative;
|
|
30999
|
+
border-bottom: none;
|
|
31000
|
+
color: #00122e;
|
|
31001
|
+
transition: none;
|
|
31002
|
+
padding: 15px 8px 15px 8px;
|
|
31018
31003
|
}
|
|
31019
|
-
.
|
|
31020
|
-
|
|
31021
|
-
|
|
31004
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31005
|
+
content: "";
|
|
31006
|
+
width: 1px;
|
|
31007
|
+
top: 0;
|
|
31008
|
+
bottom: 0;
|
|
31009
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31010
|
+
position: absolute;
|
|
31011
|
+
right: 0;
|
|
31022
31012
|
}
|
|
31023
|
-
.
|
|
31024
|
-
|
|
31025
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31013
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31014
|
+
padding: unset;
|
|
31026
31015
|
}
|
|
31027
|
-
.
|
|
31028
|
-
|
|
31029
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31016
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31017
|
+
display: none;
|
|
31030
31018
|
}
|
|
31031
|
-
.
|
|
31032
|
-
|
|
31033
|
-
|
|
31034
|
-
|
|
31019
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31020
|
+
width: 100%;
|
|
31021
|
+
overflow: hidden;
|
|
31022
|
+
white-space: nowrap;
|
|
31023
|
+
text-overflow: ellipsis;
|
|
31035
31024
|
}
|
|
31036
|
-
.
|
|
31037
|
-
|
|
31038
|
-
|
|
31039
|
-
|
|
31040
|
-
line-height: 20px;
|
|
31041
|
-
color: #2d3a56;
|
|
31042
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31025
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31026
|
+
overflow: hidden;
|
|
31027
|
+
text-overflow: ellipsis;
|
|
31028
|
+
flex: 1;
|
|
31043
31029
|
}
|
|
31044
|
-
.
|
|
31045
|
-
|
|
31046
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31030
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31031
|
+
padding: 15px 25px 15px 8px;
|
|
31047
31032
|
}
|
|
31048
|
-
.
|
|
31049
|
-
padding:
|
|
31050
|
-
line-height: 22px;
|
|
31033
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31034
|
+
padding: 0;
|
|
31051
31035
|
}
|
|
31052
|
-
.
|
|
31053
|
-
|
|
31054
|
-
|
|
31036
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31037
|
+
position: absolute;
|
|
31038
|
+
right: 6px;
|
|
31039
|
+
top: 50%;
|
|
31040
|
+
transform: translateY(-50%);
|
|
31041
|
+
height: 16px;
|
|
31042
|
+
display: none;
|
|
31043
|
+
transition: transform 320ms ease;
|
|
31055
31044
|
}
|
|
31056
|
-
.
|
|
31057
|
-
|
|
31058
|
-
|
|
31045
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31046
|
+
display: block;
|
|
31047
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31059
31048
|
}
|
|
31060
|
-
.
|
|
31061
|
-
|
|
31062
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31049
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31050
|
+
display: block;
|
|
31063
31051
|
}
|
|
31064
|
-
.
|
|
31065
|
-
|
|
31052
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31053
|
+
display: none;
|
|
31066
31054
|
}
|
|
31067
|
-
.
|
|
31068
|
-
|
|
31055
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31056
|
+
transform: translateY(-50%);
|
|
31069
31057
|
}
|
|
31070
|
-
.
|
|
31071
|
-
|
|
31072
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31058
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31059
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31073
31060
|
}
|
|
31074
|
-
.
|
|
31075
|
-
|
|
31076
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31061
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31062
|
+
background: #f2f5fa;
|
|
31077
31063
|
}
|
|
31078
|
-
.
|
|
31079
|
-
|
|
31080
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31081
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31064
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31065
|
+
display: block;
|
|
31082
31066
|
}
|
|
31083
|
-
|
|
31084
|
-
|
|
31085
|
-
transition-delay: 50ms;
|
|
31067
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31068
|
+
padding-right: 25px;
|
|
31086
31069
|
}
|
|
31087
|
-
|
|
31088
|
-
|
|
31089
|
-
height: 40px;
|
|
31070
|
+
.E_tta5kd2 .ant-table .ant-table-selection-column {
|
|
31071
|
+
padding: 0 !important;
|
|
31090
31072
|
}
|
|
31091
|
-
|
|
31092
|
-
|
|
31073
|
+
.E_tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31074
|
+
position: absolute;
|
|
31075
|
+
left: 50%;
|
|
31076
|
+
top: 50%;
|
|
31077
|
+
transform: translate(-50%, -50%);
|
|
31093
31078
|
}
|
|
31094
|
-
|
|
31095
|
-
|
|
31096
|
-
height: 32px;
|
|
31079
|
+
.E_tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31080
|
+
display: none;
|
|
31097
31081
|
}
|
|
31098
|
-
|
|
31099
|
-
|
|
31082
|
+
.E_tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31083
|
+
background: #fff;
|
|
31100
31084
|
}
|
|
31101
|
-
|
|
31102
|
-
|
|
31103
|
-
height: 24px;
|
|
31085
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder {
|
|
31086
|
+
background: inherit;
|
|
31104
31087
|
}
|
|
31105
|
-
|
|
31106
|
-
|
|
31088
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31089
|
+
position: static;
|
|
31090
|
+
border: none;
|
|
31091
|
+
background: inherit !important;
|
|
31092
|
+
height: 100px;
|
|
31093
|
+
vertical-align: middle;
|
|
31107
31094
|
}
|
|
31108
|
-
|
|
31109
|
-
.
|
|
31110
|
-
|
|
31111
|
-
|
|
31095
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31096
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31097
|
+
font-weight: bold;
|
|
31098
|
+
font-size: 20px;
|
|
31099
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31112
31100
|
}
|
|
31113
|
-
.
|
|
31101
|
+
.E_tta5kd2 .ant-table td.cell__action_ {
|
|
31102
|
+
padding: 0 !important;
|
|
31114
31103
|
position: relative;
|
|
31115
|
-
|
|
31116
|
-
|
|
31104
|
+
background: #fff;
|
|
31105
|
+
}
|
|
31106
|
+
.E_tta5kd2 .ant-table td.cell__action_ > * {
|
|
31107
|
+
height: 100%;
|
|
31108
|
+
display: flex;
|
|
31109
|
+
align-items: center;
|
|
31110
|
+
justify-content: flex-end;
|
|
31111
|
+
padding-right: 8px;
|
|
31112
|
+
}
|
|
31113
|
+
.E_tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31114
|
+
width: 24px;
|
|
31115
|
+
height: 24px;
|
|
31117
31116
|
cursor: pointer;
|
|
31118
|
-
|
|
31117
|
+
justify-content: center;
|
|
31118
|
+
border-radius: 4px;
|
|
31119
31119
|
}
|
|
31120
|
-
.
|
|
31121
|
-
|
|
31122
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31120
|
+
.E_tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31121
|
+
background: #fff;
|
|
31123
31122
|
}
|
|
31124
|
-
|
|
31125
|
-
|
|
31123
|
+
|
|
31124
|
+
.E_s1fc623g {
|
|
31125
|
+
width: 430px !important;
|
|
31126
31126
|
}
|
|
31127
|
-
|
|
31128
|
-
|
|
31127
|
+
|
|
31128
|
+
.E_da3mx0o .ant-select-item-group {
|
|
31129
|
+
padding: 8px 16px;
|
|
31130
|
+
line-height: 18px;
|
|
31131
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31132
|
+
height: 34px;
|
|
31133
|
+
min-height: 34px;
|
|
31134
|
+
box-sizing: border-box;
|
|
31135
|
+
margin-top: 8px;
|
|
31129
31136
|
}
|
|
31130
|
-
|
|
31137
|
+
|
|
31138
|
+
.E_onr9gzt {
|
|
31131
31139
|
display: flex;
|
|
31140
|
+
flex-direction: column;
|
|
31141
|
+
margin: 1px 8px;
|
|
31142
|
+
padding: 8px;
|
|
31143
|
+
border-radius: 4px;
|
|
31132
31144
|
}
|
|
31133
|
-
.
|
|
31134
|
-
|
|
31135
|
-
right: 12px;
|
|
31136
|
-
top: 50%;
|
|
31137
|
-
transform: translateY(-50%);
|
|
31145
|
+
.E_onr9gzt .selected-icon {
|
|
31146
|
+
display: none;
|
|
31138
31147
|
}
|
|
31139
|
-
.
|
|
31140
|
-
|
|
31141
|
-
font-size: 12px;
|
|
31142
|
-
cursor: pointer;
|
|
31148
|
+
.E_onr9gzt.ant-select-item-option-grouped {
|
|
31149
|
+
padding-left: 8px;
|
|
31143
31150
|
}
|
|
31144
|
-
.
|
|
31145
|
-
color:
|
|
31151
|
+
.E_onr9gzt.ant-select-item-option-selected {
|
|
31152
|
+
background-color: white;
|
|
31146
31153
|
}
|
|
31147
|
-
.
|
|
31148
|
-
|
|
31149
|
-
overflow: hidden;
|
|
31154
|
+
.E_onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31155
|
+
color: #0080ff;
|
|
31150
31156
|
}
|
|
31151
|
-
.
|
|
31152
|
-
|
|
31153
|
-
top: 50%;
|
|
31154
|
-
transform: translateY(-50%);
|
|
31155
|
-
left: -16px;
|
|
31156
|
-
transition: left 150ms ease;
|
|
31157
|
-
opacity: 0;
|
|
31157
|
+
.E_onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31158
|
+
display: block;
|
|
31158
31159
|
}
|
|
31159
|
-
.
|
|
31160
|
-
|
|
31161
|
-
opacity: 1;
|
|
31160
|
+
.E_onr9gzt.ant-select-item-option-active {
|
|
31161
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31162
31162
|
}
|
|
31163
|
-
.
|
|
31164
|
-
|
|
31165
|
-
margin-left: 0px;
|
|
31163
|
+
.E_onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31164
|
+
color: #0080ff;
|
|
31166
31165
|
}
|
|
31167
|
-
.
|
|
31168
|
-
|
|
31166
|
+
.E_onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31167
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31168
|
+
color: #0080ff;
|
|
31169
31169
|
}
|
|
31170
31170
|
|
|
31171
|
-
|
|
31172
|
-
|
|
31173
|
-
|
|
31171
|
+
.E_oiy0apc {
|
|
31172
|
+
display: flex;
|
|
31173
|
+
justify-content: space-between;
|
|
31174
|
+
height: 20px;
|
|
31175
|
+
line-height: 20px;
|
|
31174
31176
|
}
|
|
31175
|
-
|
|
31176
|
-
|
|
31177
|
-
|
|
31178
|
-
|
|
31177
|
+
.E_oiy0apc .timezone-title {
|
|
31178
|
+
color: #2d3a56;
|
|
31179
|
+
overflow: hidden;
|
|
31180
|
+
text-overflow: ellipsis;
|
|
31179
31181
|
}
|
|
31180
31182
|
|
|
31181
|
-
|
|
31182
|
-
|
|
31183
|
-
|
|
31183
|
+
.E_of4y382 {
|
|
31184
|
+
display: flex;
|
|
31185
|
+
justify-content: space-between;
|
|
31186
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31187
|
+
height: 18px;
|
|
31188
|
+
line-height: 18px;
|
|
31189
|
+
margin-top: 2px;
|
|
31184
31190
|
}
|
|
31185
31191
|
|
|
31186
|
-
.
|
|
31187
|
-
border
|
|
31188
|
-
|
|
31192
|
+
.E_t19903l9 {
|
|
31193
|
+
border: none;
|
|
31194
|
+
margin-right: 0;
|
|
31195
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31189
31196
|
}
|
|
31190
31197
|
|
|
31191
|
-
.
|
|
31192
|
-
|
|
31193
|
-
|
|
31198
|
+
.E_ohwbvxu {
|
|
31199
|
+
pointer-events: none;
|
|
31200
|
+
height: 32px;
|
|
31201
|
+
width: 100%;
|
|
31202
|
+
opacity: 0;
|
|
31194
31203
|
}
|
|
31195
31204
|
|
|
31196
|
-
.
|
|
31197
|
-
|
|
31198
|
-
border-bottom-left-radius: 0;
|
|
31205
|
+
.E_i1e4sgug {
|
|
31206
|
+
display: inline-block;
|
|
31199
31207
|
}
|
|
31200
31208
|
|
|
31201
|
-
.
|
|
31209
|
+
.E_s1ebs0ra {
|
|
31202
31210
|
display: flex;
|
|
31203
|
-
|
|
31204
|
-
|
|
31205
|
-
|
|
31206
|
-
|
|
31207
|
-
|
|
31208
|
-
|
|
31209
|
-
|
|
31210
|
-
|
|
31211
|
-
.E_c1t6wbwv .radio-wrapper {
|
|
31212
|
-
margin-top: 24px;
|
|
31211
|
+
align-items: center;
|
|
31212
|
+
justify-content: space-between;
|
|
31213
|
+
background: #edf0f7;
|
|
31214
|
+
padding: 8px 12px;
|
|
31215
|
+
position: sticky;
|
|
31216
|
+
top: 0;
|
|
31217
|
+
z-index: 1;
|
|
31218
|
+
margin-bottom: -52px;
|
|
31213
31219
|
}
|
|
31214
|
-
.
|
|
31215
|
-
|
|
31220
|
+
.E_s1ebs0ra .select-total {
|
|
31221
|
+
display: flex;
|
|
31222
|
+
align-items: center;
|
|
31223
|
+
font-weight: 700;
|
|
31224
|
+
flex-shrink: 0;
|
|
31216
31225
|
}
|
|
31217
|
-
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
|
|
31221
|
-
|
|
31222
|
-
|
|
31226
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
31227
|
+
cursor: pointer;
|
|
31228
|
+
margin-left: 8px;
|
|
31229
|
+
width: 32px;
|
|
31230
|
+
height: 32px;
|
|
31231
|
+
border-radius: 50%;
|
|
31232
|
+
justify-content: center;
|
|
31223
31233
|
}
|
|
31224
|
-
.
|
|
31225
|
-
|
|
31234
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31235
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31226
31236
|
}
|
|
31227
|
-
.
|
|
31228
|
-
|
|
31237
|
+
.E_s1ebs0ra .action-group {
|
|
31238
|
+
flex: 1;
|
|
31239
|
+
margin-left: 88px;
|
|
31240
|
+
white-space: nowrap;
|
|
31241
|
+
text-align: right;
|
|
31242
|
+
position: relative;
|
|
31243
|
+
padding: 4px 0;
|
|
31244
|
+
margin-top: -4px;
|
|
31245
|
+
overflow: hidden;
|
|
31229
31246
|
}
|
|
31230
|
-
|
|
31231
|
-
|
|
31232
|
-
font-size: 12px;
|
|
31233
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31234
|
-
margin-top: 12px;
|
|
31247
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
31248
|
+
transform: translateY(-4px);
|
|
31235
31249
|
}
|
|
31236
|
-
|
|
31237
|
-
|
|
31238
|
-
line-height: 18px;
|
|
31239
|
-
font-weight: 500;
|
|
31240
|
-
margin-top: 0;
|
|
31241
|
-
white-space: initial;
|
|
31250
|
+
.E_s1ebs0ra .action-group button {
|
|
31251
|
+
border: none;
|
|
31242
31252
|
}
|
|
31243
|
-
|
|
31244
|
-
|
|
31245
|
-
display: block;
|
|
31253
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
31254
|
+
margin-right: 8px;
|
|
31246
31255
|
}
|
|
31247
|
-
.
|
|
31248
|
-
|
|
31249
|
-
font-weight: 500;
|
|
31250
|
-
line-height: 32px;
|
|
31251
|
-
color: #3e4652;
|
|
31256
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
31257
|
+
margin-right: 4px;
|
|
31252
31258
|
}
|
|
31253
|
-
|
|
31254
|
-
|
|
31255
|
-
|
|
31256
|
-
|
|
31257
|
-
|
|
31258
|
-
|
|
31259
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31260
|
-
font-size: 12px;
|
|
31259
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
31260
|
+
cursor: pointer;
|
|
31261
|
+
width: 32px;
|
|
31262
|
+
height: 32px;
|
|
31263
|
+
justify-content: center;
|
|
31264
|
+
border-radius: 50%;
|
|
31261
31265
|
}
|
|
31262
|
-
.
|
|
31263
|
-
|
|
31264
|
-
display: flex;
|
|
31265
|
-
align-items: center;
|
|
31266
|
-
word-break: break-all;
|
|
31266
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
31267
|
+
background: #fff;
|
|
31267
31268
|
}
|
|
31268
31269
|
|
|
31269
31270
|
.E_d6j0lbj {
|
|
@@ -31891,14 +31892,136 @@ input.E_rrg1fkn.ant-input {
|
|
|
31891
31892
|
.E_c18gxmrl:hover {
|
|
31892
31893
|
border-color: #0080ff;
|
|
31893
31894
|
}
|
|
31894
|
-
.E_c18gxmrl:hover > header {
|
|
31895
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31895
|
+
.E_c18gxmrl:hover > header {
|
|
31896
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31897
|
+
}
|
|
31898
|
+
.E_c18gxmrl.active header {
|
|
31899
|
+
border-bottom: 1px solid #d8deeb;
|
|
31900
|
+
}
|
|
31901
|
+
.E_c18gxmrl > header {
|
|
31902
|
+
padding: 8px 12px;
|
|
31903
|
+
}
|
|
31904
|
+
|
|
31905
|
+
.E_c1uzzomf {
|
|
31906
|
+
margin-bottom: 16px;
|
|
31907
|
+
}
|
|
31908
|
+
.E_c1uzzomf .card-title {
|
|
31909
|
+
font-size: 16px;
|
|
31910
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31911
|
+
font-weight: 700;
|
|
31912
|
+
line-height: 32px;
|
|
31913
|
+
}
|
|
31914
|
+
.E_c1uzzomf .card-body {
|
|
31915
|
+
padding: 24px;
|
|
31916
|
+
border-radius: 8px;
|
|
31917
|
+
background: #fff;
|
|
31918
|
+
}
|
|
31919
|
+
.E_c1uzzomf .empty {
|
|
31920
|
+
font-weight: 700;
|
|
31921
|
+
font-size: 14px;
|
|
31922
|
+
line-height: 22px;
|
|
31923
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31924
|
+
text-align: center;
|
|
31925
|
+
}
|
|
31926
|
+
|
|
31927
|
+
.E_berrcjl {
|
|
31928
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31929
|
+
margin-bottom: 4px;
|
|
31930
|
+
}
|
|
31931
|
+
.E_berrcjl .breadcrumb-link {
|
|
31932
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31933
|
+
cursor: pointer;
|
|
31934
|
+
transition: color 160ms ease;
|
|
31935
|
+
}
|
|
31936
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
31937
|
+
color: #0080ff;
|
|
31938
|
+
}
|
|
31939
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
31940
|
+
color: #005ed1;
|
|
31941
|
+
}
|
|
31942
|
+
|
|
31943
|
+
.E_c1bus5hc {
|
|
31944
|
+
--color: white;
|
|
31945
|
+
height: 14px;
|
|
31946
|
+
width: 14px;
|
|
31947
|
+
border-radius: 50%;
|
|
31948
|
+
flex-shrink: 0;
|
|
31949
|
+
display: flex;
|
|
31950
|
+
align-items: center;
|
|
31951
|
+
justify-content: center;
|
|
31952
|
+
border: 1px solid var(--color);
|
|
31953
|
+
}
|
|
31954
|
+
.E_c1bus5hc .circle-inner {
|
|
31955
|
+
position: relative;
|
|
31956
|
+
height: 10px;
|
|
31957
|
+
width: 10px;
|
|
31958
|
+
border-radius: 50%;
|
|
31959
|
+
overflow: hidden;
|
|
31960
|
+
}
|
|
31961
|
+
.E_c1bus5hc .circle-content {
|
|
31962
|
+
position: absolute;
|
|
31963
|
+
height: 100%;
|
|
31964
|
+
width: 100%;
|
|
31965
|
+
left: 0;
|
|
31966
|
+
top: 0;
|
|
31967
|
+
border-radius: 50%;
|
|
31968
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31969
|
+
transform: rotate(180deg);
|
|
31970
|
+
}
|
|
31971
|
+
.E_c1bus5hc .circle-child {
|
|
31972
|
+
position: absolute;
|
|
31973
|
+
height: 100%;
|
|
31974
|
+
width: 100%;
|
|
31975
|
+
left: 0;
|
|
31976
|
+
top: 0;
|
|
31977
|
+
margin-left: 50%;
|
|
31978
|
+
transform-origin: left;
|
|
31979
|
+
background: white;
|
|
31980
|
+
transform: rotate(0deg);
|
|
31981
|
+
}
|
|
31982
|
+
|
|
31983
|
+
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
31984
|
+
margin-right: 2px;
|
|
31985
|
+
}
|
|
31986
|
+
|
|
31987
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
31988
|
+
padding-left: 8px;
|
|
31989
|
+
padding-right: 8px;
|
|
31990
|
+
}
|
|
31991
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
31992
|
+
border-radius: 4px;
|
|
31993
|
+
}
|
|
31994
|
+
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
31995
|
+
border-radius: 4px;
|
|
31996
|
+
}
|
|
31997
|
+
|
|
31998
|
+
.E_ma64lna .ant-segmented-item-label {
|
|
31999
|
+
padding-left: 12px;
|
|
32000
|
+
padding-right: 12px;
|
|
32001
|
+
}
|
|
32002
|
+
|
|
32003
|
+
.E_ckld275 {
|
|
32004
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32005
|
+
}
|
|
32006
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32007
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32008
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32009
|
+
}
|
|
32010
|
+
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32011
|
+
background-color: transparent;
|
|
32012
|
+
}
|
|
32013
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32014
|
+
background-color: transparent;
|
|
32015
|
+
}
|
|
32016
|
+
|
|
32017
|
+
.E_gmyahx3 {
|
|
32018
|
+
cursor: pointer;
|
|
31896
32019
|
}
|
|
31897
|
-
.
|
|
31898
|
-
|
|
32020
|
+
.E_gmyahx3 .link-text {
|
|
32021
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31899
32022
|
}
|
|
31900
|
-
.
|
|
31901
|
-
|
|
32023
|
+
.E_gmyahx3:hover .link-text {
|
|
32024
|
+
color: #0080ff;
|
|
31902
32025
|
}
|
|
31903
32026
|
|
|
31904
32027
|
.E_n12mqh7z {
|
|
@@ -31920,60 +32043,51 @@ input.E_rrg1fkn.ant-input {
|
|
|
31920
32043
|
overflow: "auto";
|
|
31921
32044
|
}
|
|
31922
32045
|
|
|
31923
|
-
.
|
|
31924
|
-
|
|
31925
|
-
height: 14px;
|
|
31926
|
-
width: 14px;
|
|
31927
|
-
border-radius: 50%;
|
|
31928
|
-
flex-shrink: 0;
|
|
31929
|
-
display: flex;
|
|
31930
|
-
align-items: center;
|
|
31931
|
-
justify-content: center;
|
|
31932
|
-
border: 1px solid var(--color);
|
|
31933
|
-
}
|
|
31934
|
-
.E_c1bus5hc .circle-inner {
|
|
31935
|
-
position: relative;
|
|
31936
|
-
height: 10px;
|
|
31937
|
-
width: 10px;
|
|
31938
|
-
border-radius: 50%;
|
|
31939
|
-
overflow: hidden;
|
|
31940
|
-
}
|
|
31941
|
-
.E_c1bus5hc .circle-content {
|
|
31942
|
-
position: absolute;
|
|
31943
|
-
height: 100%;
|
|
32046
|
+
.E_c18bcrac {
|
|
32047
|
+
display: inline-block;
|
|
31944
32048
|
width: 100%;
|
|
31945
|
-
left: 0;
|
|
31946
|
-
top: 0;
|
|
31947
|
-
border-radius: 50%;
|
|
31948
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31949
|
-
transform: rotate(180deg);
|
|
31950
32049
|
}
|
|
31951
|
-
.
|
|
31952
|
-
|
|
31953
|
-
height: 100%;
|
|
31954
|
-
width: 100%;
|
|
31955
|
-
left: 0;
|
|
31956
|
-
top: 0;
|
|
31957
|
-
margin-left: 50%;
|
|
31958
|
-
transform-origin: left;
|
|
31959
|
-
background: white;
|
|
31960
|
-
transform: rotate(0deg);
|
|
32050
|
+
.E_c18bcrac .recharts-wrapper {
|
|
32051
|
+
margin-left: 4px;
|
|
31961
32052
|
}
|
|
31962
32053
|
|
|
31963
|
-
.
|
|
31964
|
-
|
|
31965
|
-
margin-bottom: 4px;
|
|
32054
|
+
.E_cro7kg2 {
|
|
32055
|
+
padding: 4px;
|
|
31966
32056
|
}
|
|
31967
|
-
|
|
31968
|
-
|
|
31969
|
-
|
|
31970
|
-
|
|
32057
|
+
|
|
32058
|
+
.E_c14wcxf0 {
|
|
32059
|
+
display: flex;
|
|
32060
|
+
justify-content: space-between;
|
|
32061
|
+
align-items: center;
|
|
32062
|
+
font-size: 13px;
|
|
32063
|
+
line-height: 24px;
|
|
32064
|
+
color: #cccccc;
|
|
32065
|
+
white-space: nowrap;
|
|
31971
32066
|
}
|
|
31972
|
-
.
|
|
31973
|
-
|
|
32067
|
+
.E_c14wcxf0 label {
|
|
32068
|
+
margin-right: 32px;
|
|
31974
32069
|
}
|
|
31975
|
-
|
|
31976
|
-
|
|
32070
|
+
|
|
32071
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
32072
|
+
font-weight: bold;
|
|
32073
|
+
color: white;
|
|
32074
|
+
}
|
|
32075
|
+
|
|
32076
|
+
.E_s11212zy {
|
|
32077
|
+
width: 8px;
|
|
32078
|
+
height: 8px;
|
|
32079
|
+
border-radius: 2px;
|
|
32080
|
+
display: inline-block;
|
|
32081
|
+
background: var(--s11212zy-0);
|
|
32082
|
+
border: 1px solid #fff;
|
|
32083
|
+
box-sizing: content-box;
|
|
32084
|
+
margin-right: 6px;
|
|
32085
|
+
}
|
|
32086
|
+
|
|
32087
|
+
.E_p1lyky6c > :first-child {
|
|
32088
|
+
font-weight: bold;
|
|
32089
|
+
color: white;
|
|
32090
|
+
margin-right: 4px;
|
|
31977
32091
|
}
|
|
31978
32092
|
|
|
31979
32093
|
.E_clm1wy1 {
|
|
@@ -32069,119 +32183,6 @@ input.E_rrg1fkn.ant-input {
|
|
|
32069
32183
|
border-radius: 2px;
|
|
32070
32184
|
}
|
|
32071
32185
|
|
|
32072
|
-
.E_gmyahx3 {
|
|
32073
|
-
cursor: pointer;
|
|
32074
|
-
}
|
|
32075
|
-
.E_gmyahx3 .link-text {
|
|
32076
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32077
|
-
}
|
|
32078
|
-
.E_gmyahx3:hover .link-text {
|
|
32079
|
-
color: #0080ff;
|
|
32080
|
-
}
|
|
32081
|
-
|
|
32082
|
-
.E_c18bcrac {
|
|
32083
|
-
display: inline-block;
|
|
32084
|
-
width: 100%;
|
|
32085
|
-
}
|
|
32086
|
-
.E_c18bcrac .recharts-wrapper {
|
|
32087
|
-
margin-left: 4px;
|
|
32088
|
-
}
|
|
32089
|
-
|
|
32090
|
-
.E_cro7kg2 {
|
|
32091
|
-
padding: 4px;
|
|
32092
|
-
}
|
|
32093
|
-
|
|
32094
|
-
.E_c14wcxf0 {
|
|
32095
|
-
display: flex;
|
|
32096
|
-
justify-content: space-between;
|
|
32097
|
-
align-items: center;
|
|
32098
|
-
font-size: 13px;
|
|
32099
|
-
line-height: 24px;
|
|
32100
|
-
color: #cccccc;
|
|
32101
|
-
white-space: nowrap;
|
|
32102
|
-
}
|
|
32103
|
-
.E_c14wcxf0 label {
|
|
32104
|
-
margin-right: 32px;
|
|
32105
|
-
}
|
|
32106
|
-
|
|
32107
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
32108
|
-
font-weight: bold;
|
|
32109
|
-
color: white;
|
|
32110
|
-
}
|
|
32111
|
-
|
|
32112
|
-
.E_s11212zy {
|
|
32113
|
-
width: 8px;
|
|
32114
|
-
height: 8px;
|
|
32115
|
-
border-radius: 2px;
|
|
32116
|
-
display: inline-block;
|
|
32117
|
-
background: var(--s11212zy-0);
|
|
32118
|
-
border: 1px solid #fff;
|
|
32119
|
-
box-sizing: content-box;
|
|
32120
|
-
margin-right: 6px;
|
|
32121
|
-
}
|
|
32122
|
-
|
|
32123
|
-
.E_p1lyky6c > :first-child {
|
|
32124
|
-
font-weight: bold;
|
|
32125
|
-
color: white;
|
|
32126
|
-
margin-right: 4px;
|
|
32127
|
-
}
|
|
32128
|
-
|
|
32129
|
-
.E_c1uzzomf {
|
|
32130
|
-
margin-bottom: 16px;
|
|
32131
|
-
}
|
|
32132
|
-
.E_c1uzzomf .card-title {
|
|
32133
|
-
font-size: 16px;
|
|
32134
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32135
|
-
font-weight: 700;
|
|
32136
|
-
line-height: 32px;
|
|
32137
|
-
}
|
|
32138
|
-
.E_c1uzzomf .card-body {
|
|
32139
|
-
padding: 24px;
|
|
32140
|
-
border-radius: 8px;
|
|
32141
|
-
background: #fff;
|
|
32142
|
-
}
|
|
32143
|
-
.E_c1uzzomf .empty {
|
|
32144
|
-
font-weight: 700;
|
|
32145
|
-
font-size: 14px;
|
|
32146
|
-
line-height: 22px;
|
|
32147
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32148
|
-
text-align: center;
|
|
32149
|
-
}
|
|
32150
|
-
|
|
32151
|
-
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32152
|
-
margin-right: 2px;
|
|
32153
|
-
}
|
|
32154
|
-
|
|
32155
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32156
|
-
padding-left: 8px;
|
|
32157
|
-
padding-right: 8px;
|
|
32158
|
-
}
|
|
32159
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32160
|
-
border-radius: 4px;
|
|
32161
|
-
}
|
|
32162
|
-
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32163
|
-
border-radius: 4px;
|
|
32164
|
-
}
|
|
32165
|
-
|
|
32166
|
-
.E_ma64lna .ant-segmented-item-label {
|
|
32167
|
-
padding-left: 12px;
|
|
32168
|
-
padding-right: 12px;
|
|
32169
|
-
}
|
|
32170
|
-
|
|
32171
|
-
.E_ckld275 {
|
|
32172
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32173
|
-
}
|
|
32174
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32175
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32176
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32177
|
-
}
|
|
32178
|
-
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32179
|
-
background-color: transparent;
|
|
32180
|
-
}
|
|
32181
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32182
|
-
background-color: transparent;
|
|
32183
|
-
}
|
|
32184
|
-
|
|
32185
32186
|
.E_t1sqg15u {
|
|
32186
32187
|
background: white;
|
|
32187
32188
|
}
|
|
@@ -32272,26 +32273,6 @@ input.E_rrg1fkn.ant-input {
|
|
|
32272
32273
|
padding-right: 12px;
|
|
32273
32274
|
}
|
|
32274
32275
|
|
|
32275
|
-
.E_tje3huy {
|
|
32276
|
-
width: 100%;
|
|
32277
|
-
overflow: inherit;
|
|
32278
|
-
white-space: inherit;
|
|
32279
|
-
text-overflow: ellipsis;
|
|
32280
|
-
}
|
|
32281
|
-
|
|
32282
|
-
.E_m15dvk92 {
|
|
32283
|
-
display: flex;
|
|
32284
|
-
justify-content: space-between;
|
|
32285
|
-
width: 100%;
|
|
32286
|
-
}
|
|
32287
|
-
.E_m15dvk92 .action {
|
|
32288
|
-
margin-left: 16px;
|
|
32289
|
-
}
|
|
32290
|
-
|
|
32291
|
-
.E_aql8iqz .ant-alert-message {
|
|
32292
|
-
width: 100%;
|
|
32293
|
-
}
|
|
32294
|
-
|
|
32295
32276
|
.E_s1iv0tp1 .enabled-switch {
|
|
32296
32277
|
display: flex;
|
|
32297
32278
|
align-items: center;
|
|
@@ -32300,11 +32281,11 @@ input.E_rrg1fkn.ant-input {
|
|
|
32300
32281
|
margin-right: 8px;
|
|
32301
32282
|
}
|
|
32302
32283
|
|
|
32303
|
-
.
|
|
32304
|
-
|
|
32305
|
-
|
|
32306
|
-
|
|
32307
|
-
|
|
32284
|
+
.E_tje3huy {
|
|
32285
|
+
width: 100%;
|
|
32286
|
+
overflow: inherit;
|
|
32287
|
+
white-space: inherit;
|
|
32288
|
+
text-overflow: ellipsis;
|
|
32308
32289
|
}
|
|
32309
32290
|
|
|
32310
32291
|
.E_wg1tsps {
|
|
@@ -32329,31 +32310,25 @@ input.E_rrg1fkn.ant-input {
|
|
|
32329
32310
|
.E_u1p8acpn .unit {
|
|
32330
32311
|
color: #00122e !important;
|
|
32331
32312
|
}
|
|
32332
|
-
|
|
32333
|
-
.
|
|
32334
|
-
|
|
32335
|
-
|
|
32336
|
-
|
|
32337
|
-
|
|
32338
|
-
|
|
32339
|
-
|
|
32340
|
-
padding-left: 0px !important;
|
|
32341
|
-
padding-right: 24px;
|
|
32342
|
-
}
|
|
32343
|
-
.E_cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32344
|
-
right: 0px;
|
|
32345
|
-
}
|
|
32346
|
-
.E_cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32347
|
-
padding: 0px;
|
|
32313
|
+
|
|
32314
|
+
.E_m15dvk92 {
|
|
32315
|
+
display: flex;
|
|
32316
|
+
justify-content: space-between;
|
|
32317
|
+
width: 100%;
|
|
32318
|
+
}
|
|
32319
|
+
.E_m15dvk92 .action {
|
|
32320
|
+
margin-left: 16px;
|
|
32348
32321
|
}
|
|
32349
32322
|
|
|
32350
|
-
.
|
|
32351
|
-
|
|
32352
|
-
cursor: default;
|
|
32323
|
+
.E_aql8iqz .ant-alert-message {
|
|
32324
|
+
width: 100%;
|
|
32353
32325
|
}
|
|
32354
32326
|
|
|
32355
|
-
.
|
|
32356
|
-
|
|
32327
|
+
.E_c10crapj {
|
|
32328
|
+
border-radius: 8px;
|
|
32329
|
+
}
|
|
32330
|
+
.E_c10crapj .ant-card-body {
|
|
32331
|
+
padding: 20px 24px 24px 24px;
|
|
32357
32332
|
}
|
|
32358
32333
|
|
|
32359
32334
|
button.E_lujuy3j {
|
|
@@ -32388,6 +32363,32 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32388
32363
|
color: #00122e;
|
|
32389
32364
|
}
|
|
32390
32365
|
|
|
32366
|
+
.E_cav9p2m .ant-collapse-item {
|
|
32367
|
+
border: 0px;
|
|
32368
|
+
background-color: #fff;
|
|
32369
|
+
}
|
|
32370
|
+
.E_cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32371
|
+
padding-top: 0px;
|
|
32372
|
+
padding-bottom: 0px;
|
|
32373
|
+
padding-left: 0px !important;
|
|
32374
|
+
padding-right: 24px;
|
|
32375
|
+
}
|
|
32376
|
+
.E_cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32377
|
+
right: 0px;
|
|
32378
|
+
}
|
|
32379
|
+
.E_cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32380
|
+
padding: 0px;
|
|
32381
|
+
}
|
|
32382
|
+
|
|
32383
|
+
.E_csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32384
|
+
padding-right: 0px;
|
|
32385
|
+
cursor: default;
|
|
32386
|
+
}
|
|
32387
|
+
|
|
32388
|
+
.E_tqjc4ui {
|
|
32389
|
+
margin: 0 2px;
|
|
32390
|
+
}
|
|
32391
|
+
|
|
32391
32392
|
.E_o8ocss1 {
|
|
32392
32393
|
overflow: hidden;
|
|
32393
32394
|
text-overflow: ellipsis;
|
|
@@ -32553,55 +32554,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32553
32554
|
margin-right: 4px;
|
|
32554
32555
|
}
|
|
32555
32556
|
|
|
32556
|
-
.E_l4bld33 {
|
|
32557
|
-
width: 64px;
|
|
32558
|
-
height: 64px;
|
|
32559
|
-
display: flex;
|
|
32560
|
-
align-items: center;
|
|
32561
|
-
justify-content: center;
|
|
32562
|
-
position: relative;
|
|
32563
|
-
opacity: 0.2;
|
|
32564
|
-
}
|
|
32565
|
-
|
|
32566
|
-
.E_lgitjoj {
|
|
32567
|
-
position: absolute;
|
|
32568
|
-
width: 5px;
|
|
32569
|
-
height: 48px;
|
|
32570
|
-
left: 9.33px;
|
|
32571
|
-
top: 40.5px;
|
|
32572
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32573
|
-
border-radius: 5px;
|
|
32574
|
-
transform: rotate(-128deg);
|
|
32575
|
-
transform-origin: top left;
|
|
32576
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32577
|
-
}
|
|
32578
|
-
|
|
32579
|
-
.E_l13g0exg {
|
|
32580
|
-
position: absolute;
|
|
32581
|
-
width: 5px;
|
|
32582
|
-
height: 48px;
|
|
32583
|
-
left: 40.8px;
|
|
32584
|
-
top: 8.4px;
|
|
32585
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32586
|
-
border-radius: 5px;
|
|
32587
|
-
transform: rotate(-8deg);
|
|
32588
|
-
transform-origin: top left;
|
|
32589
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32590
|
-
}
|
|
32591
|
-
|
|
32592
|
-
.E_l1exo3h6 {
|
|
32593
|
-
position: absolute;
|
|
32594
|
-
width: 5px;
|
|
32595
|
-
height: 48px;
|
|
32596
|
-
left: 52.9px;
|
|
32597
|
-
top: 51.8px;
|
|
32598
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32599
|
-
border-radius: 5px;
|
|
32600
|
-
transform: rotate(112deg);
|
|
32601
|
-
transform-origin: top left;
|
|
32602
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32603
|
-
}
|
|
32604
|
-
|
|
32605
32557
|
.E_s1uupxds {
|
|
32606
32558
|
padding: 0 8px;
|
|
32607
32559
|
border-radius: 4px;
|
|
@@ -32684,6 +32636,55 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32684
32636
|
background-color: #7E41FF;
|
|
32685
32637
|
}
|
|
32686
32638
|
|
|
32639
|
+
.E_l4bld33 {
|
|
32640
|
+
width: 64px;
|
|
32641
|
+
height: 64px;
|
|
32642
|
+
display: flex;
|
|
32643
|
+
align-items: center;
|
|
32644
|
+
justify-content: center;
|
|
32645
|
+
position: relative;
|
|
32646
|
+
opacity: 0.2;
|
|
32647
|
+
}
|
|
32648
|
+
|
|
32649
|
+
.E_lgitjoj {
|
|
32650
|
+
position: absolute;
|
|
32651
|
+
width: 5px;
|
|
32652
|
+
height: 48px;
|
|
32653
|
+
left: 9.33px;
|
|
32654
|
+
top: 40.5px;
|
|
32655
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32656
|
+
border-radius: 5px;
|
|
32657
|
+
transform: rotate(-128deg);
|
|
32658
|
+
transform-origin: top left;
|
|
32659
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32660
|
+
}
|
|
32661
|
+
|
|
32662
|
+
.E_l13g0exg {
|
|
32663
|
+
position: absolute;
|
|
32664
|
+
width: 5px;
|
|
32665
|
+
height: 48px;
|
|
32666
|
+
left: 40.8px;
|
|
32667
|
+
top: 8.4px;
|
|
32668
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32669
|
+
border-radius: 5px;
|
|
32670
|
+
transform: rotate(-8deg);
|
|
32671
|
+
transform-origin: top left;
|
|
32672
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32673
|
+
}
|
|
32674
|
+
|
|
32675
|
+
.E_l1exo3h6 {
|
|
32676
|
+
position: absolute;
|
|
32677
|
+
width: 5px;
|
|
32678
|
+
height: 48px;
|
|
32679
|
+
left: 52.9px;
|
|
32680
|
+
top: 51.8px;
|
|
32681
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32682
|
+
border-radius: 5px;
|
|
32683
|
+
transform: rotate(112deg);
|
|
32684
|
+
transform-origin: top left;
|
|
32685
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32686
|
+
}
|
|
32687
|
+
|
|
32687
32688
|
.E_m1thnes4 {
|
|
32688
32689
|
color: rgba(44, 56, 82, 0.6);
|
|
32689
32690
|
text-align: center;
|
|
@@ -32845,6 +32846,36 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32845
32846
|
margin-left: 8px;
|
|
32846
32847
|
}
|
|
32847
32848
|
|
|
32849
|
+
.E_t1gz6wqf {
|
|
32850
|
+
height: 100%;
|
|
32851
|
+
}
|
|
32852
|
+
.E_t1gz6wqf .table-loading-item {
|
|
32853
|
+
padding: 12px 4px;
|
|
32854
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32855
|
+
display: flex;
|
|
32856
|
+
}
|
|
32857
|
+
.E_t1gz6wqf .table-loading-item > * {
|
|
32858
|
+
height: 16px;
|
|
32859
|
+
margin: 4px;
|
|
32860
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32861
|
+
border-radius: 2px;
|
|
32862
|
+
}
|
|
32863
|
+
.E_t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32864
|
+
width: 16px;
|
|
32865
|
+
}
|
|
32866
|
+
.E_t1gz6wqf .table-loading-item .td-loading {
|
|
32867
|
+
flex: 1;
|
|
32868
|
+
}
|
|
32869
|
+
.E_t1gz6wqf :nth-child(1) {
|
|
32870
|
+
padding: 8px 4px;
|
|
32871
|
+
}
|
|
32872
|
+
.E_t1gz6wqf :nth-child(1) > * {
|
|
32873
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32874
|
+
}
|
|
32875
|
+
.E_t1gz6wqf :nth-child(1) > * {
|
|
32876
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32877
|
+
}
|
|
32878
|
+
|
|
32848
32879
|
.E_sq6vos1 {
|
|
32849
32880
|
--item-min-width: 60px;
|
|
32850
32881
|
}
|
|
@@ -33472,49 +33503,132 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33472
33503
|
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
33473
33504
|
padding: 0 12px;
|
|
33474
33505
|
}
|
|
33475
|
-
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
33476
|
-
height: 470px;
|
|
33477
|
-
overflow: auto;
|
|
33506
|
+
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
33507
|
+
height: 470px;
|
|
33508
|
+
overflow: auto;
|
|
33509
|
+
}
|
|
33510
|
+
|
|
33511
|
+
.E_d1tc7lgk {
|
|
33512
|
+
min-width: 200px;
|
|
33513
|
+
}
|
|
33514
|
+
.E_d1tc7lgk header {
|
|
33515
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33516
|
+
padding: 8px 12px;
|
|
33517
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33518
|
+
}
|
|
33519
|
+
.E_d1tc7lgk ul {
|
|
33520
|
+
list-style: none;
|
|
33521
|
+
padding: 12px;
|
|
33522
|
+
}
|
|
33523
|
+
.E_d1tc7lgk ul li {
|
|
33524
|
+
padding: 5px 8px;
|
|
33525
|
+
border-radius: 5px;
|
|
33526
|
+
transition: all 0.2s ease-in-out;
|
|
33527
|
+
cursor: pointer;
|
|
33528
|
+
}
|
|
33529
|
+
.E_d1tc7lgk ul li:hover {
|
|
33530
|
+
background: rgba(0, 136, 255, 0.16);
|
|
33531
|
+
color: #0080ff;
|
|
33532
|
+
}
|
|
33533
|
+
.E_d1tc7lgk ul li:active {
|
|
33534
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33535
|
+
color: #0080ff;
|
|
33536
|
+
}
|
|
33537
|
+
.E_d1tc7lgk ul li + li {
|
|
33538
|
+
margin-top: 2px;
|
|
33539
|
+
}
|
|
33540
|
+
|
|
33541
|
+
.E_rzaik16 {
|
|
33542
|
+
padding: 0;
|
|
33543
|
+
}
|
|
33544
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
33545
|
+
display: none;
|
|
33546
|
+
}
|
|
33547
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
33548
|
+
padding: 0;
|
|
33549
|
+
}
|
|
33550
|
+
|
|
33551
|
+
.E_h1ol2wl7 {
|
|
33552
|
+
font-weight: bold;
|
|
33553
|
+
background-color: unset;
|
|
33554
|
+
padding: unset;
|
|
33555
|
+
}
|
|
33556
|
+
|
|
33557
|
+
.E_skwah65 {
|
|
33558
|
+
height: 8px;
|
|
33559
|
+
box-sizing: border-box;
|
|
33560
|
+
border-radius: 2px;
|
|
33561
|
+
background: #f5f7fa;
|
|
33562
|
+
display: flex;
|
|
33563
|
+
width: 100%;
|
|
33564
|
+
overflow: hidden;
|
|
33565
|
+
}
|
|
33566
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
33567
|
+
margin-left: 1px;
|
|
33568
|
+
}
|
|
33569
|
+
|
|
33570
|
+
.E_c1igej8b {
|
|
33571
|
+
color: #2d3a56;
|
|
33572
|
+
line-height: 22px;
|
|
33573
|
+
display: inline-flex;
|
|
33574
|
+
}
|
|
33575
|
+
.E_c1igej8b .ant-checkbox {
|
|
33576
|
+
height: 22px;
|
|
33577
|
+
display: flex;
|
|
33578
|
+
align-items: center;
|
|
33579
|
+
top: 0;
|
|
33580
|
+
}
|
|
33581
|
+
.E_c1igej8b .ant-checkbox-checked::after {
|
|
33582
|
+
border: none;
|
|
33583
|
+
}
|
|
33584
|
+
.E_c1igej8b.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c1igej8b.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_c1igej8b .ant-checkbox:hover .ant-checkbox-inner {
|
|
33585
|
+
border-color: #0080ff;
|
|
33586
|
+
}
|
|
33587
|
+
.E_c1igej8b .ant-checkbox .ant-checkbox-inner {
|
|
33588
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33478
33589
|
}
|
|
33479
|
-
|
|
33480
|
-
|
|
33481
|
-
min-width: 200px;
|
|
33590
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33591
|
+
border: 1px solid #0080ff;
|
|
33482
33592
|
}
|
|
33483
|
-
.
|
|
33484
|
-
|
|
33485
|
-
padding: 8px 12px;
|
|
33486
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33593
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33594
|
+
background: #0080ff;
|
|
33487
33595
|
}
|
|
33488
|
-
.
|
|
33489
|
-
|
|
33490
|
-
|
|
33596
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33597
|
+
background-color: #fff;
|
|
33598
|
+
height: 2px;
|
|
33599
|
+
width: 10px;
|
|
33600
|
+
border-radius: 2px;
|
|
33491
33601
|
}
|
|
33492
|
-
.
|
|
33493
|
-
|
|
33494
|
-
border-radius: 5px;
|
|
33495
|
-
transition: all 0.2s ease-in-out;
|
|
33496
|
-
cursor: pointer;
|
|
33602
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled {
|
|
33603
|
+
opacity: 0.5;
|
|
33497
33604
|
}
|
|
33498
|
-
.
|
|
33499
|
-
background: rgba(
|
|
33500
|
-
color:
|
|
33605
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33606
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33607
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33501
33608
|
}
|
|
33502
|
-
.
|
|
33503
|
-
|
|
33504
|
-
color: #0080ff;
|
|
33609
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33610
|
+
border-color: #2d3a56;
|
|
33505
33611
|
}
|
|
33506
|
-
.
|
|
33507
|
-
|
|
33612
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33613
|
+
background: #2d3a56;
|
|
33508
33614
|
}
|
|
33509
|
-
|
|
33510
|
-
.E_rzaik16 {
|
|
33615
|
+
.E_c1igej8b .ant-checkbox + span, .E_c1igej8b .ant-checkbox-disabled + span {
|
|
33511
33616
|
padding: 0;
|
|
33512
33617
|
}
|
|
33513
|
-
.
|
|
33514
|
-
display:
|
|
33618
|
+
.E_c1igej8b .ant-checkbox + span .main, .E_c1igej8b .ant-checkbox-disabled + span .main {
|
|
33619
|
+
display: inline-block;
|
|
33620
|
+
margin-left: 12px;
|
|
33621
|
+
color: #2d3a56;
|
|
33515
33622
|
}
|
|
33516
|
-
.
|
|
33517
|
-
|
|
33623
|
+
.E_c1igej8b .ant-checkbox + span .sub, .E_c1igej8b .ant-checkbox-disabled + span .sub {
|
|
33624
|
+
margin-left: 28px;
|
|
33625
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33626
|
+
}
|
|
33627
|
+
.E_c1igej8b.compact .ant-checkbox + span .main, .E_c1igej8b.compact .ant-checkbox-disabled + span .main {
|
|
33628
|
+
margin-left: 8px;
|
|
33629
|
+
}
|
|
33630
|
+
.E_c1igej8b.compact .ant-checkbox + span .sub, .E_c1igej8b.compact .ant-checkbox-disabled + span .sub {
|
|
33631
|
+
margin-left: 24px;
|
|
33518
33632
|
}
|
|
33519
33633
|
|
|
33520
33634
|
.E_damzgq8 {
|
|
@@ -33918,198 +34032,11 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33918
34032
|
height: 1px;
|
|
33919
34033
|
width: calc(100% + 10px);
|
|
33920
34034
|
background: rgba(172, 186, 211, 0.6);
|
|
33921
|
-
display: block;
|
|
33922
|
-
}
|
|
33923
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
33924
|
-
color: #0080ff;
|
|
33925
|
-
background: transparent;
|
|
33926
|
-
}
|
|
33927
|
-
|
|
33928
|
-
.E_h1ol2wl7 {
|
|
33929
|
-
font-weight: bold;
|
|
33930
|
-
background-color: unset;
|
|
33931
|
-
padding: unset;
|
|
33932
|
-
}
|
|
33933
|
-
|
|
33934
|
-
.E_c1k4vanq {
|
|
33935
|
-
padding: 0 12px 14px 12px;
|
|
33936
|
-
}
|
|
33937
|
-
|
|
33938
|
-
.E_t1gz6wqf {
|
|
33939
|
-
height: 100%;
|
|
33940
|
-
}
|
|
33941
|
-
.E_t1gz6wqf .table-loading-item {
|
|
33942
|
-
padding: 12px 4px;
|
|
33943
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33944
|
-
display: flex;
|
|
33945
|
-
}
|
|
33946
|
-
.E_t1gz6wqf .table-loading-item > * {
|
|
33947
|
-
height: 16px;
|
|
33948
|
-
margin: 4px;
|
|
33949
|
-
background: rgba(204, 212, 227, 0.18);
|
|
33950
|
-
border-radius: 2px;
|
|
33951
|
-
}
|
|
33952
|
-
.E_t1gz6wqf .table-loading-item .checkbox-loading {
|
|
33953
|
-
width: 16px;
|
|
33954
|
-
}
|
|
33955
|
-
.E_t1gz6wqf .table-loading-item .td-loading {
|
|
33956
|
-
flex: 1;
|
|
33957
|
-
}
|
|
33958
|
-
.E_t1gz6wqf :nth-child(1) {
|
|
33959
|
-
padding: 8px 4px;
|
|
33960
|
-
}
|
|
33961
|
-
.E_t1gz6wqf :nth-child(1) > * {
|
|
33962
|
-
background: rgba(107, 125, 153, 0.18);
|
|
33963
|
-
}
|
|
33964
|
-
.E_t1gz6wqf :nth-child(1) > * {
|
|
33965
|
-
background: rgba(163, 180, 204, 0.18);
|
|
33966
|
-
}
|
|
33967
|
-
|
|
33968
|
-
.E_c1udgdh2 {
|
|
33969
|
-
color: #2d3a56;
|
|
33970
|
-
padding: 7px 12px;
|
|
33971
|
-
display: flex;
|
|
33972
|
-
justify-content: space-between;
|
|
33973
|
-
align-items: center;
|
|
33974
|
-
}
|
|
33975
|
-
.E_c1udgdh2.has-arrow {
|
|
33976
|
-
padding-left: 10px;
|
|
33977
|
-
}
|
|
33978
|
-
.E_c1udgdh2.has-arrow .title-wrapper {
|
|
33979
|
-
cursor: pointer;
|
|
33980
|
-
color: #00122e;
|
|
33981
|
-
}
|
|
33982
|
-
.E_c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
33983
|
-
color: #2d3a56;
|
|
33984
|
-
font-weight: 600;
|
|
33985
|
-
}
|
|
33986
|
-
.E_c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33987
|
-
transform: rotate(90deg);
|
|
33988
|
-
}
|
|
33989
|
-
.E_c1udgdh2 .sub-info {
|
|
33990
|
-
font-size: 12px;
|
|
33991
|
-
line-height: 18px;
|
|
33992
|
-
}
|
|
33993
|
-
.E_c1udgdh2 .title-wrapper {
|
|
33994
|
-
display: flex;
|
|
33995
|
-
align-items: center;
|
|
33996
|
-
user-select: none;
|
|
33997
|
-
flex-grow: 1;
|
|
33998
|
-
font-size: 12px;
|
|
33999
|
-
line-height: 18px;
|
|
34000
|
-
color: #2d3a56;
|
|
34001
|
-
font-weight: 700;
|
|
34002
|
-
}
|
|
34003
|
-
.E_c1udgdh2 .collapse-arrow {
|
|
34004
|
-
transition: all 50ms ease-out 0ms;
|
|
34005
|
-
margin-right: 2px;
|
|
34006
|
-
}
|
|
34007
|
-
|
|
34008
|
-
.E_bab9xum {
|
|
34009
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34010
|
-
}
|
|
34011
|
-
|
|
34012
|
-
.E_cav4gt6 {
|
|
34013
|
-
border-radius: 8px;
|
|
34014
|
-
background-color: white;
|
|
34015
|
-
}
|
|
34016
|
-
.E_cav4gt6.hoverable {
|
|
34017
|
-
cursor: pointer;
|
|
34018
|
-
}
|
|
34019
|
-
.E_cav4gt6.hoverable:hover {
|
|
34020
|
-
transition: all 200ms ease;
|
|
34021
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34022
|
-
transform: translateY(-4px);
|
|
34023
|
-
}
|
|
34024
|
-
|
|
34025
|
-
.E_skwah65 {
|
|
34026
|
-
height: 8px;
|
|
34027
|
-
box-sizing: border-box;
|
|
34028
|
-
border-radius: 2px;
|
|
34029
|
-
background: #f5f7fa;
|
|
34030
|
-
display: flex;
|
|
34031
|
-
width: 100%;
|
|
34032
|
-
overflow: hidden;
|
|
34033
|
-
}
|
|
34034
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
34035
|
-
margin-left: 1px;
|
|
34036
|
-
}
|
|
34037
|
-
|
|
34038
|
-
.E_c1igej8b {
|
|
34039
|
-
color: #2d3a56;
|
|
34040
|
-
line-height: 22px;
|
|
34041
|
-
display: inline-flex;
|
|
34042
|
-
}
|
|
34043
|
-
.E_c1igej8b .ant-checkbox {
|
|
34044
|
-
height: 22px;
|
|
34045
|
-
display: flex;
|
|
34046
|
-
align-items: center;
|
|
34047
|
-
top: 0;
|
|
34048
|
-
}
|
|
34049
|
-
.E_c1igej8b .ant-checkbox-checked::after {
|
|
34050
|
-
border: none;
|
|
34051
|
-
}
|
|
34052
|
-
.E_c1igej8b.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c1igej8b.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_c1igej8b .ant-checkbox:hover .ant-checkbox-inner {
|
|
34053
|
-
border-color: #0080ff;
|
|
34054
|
-
}
|
|
34055
|
-
.E_c1igej8b .ant-checkbox .ant-checkbox-inner {
|
|
34056
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34057
|
-
}
|
|
34058
|
-
.E_c1igej8b .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34059
|
-
border: 1px solid #0080ff;
|
|
34060
|
-
}
|
|
34061
|
-
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34062
|
-
background: #0080ff;
|
|
34063
|
-
}
|
|
34064
|
-
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34065
|
-
background-color: #fff;
|
|
34066
|
-
height: 2px;
|
|
34067
|
-
width: 10px;
|
|
34068
|
-
border-radius: 2px;
|
|
34069
|
-
}
|
|
34070
|
-
.E_c1igej8b.ant-checkbox-wrapper-disabled {
|
|
34071
|
-
opacity: 0.5;
|
|
34072
|
-
}
|
|
34073
|
-
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34074
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34075
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34076
|
-
}
|
|
34077
|
-
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34078
|
-
border-color: #2d3a56;
|
|
34079
|
-
}
|
|
34080
|
-
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34081
|
-
background: #2d3a56;
|
|
34082
|
-
}
|
|
34083
|
-
.E_c1igej8b .ant-checkbox + span, .E_c1igej8b .ant-checkbox-disabled + span {
|
|
34084
|
-
padding: 0;
|
|
34085
|
-
}
|
|
34086
|
-
.E_c1igej8b .ant-checkbox + span .main, .E_c1igej8b .ant-checkbox-disabled + span .main {
|
|
34087
|
-
display: inline-block;
|
|
34088
|
-
margin-left: 12px;
|
|
34089
|
-
color: #2d3a56;
|
|
34090
|
-
}
|
|
34091
|
-
.E_c1igej8b .ant-checkbox + span .sub, .E_c1igej8b .ant-checkbox-disabled + span .sub {
|
|
34092
|
-
margin-left: 28px;
|
|
34093
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34094
|
-
}
|
|
34095
|
-
.E_c1igej8b.compact .ant-checkbox + span .main, .E_c1igej8b.compact .ant-checkbox-disabled + span .main {
|
|
34096
|
-
margin-left: 8px;
|
|
34097
|
-
}
|
|
34098
|
-
.E_c1igej8b.compact .ant-checkbox + span .sub, .E_c1igej8b.compact .ant-checkbox-disabled + span .sub {
|
|
34099
|
-
margin-left: 24px;
|
|
34100
|
-
}
|
|
34101
|
-
|
|
34102
|
-
.E_s6rjqv7 {
|
|
34103
|
-
height: 24px;
|
|
34104
|
-
width: 24px;
|
|
34105
|
-
border-radius: 6px;
|
|
34106
|
-
padding: 4px;
|
|
34107
|
-
}
|
|
34108
|
-
.E_s6rjqv7:hover {
|
|
34109
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34035
|
+
display: block;
|
|
34110
34036
|
}
|
|
34111
|
-
.
|
|
34112
|
-
|
|
34037
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
34038
|
+
color: #0080ff;
|
|
34039
|
+
background: transparent;
|
|
34113
34040
|
}
|
|
34114
34041
|
|
|
34115
34042
|
.E_f1p9ti6d {
|
|
@@ -34143,6 +34070,63 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34143
34070
|
min-height: 0px;
|
|
34144
34071
|
}
|
|
34145
34072
|
|
|
34073
|
+
.E_s6rjqv7 {
|
|
34074
|
+
height: 24px;
|
|
34075
|
+
width: 24px;
|
|
34076
|
+
border-radius: 6px;
|
|
34077
|
+
padding: 4px;
|
|
34078
|
+
}
|
|
34079
|
+
.E_s6rjqv7:hover {
|
|
34080
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34081
|
+
}
|
|
34082
|
+
.E_s6rjqv7:hover svg path {
|
|
34083
|
+
fill: blue;
|
|
34084
|
+
}
|
|
34085
|
+
|
|
34086
|
+
.E_c1udgdh2 {
|
|
34087
|
+
color: #2d3a56;
|
|
34088
|
+
padding: 7px 12px;
|
|
34089
|
+
display: flex;
|
|
34090
|
+
justify-content: space-between;
|
|
34091
|
+
align-items: center;
|
|
34092
|
+
}
|
|
34093
|
+
.E_c1udgdh2.has-arrow {
|
|
34094
|
+
padding-left: 10px;
|
|
34095
|
+
}
|
|
34096
|
+
.E_c1udgdh2.has-arrow .title-wrapper {
|
|
34097
|
+
cursor: pointer;
|
|
34098
|
+
color: #00122e;
|
|
34099
|
+
}
|
|
34100
|
+
.E_c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
34101
|
+
color: #2d3a56;
|
|
34102
|
+
font-weight: 600;
|
|
34103
|
+
}
|
|
34104
|
+
.E_c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34105
|
+
transform: rotate(90deg);
|
|
34106
|
+
}
|
|
34107
|
+
.E_c1udgdh2 .sub-info {
|
|
34108
|
+
font-size: 12px;
|
|
34109
|
+
line-height: 18px;
|
|
34110
|
+
}
|
|
34111
|
+
.E_c1udgdh2 .title-wrapper {
|
|
34112
|
+
display: flex;
|
|
34113
|
+
align-items: center;
|
|
34114
|
+
user-select: none;
|
|
34115
|
+
flex-grow: 1;
|
|
34116
|
+
font-size: 12px;
|
|
34117
|
+
line-height: 18px;
|
|
34118
|
+
color: #2d3a56;
|
|
34119
|
+
font-weight: 700;
|
|
34120
|
+
}
|
|
34121
|
+
.E_c1udgdh2 .collapse-arrow {
|
|
34122
|
+
transition: all 50ms ease-out 0ms;
|
|
34123
|
+
margin-right: 2px;
|
|
34124
|
+
}
|
|
34125
|
+
|
|
34126
|
+
.E_c1k4vanq {
|
|
34127
|
+
padding: 0 12px 14px 12px;
|
|
34128
|
+
}
|
|
34129
|
+
|
|
34146
34130
|
.E_rrwcpby {
|
|
34147
34131
|
display: flex;
|
|
34148
34132
|
align-items: center;
|
|
@@ -34159,6 +34143,111 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34159
34143
|
margin-right: 6px;
|
|
34160
34144
|
}
|
|
34161
34145
|
|
|
34146
|
+
.E_w1xcixj5.outside-tag {
|
|
34147
|
+
padding-left: 0;
|
|
34148
|
+
}
|
|
34149
|
+
.E_w1xcixj5.outside-tag .inside-tag {
|
|
34150
|
+
border-radius: 4px 0 0 4px;
|
|
34151
|
+
padding-right: 4px;
|
|
34152
|
+
margin-right: 4px;
|
|
34153
|
+
}
|
|
34154
|
+
|
|
34155
|
+
.E_sut42l0 {
|
|
34156
|
+
padding: 0 8px;
|
|
34157
|
+
height: 18px;
|
|
34158
|
+
}
|
|
34159
|
+
|
|
34160
|
+
.E_mfsz1jz {
|
|
34161
|
+
padding: 2px 8px;
|
|
34162
|
+
height: 24px;
|
|
34163
|
+
}
|
|
34164
|
+
|
|
34165
|
+
.E_tnd6h4m {
|
|
34166
|
+
margin: 0;
|
|
34167
|
+
}
|
|
34168
|
+
|
|
34169
|
+
.E_i1qw4clm {
|
|
34170
|
+
margin-right: 4px;
|
|
34171
|
+
height: 16px;
|
|
34172
|
+
}
|
|
34173
|
+
|
|
34174
|
+
.E_n1r5ku5l.ant-tag.ant-tag-gray {
|
|
34175
|
+
font-weight: 700;
|
|
34176
|
+
color: #00122e;
|
|
34177
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34178
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34179
|
+
word-break: break-all;
|
|
34180
|
+
display: inline;
|
|
34181
|
+
white-space: normal;
|
|
34182
|
+
}
|
|
34183
|
+
|
|
34184
|
+
.E_bab9xum {
|
|
34185
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34186
|
+
}
|
|
34187
|
+
|
|
34188
|
+
.E_cav4gt6 {
|
|
34189
|
+
border-radius: 8px;
|
|
34190
|
+
background-color: white;
|
|
34191
|
+
}
|
|
34192
|
+
.E_cav4gt6.hoverable {
|
|
34193
|
+
cursor: pointer;
|
|
34194
|
+
}
|
|
34195
|
+
.E_cav4gt6.hoverable:hover {
|
|
34196
|
+
transition: all 200ms ease;
|
|
34197
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34198
|
+
transform: translateY(-4px);
|
|
34199
|
+
}
|
|
34200
|
+
|
|
34201
|
+
.E_at4ovwe .ant-input-number-handler-wrap {
|
|
34202
|
+
display: var(--at4ovwe-0);
|
|
34203
|
+
}
|
|
34204
|
+
.E_at4ovwe .ant-input-number-input-wrap {
|
|
34205
|
+
padding: 5px 12px;
|
|
34206
|
+
display: inline-flex;
|
|
34207
|
+
line-height: 1.5715;
|
|
34208
|
+
height: 100%;
|
|
34209
|
+
width: 100%;
|
|
34210
|
+
}
|
|
34211
|
+
.E_at4ovwe .ant-input-number-input-wrap::after {
|
|
34212
|
+
content: var(--at4ovwe-1);
|
|
34213
|
+
display: var(--at4ovwe-2);
|
|
34214
|
+
flex: none;
|
|
34215
|
+
align-items: center;
|
|
34216
|
+
margin-left: 4px;
|
|
34217
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34218
|
+
}
|
|
34219
|
+
.E_at4ovwe .ant-input-number-input-wrap::before {
|
|
34220
|
+
content: var(--at4ovwe-3);
|
|
34221
|
+
display: var(--at4ovwe-4);
|
|
34222
|
+
flex: none;
|
|
34223
|
+
align-items: center;
|
|
34224
|
+
margin-right: 4px;
|
|
34225
|
+
cursor: auto;
|
|
34226
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34227
|
+
}
|
|
34228
|
+
.ant-input-group.ant-input-group-compact > .E_at4ovwe {
|
|
34229
|
+
border-radius: 0;
|
|
34230
|
+
}
|
|
34231
|
+
.E_at4ovwe.ant-input-number {
|
|
34232
|
+
width: 100%;
|
|
34233
|
+
border-radius: 6px;
|
|
34234
|
+
}
|
|
34235
|
+
.E_at4ovwe.ant-input-number:not([disabled]):focus, .E_at4ovwe.ant-input-number:not([disabled]):active, .E_at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
34236
|
+
border-color: #0096ff;
|
|
34237
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
34238
|
+
z-index: 1;
|
|
34239
|
+
}
|
|
34240
|
+
.E_at4ovwe.ant-input-number.error:not([disabled]):hover, .E_at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
34241
|
+
border-color: #e75a3a;
|
|
34242
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
34243
|
+
}
|
|
34244
|
+
.E_at4ovwe .ant-input-number-input {
|
|
34245
|
+
padding: 0;
|
|
34246
|
+
margin: 0;
|
|
34247
|
+
height: auto;
|
|
34248
|
+
font-size: inherit;
|
|
34249
|
+
}
|
|
34250
|
+
|
|
34162
34251
|
.E_tc40oxa {
|
|
34163
34252
|
margin-bottom: 4px;
|
|
34164
34253
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34352,99 +34441,11 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34352
34441
|
margin-right: 8px;
|
|
34353
34442
|
}
|
|
34354
34443
|
|
|
34355
|
-
.E_at4ovwe .ant-input-number-handler-wrap {
|
|
34356
|
-
display: var(--at4ovwe-0);
|
|
34357
|
-
}
|
|
34358
|
-
.E_at4ovwe .ant-input-number-input-wrap {
|
|
34359
|
-
padding: 5px 12px;
|
|
34360
|
-
display: inline-flex;
|
|
34361
|
-
line-height: 1.5715;
|
|
34362
|
-
height: 100%;
|
|
34363
|
-
width: 100%;
|
|
34364
|
-
}
|
|
34365
|
-
.E_at4ovwe .ant-input-number-input-wrap::after {
|
|
34366
|
-
content: var(--at4ovwe-1);
|
|
34367
|
-
display: var(--at4ovwe-2);
|
|
34368
|
-
flex: none;
|
|
34369
|
-
align-items: center;
|
|
34370
|
-
margin-left: 4px;
|
|
34371
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34372
|
-
}
|
|
34373
|
-
.E_at4ovwe .ant-input-number-input-wrap::before {
|
|
34374
|
-
content: var(--at4ovwe-3);
|
|
34375
|
-
display: var(--at4ovwe-4);
|
|
34376
|
-
flex: none;
|
|
34377
|
-
align-items: center;
|
|
34378
|
-
margin-right: 4px;
|
|
34379
|
-
cursor: auto;
|
|
34380
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34381
|
-
}
|
|
34382
|
-
.ant-input-group.ant-input-group-compact > .E_at4ovwe {
|
|
34383
|
-
border-radius: 0;
|
|
34384
|
-
}
|
|
34385
|
-
.E_at4ovwe.ant-input-number {
|
|
34386
|
-
width: 100%;
|
|
34387
|
-
border-radius: 6px;
|
|
34388
|
-
}
|
|
34389
|
-
.E_at4ovwe.ant-input-number:not([disabled]):focus, .E_at4ovwe.ant-input-number:not([disabled]):active, .E_at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
34390
|
-
border-color: #0096ff;
|
|
34391
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
34392
|
-
z-index: 1;
|
|
34393
|
-
}
|
|
34394
|
-
.E_at4ovwe.ant-input-number.error:not([disabled]):hover, .E_at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
34395
|
-
border-color: #e75a3a;
|
|
34396
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
34397
|
-
}
|
|
34398
|
-
.E_at4ovwe .ant-input-number-input {
|
|
34399
|
-
padding: 0;
|
|
34400
|
-
margin: 0;
|
|
34401
|
-
height: auto;
|
|
34402
|
-
font-size: inherit;
|
|
34403
|
-
}
|
|
34404
|
-
|
|
34405
34444
|
.E_iwsze0q {
|
|
34406
34445
|
margin-right: 4px;
|
|
34407
34446
|
height: 16px;
|
|
34408
34447
|
}
|
|
34409
34448
|
|
|
34410
|
-
.E_sut42l0 {
|
|
34411
|
-
padding: 0 8px;
|
|
34412
|
-
height: 18px;
|
|
34413
|
-
}
|
|
34414
|
-
|
|
34415
|
-
.E_mfsz1jz {
|
|
34416
|
-
padding: 2px 8px;
|
|
34417
|
-
height: 24px;
|
|
34418
|
-
}
|
|
34419
|
-
|
|
34420
|
-
.E_tnd6h4m {
|
|
34421
|
-
margin: 0;
|
|
34422
|
-
}
|
|
34423
|
-
|
|
34424
|
-
.E_i1qw4clm {
|
|
34425
|
-
margin-right: 4px;
|
|
34426
|
-
height: 16px;
|
|
34427
|
-
}
|
|
34428
|
-
|
|
34429
|
-
.E_n1r5ku5l.ant-tag.ant-tag-gray {
|
|
34430
|
-
font-weight: 700;
|
|
34431
|
-
color: #00122e;
|
|
34432
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34433
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34434
|
-
word-break: break-all;
|
|
34435
|
-
display: inline;
|
|
34436
|
-
white-space: normal;
|
|
34437
|
-
}
|
|
34438
|
-
|
|
34439
|
-
.E_w1xcixj5.outside-tag {
|
|
34440
|
-
padding-left: 0;
|
|
34441
|
-
}
|
|
34442
|
-
.E_w1xcixj5.outside-tag .inside-tag {
|
|
34443
|
-
border-radius: 4px 0 0 4px;
|
|
34444
|
-
padding-right: 4px;
|
|
34445
|
-
margin-right: 4px;
|
|
34446
|
-
}
|
|
34447
|
-
|
|
34448
34449
|
.E_a6dbbkm .ant-input-number-handler-wrap {
|
|
34449
34450
|
display: var(--a6dbbkm-0);
|
|
34450
34451
|
}
|