@cloudtower/eagle 0.27.50 → 0.27.51
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 +1956 -1867
- package/dist/esm/index.js +6721 -6581
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/DonutChart/__test__/unit.test.d.ts +1 -0
- package/dist/src/core/DonutChart/index.d.ts +103 -0
- package/dist/src/core/Metric/metric.d.ts +1 -1
- package/dist/src/coreX/BarChart/index.d.ts +3 -2
- package/dist/src/coreX/{DonutChart → DeprecatedDonutChart}/index.d.ts +3 -3
- package/dist/src/coreX/OverflowTooltip/index.d.ts +1 -1
- package/dist/src/coreX/OverflowTooltip/overflowTooltip.type.d.ts +23 -0
- package/dist/src/coreX/index.d.ts +3 -0
- package/dist/src/spec/base.d.ts +4 -8
- package/dist/stories/docs/core/DonutChart.stories.d.ts +18 -0
- package/dist/stories/docs/coreX/DeprecatedDonutChart.stories.d.ts +6 -0
- package/dist/stories/docs/coreX/OverflowTooltip.stories.d.ts +26 -11
- package/dist/style.css +1579 -1490
- package/dist/umd/index.js +6724 -6582
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +2 -0
- package/package.json +6 -5
- package/dist/stories/docs/coreX/DonutChart.stories.d.ts +0 -6
package/dist/components.css
CHANGED
|
@@ -29708,17 +29708,33 @@ html body {
|
|
|
29708
29708
|
font-size: 18px;
|
|
29709
29709
|
}
|
|
29710
29710
|
|
|
29711
|
-
.
|
|
29712
|
-
|
|
29713
|
-
|
|
29714
|
-
|
|
29715
|
-
|
|
29716
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29717
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29718
|
-
display: flex;
|
|
29719
|
-
align-items: center;
|
|
29711
|
+
.E_b1nip9bk {
|
|
29712
|
+
padding: 4px 11px;
|
|
29713
|
+
}
|
|
29714
|
+
|
|
29715
|
+
.E_bqamoqe {
|
|
29720
29716
|
white-space: nowrap;
|
|
29721
|
-
|
|
29717
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29718
|
+
}
|
|
29719
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29720
|
+
--color: #0080ff;
|
|
29721
|
+
}
|
|
29722
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29723
|
+
--color: #0080ff;
|
|
29724
|
+
}
|
|
29725
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29726
|
+
margin-left: 1px;
|
|
29727
|
+
}
|
|
29728
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29729
|
+
border-top-right-radius: 0;
|
|
29730
|
+
border-bottom-right-radius: 0;
|
|
29731
|
+
}
|
|
29732
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29733
|
+
border-top-left-radius: 0;
|
|
29734
|
+
border-bottom-left-radius: 0;
|
|
29735
|
+
}
|
|
29736
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29737
|
+
border-radius: unset;
|
|
29722
29738
|
}
|
|
29723
29739
|
|
|
29724
29740
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -29971,35 +29987,6 @@ html body {
|
|
|
29971
29987
|
padding: 0;
|
|
29972
29988
|
}
|
|
29973
29989
|
|
|
29974
|
-
.E_b1nip9bk {
|
|
29975
|
-
padding: 4px 11px;
|
|
29976
|
-
}
|
|
29977
|
-
|
|
29978
|
-
.E_bqamoqe {
|
|
29979
|
-
white-space: nowrap;
|
|
29980
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29981
|
-
}
|
|
29982
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29983
|
-
--color: #0080ff;
|
|
29984
|
-
}
|
|
29985
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29986
|
-
--color: #0080ff;
|
|
29987
|
-
}
|
|
29988
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29989
|
-
margin-left: 1px;
|
|
29990
|
-
}
|
|
29991
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29992
|
-
border-top-right-radius: 0;
|
|
29993
|
-
border-bottom-right-radius: 0;
|
|
29994
|
-
}
|
|
29995
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29996
|
-
border-top-left-radius: 0;
|
|
29997
|
-
border-bottom-left-radius: 0;
|
|
29998
|
-
}
|
|
29999
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30000
|
-
border-radius: unset;
|
|
30001
|
-
}
|
|
30002
|
-
|
|
30003
29990
|
.E_iouxfgt {
|
|
30004
29991
|
display: inline-flex;
|
|
30005
29992
|
align-items: center;
|
|
@@ -30018,6 +30005,19 @@ html body {
|
|
|
30018
30005
|
animation: rotate 680ms linear infinite;
|
|
30019
30006
|
}
|
|
30020
30007
|
|
|
30008
|
+
.E_i1inqkme {
|
|
30009
|
+
height: 18px;
|
|
30010
|
+
line-height: 18px;
|
|
30011
|
+
padding: 0 4px;
|
|
30012
|
+
border-radius: 4px;
|
|
30013
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30014
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30015
|
+
display: flex;
|
|
30016
|
+
align-items: center;
|
|
30017
|
+
white-space: nowrap;
|
|
30018
|
+
margin-right: 4px;
|
|
30019
|
+
}
|
|
30020
|
+
|
|
30021
30021
|
.E_owd0kml {
|
|
30022
30022
|
display: inline-block;
|
|
30023
30023
|
}
|
|
@@ -30027,6 +30027,118 @@ html body {
|
|
|
30027
30027
|
position: absolute;
|
|
30028
30028
|
}
|
|
30029
30029
|
|
|
30030
|
+
.E_phljevk {
|
|
30031
|
+
display: flex;
|
|
30032
|
+
justify-content: space-between;
|
|
30033
|
+
align-items: center;
|
|
30034
|
+
padding: 10px 0;
|
|
30035
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30036
|
+
font-size: 12px;
|
|
30037
|
+
line-height: 24px;
|
|
30038
|
+
}
|
|
30039
|
+
.E_phljevk .pagination-left {
|
|
30040
|
+
padding: 2px 8px;
|
|
30041
|
+
}
|
|
30042
|
+
.E_phljevk .dropdown-trigger {
|
|
30043
|
+
display: flex;
|
|
30044
|
+
align-items: center;
|
|
30045
|
+
border-radius: 6px;
|
|
30046
|
+
cursor: pointer;
|
|
30047
|
+
transition: all 0.3s ease;
|
|
30048
|
+
}
|
|
30049
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30050
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30051
|
+
color: #0080ff;
|
|
30052
|
+
}
|
|
30053
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30054
|
+
margin-left: 4px;
|
|
30055
|
+
}
|
|
30056
|
+
.E_phljevk .pagination-right {
|
|
30057
|
+
display: flex;
|
|
30058
|
+
align-items: center;
|
|
30059
|
+
color: #0080ff;
|
|
30060
|
+
font-weight: bold;
|
|
30061
|
+
}
|
|
30062
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30063
|
+
margin-left: 4px;
|
|
30064
|
+
}
|
|
30065
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30066
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30067
|
+
padding: 0 8px;
|
|
30068
|
+
}
|
|
30069
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30070
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30071
|
+
color: #0080ff;
|
|
30072
|
+
}
|
|
30073
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30074
|
+
transform: rotate(180deg);
|
|
30075
|
+
}
|
|
30076
|
+
|
|
30077
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30078
|
+
max-height: calc(100vh - 128px);
|
|
30079
|
+
overflow-y: auto;
|
|
30080
|
+
}
|
|
30081
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30082
|
+
padding: 4px 20px;
|
|
30083
|
+
font-size: 12px;
|
|
30084
|
+
line-height: 18px;
|
|
30085
|
+
}
|
|
30086
|
+
|
|
30087
|
+
.E_s1dizucg.ant-switch {
|
|
30088
|
+
min-width: 40px;
|
|
30089
|
+
height: 24px;
|
|
30090
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30091
|
+
overflow: hidden;
|
|
30092
|
+
}
|
|
30093
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30094
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30095
|
+
}
|
|
30096
|
+
.E_s1dizucg.ant-switch-small {
|
|
30097
|
+
min-width: 26px;
|
|
30098
|
+
height: 16px;
|
|
30099
|
+
}
|
|
30100
|
+
.E_s1dizucg.ant-switch-large {
|
|
30101
|
+
min-width: 52px;
|
|
30102
|
+
height: 32px;
|
|
30103
|
+
}
|
|
30104
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30105
|
+
height: 20px;
|
|
30106
|
+
width: 20px;
|
|
30107
|
+
}
|
|
30108
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30109
|
+
border-radius: 10px;
|
|
30110
|
+
transition-delay: 120ms;
|
|
30111
|
+
}
|
|
30112
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30113
|
+
height: 14px;
|
|
30114
|
+
width: 14px;
|
|
30115
|
+
top: 1px;
|
|
30116
|
+
left: 1px;
|
|
30117
|
+
}
|
|
30118
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30119
|
+
height: 28px;
|
|
30120
|
+
width: 28px;
|
|
30121
|
+
}
|
|
30122
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30123
|
+
border-radius: 14px;
|
|
30124
|
+
}
|
|
30125
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30126
|
+
background-color: #00ba5d;
|
|
30127
|
+
}
|
|
30128
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30129
|
+
left: calc(100% - 20px - 2px);
|
|
30130
|
+
}
|
|
30131
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30132
|
+
left: calc(100% - 14px - 1px);
|
|
30133
|
+
}
|
|
30134
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30135
|
+
left: calc(100% - 28px - 2px);
|
|
30136
|
+
}
|
|
30137
|
+
|
|
30138
|
+
.E_c1up6e3y {
|
|
30139
|
+
margin-left: 5px;
|
|
30140
|
+
}
|
|
30141
|
+
|
|
30030
30142
|
.E_rapgekc.ant-radio-wrapper {
|
|
30031
30143
|
display: inline-flex;
|
|
30032
30144
|
align-items: baseline;
|
|
@@ -30173,161 +30285,45 @@ html body {
|
|
|
30173
30285
|
width: 36px;
|
|
30174
30286
|
}
|
|
30175
30287
|
|
|
30176
|
-
.
|
|
30177
|
-
|
|
30178
|
-
height: 24px;
|
|
30179
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30180
|
-
overflow: hidden;
|
|
30181
|
-
}
|
|
30182
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30183
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30288
|
+
.E_tc97u5y {
|
|
30289
|
+
height: 100%;
|
|
30184
30290
|
}
|
|
30185
|
-
|
|
30186
|
-
|
|
30187
|
-
height:
|
|
30291
|
+
|
|
30292
|
+
.E_tfzf37v {
|
|
30293
|
+
height: 100%;
|
|
30188
30294
|
}
|
|
30189
|
-
.
|
|
30190
|
-
|
|
30191
|
-
height:
|
|
30295
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
30296
|
+
overflow: visible !important;
|
|
30297
|
+
height: 100%;
|
|
30192
30298
|
}
|
|
30193
|
-
.
|
|
30194
|
-
height:
|
|
30195
|
-
width: 20px;
|
|
30299
|
+
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30300
|
+
height: 100%;
|
|
30196
30301
|
}
|
|
30197
|
-
.
|
|
30198
|
-
|
|
30199
|
-
|
|
30302
|
+
.E_tfzf37v.empty-table .ant-table-content table {
|
|
30303
|
+
width: 100% !important;
|
|
30304
|
+
height: 100%;
|
|
30200
30305
|
}
|
|
30201
|
-
.
|
|
30202
|
-
|
|
30203
|
-
width: 14px;
|
|
30204
|
-
top: 1px;
|
|
30205
|
-
left: 1px;
|
|
30306
|
+
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30307
|
+
padding: 15px 0;
|
|
30206
30308
|
}
|
|
30207
|
-
.
|
|
30208
|
-
|
|
30209
|
-
width: 28px;
|
|
30309
|
+
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30310
|
+
display: none;
|
|
30210
30311
|
}
|
|
30211
|
-
.
|
|
30212
|
-
|
|
30312
|
+
.E_tfzf37v .active-row td:nth-child(1) {
|
|
30313
|
+
font-weight: 700;
|
|
30213
30314
|
}
|
|
30214
|
-
.
|
|
30215
|
-
|
|
30315
|
+
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
30316
|
+
font-weight: 700;
|
|
30216
30317
|
}
|
|
30217
|
-
.
|
|
30218
|
-
|
|
30318
|
+
.E_tfzf37v .ant-spin-nested-loading {
|
|
30319
|
+
height: 100%;
|
|
30219
30320
|
}
|
|
30220
|
-
.
|
|
30221
|
-
|
|
30321
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
30322
|
+
height: 100%;
|
|
30323
|
+
overflow: visible;
|
|
30222
30324
|
}
|
|
30223
|
-
.
|
|
30224
|
-
|
|
30225
|
-
}
|
|
30226
|
-
|
|
30227
|
-
.E_c1up6e3y {
|
|
30228
|
-
margin-left: 5px;
|
|
30229
|
-
}
|
|
30230
|
-
|
|
30231
|
-
.E_iq1gosr {
|
|
30232
|
-
display: inline-block;
|
|
30233
|
-
}
|
|
30234
|
-
|
|
30235
|
-
.E_phljevk {
|
|
30236
|
-
display: flex;
|
|
30237
|
-
justify-content: space-between;
|
|
30238
|
-
align-items: center;
|
|
30239
|
-
padding: 10px 0;
|
|
30240
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30241
|
-
font-size: 12px;
|
|
30242
|
-
line-height: 24px;
|
|
30243
|
-
}
|
|
30244
|
-
.E_phljevk .pagination-left {
|
|
30245
|
-
padding: 2px 8px;
|
|
30246
|
-
}
|
|
30247
|
-
.E_phljevk .dropdown-trigger {
|
|
30248
|
-
display: flex;
|
|
30249
|
-
align-items: center;
|
|
30250
|
-
border-radius: 6px;
|
|
30251
|
-
cursor: pointer;
|
|
30252
|
-
transition: all 0.3s ease;
|
|
30253
|
-
}
|
|
30254
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30255
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30256
|
-
color: #0080ff;
|
|
30257
|
-
}
|
|
30258
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30259
|
-
margin-left: 4px;
|
|
30260
|
-
}
|
|
30261
|
-
.E_phljevk .pagination-right {
|
|
30262
|
-
display: flex;
|
|
30263
|
-
align-items: center;
|
|
30264
|
-
color: #0080ff;
|
|
30265
|
-
font-weight: bold;
|
|
30266
|
-
}
|
|
30267
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30268
|
-
margin-left: 4px;
|
|
30269
|
-
}
|
|
30270
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30271
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30272
|
-
padding: 0 8px;
|
|
30273
|
-
}
|
|
30274
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30275
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30276
|
-
color: #0080ff;
|
|
30277
|
-
}
|
|
30278
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30279
|
-
transform: rotate(180deg);
|
|
30280
|
-
}
|
|
30281
|
-
|
|
30282
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30283
|
-
max-height: calc(100vh - 128px);
|
|
30284
|
-
overflow-y: auto;
|
|
30285
|
-
}
|
|
30286
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30287
|
-
padding: 4px 20px;
|
|
30288
|
-
font-size: 12px;
|
|
30289
|
-
line-height: 18px;
|
|
30290
|
-
}
|
|
30291
|
-
|
|
30292
|
-
.E_tc97u5y {
|
|
30293
|
-
height: 100%;
|
|
30294
|
-
}
|
|
30295
|
-
|
|
30296
|
-
.E_tfzf37v {
|
|
30297
|
-
height: 100%;
|
|
30298
|
-
}
|
|
30299
|
-
.E_tfzf37v.empty-table .ant-table-content {
|
|
30300
|
-
overflow: visible !important;
|
|
30301
|
-
height: 100%;
|
|
30302
|
-
}
|
|
30303
|
-
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30304
|
-
height: 100%;
|
|
30305
|
-
}
|
|
30306
|
-
.E_tfzf37v.empty-table .ant-table-content table {
|
|
30307
|
-
width: 100% !important;
|
|
30308
|
-
height: 100%;
|
|
30309
|
-
}
|
|
30310
|
-
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30311
|
-
padding: 15px 0;
|
|
30312
|
-
}
|
|
30313
|
-
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30314
|
-
display: none;
|
|
30315
|
-
}
|
|
30316
|
-
.E_tfzf37v .active-row td:nth-child(1) {
|
|
30317
|
-
font-weight: 700;
|
|
30318
|
-
}
|
|
30319
|
-
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
30320
|
-
font-weight: 700;
|
|
30321
|
-
}
|
|
30322
|
-
.E_tfzf37v .ant-spin-nested-loading {
|
|
30323
|
-
height: 100%;
|
|
30324
|
-
}
|
|
30325
|
-
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
30326
|
-
height: 100%;
|
|
30327
|
-
overflow: visible;
|
|
30328
|
-
}
|
|
30329
|
-
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
30330
|
-
max-height: none;
|
|
30325
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
30326
|
+
max-height: none;
|
|
30331
30327
|
}
|
|
30332
30328
|
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
30333
30329
|
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
@@ -30653,1245 +30649,1270 @@ html body {
|
|
|
30653
30649
|
background: #fff;
|
|
30654
30650
|
}
|
|
30655
30651
|
|
|
30656
|
-
.
|
|
30657
|
-
|
|
30658
|
-
|
|
30659
|
-
font-weight: bold;
|
|
30660
|
-
font-size: 32px;
|
|
30661
|
-
line-height: 40px;
|
|
30652
|
+
.E_cnujxq2 {
|
|
30653
|
+
display: flex;
|
|
30654
|
+
flex-direction: column;
|
|
30662
30655
|
}
|
|
30663
30656
|
|
|
30664
|
-
.
|
|
30665
|
-
|
|
30666
|
-
|
|
30667
|
-
|
|
30668
|
-
|
|
30669
|
-
line-height: 32px;
|
|
30657
|
+
.E_m7s48ia {
|
|
30658
|
+
max-width: 1120px;
|
|
30659
|
+
width: 100%;
|
|
30660
|
+
margin: 0 auto;
|
|
30661
|
+
height: 100%;
|
|
30670
30662
|
}
|
|
30671
30663
|
|
|
30672
|
-
.
|
|
30673
|
-
|
|
30674
|
-
|
|
30675
|
-
|
|
30676
|
-
|
|
30677
|
-
line-height: 40px;
|
|
30664
|
+
.E_wt5zbg6 {
|
|
30665
|
+
max-width: 1120px;
|
|
30666
|
+
width: 100%;
|
|
30667
|
+
margin: 0 auto;
|
|
30668
|
+
display: flex;
|
|
30678
30669
|
}
|
|
30679
|
-
|
|
30680
|
-
.
|
|
30681
|
-
|
|
30682
|
-
|
|
30683
|
-
|
|
30684
|
-
font-size: 20px;
|
|
30685
|
-
line-height: 24px;
|
|
30670
|
+
.E_wt5zbg6 .left,
|
|
30671
|
+
.E_wt5zbg6 .right {
|
|
30672
|
+
flex-grow: 0;
|
|
30673
|
+
flex-shrink: 0;
|
|
30674
|
+
flex-basis: 21%;
|
|
30686
30675
|
}
|
|
30687
|
-
|
|
30688
|
-
|
|
30689
|
-
|
|
30690
|
-
|
|
30691
|
-
font-weight: normal;
|
|
30692
|
-
font-size: 20px;
|
|
30693
|
-
line-height: 24px;
|
|
30676
|
+
.E_wt5zbg6 .left {
|
|
30677
|
+
display: flex;
|
|
30678
|
+
justify-content: flex-end;
|
|
30679
|
+
padding-right: 44px;
|
|
30694
30680
|
}
|
|
30695
|
-
|
|
30696
|
-
|
|
30697
|
-
font-family: Inter;
|
|
30698
|
-
font-style: normal;
|
|
30699
|
-
font-weight: bold;
|
|
30700
|
-
font-size: 18px;
|
|
30701
|
-
line-height: 22px;
|
|
30681
|
+
.E_wt5zbg6 .right {
|
|
30682
|
+
padding-left: 44px;
|
|
30702
30683
|
}
|
|
30703
|
-
|
|
30704
|
-
|
|
30705
|
-
|
|
30706
|
-
|
|
30707
|
-
|
|
30708
|
-
font-size: 18px;
|
|
30709
|
-
line-height: 22px;
|
|
30684
|
+
.E_wt5zbg6 .middle {
|
|
30685
|
+
margin-bottom: 40px;
|
|
30686
|
+
flex-grow: 0;
|
|
30687
|
+
flex-shrink: 0;
|
|
30688
|
+
flex-basis: 58%;
|
|
30710
30689
|
}
|
|
30711
|
-
|
|
30712
|
-
|
|
30713
|
-
font-family: Inter;
|
|
30714
|
-
font-style: normal;
|
|
30715
|
-
font-weight: bold;
|
|
30716
|
-
font-size: 16px;
|
|
30717
|
-
line-height: 22px;
|
|
30690
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
30691
|
+
width: 100%;
|
|
30718
30692
|
}
|
|
30719
|
-
|
|
30720
|
-
|
|
30721
|
-
font-family: Inter;
|
|
30722
|
-
font-style: normal;
|
|
30723
|
-
font-weight: normal;
|
|
30724
|
-
font-size: 16px;
|
|
30725
|
-
line-height: 22px;
|
|
30693
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30694
|
+
width: auto;
|
|
30726
30695
|
}
|
|
30727
30696
|
|
|
30728
|
-
.
|
|
30729
|
-
|
|
30730
|
-
|
|
30731
|
-
|
|
30732
|
-
font-size: 14px;
|
|
30733
|
-
line-height: 20px;
|
|
30697
|
+
.E_h18jprzg .ant-modal-header {
|
|
30698
|
+
margin: 0 auto;
|
|
30699
|
+
width: 100%;
|
|
30700
|
+
max-width: 648px;
|
|
30734
30701
|
}
|
|
30735
|
-
|
|
30736
|
-
|
|
30737
|
-
font-family: Inter;
|
|
30738
|
-
font-style: normal;
|
|
30739
|
-
font-weight: normal;
|
|
30740
|
-
font-size: 14px;
|
|
30741
|
-
line-height: 20px;
|
|
30702
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
30703
|
+
margin-left: 0;
|
|
30742
30704
|
}
|
|
30743
|
-
|
|
30744
|
-
|
|
30745
|
-
|
|
30746
|
-
|
|
30747
|
-
|
|
30748
|
-
|
|
30749
|
-
line-height: 18px;
|
|
30705
|
+
.E_h18jprzg .ant-modal-body {
|
|
30706
|
+
margin: 0 auto;
|
|
30707
|
+
padding: 0;
|
|
30708
|
+
width: 100%;
|
|
30709
|
+
max-width: 648px;
|
|
30710
|
+
overflow: hidden;
|
|
30750
30711
|
}
|
|
30751
|
-
|
|
30752
|
-
|
|
30753
|
-
font-family: Inter;
|
|
30754
|
-
font-style: normal;
|
|
30755
|
-
font-weight: normal;
|
|
30756
|
-
font-size: 12px;
|
|
30757
|
-
line-height: 18px;
|
|
30712
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30713
|
+
margin-bottom: 40px;
|
|
30758
30714
|
}
|
|
30759
|
-
|
|
30760
|
-
|
|
30761
|
-
|
|
30762
|
-
|
|
30763
|
-
|
|
30764
|
-
|
|
30765
|
-
|
|
30766
|
-
font-size: 12px;
|
|
30767
|
-
line-height: 18px;
|
|
30715
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30716
|
+
height: calc(100vh - 225px);
|
|
30717
|
+
overflow-y: auto;
|
|
30718
|
+
}
|
|
30719
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30720
|
+
margin: 0 auto;
|
|
30721
|
+
max-width: 648px;
|
|
30768
30722
|
}
|
|
30769
30723
|
|
|
30770
|
-
.
|
|
30771
|
-
|
|
30772
|
-
|
|
30773
|
-
|
|
30774
|
-
text-transform: uppercase;
|
|
30775
|
-
font-feature-settings: "cpsp" on;
|
|
30776
|
-
font-size: 12px;
|
|
30777
|
-
line-height: 18px;
|
|
30724
|
+
.E_h16z9xgz .ant-modal-header {
|
|
30725
|
+
margin: 0 auto;
|
|
30726
|
+
width: 100%;
|
|
30727
|
+
max-width: 1024px;
|
|
30778
30728
|
}
|
|
30779
|
-
|
|
30780
|
-
|
|
30781
|
-
font-family: Inter;
|
|
30782
|
-
font-style: normal;
|
|
30783
|
-
font-weight: normal;
|
|
30784
|
-
font-size: 16px;
|
|
30785
|
-
line-height: 24px;
|
|
30729
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30730
|
+
margin-left: 0;
|
|
30786
30731
|
}
|
|
30787
|
-
|
|
30788
|
-
|
|
30789
|
-
|
|
30790
|
-
|
|
30791
|
-
|
|
30792
|
-
|
|
30793
|
-
line-height: 24px;
|
|
30732
|
+
.E_h16z9xgz .ant-modal-body {
|
|
30733
|
+
margin: 0 auto;
|
|
30734
|
+
padding: 0;
|
|
30735
|
+
width: 100%;
|
|
30736
|
+
max-width: 1024px;
|
|
30737
|
+
overflow: hidden;
|
|
30794
30738
|
}
|
|
30795
|
-
|
|
30796
|
-
|
|
30797
|
-
font-family: Inter;
|
|
30798
|
-
font-style: normal;
|
|
30799
|
-
font-weight: normal;
|
|
30800
|
-
font-size: 16px;
|
|
30801
|
-
line-height: 24px;
|
|
30739
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
30740
|
+
margin-bottom: 40px;
|
|
30802
30741
|
}
|
|
30803
|
-
|
|
30804
|
-
|
|
30805
|
-
|
|
30806
|
-
font-style: normal;
|
|
30807
|
-
font-weight: bold;
|
|
30808
|
-
font-size: 16px;
|
|
30809
|
-
line-height: 24px;
|
|
30742
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
30743
|
+
height: calc(100vh - 225px);
|
|
30744
|
+
overflow-y: auto;
|
|
30810
30745
|
}
|
|
30811
|
-
|
|
30812
|
-
|
|
30813
|
-
|
|
30814
|
-
font-style: normal;
|
|
30815
|
-
font-weight: normal;
|
|
30816
|
-
text-transform: uppercase;
|
|
30817
|
-
font-feature-settings: "cpsp" on;
|
|
30818
|
-
font-size: 16px;
|
|
30819
|
-
line-height: 24px;
|
|
30746
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
30747
|
+
margin: 0 auto;
|
|
30748
|
+
max-width: 1024px;
|
|
30820
30749
|
}
|
|
30821
30750
|
|
|
30822
|
-
.
|
|
30823
|
-
|
|
30824
|
-
font-style: normal;
|
|
30825
|
-
font-weight: bold;
|
|
30826
|
-
text-transform: uppercase;
|
|
30827
|
-
font-feature-settings: "cpsp" on;
|
|
30828
|
-
font-size: 16px;
|
|
30829
|
-
line-height: 24px;
|
|
30751
|
+
.E_f1lrhghm {
|
|
30752
|
+
flex: 1;
|
|
30830
30753
|
}
|
|
30831
|
-
|
|
30832
|
-
|
|
30833
|
-
|
|
30834
|
-
|
|
30835
|
-
font-weight: normal;
|
|
30836
|
-
font-size: 14px;
|
|
30837
|
-
line-height: 22px;
|
|
30754
|
+
.E_f1lrhghm label {
|
|
30755
|
+
font-size: 13px;
|
|
30756
|
+
line-height: 20px;
|
|
30757
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30838
30758
|
}
|
|
30839
|
-
|
|
30840
|
-
.E_l1jmp8r0 {
|
|
30841
|
-
font-family: Inter;
|
|
30842
|
-
font-style: normal;
|
|
30843
|
-
font-weight: 500;
|
|
30759
|
+
.E_f1lrhghm .title {
|
|
30844
30760
|
font-size: 14px;
|
|
30845
|
-
line-height:
|
|
30761
|
+
line-height: 20px;
|
|
30762
|
+
color: #2d3a56;
|
|
30763
|
+
margin-bottom: 12px;
|
|
30846
30764
|
}
|
|
30847
|
-
|
|
30848
|
-
|
|
30849
|
-
font-family: Inter;
|
|
30850
|
-
font-style: normal;
|
|
30851
|
-
font-weight: bold;
|
|
30852
|
-
font-size: 14px;
|
|
30853
|
-
line-height: 22px;
|
|
30765
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
30766
|
+
padding-bottom: 26px;
|
|
30854
30767
|
}
|
|
30855
30768
|
|
|
30856
|
-
.
|
|
30857
|
-
|
|
30858
|
-
|
|
30859
|
-
|
|
30860
|
-
font-size: 14px;
|
|
30861
|
-
line-height: 22px;
|
|
30769
|
+
.E_f18ot8em {
|
|
30770
|
+
padding: 25px 0 15px 0;
|
|
30771
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30772
|
+
margin-bottom: 16px;
|
|
30862
30773
|
}
|
|
30863
30774
|
|
|
30864
|
-
.
|
|
30865
|
-
|
|
30866
|
-
|
|
30867
|
-
|
|
30868
|
-
font-size: 14px;
|
|
30869
|
-
line-height: 22px;
|
|
30775
|
+
.E_f1l1g2k0 {
|
|
30776
|
+
display: flex;
|
|
30777
|
+
align-items: center;
|
|
30778
|
+
margin-bottom: 8px;
|
|
30870
30779
|
}
|
|
30871
|
-
|
|
30872
|
-
|
|
30873
|
-
font-family: Inter;
|
|
30874
|
-
font-style: normal;
|
|
30875
|
-
font-weight: normal;
|
|
30876
|
-
text-transform: uppercase;
|
|
30877
|
-
font-feature-settings: "cpsp" on;
|
|
30878
|
-
font-size: 14px;
|
|
30879
|
-
line-height: 22px;
|
|
30780
|
+
.E_f1l1g2k0 > label {
|
|
30781
|
+
width: 216px;
|
|
30880
30782
|
}
|
|
30881
|
-
|
|
30882
|
-
|
|
30883
|
-
font-family: Inter;
|
|
30884
|
-
font-style: normal;
|
|
30885
|
-
font-weight: bold;
|
|
30886
|
-
text-transform: uppercase;
|
|
30887
|
-
font-feature-settings: "cpsp" on;
|
|
30888
|
-
font-size: 14px;
|
|
30889
|
-
line-height: 22px;
|
|
30783
|
+
.E_f1l1g2k0 > label + * {
|
|
30784
|
+
width: 100%;
|
|
30890
30785
|
}
|
|
30891
|
-
|
|
30892
|
-
|
|
30893
|
-
font-family: Inter;
|
|
30894
|
-
font-style: normal;
|
|
30895
|
-
font-weight: normal;
|
|
30896
|
-
font-size: 13px;
|
|
30897
|
-
line-height: 20px;
|
|
30786
|
+
.E_f1l1g2k0 .ant-select {
|
|
30787
|
+
width: 100%;
|
|
30898
30788
|
}
|
|
30899
30789
|
|
|
30900
|
-
.
|
|
30901
|
-
|
|
30902
|
-
|
|
30903
|
-
font-weight: 600;
|
|
30904
|
-
font-size: 13px;
|
|
30905
|
-
line-height: 20px;
|
|
30790
|
+
.E_e1k89cwg {
|
|
30791
|
+
color: #e75a3a;
|
|
30792
|
+
margin-right: 10px;
|
|
30906
30793
|
}
|
|
30907
30794
|
|
|
30908
|
-
.
|
|
30909
|
-
|
|
30910
|
-
|
|
30911
|
-
|
|
30912
|
-
|
|
30913
|
-
line-height: 20px;
|
|
30795
|
+
.E_d1oui1gf {
|
|
30796
|
+
width: 100%;
|
|
30797
|
+
height: 1px;
|
|
30798
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30799
|
+
margin: 24px 0;
|
|
30914
30800
|
}
|
|
30915
30801
|
|
|
30916
|
-
.
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
|
|
30920
|
-
|
|
30921
|
-
line-height: 20px;
|
|
30802
|
+
.E_l15itdbb {
|
|
30803
|
+
display: flex;
|
|
30804
|
+
justify-content: center;
|
|
30805
|
+
align-items: center;
|
|
30806
|
+
height: 100%;
|
|
30922
30807
|
}
|
|
30923
30808
|
|
|
30924
|
-
.
|
|
30925
|
-
|
|
30926
|
-
|
|
30927
|
-
|
|
30928
|
-
|
|
30929
|
-
|
|
30809
|
+
.E_d1y3z4w {
|
|
30810
|
+
display: inline-block;
|
|
30811
|
+
width: 4px;
|
|
30812
|
+
height: 4px;
|
|
30813
|
+
background: #8e9aa9;
|
|
30814
|
+
opacity: 0.4;
|
|
30815
|
+
border-radius: 50%;
|
|
30816
|
+
margin: 0 4px;
|
|
30930
30817
|
}
|
|
30931
30818
|
|
|
30932
|
-
.
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
font-size: 13px;
|
|
30937
|
-
line-height: 20px;
|
|
30819
|
+
.E_m177r7a3 .ant-modal-header,
|
|
30820
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
30821
|
+
width: 648px;
|
|
30822
|
+
margin: 0 auto;
|
|
30938
30823
|
}
|
|
30939
|
-
|
|
30940
|
-
|
|
30941
|
-
|
|
30942
|
-
font-style: normal;
|
|
30943
|
-
font-weight: normal;
|
|
30944
|
-
text-transform: uppercase;
|
|
30945
|
-
font-feature-settings: "cpsp" on;
|
|
30946
|
-
font-size: 13px;
|
|
30947
|
-
line-height: 20px;
|
|
30824
|
+
.E_m177r7a3 .ant-modal-header {
|
|
30825
|
+
padding: 35px 0 24px;
|
|
30826
|
+
border: none;
|
|
30948
30827
|
}
|
|
30949
|
-
|
|
30950
|
-
|
|
30951
|
-
font-family: Inter;
|
|
30952
|
-
font-style: normal;
|
|
30953
|
-
font-weight: bold;
|
|
30954
|
-
text-transform: uppercase;
|
|
30955
|
-
font-feature-settings: "cpsp" on;
|
|
30956
|
-
font-size: 13px;
|
|
30957
|
-
line-height: 20px;
|
|
30828
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
30829
|
+
font-size: 30px;
|
|
30958
30830
|
}
|
|
30959
|
-
|
|
30960
|
-
|
|
30961
|
-
|
|
30962
|
-
|
|
30963
|
-
|
|
30964
|
-
font-size: 12px;
|
|
30965
|
-
line-height: 18px;
|
|
30831
|
+
.E_m177r7a3 .ant-modal-body {
|
|
30832
|
+
padding: 4px 0 2px;
|
|
30833
|
+
}
|
|
30834
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
30835
|
+
border: none;
|
|
30966
30836
|
}
|
|
30967
30837
|
|
|
30968
|
-
.
|
|
30969
|
-
font-family: Inter;
|
|
30970
|
-
font-style: normal;
|
|
30971
|
-
font-weight: 500;
|
|
30838
|
+
.E_t1wwio3v {
|
|
30972
30839
|
font-size: 12px;
|
|
30973
30840
|
line-height: 18px;
|
|
30974
|
-
}
|
|
30975
|
-
|
|
30976
|
-
.E_l1j81vli {
|
|
30977
|
-
font-family: Inter;
|
|
30978
|
-
font-style: normal;
|
|
30979
30841
|
font-weight: bold;
|
|
30980
|
-
|
|
30981
|
-
|
|
30842
|
+
color: #fff;
|
|
30843
|
+
padding: 0 4px;
|
|
30844
|
+
border-radius: 4px;
|
|
30845
|
+
display: inline-block;
|
|
30846
|
+
background: var(--t1wwio3v-0);
|
|
30982
30847
|
}
|
|
30983
|
-
|
|
30984
|
-
|
|
30985
|
-
font-family: Inter;
|
|
30986
|
-
font-style: normal;
|
|
30987
|
-
font-weight: normal;
|
|
30988
|
-
font-size: 12px;
|
|
30989
|
-
line-height: 18px;
|
|
30848
|
+
.E_t1wwio3v:not(:first-child) {
|
|
30849
|
+
margin-left: 4px;
|
|
30990
30850
|
}
|
|
30991
30851
|
|
|
30992
|
-
.
|
|
30993
|
-
|
|
30994
|
-
|
|
30995
|
-
|
|
30996
|
-
|
|
30997
|
-
|
|
30852
|
+
.E_f17jvtfk {
|
|
30853
|
+
width: 100%;
|
|
30854
|
+
height: 100%;
|
|
30855
|
+
display: flex;
|
|
30856
|
+
align-items: center;
|
|
30857
|
+
justify-content: center;
|
|
30998
30858
|
}
|
|
30999
30859
|
|
|
31000
|
-
.
|
|
31001
|
-
font-
|
|
31002
|
-
font-style: normal;
|
|
30860
|
+
.E_nzppkea {
|
|
30861
|
+
font-size: 90%;
|
|
31003
30862
|
font-weight: bold;
|
|
31004
|
-
|
|
31005
|
-
|
|
30863
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30864
|
+
padding: 1px 4px 1px;
|
|
30865
|
+
margin-left: 2px;
|
|
30866
|
+
margin-right: 2px;
|
|
30867
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30868
|
+
border-radius: 4px;
|
|
31006
30869
|
}
|
|
31007
30870
|
|
|
31008
|
-
.
|
|
31009
|
-
|
|
31010
|
-
font-style: normal;
|
|
31011
|
-
font-weight: normal;
|
|
31012
|
-
text-transform: uppercase;
|
|
31013
|
-
font-feature-settings: "cpsp" on;
|
|
31014
|
-
font-size: 12px;
|
|
31015
|
-
line-height: 18px;
|
|
30871
|
+
.E_f4mi9eq.form-item-general {
|
|
30872
|
+
width: 640px;
|
|
31016
30873
|
}
|
|
31017
|
-
|
|
31018
|
-
|
|
31019
|
-
font-family: Inter;
|
|
31020
|
-
font-style: normal;
|
|
31021
|
-
font-weight: bold;
|
|
31022
|
-
text-transform: uppercase;
|
|
31023
|
-
font-feature-settings: "cpsp" on;
|
|
31024
|
-
font-size: 12px;
|
|
31025
|
-
line-height: 18px;
|
|
30874
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
30875
|
+
margin-top: 16px;
|
|
31026
30876
|
}
|
|
31027
|
-
|
|
31028
|
-
|
|
31029
|
-
|
|
31030
|
-
|
|
31031
|
-
|
|
30877
|
+
.E_f4mi9eq.form-item-compact {
|
|
30878
|
+
width: 412px;
|
|
30879
|
+
}
|
|
30880
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
30881
|
+
margin-top: 8px;
|
|
30882
|
+
}
|
|
30883
|
+
.E_f4mi9eq .form-item {
|
|
30884
|
+
width: auto;
|
|
30885
|
+
}
|
|
30886
|
+
.E_f4mi9eq .form-item-main {
|
|
30887
|
+
position: relative;
|
|
30888
|
+
display: flex;
|
|
30889
|
+
}
|
|
30890
|
+
.E_f4mi9eq .form-item-extra {
|
|
30891
|
+
margin-top: 4px;
|
|
30892
|
+
width: 100%;
|
|
30893
|
+
padding: 14px;
|
|
30894
|
+
background: #f2f4f6;
|
|
31032
30895
|
font-size: 13px;
|
|
31033
|
-
line-height:
|
|
30896
|
+
line-height: 1.8;
|
|
30897
|
+
color: #8e9aa9;
|
|
31034
30898
|
}
|
|
31035
|
-
|
|
31036
|
-
|
|
31037
|
-
font-family: Inter;
|
|
31038
|
-
font-style: normal;
|
|
31039
|
-
font-weight: normal;
|
|
30899
|
+
.E_f4mi9eq .form-item-label {
|
|
30900
|
+
padding-right: 12px;
|
|
31040
30901
|
font-size: 13px;
|
|
31041
|
-
|
|
30902
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31042
30903
|
}
|
|
31043
|
-
|
|
31044
|
-
|
|
31045
|
-
|
|
31046
|
-
|
|
31047
|
-
|
|
31048
|
-
|
|
30904
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
30905
|
+
text-align: right;
|
|
30906
|
+
}
|
|
30907
|
+
.E_f4mi9eq .form-item-label,
|
|
30908
|
+
.E_f4mi9eq .form-item-control {
|
|
30909
|
+
line-height: 32px;
|
|
30910
|
+
}
|
|
30911
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
31049
30912
|
line-height: 18px;
|
|
31050
30913
|
}
|
|
30914
|
+
.E_f4mi9eq .form-item-children {
|
|
30915
|
+
width: 100%;
|
|
30916
|
+
}
|
|
30917
|
+
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
30918
|
+
width: 100%;
|
|
30919
|
+
}
|
|
30920
|
+
.E_f4mi9eq .form-item-error {
|
|
30921
|
+
color: #e75a3a;
|
|
30922
|
+
height: 0;
|
|
30923
|
+
overflow: hidden;
|
|
30924
|
+
}
|
|
30925
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
30926
|
+
margin-top: 4px;
|
|
30927
|
+
height: auto;
|
|
30928
|
+
overflow: auto;
|
|
30929
|
+
}
|
|
30930
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30931
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30932
|
+
border: 1px solid #e75a3a;
|
|
30933
|
+
color: #e75a3a;
|
|
30934
|
+
}
|
|
31051
30935
|
|
|
31052
|
-
.
|
|
31053
|
-
|
|
31054
|
-
font-
|
|
31055
|
-
|
|
31056
|
-
|
|
31057
|
-
|
|
30936
|
+
.E_fh0ewl8 {
|
|
30937
|
+
color: #2d3a56;
|
|
30938
|
+
font-weight: bold;
|
|
30939
|
+
padding-bottom: 6px;
|
|
30940
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30941
|
+
margin-bottom: 16px;
|
|
30942
|
+
}
|
|
30943
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
30944
|
+
margin-top: 16px;
|
|
31058
30945
|
}
|
|
31059
30946
|
|
|
31060
|
-
.
|
|
31061
|
-
|
|
31062
|
-
|
|
31063
|
-
|
|
31064
|
-
|
|
31065
|
-
|
|
31066
|
-
|
|
30947
|
+
.E_e1qrlvot {
|
|
30948
|
+
width: 8px;
|
|
30949
|
+
height: 24px;
|
|
30950
|
+
display: flex;
|
|
30951
|
+
justify-content: center;
|
|
30952
|
+
align-items: center;
|
|
30953
|
+
cursor: pointer;
|
|
30954
|
+
transition: all 200ms ease-out 40ms;
|
|
30955
|
+
}
|
|
30956
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
30957
|
+
content: "";
|
|
30958
|
+
width: 1px;
|
|
30959
|
+
height: 6px;
|
|
30960
|
+
border-radius: 1px;
|
|
30961
|
+
background: #ccd4e3;
|
|
30962
|
+
position: relative;
|
|
30963
|
+
right: 2px;
|
|
30964
|
+
transform: rotate(-45deg);
|
|
30965
|
+
}
|
|
30966
|
+
.E_e1qrlvot:after {
|
|
30967
|
+
transform: rotate(45deg);
|
|
30968
|
+
left: 1px;
|
|
31067
30969
|
}
|
|
31068
30970
|
|
|
31069
|
-
.
|
|
31070
|
-
|
|
31071
|
-
|
|
31072
|
-
|
|
31073
|
-
|
|
31074
|
-
|
|
31075
|
-
|
|
30971
|
+
.E_w9ic984.ant-alert-warning {
|
|
30972
|
+
border: 0;
|
|
30973
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30974
|
+
border-radius: 6px;
|
|
30975
|
+
}
|
|
30976
|
+
.E_w9ic984.ant-alert,
|
|
30977
|
+
.E_w9ic984 .ant-alert-message {
|
|
30978
|
+
color: #e07f00;
|
|
30979
|
+
}
|
|
30980
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
30981
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
30982
|
+
border-bottom-color: #e07f00;
|
|
31076
30983
|
}
|
|
31077
30984
|
|
|
31078
|
-
.
|
|
31079
|
-
|
|
31080
|
-
|
|
31081
|
-
|
|
31082
|
-
|
|
30985
|
+
.E_n1k9qi4r {
|
|
30986
|
+
display: flex;
|
|
30987
|
+
flex-direction: row;
|
|
30988
|
+
padding: 7px 12px;
|
|
30989
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30990
|
+
border-radius: 6px;
|
|
30991
|
+
color: #e07f00;
|
|
31083
30992
|
font-size: 12px;
|
|
31084
30993
|
line-height: 18px;
|
|
31085
30994
|
}
|
|
30995
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
30996
|
+
margin-right: 10px;
|
|
30997
|
+
height: 18px;
|
|
30998
|
+
}
|
|
31086
30999
|
|
|
31087
|
-
.
|
|
31088
|
-
|
|
31089
|
-
|
|
31090
|
-
|
|
31091
|
-
|
|
31000
|
+
.E_n16fsg9x {
|
|
31001
|
+
display: flex;
|
|
31002
|
+
flex-direction: row;
|
|
31003
|
+
padding: 7px 12px;
|
|
31004
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31005
|
+
border-radius: 6px;
|
|
31006
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31092
31007
|
font-size: 12px;
|
|
31093
31008
|
line-height: 18px;
|
|
31094
31009
|
}
|
|
31010
|
+
.E_n16fsg9x .icon-wrapper {
|
|
31011
|
+
margin-right: 10px;
|
|
31012
|
+
height: 18px;
|
|
31013
|
+
}
|
|
31095
31014
|
|
|
31096
|
-
.
|
|
31097
|
-
|
|
31098
|
-
|
|
31099
|
-
|
|
31100
|
-
|
|
31015
|
+
.E_i173wxzw {
|
|
31016
|
+
display: flex;
|
|
31017
|
+
flex-direction: row;
|
|
31018
|
+
padding: 7px 12px;
|
|
31019
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31020
|
+
border-radius: 6px;
|
|
31021
|
+
color: #005ed1;
|
|
31101
31022
|
font-size: 12px;
|
|
31102
31023
|
line-height: 18px;
|
|
31103
31024
|
}
|
|
31025
|
+
.E_i173wxzw .icon-wrapper {
|
|
31026
|
+
margin-right: 10px;
|
|
31027
|
+
height: 18px;
|
|
31028
|
+
}
|
|
31104
31029
|
|
|
31105
|
-
.
|
|
31106
|
-
|
|
31107
|
-
|
|
31108
|
-
font-weight: 500;
|
|
31109
|
-
font-feature-settings: "zero" on;
|
|
31030
|
+
.E_dld369h {
|
|
31031
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31032
|
+
margin-top: 5px;
|
|
31110
31033
|
font-size: 12px;
|
|
31111
31034
|
line-height: 18px;
|
|
31112
31035
|
}
|
|
31113
31036
|
|
|
31114
|
-
.
|
|
31115
|
-
|
|
31116
|
-
font-
|
|
31117
|
-
|
|
31118
|
-
font-feature-settings: "zero" on;
|
|
31119
|
-
font-size: 16px;
|
|
31120
|
-
line-height: 24px;
|
|
31037
|
+
.E_s1epv22q {
|
|
31038
|
+
color: #f0483e;
|
|
31039
|
+
font-size: 12px;
|
|
31040
|
+
white-space: pre-wrap;
|
|
31121
31041
|
}
|
|
31122
31042
|
|
|
31123
|
-
.
|
|
31124
|
-
|
|
31125
|
-
|
|
31126
|
-
|
|
31127
|
-
font-size: 10px;
|
|
31128
|
-
line-height: 12px;
|
|
31043
|
+
.E_okus5hk {
|
|
31044
|
+
display: flex;
|
|
31045
|
+
align-items: center;
|
|
31046
|
+
justify-content: flex-end;
|
|
31129
31047
|
}
|
|
31130
|
-
|
|
31131
|
-
|
|
31132
|
-
width: 430px !important;
|
|
31048
|
+
.E_okus5hk .icon-wrapper {
|
|
31049
|
+
margin-right: 16px;
|
|
31133
31050
|
}
|
|
31134
31051
|
|
|
31135
|
-
.
|
|
31136
|
-
|
|
31137
|
-
line-height: 18px;
|
|
31138
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31139
|
-
height: 34px;
|
|
31140
|
-
min-height: 34px;
|
|
31141
|
-
box-sizing: border-box;
|
|
31142
|
-
margin-top: 8px;
|
|
31052
|
+
.E_t1auuzri {
|
|
31053
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31143
31054
|
}
|
|
31144
31055
|
|
|
31145
|
-
.
|
|
31146
|
-
|
|
31147
|
-
|
|
31148
|
-
|
|
31149
|
-
|
|
31150
|
-
border-
|
|
31056
|
+
.E_i74cfyt.ant-input {
|
|
31057
|
+
padding: 5px 12px;
|
|
31058
|
+
line-height: 20px;
|
|
31059
|
+
color: #2d3a56;
|
|
31060
|
+
border-radius: 6px;
|
|
31061
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31062
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31151
31063
|
}
|
|
31152
|
-
.
|
|
31153
|
-
|
|
31064
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
31065
|
+
padding: 8px 16px;
|
|
31066
|
+
line-height: 22px;
|
|
31154
31067
|
}
|
|
31155
|
-
.
|
|
31156
|
-
padding
|
|
31068
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
31069
|
+
padding: 2px 8px;
|
|
31070
|
+
line-height: 18px;
|
|
31157
31071
|
}
|
|
31158
|
-
.
|
|
31159
|
-
|
|
31072
|
+
.E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
31073
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31074
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31075
|
+
z-index: 1;
|
|
31160
31076
|
}
|
|
31161
|
-
.
|
|
31162
|
-
color: #
|
|
31077
|
+
.E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
31078
|
+
border-color: #0096ff;
|
|
31079
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31080
|
+
z-index: 1;
|
|
31163
31081
|
}
|
|
31164
|
-
.
|
|
31165
|
-
|
|
31082
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
31083
|
+
border-color: #e75a3a;
|
|
31084
|
+
color: #e75a3a;
|
|
31166
31085
|
}
|
|
31167
|
-
.
|
|
31168
|
-
|
|
31086
|
+
.E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
31087
|
+
border-color: #e75a3a;
|
|
31088
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31169
31089
|
}
|
|
31170
|
-
.
|
|
31171
|
-
color: #
|
|
31090
|
+
.E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
31091
|
+
border-color: #e75a3a;
|
|
31092
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31172
31093
|
}
|
|
31173
|
-
.
|
|
31174
|
-
background: rgba(
|
|
31175
|
-
color:
|
|
31094
|
+
.E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
|
|
31095
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31096
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31097
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31176
31098
|
}
|
|
31177
|
-
|
|
31178
|
-
|
|
31179
|
-
|
|
31180
|
-
|
|
31181
|
-
height: 20px;
|
|
31099
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
31100
|
+
padding: 5px 12px;
|
|
31101
|
+
border-radius: 6px;
|
|
31102
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31182
31103
|
line-height: 20px;
|
|
31183
|
-
}
|
|
31184
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31185
31104
|
color: #2d3a56;
|
|
31186
|
-
|
|
31187
|
-
text-overflow: ellipsis;
|
|
31105
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31188
31106
|
}
|
|
31189
|
-
|
|
31190
|
-
.
|
|
31191
|
-
display: flex;
|
|
31192
|
-
justify-content: space-between;
|
|
31107
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31108
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31193
31109
|
color: rgba(44, 56, 82, 0.6);
|
|
31194
|
-
height: 18px;
|
|
31195
|
-
line-height: 18px;
|
|
31196
|
-
margin-top: 2px;
|
|
31197
|
-
}
|
|
31198
|
-
|
|
31199
|
-
.E_tyfmlxg {
|
|
31200
|
-
border: none;
|
|
31201
|
-
margin-right: 0;
|
|
31202
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31203
31110
|
}
|
|
31204
|
-
|
|
31205
|
-
|
|
31206
|
-
|
|
31207
|
-
height: 32px;
|
|
31208
|
-
width: 100%;
|
|
31209
|
-
opacity: 0;
|
|
31111
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31112
|
+
padding: 8px 16px;
|
|
31113
|
+
line-height: 22px;
|
|
31210
31114
|
}
|
|
31211
|
-
|
|
31212
|
-
|
|
31213
|
-
|
|
31214
|
-
flex-direction: column;
|
|
31115
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31116
|
+
padding: 2px 8px;
|
|
31117
|
+
line-height: 18px;
|
|
31215
31118
|
}
|
|
31216
|
-
|
|
31217
|
-
.
|
|
31218
|
-
|
|
31219
|
-
width: 100%;
|
|
31220
|
-
margin: 0 auto;
|
|
31221
|
-
height: 100%;
|
|
31119
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31120
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31121
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31222
31122
|
}
|
|
31223
|
-
|
|
31224
|
-
|
|
31225
|
-
|
|
31226
|
-
width: 100%;
|
|
31227
|
-
margin: 0 auto;
|
|
31228
|
-
display: flex;
|
|
31123
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31124
|
+
border-color: #0096ff;
|
|
31125
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31229
31126
|
}
|
|
31230
|
-
.
|
|
31231
|
-
|
|
31232
|
-
flex-grow: 0;
|
|
31233
|
-
flex-shrink: 0;
|
|
31234
|
-
flex-basis: 21%;
|
|
31127
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31128
|
+
border-color: #e75a3a;
|
|
31235
31129
|
}
|
|
31236
|
-
.
|
|
31237
|
-
|
|
31238
|
-
justify-content: flex-end;
|
|
31239
|
-
padding-right: 44px;
|
|
31130
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31131
|
+
color: #e75a3a;
|
|
31240
31132
|
}
|
|
31241
|
-
.
|
|
31242
|
-
|
|
31133
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31134
|
+
border-color: #e75a3a;
|
|
31135
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31243
31136
|
}
|
|
31244
|
-
.
|
|
31245
|
-
|
|
31246
|
-
|
|
31247
|
-
flex-shrink: 0;
|
|
31248
|
-
flex-basis: 58%;
|
|
31137
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31138
|
+
border-color: #e75a3a;
|
|
31139
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31249
31140
|
}
|
|
31250
|
-
.
|
|
31251
|
-
|
|
31141
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31142
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31143
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31144
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31252
31145
|
}
|
|
31253
|
-
.
|
|
31254
|
-
|
|
31146
|
+
textarea.E_i74cfyt.ant-input {
|
|
31147
|
+
transition-property: height;
|
|
31148
|
+
transition-delay: 50ms;
|
|
31255
31149
|
}
|
|
31256
|
-
|
|
31257
|
-
|
|
31258
|
-
|
|
31259
|
-
width: 100%;
|
|
31260
|
-
max-width: 648px;
|
|
31150
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
31151
|
+
min-height: 40px;
|
|
31152
|
+
height: 40px;
|
|
31261
31153
|
}
|
|
31262
|
-
.
|
|
31263
|
-
|
|
31154
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
31155
|
+
height: 80px;
|
|
31264
31156
|
}
|
|
31265
|
-
.
|
|
31266
|
-
|
|
31267
|
-
|
|
31268
|
-
width: 100%;
|
|
31269
|
-
max-width: 648px;
|
|
31270
|
-
overflow: hidden;
|
|
31157
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
31158
|
+
min-height: 32px;
|
|
31159
|
+
height: 32px;
|
|
31271
31160
|
}
|
|
31272
|
-
.
|
|
31273
|
-
|
|
31161
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
31162
|
+
height: 64px;
|
|
31274
31163
|
}
|
|
31275
|
-
.
|
|
31276
|
-
height:
|
|
31277
|
-
|
|
31164
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
31165
|
+
min-height: 24px;
|
|
31166
|
+
height: 24px;
|
|
31278
31167
|
}
|
|
31279
|
-
.
|
|
31280
|
-
|
|
31281
|
-
max-width: 648px;
|
|
31168
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
31169
|
+
height: 40px;
|
|
31282
31170
|
}
|
|
31283
31171
|
|
|
31284
|
-
.
|
|
31285
|
-
|
|
31286
|
-
|
|
31287
|
-
max-width: 1024px;
|
|
31288
|
-
}
|
|
31289
|
-
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31290
|
-
margin-left: 0;
|
|
31172
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
31173
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31174
|
+
border-radius: 4px;
|
|
31291
31175
|
}
|
|
31292
|
-
.
|
|
31293
|
-
|
|
31294
|
-
padding:
|
|
31295
|
-
|
|
31296
|
-
|
|
31297
|
-
|
|
31176
|
+
.E_k1ci6977.input-tags {
|
|
31177
|
+
position: relative;
|
|
31178
|
+
padding: 6px;
|
|
31179
|
+
height: 32px;
|
|
31180
|
+
cursor: pointer;
|
|
31181
|
+
transition: border 150ms;
|
|
31298
31182
|
}
|
|
31299
|
-
.
|
|
31300
|
-
|
|
31183
|
+
.E_k1ci6977.input-tags:hover {
|
|
31184
|
+
border-color: #0080ff;
|
|
31185
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31301
31186
|
}
|
|
31302
|
-
.
|
|
31303
|
-
|
|
31304
|
-
overflow-y: auto;
|
|
31187
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
31188
|
+
padding-right: 30px;
|
|
31305
31189
|
}
|
|
31306
|
-
.
|
|
31307
|
-
|
|
31308
|
-
max-width: 1024px;
|
|
31190
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
31191
|
+
display: flex;
|
|
31309
31192
|
}
|
|
31310
|
-
|
|
31311
|
-
|
|
31312
|
-
flex: 1;
|
|
31193
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31194
|
+
display: flex;
|
|
31313
31195
|
}
|
|
31314
|
-
.
|
|
31315
|
-
|
|
31316
|
-
|
|
31317
|
-
|
|
31196
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
31197
|
+
position: absolute;
|
|
31198
|
+
right: 12px;
|
|
31199
|
+
top: 50%;
|
|
31200
|
+
transform: translateY(-50%);
|
|
31318
31201
|
}
|
|
31319
|
-
.
|
|
31320
|
-
|
|
31321
|
-
|
|
31322
|
-
|
|
31323
|
-
margin-bottom: 12px;
|
|
31202
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31203
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31204
|
+
font-size: 12px;
|
|
31205
|
+
cursor: pointer;
|
|
31324
31206
|
}
|
|
31325
|
-
.
|
|
31326
|
-
|
|
31207
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31208
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31327
31209
|
}
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
|
|
31331
|
-
border-bottom: 1px solid #e1e5eb;
|
|
31332
|
-
margin-bottom: 16px;
|
|
31210
|
+
.E_k1ci6977.has-focus-indicator {
|
|
31211
|
+
position: relative;
|
|
31212
|
+
overflow: hidden;
|
|
31333
31213
|
}
|
|
31334
|
-
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
|
|
31338
|
-
|
|
31214
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31215
|
+
position: absolute;
|
|
31216
|
+
top: 50%;
|
|
31217
|
+
transform: translateY(-50%);
|
|
31218
|
+
left: -16px;
|
|
31219
|
+
transition: left 150ms ease;
|
|
31220
|
+
opacity: 0;
|
|
31339
31221
|
}
|
|
31340
|
-
.
|
|
31341
|
-
|
|
31222
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31223
|
+
left: 8px;
|
|
31224
|
+
opacity: 1;
|
|
31342
31225
|
}
|
|
31343
|
-
.
|
|
31344
|
-
|
|
31226
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
31227
|
+
transition: margin-left 150ms ease;
|
|
31228
|
+
margin-left: 0px;
|
|
31345
31229
|
}
|
|
31346
|
-
.
|
|
31347
|
-
|
|
31230
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
31231
|
+
margin-left: 16px;
|
|
31348
31232
|
}
|
|
31349
31233
|
|
|
31350
|
-
.
|
|
31351
|
-
|
|
31352
|
-
|
|
31234
|
+
input.E_l1f7td1d.ant-input {
|
|
31235
|
+
border-top-right-radius: 0;
|
|
31236
|
+
border-bottom-right-radius: 0;
|
|
31353
31237
|
}
|
|
31354
31238
|
|
|
31355
|
-
.
|
|
31356
|
-
|
|
31357
|
-
|
|
31358
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31359
|
-
margin: 24px 0;
|
|
31239
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
31240
|
+
border-top-right-radius: 0;
|
|
31241
|
+
border-bottom-right-radius: 0;
|
|
31360
31242
|
}
|
|
31361
31243
|
|
|
31362
|
-
.
|
|
31363
|
-
|
|
31364
|
-
|
|
31365
|
-
align-items: center;
|
|
31366
|
-
height: 100%;
|
|
31244
|
+
input.E_rf8rlle.ant-input {
|
|
31245
|
+
border-top-left-radius: 0;
|
|
31246
|
+
border-bottom-left-radius: 0;
|
|
31367
31247
|
}
|
|
31368
31248
|
|
|
31369
|
-
.
|
|
31370
|
-
|
|
31371
|
-
|
|
31372
|
-
height: 4px;
|
|
31373
|
-
background: #8e9aa9;
|
|
31374
|
-
opacity: 0.4;
|
|
31375
|
-
border-radius: 50%;
|
|
31376
|
-
margin: 0 4px;
|
|
31249
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
31250
|
+
border-top-left-radius: 0;
|
|
31251
|
+
border-bottom-left-radius: 0;
|
|
31377
31252
|
}
|
|
31378
31253
|
|
|
31379
|
-
.
|
|
31380
|
-
|
|
31381
|
-
|
|
31382
|
-
margin: 0 auto;
|
|
31254
|
+
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
31255
|
+
border-top-right-radius: 0;
|
|
31256
|
+
border-bottom-right-radius: 0;
|
|
31383
31257
|
}
|
|
31384
|
-
|
|
31385
|
-
|
|
31386
|
-
border:
|
|
31258
|
+
|
|
31259
|
+
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
31260
|
+
border-top-left-radius: 0;
|
|
31261
|
+
border-bottom-left-radius: 0;
|
|
31387
31262
|
}
|
|
31388
|
-
|
|
31389
|
-
|
|
31263
|
+
|
|
31264
|
+
.E_c3ni091 {
|
|
31265
|
+
display: flex;
|
|
31266
|
+
flex-direction: column;
|
|
31390
31267
|
}
|
|
31391
|
-
.
|
|
31392
|
-
|
|
31268
|
+
.E_c3ni091 .select-wrapper {
|
|
31269
|
+
margin-top: 12px;
|
|
31393
31270
|
}
|
|
31394
|
-
.
|
|
31395
|
-
|
|
31271
|
+
.E_c3ni091 .select-wrapper .select {
|
|
31272
|
+
width: 100%;
|
|
31273
|
+
}
|
|
31274
|
+
.E_c3ni091 .radio-wrapper {
|
|
31275
|
+
margin-top: 24px;
|
|
31276
|
+
}
|
|
31277
|
+
.E_c3ni091 div.form-item {
|
|
31278
|
+
width: 100%;
|
|
31396
31279
|
}
|
|
31397
31280
|
|
|
31398
|
-
.
|
|
31281
|
+
.E_d105ju2d {
|
|
31282
|
+
font-size: 14px;
|
|
31283
|
+
font-weight: 500;
|
|
31284
|
+
color: #3e4652;
|
|
31285
|
+
line-height: 18px;
|
|
31286
|
+
}
|
|
31287
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
31288
|
+
margin-top: 16px;
|
|
31289
|
+
}
|
|
31290
|
+
.E_d105ju2d + * {
|
|
31291
|
+
margin-top: 16px;
|
|
31292
|
+
}
|
|
31293
|
+
|
|
31294
|
+
.E_lh0l62z.E_d105ju2d {
|
|
31399
31295
|
font-size: 12px;
|
|
31296
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31297
|
+
margin-top: 12px;
|
|
31298
|
+
}
|
|
31299
|
+
|
|
31300
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
31400
31301
|
line-height: 18px;
|
|
31401
|
-
font-weight:
|
|
31402
|
-
|
|
31403
|
-
|
|
31404
|
-
border-radius: 4px;
|
|
31405
|
-
display: inline-block;
|
|
31406
|
-
background: var(--t1wwio3v-0);
|
|
31302
|
+
font-weight: 500;
|
|
31303
|
+
margin-top: 0;
|
|
31304
|
+
white-space: initial;
|
|
31407
31305
|
}
|
|
31408
|
-
|
|
31409
|
-
|
|
31306
|
+
|
|
31307
|
+
.E_r1skkc3l {
|
|
31308
|
+
display: block;
|
|
31309
|
+
}
|
|
31310
|
+
.E_r1skkc3l span {
|
|
31311
|
+
font-size: 14px;
|
|
31312
|
+
font-weight: 500;
|
|
31313
|
+
line-height: 32px;
|
|
31314
|
+
color: #3e4652;
|
|
31410
31315
|
}
|
|
31411
31316
|
|
|
31412
|
-
.
|
|
31413
|
-
|
|
31414
|
-
|
|
31317
|
+
.E_c3cobmo {
|
|
31318
|
+
margin-top: 16px;
|
|
31319
|
+
padding: 8px;
|
|
31320
|
+
border-radius: 6px;
|
|
31321
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31322
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31323
|
+
font-size: 12px;
|
|
31324
|
+
}
|
|
31325
|
+
.E_c3cobmo div {
|
|
31326
|
+
line-height: 20px;
|
|
31415
31327
|
display: flex;
|
|
31416
31328
|
align-items: center;
|
|
31417
|
-
|
|
31329
|
+
word-break: break-all;
|
|
31330
|
+
}
|
|
31331
|
+
.E_c3cobmo .title {
|
|
31332
|
+
font-weight: 700;
|
|
31333
|
+
line-height: 18px;
|
|
31334
|
+
margin: 4px 0;
|
|
31418
31335
|
}
|
|
31419
31336
|
|
|
31420
|
-
.
|
|
31421
|
-
|
|
31422
|
-
font-weight: bold;
|
|
31423
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
31424
|
-
padding: 1px 4px 1px;
|
|
31425
|
-
margin-left: 2px;
|
|
31426
|
-
margin-right: 2px;
|
|
31427
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31428
|
-
border-radius: 4px;
|
|
31337
|
+
.E_iq1gosr {
|
|
31338
|
+
display: inline-block;
|
|
31429
31339
|
}
|
|
31430
31340
|
|
|
31431
|
-
.
|
|
31432
|
-
|
|
31341
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31342
|
+
display: none;
|
|
31433
31343
|
}
|
|
31434
|
-
.
|
|
31435
|
-
|
|
31344
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31345
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31346
|
+
border-radius: 4px;
|
|
31436
31347
|
}
|
|
31437
|
-
|
|
31438
|
-
|
|
31348
|
+
|
|
31349
|
+
.E_s1dni7lo {
|
|
31350
|
+
width: 430px !important;
|
|
31439
31351
|
}
|
|
31440
|
-
|
|
31352
|
+
|
|
31353
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31354
|
+
padding: 8px 16px;
|
|
31355
|
+
line-height: 18px;
|
|
31356
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31357
|
+
height: 34px;
|
|
31358
|
+
min-height: 34px;
|
|
31359
|
+
box-sizing: border-box;
|
|
31441
31360
|
margin-top: 8px;
|
|
31442
31361
|
}
|
|
31443
|
-
|
|
31444
|
-
|
|
31445
|
-
}
|
|
31446
|
-
.E_f4mi9eq .form-item-main {
|
|
31447
|
-
position: relative;
|
|
31362
|
+
|
|
31363
|
+
.E_o1ugr09p {
|
|
31448
31364
|
display: flex;
|
|
31365
|
+
flex-direction: column;
|
|
31366
|
+
margin: 1px 8px;
|
|
31367
|
+
padding: 8px;
|
|
31368
|
+
border-radius: 4px;
|
|
31449
31369
|
}
|
|
31450
|
-
.
|
|
31451
|
-
|
|
31452
|
-
width: 100%;
|
|
31453
|
-
padding: 14px;
|
|
31454
|
-
background: #f2f4f6;
|
|
31455
|
-
font-size: 13px;
|
|
31456
|
-
line-height: 1.8;
|
|
31457
|
-
color: #8e9aa9;
|
|
31370
|
+
.E_o1ugr09p .selected-icon {
|
|
31371
|
+
display: none;
|
|
31458
31372
|
}
|
|
31459
|
-
.
|
|
31460
|
-
padding-
|
|
31461
|
-
font-size: 13px;
|
|
31462
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31373
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31374
|
+
padding-left: 8px;
|
|
31463
31375
|
}
|
|
31464
|
-
.
|
|
31465
|
-
|
|
31376
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31377
|
+
background-color: white;
|
|
31466
31378
|
}
|
|
31467
|
-
.
|
|
31468
|
-
|
|
31469
|
-
line-height: 32px;
|
|
31470
|
-
}
|
|
31471
|
-
.E_f4mi9eq .form-item-control .form-item-error {
|
|
31472
|
-
line-height: 18px;
|
|
31473
|
-
}
|
|
31474
|
-
.E_f4mi9eq .form-item-children {
|
|
31475
|
-
width: 100%;
|
|
31476
|
-
}
|
|
31477
|
-
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
31478
|
-
width: 100%;
|
|
31479
|
-
}
|
|
31480
|
-
.E_f4mi9eq .form-item-error {
|
|
31481
|
-
color: #e75a3a;
|
|
31482
|
-
height: 0;
|
|
31483
|
-
overflow: hidden;
|
|
31379
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31380
|
+
color: #0080ff;
|
|
31484
31381
|
}
|
|
31485
|
-
.
|
|
31486
|
-
|
|
31487
|
-
height: auto;
|
|
31488
|
-
overflow: auto;
|
|
31382
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31383
|
+
display: block;
|
|
31489
31384
|
}
|
|
31490
|
-
.
|
|
31491
|
-
|
|
31492
|
-
border: 1px solid #e75a3a;
|
|
31493
|
-
color: #e75a3a;
|
|
31385
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31386
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31494
31387
|
}
|
|
31495
|
-
|
|
31496
|
-
|
|
31497
|
-
color: #2d3a56;
|
|
31498
|
-
font-weight: bold;
|
|
31499
|
-
padding-bottom: 6px;
|
|
31500
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31501
|
-
margin-bottom: 16px;
|
|
31388
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31389
|
+
color: #0080ff;
|
|
31502
31390
|
}
|
|
31503
|
-
.
|
|
31504
|
-
|
|
31391
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31392
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31393
|
+
color: #0080ff;
|
|
31505
31394
|
}
|
|
31506
31395
|
|
|
31507
|
-
.
|
|
31508
|
-
width: 8px;
|
|
31509
|
-
height: 24px;
|
|
31396
|
+
.E_o1ifxsq4 {
|
|
31510
31397
|
display: flex;
|
|
31511
|
-
justify-content:
|
|
31512
|
-
|
|
31513
|
-
|
|
31514
|
-
transition: all 200ms ease-out 40ms;
|
|
31515
|
-
}
|
|
31516
|
-
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31517
|
-
content: "";
|
|
31518
|
-
width: 1px;
|
|
31519
|
-
height: 6px;
|
|
31520
|
-
border-radius: 1px;
|
|
31521
|
-
background: #ccd4e3;
|
|
31522
|
-
position: relative;
|
|
31523
|
-
right: 2px;
|
|
31524
|
-
transform: rotate(-45deg);
|
|
31525
|
-
}
|
|
31526
|
-
.E_e1qrlvot:after {
|
|
31527
|
-
transform: rotate(45deg);
|
|
31528
|
-
left: 1px;
|
|
31529
|
-
}
|
|
31530
|
-
|
|
31531
|
-
.E_w9ic984.ant-alert-warning {
|
|
31532
|
-
border: 0;
|
|
31533
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31534
|
-
border-radius: 6px;
|
|
31535
|
-
}
|
|
31536
|
-
.E_w9ic984.ant-alert,
|
|
31537
|
-
.E_w9ic984 .ant-alert-message {
|
|
31538
|
-
color: #e07f00;
|
|
31398
|
+
justify-content: space-between;
|
|
31399
|
+
height: 20px;
|
|
31400
|
+
line-height: 20px;
|
|
31539
31401
|
}
|
|
31540
|
-
.
|
|
31541
|
-
|
|
31542
|
-
|
|
31402
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31403
|
+
color: #2d3a56;
|
|
31404
|
+
overflow: hidden;
|
|
31405
|
+
text-overflow: ellipsis;
|
|
31543
31406
|
}
|
|
31544
31407
|
|
|
31545
|
-
.
|
|
31408
|
+
.E_o1zue7 {
|
|
31546
31409
|
display: flex;
|
|
31547
|
-
|
|
31548
|
-
|
|
31549
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31550
|
-
border-radius: 6px;
|
|
31551
|
-
color: #e07f00;
|
|
31552
|
-
font-size: 12px;
|
|
31553
|
-
line-height: 18px;
|
|
31554
|
-
}
|
|
31555
|
-
.E_n1k9qi4r .icon-wrapper {
|
|
31556
|
-
margin-right: 10px;
|
|
31410
|
+
justify-content: space-between;
|
|
31411
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31557
31412
|
height: 18px;
|
|
31413
|
+
line-height: 18px;
|
|
31414
|
+
margin-top: 2px;
|
|
31558
31415
|
}
|
|
31559
31416
|
|
|
31560
|
-
.
|
|
31561
|
-
|
|
31562
|
-
|
|
31563
|
-
padding: 7px 12px;
|
|
31417
|
+
.E_tyfmlxg {
|
|
31418
|
+
border: none;
|
|
31419
|
+
margin-right: 0;
|
|
31564
31420
|
background: rgba(225, 230, 241, 0.6);
|
|
31565
|
-
border-radius: 6px;
|
|
31566
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31567
|
-
font-size: 12px;
|
|
31568
|
-
line-height: 18px;
|
|
31569
31421
|
}
|
|
31570
|
-
|
|
31571
|
-
|
|
31572
|
-
|
|
31422
|
+
|
|
31423
|
+
.E_o18uybox {
|
|
31424
|
+
pointer-events: none;
|
|
31425
|
+
height: 32px;
|
|
31426
|
+
width: 100%;
|
|
31427
|
+
opacity: 0;
|
|
31573
31428
|
}
|
|
31574
31429
|
|
|
31575
|
-
.
|
|
31430
|
+
.E_skwah65 {
|
|
31431
|
+
height: 8px;
|
|
31432
|
+
box-sizing: border-box;
|
|
31433
|
+
border-radius: 2px;
|
|
31434
|
+
background: #f5f7fa;
|
|
31576
31435
|
display: flex;
|
|
31577
|
-
|
|
31578
|
-
|
|
31579
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31580
|
-
border-radius: 6px;
|
|
31581
|
-
color: #005ed1;
|
|
31582
|
-
font-size: 12px;
|
|
31583
|
-
line-height: 18px;
|
|
31436
|
+
width: 100%;
|
|
31437
|
+
overflow: hidden;
|
|
31584
31438
|
}
|
|
31585
|
-
.
|
|
31586
|
-
margin-
|
|
31587
|
-
height: 18px;
|
|
31439
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31440
|
+
margin-left: 1px;
|
|
31588
31441
|
}
|
|
31589
31442
|
|
|
31590
|
-
.
|
|
31591
|
-
|
|
31592
|
-
|
|
31593
|
-
font-
|
|
31594
|
-
|
|
31443
|
+
.E_dsnbhzf {
|
|
31444
|
+
font-family: Inter;
|
|
31445
|
+
font-style: normal;
|
|
31446
|
+
font-weight: bold;
|
|
31447
|
+
font-size: 32px;
|
|
31448
|
+
line-height: 40px;
|
|
31595
31449
|
}
|
|
31596
31450
|
|
|
31597
|
-
.
|
|
31598
|
-
|
|
31599
|
-
font-
|
|
31600
|
-
|
|
31451
|
+
.E_d1mvo22k {
|
|
31452
|
+
font-family: Inter;
|
|
31453
|
+
font-style: normal;
|
|
31454
|
+
font-weight: bold;
|
|
31455
|
+
font-size: 24px;
|
|
31456
|
+
line-height: 32px;
|
|
31601
31457
|
}
|
|
31602
31458
|
|
|
31603
|
-
.
|
|
31604
|
-
|
|
31605
|
-
|
|
31606
|
-
|
|
31607
|
-
|
|
31608
|
-
|
|
31609
|
-
margin-right: 16px;
|
|
31459
|
+
.E_d1b444tr {
|
|
31460
|
+
font-family: Inter;
|
|
31461
|
+
font-style: normal;
|
|
31462
|
+
font-weight: normal;
|
|
31463
|
+
font-size: 32px;
|
|
31464
|
+
line-height: 40px;
|
|
31610
31465
|
}
|
|
31611
31466
|
|
|
31612
|
-
.
|
|
31613
|
-
|
|
31467
|
+
.E_dvs0kue {
|
|
31468
|
+
font-family: Inter;
|
|
31469
|
+
font-style: normal;
|
|
31470
|
+
font-weight: bold;
|
|
31471
|
+
font-size: 20px;
|
|
31472
|
+
line-height: 24px;
|
|
31614
31473
|
}
|
|
31615
31474
|
|
|
31616
|
-
.
|
|
31617
|
-
|
|
31618
|
-
|
|
31619
|
-
|
|
31620
|
-
|
|
31621
|
-
|
|
31622
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31475
|
+
.E_d1hcbfcq {
|
|
31476
|
+
font-family: Inter;
|
|
31477
|
+
font-style: normal;
|
|
31478
|
+
font-weight: normal;
|
|
31479
|
+
font-size: 20px;
|
|
31480
|
+
line-height: 24px;
|
|
31623
31481
|
}
|
|
31624
|
-
|
|
31625
|
-
|
|
31482
|
+
|
|
31483
|
+
.E_d1cz922v {
|
|
31484
|
+
font-family: Inter;
|
|
31485
|
+
font-style: normal;
|
|
31486
|
+
font-weight: bold;
|
|
31487
|
+
font-size: 18px;
|
|
31626
31488
|
line-height: 22px;
|
|
31627
31489
|
}
|
|
31628
|
-
|
|
31629
|
-
|
|
31630
|
-
|
|
31631
|
-
|
|
31632
|
-
|
|
31633
|
-
|
|
31634
|
-
|
|
31635
|
-
z-index: 1;
|
|
31636
|
-
}
|
|
31637
|
-
.E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
31638
|
-
border-color: #0096ff;
|
|
31639
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31640
|
-
z-index: 1;
|
|
31641
|
-
}
|
|
31642
|
-
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
31643
|
-
border-color: #e75a3a;
|
|
31644
|
-
color: #e75a3a;
|
|
31645
|
-
}
|
|
31646
|
-
.E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
31647
|
-
border-color: #e75a3a;
|
|
31648
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31490
|
+
|
|
31491
|
+
.E_d3nzbrm {
|
|
31492
|
+
font-family: Inter;
|
|
31493
|
+
font-style: normal;
|
|
31494
|
+
font-weight: normal;
|
|
31495
|
+
font-size: 18px;
|
|
31496
|
+
line-height: 22px;
|
|
31649
31497
|
}
|
|
31650
|
-
|
|
31651
|
-
|
|
31652
|
-
|
|
31498
|
+
|
|
31499
|
+
.E_h1g0p5ob {
|
|
31500
|
+
font-family: Inter;
|
|
31501
|
+
font-style: normal;
|
|
31502
|
+
font-weight: bold;
|
|
31503
|
+
font-size: 16px;
|
|
31504
|
+
line-height: 22px;
|
|
31653
31505
|
}
|
|
31654
|
-
|
|
31655
|
-
|
|
31656
|
-
|
|
31657
|
-
|
|
31506
|
+
|
|
31507
|
+
.E_hydo2ej {
|
|
31508
|
+
font-family: Inter;
|
|
31509
|
+
font-style: normal;
|
|
31510
|
+
font-weight: normal;
|
|
31511
|
+
font-size: 16px;
|
|
31512
|
+
line-height: 22px;
|
|
31658
31513
|
}
|
|
31659
|
-
|
|
31660
|
-
|
|
31661
|
-
|
|
31662
|
-
|
|
31514
|
+
|
|
31515
|
+
.E_h1hbuq0r {
|
|
31516
|
+
font-family: Inter;
|
|
31517
|
+
font-style: normal;
|
|
31518
|
+
font-weight: bold;
|
|
31519
|
+
font-size: 14px;
|
|
31663
31520
|
line-height: 20px;
|
|
31664
|
-
color: #2d3a56;
|
|
31665
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31666
31521
|
}
|
|
31667
|
-
|
|
31668
|
-
.
|
|
31669
|
-
|
|
31670
|
-
|
|
31671
|
-
|
|
31672
|
-
|
|
31673
|
-
line-height:
|
|
31522
|
+
|
|
31523
|
+
.E_h13bondg {
|
|
31524
|
+
font-family: Inter;
|
|
31525
|
+
font-style: normal;
|
|
31526
|
+
font-weight: normal;
|
|
31527
|
+
font-size: 14px;
|
|
31528
|
+
line-height: 20px;
|
|
31674
31529
|
}
|
|
31675
|
-
|
|
31676
|
-
|
|
31530
|
+
|
|
31531
|
+
.E_h1mhvdlx {
|
|
31532
|
+
font-family: Inter;
|
|
31533
|
+
font-style: normal;
|
|
31534
|
+
font-weight: bold;
|
|
31535
|
+
font-size: 12px;
|
|
31677
31536
|
line-height: 18px;
|
|
31678
31537
|
}
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31682
|
-
|
|
31683
|
-
|
|
31684
|
-
|
|
31685
|
-
|
|
31686
|
-
}
|
|
31687
|
-
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31688
|
-
border-color: #e75a3a;
|
|
31689
|
-
}
|
|
31690
|
-
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31691
|
-
color: #e75a3a;
|
|
31692
|
-
}
|
|
31693
|
-
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31694
|
-
border-color: #e75a3a;
|
|
31695
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31538
|
+
|
|
31539
|
+
.E_h1inmfq6 {
|
|
31540
|
+
font-family: Inter;
|
|
31541
|
+
font-style: normal;
|
|
31542
|
+
font-weight: normal;
|
|
31543
|
+
font-size: 12px;
|
|
31544
|
+
line-height: 18px;
|
|
31696
31545
|
}
|
|
31697
|
-
|
|
31698
|
-
|
|
31699
|
-
|
|
31546
|
+
|
|
31547
|
+
.E_h1kfc0la {
|
|
31548
|
+
font-family: Inter;
|
|
31549
|
+
font-style: normal;
|
|
31550
|
+
font-weight: bold;
|
|
31551
|
+
text-transform: uppercase;
|
|
31552
|
+
font-feature-settings: "cpsp" on;
|
|
31553
|
+
font-size: 12px;
|
|
31554
|
+
line-height: 18px;
|
|
31700
31555
|
}
|
|
31701
|
-
|
|
31702
|
-
|
|
31703
|
-
|
|
31704
|
-
|
|
31556
|
+
|
|
31557
|
+
.E_h10xnyuu {
|
|
31558
|
+
font-family: Inter;
|
|
31559
|
+
font-style: normal;
|
|
31560
|
+
font-weight: normal;
|
|
31561
|
+
text-transform: uppercase;
|
|
31562
|
+
font-feature-settings: "cpsp" on;
|
|
31563
|
+
font-size: 12px;
|
|
31564
|
+
line-height: 18px;
|
|
31705
31565
|
}
|
|
31706
|
-
|
|
31707
|
-
|
|
31708
|
-
|
|
31566
|
+
|
|
31567
|
+
.E_lrcmi0v {
|
|
31568
|
+
font-family: Inter;
|
|
31569
|
+
font-style: normal;
|
|
31570
|
+
font-weight: normal;
|
|
31571
|
+
font-size: 16px;
|
|
31572
|
+
line-height: 24px;
|
|
31709
31573
|
}
|
|
31710
|
-
|
|
31711
|
-
|
|
31712
|
-
|
|
31574
|
+
|
|
31575
|
+
.E_lzt43lp {
|
|
31576
|
+
font-family: Inter;
|
|
31577
|
+
font-style: normal;
|
|
31578
|
+
font-weight: bold;
|
|
31579
|
+
font-size: 16px;
|
|
31580
|
+
line-height: 24px;
|
|
31713
31581
|
}
|
|
31714
|
-
|
|
31715
|
-
|
|
31582
|
+
|
|
31583
|
+
.E_l5yc9nt {
|
|
31584
|
+
font-family: Inter;
|
|
31585
|
+
font-style: normal;
|
|
31586
|
+
font-weight: normal;
|
|
31587
|
+
font-size: 16px;
|
|
31588
|
+
line-height: 24px;
|
|
31716
31589
|
}
|
|
31717
|
-
|
|
31718
|
-
|
|
31719
|
-
|
|
31590
|
+
|
|
31591
|
+
.E_l1fbkbzo {
|
|
31592
|
+
font-family: Inter;
|
|
31593
|
+
font-style: normal;
|
|
31594
|
+
font-weight: bold;
|
|
31595
|
+
font-size: 16px;
|
|
31596
|
+
line-height: 24px;
|
|
31720
31597
|
}
|
|
31721
|
-
|
|
31722
|
-
|
|
31598
|
+
|
|
31599
|
+
.E_lahvcax {
|
|
31600
|
+
font-family: Inter;
|
|
31601
|
+
font-style: normal;
|
|
31602
|
+
font-weight: normal;
|
|
31603
|
+
text-transform: uppercase;
|
|
31604
|
+
font-feature-settings: "cpsp" on;
|
|
31605
|
+
font-size: 16px;
|
|
31606
|
+
line-height: 24px;
|
|
31723
31607
|
}
|
|
31724
|
-
|
|
31725
|
-
|
|
31726
|
-
|
|
31608
|
+
|
|
31609
|
+
.E_l11q3pxd {
|
|
31610
|
+
font-family: Inter;
|
|
31611
|
+
font-style: normal;
|
|
31612
|
+
font-weight: bold;
|
|
31613
|
+
text-transform: uppercase;
|
|
31614
|
+
font-feature-settings: "cpsp" on;
|
|
31615
|
+
font-size: 16px;
|
|
31616
|
+
line-height: 24px;
|
|
31727
31617
|
}
|
|
31728
|
-
|
|
31729
|
-
|
|
31618
|
+
|
|
31619
|
+
.E_lfuc2qu {
|
|
31620
|
+
font-family: Inter;
|
|
31621
|
+
font-style: normal;
|
|
31622
|
+
font-weight: normal;
|
|
31623
|
+
font-size: 14px;
|
|
31624
|
+
line-height: 22px;
|
|
31730
31625
|
}
|
|
31731
31626
|
|
|
31732
|
-
.
|
|
31733
|
-
|
|
31734
|
-
|
|
31627
|
+
.E_l1jmp8r0 {
|
|
31628
|
+
font-family: Inter;
|
|
31629
|
+
font-style: normal;
|
|
31630
|
+
font-weight: 500;
|
|
31631
|
+
font-size: 14px;
|
|
31632
|
+
line-height: 22px;
|
|
31735
31633
|
}
|
|
31736
|
-
|
|
31737
|
-
|
|
31738
|
-
|
|
31739
|
-
|
|
31740
|
-
|
|
31741
|
-
|
|
31634
|
+
|
|
31635
|
+
.E_lcnm221 {
|
|
31636
|
+
font-family: Inter;
|
|
31637
|
+
font-style: normal;
|
|
31638
|
+
font-weight: bold;
|
|
31639
|
+
font-size: 14px;
|
|
31640
|
+
line-height: 22px;
|
|
31742
31641
|
}
|
|
31743
|
-
|
|
31744
|
-
|
|
31745
|
-
|
|
31642
|
+
|
|
31643
|
+
.E_lu1z2n5 {
|
|
31644
|
+
font-family: Inter;
|
|
31645
|
+
font-style: normal;
|
|
31646
|
+
font-weight: normal;
|
|
31647
|
+
font-size: 14px;
|
|
31648
|
+
line-height: 22px;
|
|
31746
31649
|
}
|
|
31747
|
-
|
|
31748
|
-
|
|
31650
|
+
|
|
31651
|
+
.E_l1r59djn {
|
|
31652
|
+
font-family: Inter;
|
|
31653
|
+
font-style: normal;
|
|
31654
|
+
font-weight: bold;
|
|
31655
|
+
font-size: 14px;
|
|
31656
|
+
line-height: 22px;
|
|
31749
31657
|
}
|
|
31750
|
-
|
|
31751
|
-
|
|
31658
|
+
|
|
31659
|
+
.E_ljm2911 {
|
|
31660
|
+
font-family: Inter;
|
|
31661
|
+
font-style: normal;
|
|
31662
|
+
font-weight: normal;
|
|
31663
|
+
text-transform: uppercase;
|
|
31664
|
+
font-feature-settings: "cpsp" on;
|
|
31665
|
+
font-size: 14px;
|
|
31666
|
+
line-height: 22px;
|
|
31752
31667
|
}
|
|
31753
|
-
|
|
31754
|
-
|
|
31668
|
+
|
|
31669
|
+
.E_l124mzmr {
|
|
31670
|
+
font-family: Inter;
|
|
31671
|
+
font-style: normal;
|
|
31672
|
+
font-weight: bold;
|
|
31673
|
+
text-transform: uppercase;
|
|
31674
|
+
font-feature-settings: "cpsp" on;
|
|
31675
|
+
font-size: 14px;
|
|
31676
|
+
line-height: 22px;
|
|
31755
31677
|
}
|
|
31756
|
-
|
|
31757
|
-
|
|
31758
|
-
|
|
31759
|
-
|
|
31760
|
-
|
|
31678
|
+
|
|
31679
|
+
.E_lb3chel {
|
|
31680
|
+
font-family: Inter;
|
|
31681
|
+
font-style: normal;
|
|
31682
|
+
font-weight: normal;
|
|
31683
|
+
font-size: 13px;
|
|
31684
|
+
line-height: 20px;
|
|
31761
31685
|
}
|
|
31762
|
-
|
|
31763
|
-
|
|
31764
|
-
font-
|
|
31765
|
-
|
|
31686
|
+
|
|
31687
|
+
.E_lv9jstu {
|
|
31688
|
+
font-family: Inter;
|
|
31689
|
+
font-style: normal;
|
|
31690
|
+
font-weight: 600;
|
|
31691
|
+
font-size: 13px;
|
|
31692
|
+
line-height: 20px;
|
|
31766
31693
|
}
|
|
31767
|
-
|
|
31768
|
-
|
|
31694
|
+
|
|
31695
|
+
.E_lwqlh3x {
|
|
31696
|
+
font-family: Inter;
|
|
31697
|
+
font-style: normal;
|
|
31698
|
+
font-weight: bold;
|
|
31699
|
+
font-size: 13px;
|
|
31700
|
+
line-height: 20px;
|
|
31769
31701
|
}
|
|
31770
|
-
|
|
31771
|
-
|
|
31772
|
-
|
|
31702
|
+
|
|
31703
|
+
.E_lalum9y {
|
|
31704
|
+
font-family: Inter;
|
|
31705
|
+
font-style: normal;
|
|
31706
|
+
font-weight: normal;
|
|
31707
|
+
font-size: 13px;
|
|
31708
|
+
line-height: 20px;
|
|
31773
31709
|
}
|
|
31774
|
-
|
|
31775
|
-
|
|
31776
|
-
|
|
31777
|
-
|
|
31778
|
-
|
|
31779
|
-
|
|
31780
|
-
|
|
31710
|
+
|
|
31711
|
+
.E_l1t6dj5o {
|
|
31712
|
+
font-family: Inter;
|
|
31713
|
+
font-style: normal;
|
|
31714
|
+
font-weight: 600;
|
|
31715
|
+
font-size: 13px;
|
|
31716
|
+
line-height: 20px;
|
|
31781
31717
|
}
|
|
31782
|
-
|
|
31783
|
-
|
|
31784
|
-
|
|
31718
|
+
|
|
31719
|
+
.E_l12f6ic {
|
|
31720
|
+
font-family: Inter;
|
|
31721
|
+
font-style: normal;
|
|
31722
|
+
font-weight: bold;
|
|
31723
|
+
font-size: 13px;
|
|
31724
|
+
line-height: 20px;
|
|
31785
31725
|
}
|
|
31786
|
-
|
|
31787
|
-
|
|
31788
|
-
|
|
31726
|
+
|
|
31727
|
+
.E_l7gmukq {
|
|
31728
|
+
font-family: Inter;
|
|
31729
|
+
font-style: normal;
|
|
31730
|
+
font-weight: normal;
|
|
31731
|
+
text-transform: uppercase;
|
|
31732
|
+
font-feature-settings: "cpsp" on;
|
|
31733
|
+
font-size: 13px;
|
|
31734
|
+
line-height: 20px;
|
|
31789
31735
|
}
|
|
31790
|
-
|
|
31791
|
-
|
|
31736
|
+
|
|
31737
|
+
.E_lkwl0yp {
|
|
31738
|
+
font-family: Inter;
|
|
31739
|
+
font-style: normal;
|
|
31740
|
+
font-weight: bold;
|
|
31741
|
+
text-transform: uppercase;
|
|
31742
|
+
font-feature-settings: "cpsp" on;
|
|
31743
|
+
font-size: 13px;
|
|
31744
|
+
line-height: 20px;
|
|
31792
31745
|
}
|
|
31793
31746
|
|
|
31794
|
-
|
|
31795
|
-
|
|
31796
|
-
|
|
31747
|
+
.E_l10knv48 {
|
|
31748
|
+
font-family: Inter;
|
|
31749
|
+
font-style: normal;
|
|
31750
|
+
font-weight: normal;
|
|
31751
|
+
font-size: 12px;
|
|
31752
|
+
line-height: 18px;
|
|
31797
31753
|
}
|
|
31798
31754
|
|
|
31799
|
-
.
|
|
31800
|
-
|
|
31801
|
-
|
|
31755
|
+
.E_l6526ld {
|
|
31756
|
+
font-family: Inter;
|
|
31757
|
+
font-style: normal;
|
|
31758
|
+
font-weight: 500;
|
|
31759
|
+
font-size: 12px;
|
|
31760
|
+
line-height: 18px;
|
|
31802
31761
|
}
|
|
31803
31762
|
|
|
31804
|
-
|
|
31805
|
-
|
|
31806
|
-
|
|
31763
|
+
.E_l1j81vli {
|
|
31764
|
+
font-family: Inter;
|
|
31765
|
+
font-style: normal;
|
|
31766
|
+
font-weight: bold;
|
|
31767
|
+
font-size: 12px;
|
|
31768
|
+
line-height: 18px;
|
|
31807
31769
|
}
|
|
31808
31770
|
|
|
31809
|
-
.
|
|
31810
|
-
|
|
31811
|
-
|
|
31771
|
+
.E_l1x7n1mk {
|
|
31772
|
+
font-family: Inter;
|
|
31773
|
+
font-style: normal;
|
|
31774
|
+
font-weight: normal;
|
|
31775
|
+
font-size: 12px;
|
|
31776
|
+
line-height: 18px;
|
|
31812
31777
|
}
|
|
31813
31778
|
|
|
31814
|
-
.
|
|
31815
|
-
|
|
31816
|
-
|
|
31779
|
+
.E_l9fqufz {
|
|
31780
|
+
font-family: Inter;
|
|
31781
|
+
font-style: normal;
|
|
31782
|
+
font-weight: 500;
|
|
31783
|
+
font-size: 12px;
|
|
31784
|
+
line-height: 18px;
|
|
31817
31785
|
}
|
|
31818
31786
|
|
|
31819
|
-
.
|
|
31820
|
-
|
|
31821
|
-
|
|
31787
|
+
.E_l1iwnybd {
|
|
31788
|
+
font-family: Inter;
|
|
31789
|
+
font-style: normal;
|
|
31790
|
+
font-weight: bold;
|
|
31791
|
+
font-size: 12px;
|
|
31792
|
+
line-height: 18px;
|
|
31822
31793
|
}
|
|
31823
31794
|
|
|
31824
|
-
.
|
|
31825
|
-
|
|
31826
|
-
|
|
31795
|
+
.E_lprtm1e {
|
|
31796
|
+
font-family: Inter;
|
|
31797
|
+
font-style: normal;
|
|
31798
|
+
font-weight: normal;
|
|
31799
|
+
text-transform: uppercase;
|
|
31800
|
+
font-feature-settings: "cpsp" on;
|
|
31801
|
+
font-size: 12px;
|
|
31802
|
+
line-height: 18px;
|
|
31827
31803
|
}
|
|
31828
|
-
|
|
31829
|
-
|
|
31804
|
+
|
|
31805
|
+
.E_l1lln87h {
|
|
31806
|
+
font-family: Inter;
|
|
31807
|
+
font-style: normal;
|
|
31808
|
+
font-weight: bold;
|
|
31809
|
+
text-transform: uppercase;
|
|
31810
|
+
font-feature-settings: "cpsp" on;
|
|
31811
|
+
font-size: 12px;
|
|
31812
|
+
line-height: 18px;
|
|
31830
31813
|
}
|
|
31831
|
-
|
|
31832
|
-
|
|
31814
|
+
|
|
31815
|
+
.E_f2pb48l {
|
|
31816
|
+
font-family: Inter;
|
|
31817
|
+
font-style: normal;
|
|
31818
|
+
font-weight: normal;
|
|
31819
|
+
font-size: 13px;
|
|
31820
|
+
line-height: 20px;
|
|
31833
31821
|
}
|
|
31834
|
-
|
|
31835
|
-
|
|
31822
|
+
|
|
31823
|
+
.E_fi9emkw {
|
|
31824
|
+
font-family: Inter;
|
|
31825
|
+
font-style: normal;
|
|
31826
|
+
font-weight: normal;
|
|
31827
|
+
font-size: 13px;
|
|
31828
|
+
line-height: 20px;
|
|
31836
31829
|
}
|
|
31837
|
-
|
|
31838
|
-
|
|
31830
|
+
|
|
31831
|
+
.E_f1nrg7da {
|
|
31832
|
+
font-family: Inter;
|
|
31833
|
+
font-style: normal;
|
|
31834
|
+
font-weight: normal;
|
|
31835
|
+
font-size: 12px;
|
|
31836
|
+
line-height: 18px;
|
|
31839
31837
|
}
|
|
31840
31838
|
|
|
31841
|
-
.
|
|
31842
|
-
font-
|
|
31843
|
-
font-
|
|
31844
|
-
|
|
31839
|
+
.E_f17k1i3n {
|
|
31840
|
+
font-family: Inter;
|
|
31841
|
+
font-style: normal;
|
|
31842
|
+
font-weight: normal;
|
|
31843
|
+
font-size: 12px;
|
|
31845
31844
|
line-height: 18px;
|
|
31846
31845
|
}
|
|
31847
|
-
|
|
31848
|
-
|
|
31846
|
+
|
|
31847
|
+
.E_t1tvuj2e {
|
|
31848
|
+
font-family: Inter;
|
|
31849
|
+
font-style: normal;
|
|
31850
|
+
font-weight: normal;
|
|
31851
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31852
|
+
font-size: 13px;
|
|
31853
|
+
line-height: 20px;
|
|
31849
31854
|
}
|
|
31850
|
-
|
|
31851
|
-
|
|
31855
|
+
|
|
31856
|
+
.E_t17uajlu {
|
|
31857
|
+
font-family: Inter;
|
|
31858
|
+
font-style: normal;
|
|
31859
|
+
font-weight: normal;
|
|
31860
|
+
font-feature-settings: "zero" on;
|
|
31861
|
+
font-size: 13px;
|
|
31862
|
+
line-height: 20px;
|
|
31852
31863
|
}
|
|
31853
31864
|
|
|
31854
|
-
.
|
|
31865
|
+
.E_t114zbyz {
|
|
31866
|
+
font-family: Inter;
|
|
31867
|
+
font-style: normal;
|
|
31868
|
+
font-weight: normal;
|
|
31869
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31855
31870
|
font-size: 12px;
|
|
31856
|
-
|
|
31857
|
-
margin-top: 12px;
|
|
31871
|
+
line-height: 18px;
|
|
31858
31872
|
}
|
|
31859
31873
|
|
|
31860
|
-
.
|
|
31861
|
-
|
|
31874
|
+
.E_t1il0kvi {
|
|
31875
|
+
font-family: Inter;
|
|
31876
|
+
font-style: normal;
|
|
31862
31877
|
font-weight: 500;
|
|
31863
|
-
|
|
31864
|
-
|
|
31878
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31879
|
+
font-size: 12px;
|
|
31880
|
+
line-height: 18px;
|
|
31881
|
+
}
|
|
31882
|
+
|
|
31883
|
+
.E_t10dv8p1 {
|
|
31884
|
+
font-family: Inter;
|
|
31885
|
+
font-style: normal;
|
|
31886
|
+
font-weight: normal;
|
|
31887
|
+
font-feature-settings: "zero" on;
|
|
31888
|
+
font-size: 12px;
|
|
31889
|
+
line-height: 18px;
|
|
31865
31890
|
}
|
|
31866
31891
|
|
|
31867
|
-
.
|
|
31868
|
-
|
|
31869
|
-
|
|
31870
|
-
.E_r1skkc3l span {
|
|
31871
|
-
font-size: 14px;
|
|
31892
|
+
.E_tc2oqpq {
|
|
31893
|
+
font-family: Inter;
|
|
31894
|
+
font-style: normal;
|
|
31872
31895
|
font-weight: 500;
|
|
31873
|
-
|
|
31874
|
-
color: #3e4652;
|
|
31875
|
-
}
|
|
31876
|
-
|
|
31877
|
-
.E_c3cobmo {
|
|
31878
|
-
margin-top: 16px;
|
|
31879
|
-
padding: 8px;
|
|
31880
|
-
border-radius: 6px;
|
|
31881
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31882
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31896
|
+
font-feature-settings: "zero" on;
|
|
31883
31897
|
font-size: 12px;
|
|
31898
|
+
line-height: 18px;
|
|
31884
31899
|
}
|
|
31885
|
-
|
|
31886
|
-
|
|
31887
|
-
|
|
31888
|
-
|
|
31889
|
-
|
|
31900
|
+
|
|
31901
|
+
.E_tzvddmc {
|
|
31902
|
+
font-family: Inter;
|
|
31903
|
+
font-style: normal;
|
|
31904
|
+
font-weight: bold;
|
|
31905
|
+
font-feature-settings: "zero" on;
|
|
31906
|
+
font-size: 16px;
|
|
31907
|
+
line-height: 24px;
|
|
31890
31908
|
}
|
|
31891
|
-
|
|
31892
|
-
|
|
31893
|
-
|
|
31894
|
-
|
|
31909
|
+
|
|
31910
|
+
.E_u18llj45 {
|
|
31911
|
+
font-family: Inter;
|
|
31912
|
+
font-style: normal;
|
|
31913
|
+
font-weight: normal;
|
|
31914
|
+
font-size: 10px;
|
|
31915
|
+
line-height: 12px;
|
|
31895
31916
|
}
|
|
31896
31917
|
|
|
31897
31918
|
.E_s1ebs0ra {
|
|
@@ -31955,6 +31976,162 @@ input.E_rf8rlle.ant-input {
|
|
|
31955
31976
|
background: #fff;
|
|
31956
31977
|
}
|
|
31957
31978
|
|
|
31979
|
+
.E_c1up1pdz {
|
|
31980
|
+
width: 648px;
|
|
31981
|
+
}
|
|
31982
|
+
.E_c1up1pdz.active {
|
|
31983
|
+
border-color: #0080ff;
|
|
31984
|
+
}
|
|
31985
|
+
.E_c1up1pdz.active > header {
|
|
31986
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31987
|
+
}
|
|
31988
|
+
.E_c1up1pdz .expand {
|
|
31989
|
+
padding: 12px;
|
|
31990
|
+
}
|
|
31991
|
+
.E_c1up1pdz .field-item {
|
|
31992
|
+
display: flex;
|
|
31993
|
+
padding: 10px 0;
|
|
31994
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31995
|
+
}
|
|
31996
|
+
.E_c1up1pdz .field-item:last-child {
|
|
31997
|
+
border-bottom: none;
|
|
31998
|
+
padding-bottom: 0;
|
|
31999
|
+
}
|
|
32000
|
+
.E_c1up1pdz .field-item label {
|
|
32001
|
+
line-height: 32px;
|
|
32002
|
+
width: 100px;
|
|
32003
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32004
|
+
}
|
|
32005
|
+
.E_c1up1pdz .help {
|
|
32006
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32007
|
+
margin-top: 5px;
|
|
32008
|
+
}
|
|
32009
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
32010
|
+
.E_c1up1pdz .ant-picker {
|
|
32011
|
+
width: 128px;
|
|
32012
|
+
}
|
|
32013
|
+
|
|
32014
|
+
.E_c156wh19 {
|
|
32015
|
+
display: flex;
|
|
32016
|
+
align-items: center;
|
|
32017
|
+
justify-content: space-between;
|
|
32018
|
+
word-break: keep-all;
|
|
32019
|
+
}
|
|
32020
|
+
.E_c156wh19 .title {
|
|
32021
|
+
margin: 0 16px 0 8px;
|
|
32022
|
+
}
|
|
32023
|
+
.E_c156wh19 .retain {
|
|
32024
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32025
|
+
}
|
|
32026
|
+
.E_c156wh19 div.left {
|
|
32027
|
+
flex: 1;
|
|
32028
|
+
display: flex;
|
|
32029
|
+
overflow: hidden;
|
|
32030
|
+
align-items: center;
|
|
32031
|
+
justify-content: flex-start;
|
|
32032
|
+
white-space: nowrap;
|
|
32033
|
+
}
|
|
32034
|
+
.E_c156wh19 div.left .title {
|
|
32035
|
+
max-width: 100%;
|
|
32036
|
+
overflow: hidden;
|
|
32037
|
+
text-overflow: ellipsis;
|
|
32038
|
+
}
|
|
32039
|
+
.E_c156wh19 div.right {
|
|
32040
|
+
display: flex;
|
|
32041
|
+
align-items: center;
|
|
32042
|
+
}
|
|
32043
|
+
.E_c156wh19 .reverse {
|
|
32044
|
+
display: flex;
|
|
32045
|
+
flex-direction: row-reverse;
|
|
32046
|
+
align-items: center;
|
|
32047
|
+
}
|
|
32048
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
32049
|
+
margin-left: 8px;
|
|
32050
|
+
}
|
|
32051
|
+
.E_c156wh19 .close {
|
|
32052
|
+
padding-left: 14px;
|
|
32053
|
+
margin-left: 14px;
|
|
32054
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
32055
|
+
cursor: pointer;
|
|
32056
|
+
}
|
|
32057
|
+
|
|
32058
|
+
.E_m126spxy {
|
|
32059
|
+
padding-bottom: 4px;
|
|
32060
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32061
|
+
}
|
|
32062
|
+
.E_m126spxy .ant-btn-link {
|
|
32063
|
+
padding: 1px 10px;
|
|
32064
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32065
|
+
border-radius: 4px;
|
|
32066
|
+
}
|
|
32067
|
+
.E_m126spxy .ant-btn-link.active {
|
|
32068
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32069
|
+
color: #0096ff;
|
|
32070
|
+
}
|
|
32071
|
+
|
|
32072
|
+
.E_wpbf4pq {
|
|
32073
|
+
padding: 10px 0;
|
|
32074
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32075
|
+
}
|
|
32076
|
+
.E_wpbf4pq .ant-input,
|
|
32077
|
+
.E_wpbf4pq .ant-picker {
|
|
32078
|
+
width: 80px;
|
|
32079
|
+
margin: 0 9px;
|
|
32080
|
+
text-align: center;
|
|
32081
|
+
}
|
|
32082
|
+
.E_wpbf4pq .options {
|
|
32083
|
+
padding: 12px 0 12px 16px;
|
|
32084
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
32085
|
+
margin: 5px 0 5px 8px;
|
|
32086
|
+
}
|
|
32087
|
+
.E_wpbf4pq .week-day-option,
|
|
32088
|
+
.E_wpbf4pq .month-day-option {
|
|
32089
|
+
background: #f5f7fa;
|
|
32090
|
+
box-sizing: border-box;
|
|
32091
|
+
border-radius: 16px;
|
|
32092
|
+
margin-right: 8px;
|
|
32093
|
+
}
|
|
32094
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
32095
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
32096
|
+
color: inherit;
|
|
32097
|
+
border-color: #d9d9d9;
|
|
32098
|
+
}
|
|
32099
|
+
.E_wpbf4pq .week-day-option.active {
|
|
32100
|
+
background-color: #0096ff;
|
|
32101
|
+
border-color: #0096ff;
|
|
32102
|
+
color: #fff;
|
|
32103
|
+
}
|
|
32104
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
32105
|
+
width: 110px;
|
|
32106
|
+
margin-top: 4px;
|
|
32107
|
+
}
|
|
32108
|
+
.E_wpbf4pq .month-day-option {
|
|
32109
|
+
width: 32px;
|
|
32110
|
+
padding: 0;
|
|
32111
|
+
margin-bottom: 8px;
|
|
32112
|
+
}
|
|
32113
|
+
.E_wpbf4pq .month-day-option.active {
|
|
32114
|
+
background-color: #0096ff;
|
|
32115
|
+
border-color: #0096ff;
|
|
32116
|
+
color: #fff;
|
|
32117
|
+
}
|
|
32118
|
+
|
|
32119
|
+
.E_berrcjl {
|
|
32120
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32121
|
+
margin-bottom: 4px;
|
|
32122
|
+
}
|
|
32123
|
+
.E_berrcjl .breadcrumb-link {
|
|
32124
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32125
|
+
cursor: pointer;
|
|
32126
|
+
transition: color 160ms ease;
|
|
32127
|
+
}
|
|
32128
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
32129
|
+
color: #0080ff;
|
|
32130
|
+
}
|
|
32131
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
32132
|
+
color: #005ed1;
|
|
32133
|
+
}
|
|
32134
|
+
|
|
31958
32135
|
.E_c18gxmrl {
|
|
31959
32136
|
border: 1px solid #d8deeb;
|
|
31960
32137
|
border-radius: 4px;
|
|
@@ -31971,8 +32148,70 @@ input.E_rf8rlle.ant-input {
|
|
|
31971
32148
|
.E_c18gxmrl.active header {
|
|
31972
32149
|
border-bottom: 1px solid #d8deeb;
|
|
31973
32150
|
}
|
|
31974
|
-
.E_c18gxmrl > header {
|
|
31975
|
-
padding: 8px 12px;
|
|
32151
|
+
.E_c18gxmrl > header {
|
|
32152
|
+
padding: 8px 12px;
|
|
32153
|
+
}
|
|
32154
|
+
|
|
32155
|
+
.E_c1bus5hc {
|
|
32156
|
+
--color: white;
|
|
32157
|
+
height: 14px;
|
|
32158
|
+
width: 14px;
|
|
32159
|
+
border-radius: 50%;
|
|
32160
|
+
flex-shrink: 0;
|
|
32161
|
+
display: flex;
|
|
32162
|
+
align-items: center;
|
|
32163
|
+
justify-content: center;
|
|
32164
|
+
border: 1px solid var(--color);
|
|
32165
|
+
}
|
|
32166
|
+
.E_c1bus5hc .circle-inner {
|
|
32167
|
+
position: relative;
|
|
32168
|
+
height: 10px;
|
|
32169
|
+
width: 10px;
|
|
32170
|
+
border-radius: 50%;
|
|
32171
|
+
overflow: hidden;
|
|
32172
|
+
}
|
|
32173
|
+
.E_c1bus5hc .circle-content {
|
|
32174
|
+
position: absolute;
|
|
32175
|
+
height: 100%;
|
|
32176
|
+
width: 100%;
|
|
32177
|
+
left: 0;
|
|
32178
|
+
top: 0;
|
|
32179
|
+
border-radius: 50%;
|
|
32180
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32181
|
+
transform: rotate(180deg);
|
|
32182
|
+
}
|
|
32183
|
+
.E_c1bus5hc .circle-child {
|
|
32184
|
+
position: absolute;
|
|
32185
|
+
height: 100%;
|
|
32186
|
+
width: 100%;
|
|
32187
|
+
left: 0;
|
|
32188
|
+
top: 0;
|
|
32189
|
+
margin-left: 50%;
|
|
32190
|
+
transform-origin: left;
|
|
32191
|
+
background: white;
|
|
32192
|
+
transform: rotate(0deg);
|
|
32193
|
+
}
|
|
32194
|
+
|
|
32195
|
+
.E_c1uzzomf {
|
|
32196
|
+
margin-bottom: 16px;
|
|
32197
|
+
}
|
|
32198
|
+
.E_c1uzzomf .card-title {
|
|
32199
|
+
font-size: 16px;
|
|
32200
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32201
|
+
font-weight: 700;
|
|
32202
|
+
line-height: 32px;
|
|
32203
|
+
}
|
|
32204
|
+
.E_c1uzzomf .card-body {
|
|
32205
|
+
padding: 24px;
|
|
32206
|
+
border-radius: 8px;
|
|
32207
|
+
background: #fff;
|
|
32208
|
+
}
|
|
32209
|
+
.E_c1uzzomf .empty {
|
|
32210
|
+
font-weight: 700;
|
|
32211
|
+
font-size: 14px;
|
|
32212
|
+
line-height: 22px;
|
|
32213
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32214
|
+
text-align: center;
|
|
31976
32215
|
}
|
|
31977
32216
|
|
|
31978
32217
|
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
@@ -32009,64 +32248,165 @@ input.E_rf8rlle.ant-input {
|
|
|
32009
32248
|
background-color: transparent;
|
|
32010
32249
|
}
|
|
32011
32250
|
|
|
32012
|
-
.
|
|
32013
|
-
|
|
32251
|
+
.E_n12mqh7z {
|
|
32252
|
+
display: flex;
|
|
32253
|
+
align-items: center;
|
|
32254
|
+
font-size: 12px;
|
|
32255
|
+
line-height: 18px;
|
|
32256
|
+
}
|
|
32257
|
+
.E_n12mqh7z:not(:last-child) {
|
|
32258
|
+
margin-bottom: 4px;
|
|
32014
32259
|
}
|
|
32015
32260
|
|
|
32016
|
-
.
|
|
32017
|
-
|
|
32018
|
-
|
|
32019
|
-
|
|
32020
|
-
|
|
32021
|
-
|
|
32261
|
+
.E_tf5bynu {
|
|
32262
|
+
margin: 0 3px;
|
|
32263
|
+
}
|
|
32264
|
+
|
|
32265
|
+
.E_tcckoz1 {
|
|
32266
|
+
max-height: 400px;
|
|
32267
|
+
overflow: "auto";
|
|
32268
|
+
}
|
|
32269
|
+
|
|
32270
|
+
.E_gmyahx3 {
|
|
32271
|
+
cursor: pointer;
|
|
32272
|
+
}
|
|
32273
|
+
.E_gmyahx3 .link-text {
|
|
32274
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32275
|
+
}
|
|
32276
|
+
.E_gmyahx3:hover .link-text {
|
|
32277
|
+
color: #0080ff;
|
|
32278
|
+
}
|
|
32279
|
+
|
|
32280
|
+
.E_c18bcrac {
|
|
32281
|
+
display: inline-block;
|
|
32282
|
+
width: 100%;
|
|
32283
|
+
}
|
|
32284
|
+
.E_c18bcrac .recharts-wrapper {
|
|
32285
|
+
margin-left: 4px;
|
|
32286
|
+
}
|
|
32287
|
+
|
|
32288
|
+
.E_cro7kg2 {
|
|
32289
|
+
padding: 4px;
|
|
32290
|
+
}
|
|
32291
|
+
|
|
32292
|
+
.E_c14wcxf0 {
|
|
32022
32293
|
display: flex;
|
|
32294
|
+
justify-content: space-between;
|
|
32023
32295
|
align-items: center;
|
|
32024
|
-
|
|
32025
|
-
|
|
32296
|
+
font-size: 13px;
|
|
32297
|
+
line-height: 24px;
|
|
32298
|
+
color: #cccccc;
|
|
32299
|
+
white-space: nowrap;
|
|
32026
32300
|
}
|
|
32027
|
-
.
|
|
32301
|
+
.E_c14wcxf0 label {
|
|
32302
|
+
margin-right: 32px;
|
|
32303
|
+
}
|
|
32304
|
+
|
|
32305
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
32306
|
+
font-weight: bold;
|
|
32307
|
+
color: white;
|
|
32308
|
+
}
|
|
32309
|
+
|
|
32310
|
+
.E_s11212zy {
|
|
32311
|
+
width: 8px;
|
|
32312
|
+
height: 8px;
|
|
32313
|
+
border-radius: 2px;
|
|
32314
|
+
display: inline-block;
|
|
32315
|
+
background: var(--s11212zy-0);
|
|
32316
|
+
border: 1px solid #fff;
|
|
32317
|
+
box-sizing: content-box;
|
|
32318
|
+
margin-right: 6px;
|
|
32319
|
+
}
|
|
32320
|
+
|
|
32321
|
+
.E_p1lyky6c > :first-child {
|
|
32322
|
+
font-weight: bold;
|
|
32323
|
+
color: white;
|
|
32324
|
+
margin-right: 4px;
|
|
32325
|
+
}
|
|
32326
|
+
|
|
32327
|
+
.E_tqjc4ui {
|
|
32328
|
+
margin: 0 2px;
|
|
32329
|
+
}
|
|
32330
|
+
|
|
32331
|
+
.E_d1bw7c5z {
|
|
32028
32332
|
position: relative;
|
|
32029
|
-
|
|
32030
|
-
width:
|
|
32031
|
-
border-radius: 50%;
|
|
32032
|
-
overflow: hidden;
|
|
32333
|
+
max-width: 388px;
|
|
32334
|
+
min-width: 245px;
|
|
32033
32335
|
}
|
|
32034
|
-
.
|
|
32336
|
+
.E_d1bw7c5z .center {
|
|
32035
32337
|
position: absolute;
|
|
32036
|
-
|
|
32338
|
+
font-size: 12px;
|
|
32339
|
+
width: 80px;
|
|
32340
|
+
height: 92px;
|
|
32341
|
+
top: 12px;
|
|
32342
|
+
left: 39px;
|
|
32343
|
+
display: flex;
|
|
32344
|
+
flex-direction: column;
|
|
32345
|
+
justify-content: center;
|
|
32346
|
+
align-items: center;
|
|
32347
|
+
color: #00122e;
|
|
32348
|
+
}
|
|
32349
|
+
.E_d1bw7c5z .center .number {
|
|
32350
|
+
font-size: 24px;
|
|
32351
|
+
font-weight: 700;
|
|
32352
|
+
}
|
|
32353
|
+
.E_d1bw7c5z .center .text {
|
|
32354
|
+
padding: 0 5px;
|
|
32355
|
+
font-size: 12px;
|
|
32356
|
+
width: inherit;
|
|
32357
|
+
}
|
|
32358
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
32359
|
+
display: flex;
|
|
32360
|
+
}
|
|
32361
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
32362
|
+
position: relative !important;
|
|
32363
|
+
width: calc(100% - 148px) !important;
|
|
32364
|
+
left: 0 !important;
|
|
32365
|
+
bottom: 0 !important;
|
|
32366
|
+
display: flex;
|
|
32367
|
+
align-items: center;
|
|
32368
|
+
}
|
|
32369
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
32037
32370
|
width: 100%;
|
|
32038
|
-
left: 0;
|
|
32039
|
-
top: 0;
|
|
32040
|
-
border-radius: 50%;
|
|
32041
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32042
|
-
transform: rotate(180deg);
|
|
32043
32371
|
}
|
|
32044
|
-
.
|
|
32045
|
-
position: absolute;
|
|
32046
|
-
height: 100%;
|
|
32372
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
32047
32373
|
width: 100%;
|
|
32048
|
-
|
|
32049
|
-
|
|
32050
|
-
margin-left: 50%;
|
|
32051
|
-
transform-origin: left;
|
|
32052
|
-
background: white;
|
|
32053
|
-
transform: rotate(0deg);
|
|
32374
|
+
margin-right: 0 !important;
|
|
32375
|
+
line-height: 18px;
|
|
32054
32376
|
}
|
|
32055
|
-
|
|
32056
|
-
|
|
32057
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32058
|
-
margin-bottom: 4px;
|
|
32377
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
32378
|
+
border-radius: 2px;
|
|
32059
32379
|
}
|
|
32060
|
-
.
|
|
32061
|
-
|
|
32380
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
32381
|
+
min-width: 75px;
|
|
32382
|
+
width: calc(100% - 20px);
|
|
32383
|
+
margin-left: 2px;
|
|
32384
|
+
color: #00122e !important;
|
|
32385
|
+
display: inline-flex;
|
|
32386
|
+
justify-content: space-between;
|
|
32387
|
+
}
|
|
32388
|
+
.E_d1bw7c5z .tooltip-text {
|
|
32389
|
+
maxwidth: calc(100% - 12px);
|
|
32062
32390
|
cursor: pointer;
|
|
32063
|
-
|
|
32391
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
32392
|
+
overflow: hidden;
|
|
32393
|
+
text-overflow: ellipsis;
|
|
32394
|
+
white-space: nowrap;
|
|
32064
32395
|
}
|
|
32065
|
-
.
|
|
32066
|
-
color:
|
|
32396
|
+
.E_d1bw7c5z .value {
|
|
32397
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32067
32398
|
}
|
|
32068
|
-
|
|
32069
|
-
|
|
32399
|
+
|
|
32400
|
+
.E_t10pqbtc {
|
|
32401
|
+
width: 140px;
|
|
32402
|
+
}
|
|
32403
|
+
.E_t10pqbtc .item {
|
|
32404
|
+
margin: 6px auto;
|
|
32405
|
+
display: flex;
|
|
32406
|
+
justify-content: space-between;
|
|
32407
|
+
}
|
|
32408
|
+
.E_t10pqbtc .item .name {
|
|
32409
|
+
width: 102px;
|
|
32070
32410
|
}
|
|
32071
32411
|
|
|
32072
32412
|
.E_clm1wy1 {
|
|
@@ -32152,112 +32492,30 @@ input.E_rf8rlle.ant-input {
|
|
|
32152
32492
|
border-radius: 1px;
|
|
32153
32493
|
background: #0096ff;
|
|
32154
32494
|
}
|
|
32155
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
32156
|
-
margin-right: 2px;
|
|
32157
|
-
}
|
|
32158
|
-
.E_cxhf7dh .bar {
|
|
32159
|
-
width: 9px;
|
|
32160
|
-
height: 2px;
|
|
32161
|
-
background: #0096ff;
|
|
32162
|
-
border-radius: 2px;
|
|
32163
|
-
}
|
|
32164
|
-
|
|
32165
|
-
.E_c18bcrac {
|
|
32166
|
-
display: inline-block;
|
|
32167
|
-
width: 100%;
|
|
32168
|
-
}
|
|
32169
|
-
.E_c18bcrac .recharts-wrapper {
|
|
32170
|
-
margin-left: 4px;
|
|
32171
|
-
}
|
|
32172
|
-
|
|
32173
|
-
.E_cro7kg2 {
|
|
32174
|
-
padding: 4px;
|
|
32175
|
-
}
|
|
32176
|
-
|
|
32177
|
-
.E_c14wcxf0 {
|
|
32178
|
-
display: flex;
|
|
32179
|
-
justify-content: space-between;
|
|
32180
|
-
align-items: center;
|
|
32181
|
-
font-size: 13px;
|
|
32182
|
-
line-height: 24px;
|
|
32183
|
-
color: #cccccc;
|
|
32184
|
-
white-space: nowrap;
|
|
32185
|
-
}
|
|
32186
|
-
.E_c14wcxf0 label {
|
|
32187
|
-
margin-right: 32px;
|
|
32188
|
-
}
|
|
32189
|
-
|
|
32190
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
32191
|
-
font-weight: bold;
|
|
32192
|
-
color: white;
|
|
32193
|
-
}
|
|
32194
|
-
|
|
32195
|
-
.E_s11212zy {
|
|
32196
|
-
width: 8px;
|
|
32197
|
-
height: 8px;
|
|
32198
|
-
border-radius: 2px;
|
|
32199
|
-
display: inline-block;
|
|
32200
|
-
background: var(--s11212zy-0);
|
|
32201
|
-
border: 1px solid #fff;
|
|
32202
|
-
box-sizing: content-box;
|
|
32203
|
-
margin-right: 6px;
|
|
32204
|
-
}
|
|
32205
|
-
|
|
32206
|
-
.E_p1lyky6c > :first-child {
|
|
32207
|
-
font-weight: bold;
|
|
32208
|
-
color: white;
|
|
32209
|
-
margin-right: 4px;
|
|
32210
|
-
}
|
|
32211
|
-
|
|
32212
|
-
.E_n12mqh7z {
|
|
32213
|
-
display: flex;
|
|
32214
|
-
align-items: center;
|
|
32215
|
-
font-size: 12px;
|
|
32216
|
-
line-height: 18px;
|
|
32217
|
-
}
|
|
32218
|
-
.E_n12mqh7z:not(:last-child) {
|
|
32219
|
-
margin-bottom: 4px;
|
|
32220
|
-
}
|
|
32221
|
-
|
|
32222
|
-
.E_tf5bynu {
|
|
32223
|
-
margin: 0 3px;
|
|
32224
|
-
}
|
|
32225
|
-
|
|
32226
|
-
.E_tcckoz1 {
|
|
32227
|
-
max-height: 400px;
|
|
32228
|
-
overflow: "auto";
|
|
32229
|
-
}
|
|
32230
|
-
|
|
32231
|
-
.E_c1uzzomf {
|
|
32232
|
-
margin-bottom: 16px;
|
|
32233
|
-
}
|
|
32234
|
-
.E_c1uzzomf .card-title {
|
|
32235
|
-
font-size: 16px;
|
|
32236
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32237
|
-
font-weight: 700;
|
|
32238
|
-
line-height: 32px;
|
|
32239
|
-
}
|
|
32240
|
-
.E_c1uzzomf .card-body {
|
|
32241
|
-
padding: 24px;
|
|
32242
|
-
border-radius: 8px;
|
|
32243
|
-
background: #fff;
|
|
32495
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
32496
|
+
margin-right: 2px;
|
|
32244
32497
|
}
|
|
32245
|
-
.
|
|
32246
|
-
|
|
32247
|
-
|
|
32248
|
-
|
|
32249
|
-
|
|
32250
|
-
text-align: center;
|
|
32498
|
+
.E_cxhf7dh .bar {
|
|
32499
|
+
width: 9px;
|
|
32500
|
+
height: 2px;
|
|
32501
|
+
background: #0096ff;
|
|
32502
|
+
border-radius: 2px;
|
|
32251
32503
|
}
|
|
32252
32504
|
|
|
32253
|
-
.
|
|
32254
|
-
|
|
32505
|
+
.E_ou7iq30 {
|
|
32506
|
+
overflow: hidden;
|
|
32507
|
+
text-overflow: ellipsis;
|
|
32255
32508
|
}
|
|
32256
|
-
|
|
32257
|
-
|
|
32509
|
+
|
|
32510
|
+
.E_s1tui002 {
|
|
32511
|
+
white-space: nowrap;
|
|
32258
32512
|
}
|
|
32259
|
-
|
|
32260
|
-
|
|
32513
|
+
|
|
32514
|
+
.E_mxrc2zg {
|
|
32515
|
+
display: -webkit-box;
|
|
32516
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32517
|
+
-webkit-box-orient: vertical;
|
|
32518
|
+
word-break: break-all;
|
|
32261
32519
|
}
|
|
32262
32520
|
|
|
32263
32521
|
.E_t1sqg15u {
|
|
@@ -32350,162 +32608,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32350
32608
|
padding-right: 12px;
|
|
32351
32609
|
}
|
|
32352
32610
|
|
|
32353
|
-
.E_ou7iq30 {
|
|
32354
|
-
overflow: hidden;
|
|
32355
|
-
text-overflow: ellipsis;
|
|
32356
|
-
}
|
|
32357
|
-
|
|
32358
|
-
.E_s1tui002 {
|
|
32359
|
-
white-space: nowrap;
|
|
32360
|
-
}
|
|
32361
|
-
|
|
32362
|
-
.E_mxrc2zg {
|
|
32363
|
-
display: -webkit-box;
|
|
32364
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32365
|
-
-webkit-box-orient: vertical;
|
|
32366
|
-
word-break: break-all;
|
|
32367
|
-
}
|
|
32368
|
-
|
|
32369
|
-
.E_c1up1pdz {
|
|
32370
|
-
width: 648px;
|
|
32371
|
-
}
|
|
32372
|
-
.E_c1up1pdz.active {
|
|
32373
|
-
border-color: #0080ff;
|
|
32374
|
-
}
|
|
32375
|
-
.E_c1up1pdz.active > header {
|
|
32376
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32377
|
-
}
|
|
32378
|
-
.E_c1up1pdz .expand {
|
|
32379
|
-
padding: 12px;
|
|
32380
|
-
}
|
|
32381
|
-
.E_c1up1pdz .field-item {
|
|
32382
|
-
display: flex;
|
|
32383
|
-
padding: 10px 0;
|
|
32384
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32385
|
-
}
|
|
32386
|
-
.E_c1up1pdz .field-item:last-child {
|
|
32387
|
-
border-bottom: none;
|
|
32388
|
-
padding-bottom: 0;
|
|
32389
|
-
}
|
|
32390
|
-
.E_c1up1pdz .field-item label {
|
|
32391
|
-
line-height: 32px;
|
|
32392
|
-
width: 100px;
|
|
32393
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32394
|
-
}
|
|
32395
|
-
.E_c1up1pdz .help {
|
|
32396
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32397
|
-
margin-top: 5px;
|
|
32398
|
-
}
|
|
32399
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
32400
|
-
.E_c1up1pdz .ant-picker {
|
|
32401
|
-
width: 128px;
|
|
32402
|
-
}
|
|
32403
|
-
|
|
32404
|
-
.E_c156wh19 {
|
|
32405
|
-
display: flex;
|
|
32406
|
-
align-items: center;
|
|
32407
|
-
justify-content: space-between;
|
|
32408
|
-
word-break: keep-all;
|
|
32409
|
-
}
|
|
32410
|
-
.E_c156wh19 .title {
|
|
32411
|
-
margin: 0 16px 0 8px;
|
|
32412
|
-
}
|
|
32413
|
-
.E_c156wh19 .retain {
|
|
32414
|
-
color: rgba(129, 138, 153, 0.6);
|
|
32415
|
-
}
|
|
32416
|
-
.E_c156wh19 div.left {
|
|
32417
|
-
flex: 1;
|
|
32418
|
-
display: flex;
|
|
32419
|
-
overflow: hidden;
|
|
32420
|
-
align-items: center;
|
|
32421
|
-
justify-content: flex-start;
|
|
32422
|
-
white-space: nowrap;
|
|
32423
|
-
}
|
|
32424
|
-
.E_c156wh19 div.left .title {
|
|
32425
|
-
max-width: 100%;
|
|
32426
|
-
overflow: hidden;
|
|
32427
|
-
text-overflow: ellipsis;
|
|
32428
|
-
}
|
|
32429
|
-
.E_c156wh19 div.right {
|
|
32430
|
-
display: flex;
|
|
32431
|
-
align-items: center;
|
|
32432
|
-
}
|
|
32433
|
-
.E_c156wh19 .reverse {
|
|
32434
|
-
display: flex;
|
|
32435
|
-
flex-direction: row-reverse;
|
|
32436
|
-
align-items: center;
|
|
32437
|
-
}
|
|
32438
|
-
.E_c156wh19 .reverse .ant-switch {
|
|
32439
|
-
margin-left: 8px;
|
|
32440
|
-
}
|
|
32441
|
-
.E_c156wh19 .close {
|
|
32442
|
-
padding-left: 14px;
|
|
32443
|
-
margin-left: 14px;
|
|
32444
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
32445
|
-
cursor: pointer;
|
|
32446
|
-
}
|
|
32447
|
-
|
|
32448
|
-
.E_m126spxy {
|
|
32449
|
-
padding-bottom: 4px;
|
|
32450
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32451
|
-
}
|
|
32452
|
-
.E_m126spxy .ant-btn-link {
|
|
32453
|
-
padding: 1px 10px;
|
|
32454
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32455
|
-
border-radius: 4px;
|
|
32456
|
-
}
|
|
32457
|
-
.E_m126spxy .ant-btn-link.active {
|
|
32458
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32459
|
-
color: #0096ff;
|
|
32460
|
-
}
|
|
32461
|
-
|
|
32462
|
-
.E_wpbf4pq {
|
|
32463
|
-
padding: 10px 0;
|
|
32464
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32465
|
-
}
|
|
32466
|
-
.E_wpbf4pq .ant-input,
|
|
32467
|
-
.E_wpbf4pq .ant-picker {
|
|
32468
|
-
width: 80px;
|
|
32469
|
-
margin: 0 9px;
|
|
32470
|
-
text-align: center;
|
|
32471
|
-
}
|
|
32472
|
-
.E_wpbf4pq .options {
|
|
32473
|
-
padding: 12px 0 12px 16px;
|
|
32474
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
32475
|
-
margin: 5px 0 5px 8px;
|
|
32476
|
-
}
|
|
32477
|
-
.E_wpbf4pq .week-day-option,
|
|
32478
|
-
.E_wpbf4pq .month-day-option {
|
|
32479
|
-
background: #f5f7fa;
|
|
32480
|
-
box-sizing: border-box;
|
|
32481
|
-
border-radius: 16px;
|
|
32482
|
-
margin-right: 8px;
|
|
32483
|
-
}
|
|
32484
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
32485
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
32486
|
-
color: inherit;
|
|
32487
|
-
border-color: #d9d9d9;
|
|
32488
|
-
}
|
|
32489
|
-
.E_wpbf4pq .week-day-option.active {
|
|
32490
|
-
background-color: #0096ff;
|
|
32491
|
-
border-color: #0096ff;
|
|
32492
|
-
color: #fff;
|
|
32493
|
-
}
|
|
32494
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
32495
|
-
width: 110px;
|
|
32496
|
-
margin-top: 4px;
|
|
32497
|
-
}
|
|
32498
|
-
.E_wpbf4pq .month-day-option {
|
|
32499
|
-
width: 32px;
|
|
32500
|
-
padding: 0;
|
|
32501
|
-
margin-bottom: 8px;
|
|
32502
|
-
}
|
|
32503
|
-
.E_wpbf4pq .month-day-option.active {
|
|
32504
|
-
background-color: #0096ff;
|
|
32505
|
-
border-color: #0096ff;
|
|
32506
|
-
color: #fff;
|
|
32507
|
-
}
|
|
32508
|
-
|
|
32509
32611
|
.E_s1iv0tp1 .enabled-switch {
|
|
32510
32612
|
display: flex;
|
|
32511
32613
|
align-items: center;
|
|
@@ -32544,6 +32646,13 @@ input.E_rf8rlle.ant-input {
|
|
|
32544
32646
|
color: #00122e !important;
|
|
32545
32647
|
}
|
|
32546
32648
|
|
|
32649
|
+
.E_c1yyuluq {
|
|
32650
|
+
border-radius: 8px;
|
|
32651
|
+
}
|
|
32652
|
+
.E_c1yyuluq .ant-card-body {
|
|
32653
|
+
padding: 20px 24px 24px 24px;
|
|
32654
|
+
}
|
|
32655
|
+
|
|
32547
32656
|
.E_m74vjol {
|
|
32548
32657
|
display: flex;
|
|
32549
32658
|
justify-content: space-between;
|
|
@@ -32557,13 +32666,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32557
32666
|
width: 100%;
|
|
32558
32667
|
}
|
|
32559
32668
|
|
|
32560
|
-
.E_c1yyuluq {
|
|
32561
|
-
border-radius: 8px;
|
|
32562
|
-
}
|
|
32563
|
-
.E_c1yyuluq .ant-card-body {
|
|
32564
|
-
padding: 20px 24px 24px 24px;
|
|
32565
|
-
}
|
|
32566
|
-
|
|
32567
32669
|
.E_ccrbeuz .ant-collapse-item {
|
|
32568
32670
|
border: 0px;
|
|
32569
32671
|
background-color: #fff;
|
|
@@ -32597,86 +32699,29 @@ button.E_l48ei06 .button-suffix-icon {
|
|
|
32597
32699
|
margin-left: 4px;
|
|
32598
32700
|
}
|
|
32599
32701
|
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
32600
|
-
color: #009dff;
|
|
32601
|
-
}
|
|
32602
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32603
|
-
color: #005ed1;
|
|
32604
|
-
}
|
|
32605
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
32606
|
-
color: #0080FF;
|
|
32607
|
-
}
|
|
32608
|
-
button.E_l48ei06.ui-kit-link-subtle {
|
|
32609
|
-
color: #00122e;
|
|
32610
|
-
}
|
|
32611
|
-
button.E_l48ei06.ui-kit-link-subtle:hover, button.E_l48ei06.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32612
|
-
color: #0080FF;
|
|
32613
|
-
}
|
|
32614
|
-
button.E_l48ei06.ui-kit-link-subtle:active, button.E_l48ei06.ui-kit-link-subtle.__pseudo-states-active {
|
|
32615
|
-
color: #005ed1;
|
|
32616
|
-
}
|
|
32617
|
-
button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
32618
|
-
color: #00122e;
|
|
32619
|
-
}
|
|
32620
|
-
|
|
32621
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32622
|
-
display: flex;
|
|
32623
|
-
}
|
|
32624
|
-
|
|
32625
|
-
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32626
|
-
border-radius: 6px;
|
|
32627
|
-
}
|
|
32628
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
32629
|
-
width: 100%;
|
|
32630
|
-
color: #2d3a56;
|
|
32631
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32632
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32633
|
-
font-size: 13px;
|
|
32634
|
-
}
|
|
32635
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32636
|
-
height: 30px;
|
|
32637
|
-
}
|
|
32638
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32639
|
-
height: 38px;
|
|
32640
|
-
font-size: 13px;
|
|
32641
|
-
}
|
|
32642
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32643
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32644
|
-
transition: 160ms ease;
|
|
32645
|
-
}
|
|
32646
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32647
|
-
color: #0080ff;
|
|
32648
|
-
}
|
|
32649
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32650
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32651
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32652
|
-
}
|
|
32653
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32654
|
-
color: #0080ff;
|
|
32702
|
+
color: #009dff;
|
|
32655
32703
|
}
|
|
32656
|
-
.
|
|
32657
|
-
|
|
32658
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32704
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
32705
|
+
color: #005ed1;
|
|
32659
32706
|
}
|
|
32660
|
-
.
|
|
32661
|
-
|
|
32707
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
32708
|
+
color: #0080FF;
|
|
32662
32709
|
}
|
|
32663
|
-
.
|
|
32664
|
-
|
|
32665
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32666
|
-
cursor: "not-allowed";
|
|
32710
|
+
button.E_l48ei06.ui-kit-link-subtle {
|
|
32711
|
+
color: #00122e;
|
|
32667
32712
|
}
|
|
32668
|
-
.
|
|
32669
|
-
|
|
32713
|
+
button.E_l48ei06.ui-kit-link-subtle:hover, button.E_l48ei06.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32714
|
+
color: #0080FF;
|
|
32670
32715
|
}
|
|
32671
|
-
.
|
|
32672
|
-
color: #
|
|
32716
|
+
button.E_l48ei06.ui-kit-link-subtle:active, button.E_l48ei06.ui-kit-link-subtle.__pseudo-states-active {
|
|
32717
|
+
color: #005ed1;
|
|
32673
32718
|
}
|
|
32674
|
-
.
|
|
32675
|
-
|
|
32676
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32719
|
+
button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
32720
|
+
color: #00122e;
|
|
32677
32721
|
}
|
|
32678
|
-
|
|
32679
|
-
|
|
32722
|
+
|
|
32723
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32724
|
+
display: flex;
|
|
32680
32725
|
}
|
|
32681
32726
|
|
|
32682
32727
|
.E_ivqqkzv {
|
|
@@ -32763,6 +32808,63 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32763
32808
|
display: inline-block;
|
|
32764
32809
|
}
|
|
32765
32810
|
|
|
32811
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32812
|
+
border-radius: 6px;
|
|
32813
|
+
}
|
|
32814
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
32815
|
+
width: 100%;
|
|
32816
|
+
color: #2d3a56;
|
|
32817
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32818
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32819
|
+
font-size: 13px;
|
|
32820
|
+
}
|
|
32821
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32822
|
+
height: 30px;
|
|
32823
|
+
}
|
|
32824
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32825
|
+
height: 38px;
|
|
32826
|
+
font-size: 13px;
|
|
32827
|
+
}
|
|
32828
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32829
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32830
|
+
transition: 160ms ease;
|
|
32831
|
+
}
|
|
32832
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32833
|
+
color: #0080ff;
|
|
32834
|
+
}
|
|
32835
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32836
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32837
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32838
|
+
}
|
|
32839
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32840
|
+
color: #0080ff;
|
|
32841
|
+
}
|
|
32842
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32843
|
+
border-color: #0080ff;
|
|
32844
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32845
|
+
}
|
|
32846
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32847
|
+
transform: rotate(180deg);
|
|
32848
|
+
}
|
|
32849
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32850
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32851
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32852
|
+
cursor: "not-allowed";
|
|
32853
|
+
}
|
|
32854
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32855
|
+
border-color: #f0483e !important;
|
|
32856
|
+
}
|
|
32857
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32858
|
+
color: #1d326c;
|
|
32859
|
+
}
|
|
32860
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32861
|
+
border-color: #0080ff;
|
|
32862
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32863
|
+
}
|
|
32864
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32865
|
+
transform: rotate(180deg);
|
|
32866
|
+
}
|
|
32867
|
+
|
|
32766
32868
|
.E_s1sck0th {
|
|
32767
32869
|
padding: 0 8px;
|
|
32768
32870
|
border-radius: 4px;
|
|
@@ -32845,6 +32947,10 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32845
32947
|
background-color: #7E41FF;
|
|
32846
32948
|
}
|
|
32847
32949
|
|
|
32950
|
+
.E_tju3gfj .date {
|
|
32951
|
+
margin-right: 4px;
|
|
32952
|
+
}
|
|
32953
|
+
|
|
32848
32954
|
.E_t13ef470 {
|
|
32849
32955
|
height: 100%;
|
|
32850
32956
|
}
|
|
@@ -32875,10 +32981,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32875
32981
|
background: rgba(163, 180, 204, 0.18);
|
|
32876
32982
|
}
|
|
32877
32983
|
|
|
32878
|
-
.E_tju3gfj .date {
|
|
32879
|
-
margin-right: 4px;
|
|
32880
|
-
}
|
|
32881
|
-
|
|
32882
32984
|
.E_h1ol2wl7 {
|
|
32883
32985
|
font-weight: bold;
|
|
32884
32986
|
background-color: unset;
|
|
@@ -33668,257 +33770,103 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33668
33770
|
line-height: 32px;
|
|
33669
33771
|
padding: 0 8px 0 12px;
|
|
33670
33772
|
}
|
|
33671
|
-
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
33672
|
-
flex: 1;
|
|
33673
|
-
display: flex;
|
|
33674
|
-
align-items: center;
|
|
33675
|
-
gap: 8px;
|
|
33676
|
-
color: #00122e;
|
|
33677
|
-
}
|
|
33678
|
-
.E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
|
|
33679
|
-
color: rgba(0, 21, 64, 0.3);
|
|
33680
|
-
}
|
|
33681
|
-
.E_dhqt3dw.date-range-picker .date-input-content input {
|
|
33682
|
-
border: none;
|
|
33683
|
-
outline: none;
|
|
33684
|
-
width: 162px;
|
|
33685
|
-
padding: 0;
|
|
33686
|
-
height: 22px;
|
|
33687
|
-
line-height: 22px;
|
|
33688
|
-
text-align: center;
|
|
33689
|
-
}
|
|
33690
|
-
.E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
|
|
33691
|
-
color: rgba(0, 21, 64, 0.3);
|
|
33692
|
-
text-align: center;
|
|
33693
|
-
}
|
|
33694
|
-
.E_dhqt3dw.date-range-picker .date-input-content input:disabled {
|
|
33695
|
-
background: inherit;
|
|
33696
|
-
}
|
|
33697
|
-
.E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
|
|
33698
|
-
border: none;
|
|
33699
|
-
outline: none;
|
|
33700
|
-
box-shadow: none;
|
|
33701
|
-
}
|
|
33702
|
-
.E_dhqt3dw.date-range-picker .past-time-icon {
|
|
33703
|
-
cursor: pointer;
|
|
33704
|
-
}
|
|
33705
|
-
|
|
33706
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
33707
|
-
padding: 12px 12px 0 12px;
|
|
33708
|
-
}
|
|
33709
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33710
|
-
padding-left: 16px;
|
|
33711
|
-
}
|
|
33712
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
33713
|
-
margin-right: 0;
|
|
33714
|
-
}
|
|
33715
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
33716
|
-
margin-left: 2px;
|
|
33717
|
-
}
|
|
33718
|
-
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
33719
|
-
max-height: 470px;
|
|
33720
|
-
overflow: auto;
|
|
33721
|
-
}
|
|
33722
|
-
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
33723
|
-
padding: 0 12px;
|
|
33724
|
-
}
|
|
33725
|
-
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
33726
|
-
height: 470px;
|
|
33727
|
-
overflow: auto;
|
|
33728
|
-
}
|
|
33729
|
-
|
|
33730
|
-
.E_d1tc7lgk {
|
|
33731
|
-
min-width: 200px;
|
|
33732
|
-
}
|
|
33733
|
-
.E_d1tc7lgk header {
|
|
33734
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33735
|
-
padding: 8px 12px;
|
|
33736
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33737
|
-
}
|
|
33738
|
-
.E_d1tc7lgk ul {
|
|
33739
|
-
list-style: none;
|
|
33740
|
-
padding: 12px;
|
|
33741
|
-
}
|
|
33742
|
-
.E_d1tc7lgk ul li {
|
|
33743
|
-
padding: 5px 8px;
|
|
33744
|
-
border-radius: 5px;
|
|
33745
|
-
transition: all 0.2s ease-in-out;
|
|
33746
|
-
cursor: pointer;
|
|
33747
|
-
}
|
|
33748
|
-
.E_d1tc7lgk ul li:hover {
|
|
33749
|
-
background: rgba(0, 136, 255, 0.16);
|
|
33750
|
-
color: #0080ff;
|
|
33751
|
-
}
|
|
33752
|
-
.E_d1tc7lgk ul li:active {
|
|
33753
|
-
background: rgba(0, 136, 255, 0.2);
|
|
33754
|
-
color: #0080ff;
|
|
33755
|
-
}
|
|
33756
|
-
.E_d1tc7lgk ul li + li {
|
|
33757
|
-
margin-top: 2px;
|
|
33758
|
-
}
|
|
33759
|
-
|
|
33760
|
-
.E_rzaik16 {
|
|
33761
|
-
padding: 0;
|
|
33762
|
-
}
|
|
33763
|
-
.E_rzaik16 .ant-popover-arrow {
|
|
33764
|
-
display: none;
|
|
33765
|
-
}
|
|
33766
|
-
.E_rzaik16 .ant-popover-inner-content {
|
|
33767
|
-
padding: 0;
|
|
33768
|
-
}
|
|
33769
|
-
|
|
33770
|
-
.E_c1yd35n {
|
|
33771
|
-
padding: 0 12px 14px 12px;
|
|
33772
|
-
}
|
|
33773
|
-
|
|
33774
|
-
.E_c1kghdax {
|
|
33775
|
-
color: #2d3a56;
|
|
33776
|
-
padding: 7px 12px;
|
|
33777
|
-
display: flex;
|
|
33778
|
-
justify-content: space-between;
|
|
33779
|
-
align-items: center;
|
|
33780
|
-
}
|
|
33781
|
-
.E_c1kghdax.has-arrow {
|
|
33782
|
-
padding-left: 10px;
|
|
33783
|
-
}
|
|
33784
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33785
|
-
cursor: pointer;
|
|
33786
|
-
color: #00122e;
|
|
33787
|
-
}
|
|
33788
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33789
|
-
color: #2d3a56;
|
|
33790
|
-
font-weight: 600;
|
|
33791
|
-
}
|
|
33792
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33793
|
-
transform: rotate(90deg);
|
|
33794
|
-
}
|
|
33795
|
-
.E_c1kghdax .sub-info {
|
|
33796
|
-
font-size: 12px;
|
|
33797
|
-
line-height: 18px;
|
|
33798
|
-
}
|
|
33799
|
-
.E_c1kghdax .title-wrapper {
|
|
33800
|
-
display: flex;
|
|
33801
|
-
align-items: center;
|
|
33802
|
-
user-select: none;
|
|
33803
|
-
flex-grow: 1;
|
|
33804
|
-
font-size: 12px;
|
|
33805
|
-
line-height: 18px;
|
|
33806
|
-
color: #2d3a56;
|
|
33807
|
-
font-weight: 700;
|
|
33808
|
-
}
|
|
33809
|
-
.E_c1kghdax .collapse-arrow {
|
|
33810
|
-
transition: all 50ms ease-out 0ms;
|
|
33811
|
-
margin-right: 2px;
|
|
33812
|
-
}
|
|
33813
|
-
|
|
33814
|
-
.E_ckui4s7 {
|
|
33815
|
-
color: #2d3a56;
|
|
33816
|
-
line-height: 22px;
|
|
33817
|
-
display: inline-flex;
|
|
33818
|
-
}
|
|
33819
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33820
|
-
height: 22px;
|
|
33821
|
-
display: flex;
|
|
33822
|
-
align-items: center;
|
|
33823
|
-
top: 0;
|
|
33824
|
-
}
|
|
33825
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33826
|
-
border: none;
|
|
33827
|
-
}
|
|
33828
|
-
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33829
|
-
border-color: #0080ff;
|
|
33773
|
+
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
33774
|
+
flex: 1;
|
|
33775
|
+
display: flex;
|
|
33776
|
+
align-items: center;
|
|
33777
|
+
gap: 8px;
|
|
33778
|
+
color: #00122e;
|
|
33830
33779
|
}
|
|
33831
|
-
.
|
|
33832
|
-
|
|
33780
|
+
.E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
|
|
33781
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33833
33782
|
}
|
|
33834
|
-
.
|
|
33835
|
-
border:
|
|
33783
|
+
.E_dhqt3dw.date-range-picker .date-input-content input {
|
|
33784
|
+
border: none;
|
|
33785
|
+
outline: none;
|
|
33786
|
+
width: 162px;
|
|
33787
|
+
padding: 0;
|
|
33788
|
+
height: 22px;
|
|
33789
|
+
line-height: 22px;
|
|
33790
|
+
text-align: center;
|
|
33836
33791
|
}
|
|
33837
|
-
.
|
|
33838
|
-
|
|
33792
|
+
.E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
|
|
33793
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33794
|
+
text-align: center;
|
|
33839
33795
|
}
|
|
33840
|
-
.
|
|
33841
|
-
background
|
|
33842
|
-
height: 2px;
|
|
33843
|
-
width: 10px;
|
|
33844
|
-
border-radius: 2px;
|
|
33796
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:disabled {
|
|
33797
|
+
background: inherit;
|
|
33845
33798
|
}
|
|
33846
|
-
.
|
|
33847
|
-
|
|
33799
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
|
|
33800
|
+
border: none;
|
|
33801
|
+
outline: none;
|
|
33802
|
+
box-shadow: none;
|
|
33848
33803
|
}
|
|
33849
|
-
.
|
|
33850
|
-
|
|
33851
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33804
|
+
.E_dhqt3dw.date-range-picker .past-time-icon {
|
|
33805
|
+
cursor: pointer;
|
|
33852
33806
|
}
|
|
33853
|
-
|
|
33854
|
-
|
|
33807
|
+
|
|
33808
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
33809
|
+
padding: 12px 12px 0 12px;
|
|
33855
33810
|
}
|
|
33856
|
-
.
|
|
33857
|
-
|
|
33811
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33812
|
+
padding-left: 16px;
|
|
33858
33813
|
}
|
|
33859
|
-
.
|
|
33860
|
-
|
|
33814
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
33815
|
+
margin-right: 0;
|
|
33861
33816
|
}
|
|
33862
|
-
.
|
|
33863
|
-
|
|
33864
|
-
margin-left: 12px;
|
|
33865
|
-
color: #2d3a56;
|
|
33817
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
33818
|
+
margin-left: 2px;
|
|
33866
33819
|
}
|
|
33867
|
-
.
|
|
33868
|
-
|
|
33869
|
-
|
|
33820
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
33821
|
+
max-height: 470px;
|
|
33822
|
+
overflow: auto;
|
|
33870
33823
|
}
|
|
33871
|
-
.
|
|
33872
|
-
|
|
33824
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
33825
|
+
padding: 0 12px;
|
|
33873
33826
|
}
|
|
33874
|
-
.
|
|
33875
|
-
|
|
33827
|
+
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
33828
|
+
height: 470px;
|
|
33829
|
+
overflow: auto;
|
|
33876
33830
|
}
|
|
33877
33831
|
|
|
33878
|
-
.
|
|
33879
|
-
|
|
33880
|
-
width: 24px;
|
|
33881
|
-
border-radius: 6px;
|
|
33882
|
-
padding: 4px;
|
|
33832
|
+
.E_d1tc7lgk {
|
|
33833
|
+
min-width: 200px;
|
|
33883
33834
|
}
|
|
33884
|
-
.
|
|
33885
|
-
|
|
33835
|
+
.E_d1tc7lgk header {
|
|
33836
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33837
|
+
padding: 8px 12px;
|
|
33838
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33886
33839
|
}
|
|
33887
|
-
.
|
|
33888
|
-
|
|
33840
|
+
.E_d1tc7lgk ul {
|
|
33841
|
+
list-style: none;
|
|
33842
|
+
padding: 12px;
|
|
33889
33843
|
}
|
|
33890
|
-
|
|
33891
|
-
|
|
33892
|
-
|
|
33893
|
-
|
|
33844
|
+
.E_d1tc7lgk ul li {
|
|
33845
|
+
padding: 5px 8px;
|
|
33846
|
+
border-radius: 5px;
|
|
33847
|
+
transition: all 0.2s ease-in-out;
|
|
33848
|
+
cursor: pointer;
|
|
33894
33849
|
}
|
|
33895
|
-
.
|
|
33896
|
-
|
|
33897
|
-
width: 24px;
|
|
33898
|
-
border-radius: 20px;
|
|
33850
|
+
.E_d1tc7lgk ul li:hover {
|
|
33851
|
+
background: rgba(0, 136, 255, 0.16);
|
|
33899
33852
|
color: #0080ff;
|
|
33900
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33901
|
-
display: flex;
|
|
33902
|
-
align-items: center;
|
|
33903
|
-
justify-content: center;
|
|
33904
|
-
margin-right: 6px;
|
|
33905
33853
|
}
|
|
33906
|
-
|
|
33907
|
-
.
|
|
33908
|
-
|
|
33854
|
+
.E_d1tc7lgk ul li:active {
|
|
33855
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33856
|
+
color: #0080ff;
|
|
33857
|
+
}
|
|
33858
|
+
.E_d1tc7lgk ul li + li {
|
|
33859
|
+
margin-top: 2px;
|
|
33909
33860
|
}
|
|
33910
33861
|
|
|
33911
|
-
.
|
|
33912
|
-
|
|
33913
|
-
background-color: white;
|
|
33862
|
+
.E_rzaik16 {
|
|
33863
|
+
padding: 0;
|
|
33914
33864
|
}
|
|
33915
|
-
.
|
|
33916
|
-
|
|
33865
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
33866
|
+
display: none;
|
|
33917
33867
|
}
|
|
33918
|
-
.
|
|
33919
|
-
|
|
33920
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33921
|
-
transform: translateY(-4px);
|
|
33868
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
33869
|
+
padding: 0;
|
|
33922
33870
|
}
|
|
33923
33871
|
|
|
33924
33872
|
.E_t160l1cm {
|
|
@@ -34062,153 +34010,225 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34062
34010
|
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
34063
34011
|
padding: 4px 16px;
|
|
34064
34012
|
}
|
|
34065
|
-
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
34066
|
-
background: #fff;
|
|
34013
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
34014
|
+
background: #fff;
|
|
34015
|
+
}
|
|
34016
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
34017
|
+
color: #005ed1;
|
|
34018
|
+
}
|
|
34019
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
34020
|
+
background: #fff;
|
|
34021
|
+
color: #1d326c;
|
|
34022
|
+
}
|
|
34023
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
34024
|
+
color: rgba(45, 58, 86, 0.6);
|
|
34025
|
+
}
|
|
34026
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
34027
|
+
color: #1d326c;
|
|
34028
|
+
}
|
|
34029
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
34030
|
+
fill: #d8deeb;
|
|
34031
|
+
}
|
|
34032
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
34033
|
+
fill: #1d326c;
|
|
34034
|
+
}
|
|
34035
|
+
.E_t160l1cm .tab-content {
|
|
34036
|
+
flex: 1;
|
|
34037
|
+
display: flex;
|
|
34038
|
+
flex-direction: column;
|
|
34039
|
+
}
|
|
34040
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
34041
|
+
overflow: visible;
|
|
34042
|
+
}
|
|
34043
|
+
|
|
34044
|
+
.E_t14npdqr {
|
|
34045
|
+
max-width: 240px;
|
|
34046
|
+
animation: none;
|
|
34047
|
+
}
|
|
34048
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
34049
|
+
border: 1px solid #0080ff;
|
|
34050
|
+
padding: 0;
|
|
34051
|
+
}
|
|
34052
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
34053
|
+
margin: 0;
|
|
34054
|
+
height: 32px;
|
|
34055
|
+
line-height: 32px;
|
|
34056
|
+
font-size: 13px;
|
|
34057
|
+
padding: 0 10px;
|
|
34058
|
+
display: block;
|
|
34059
|
+
overflow: hidden;
|
|
34060
|
+
text-overflow: ellipsis;
|
|
34061
|
+
white-space: nowrap;
|
|
34062
|
+
}
|
|
34063
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
34064
|
+
content: " ";
|
|
34065
|
+
height: 1px;
|
|
34066
|
+
width: calc(100% + 10px);
|
|
34067
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34068
|
+
display: block;
|
|
34069
|
+
}
|
|
34070
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
34071
|
+
color: #0080ff;
|
|
34072
|
+
background: transparent;
|
|
34073
|
+
}
|
|
34074
|
+
|
|
34075
|
+
.E_c1kghdax {
|
|
34076
|
+
color: #2d3a56;
|
|
34077
|
+
padding: 7px 12px;
|
|
34078
|
+
display: flex;
|
|
34079
|
+
justify-content: space-between;
|
|
34080
|
+
align-items: center;
|
|
34081
|
+
}
|
|
34082
|
+
.E_c1kghdax.has-arrow {
|
|
34083
|
+
padding-left: 10px;
|
|
34084
|
+
}
|
|
34085
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34086
|
+
cursor: pointer;
|
|
34087
|
+
color: #00122e;
|
|
34088
|
+
}
|
|
34089
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34090
|
+
color: #2d3a56;
|
|
34091
|
+
font-weight: 600;
|
|
34092
|
+
}
|
|
34093
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34094
|
+
transform: rotate(90deg);
|
|
34095
|
+
}
|
|
34096
|
+
.E_c1kghdax .sub-info {
|
|
34097
|
+
font-size: 12px;
|
|
34098
|
+
line-height: 18px;
|
|
34099
|
+
}
|
|
34100
|
+
.E_c1kghdax .title-wrapper {
|
|
34101
|
+
display: flex;
|
|
34102
|
+
align-items: center;
|
|
34103
|
+
user-select: none;
|
|
34104
|
+
flex-grow: 1;
|
|
34105
|
+
font-size: 12px;
|
|
34106
|
+
line-height: 18px;
|
|
34107
|
+
color: #2d3a56;
|
|
34108
|
+
font-weight: 700;
|
|
34109
|
+
}
|
|
34110
|
+
.E_c1kghdax .collapse-arrow {
|
|
34111
|
+
transition: all 50ms ease-out 0ms;
|
|
34112
|
+
margin-right: 2px;
|
|
34113
|
+
}
|
|
34114
|
+
|
|
34115
|
+
.E_c1yd35n {
|
|
34116
|
+
padding: 0 12px 14px 12px;
|
|
34117
|
+
}
|
|
34118
|
+
|
|
34119
|
+
.E_ckui4s7 {
|
|
34120
|
+
color: #2d3a56;
|
|
34121
|
+
line-height: 22px;
|
|
34122
|
+
display: inline-flex;
|
|
34123
|
+
}
|
|
34124
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34125
|
+
height: 22px;
|
|
34126
|
+
display: flex;
|
|
34127
|
+
align-items: center;
|
|
34128
|
+
top: 0;
|
|
34129
|
+
}
|
|
34130
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34131
|
+
border: none;
|
|
34067
34132
|
}
|
|
34068
|
-
.
|
|
34069
|
-
color: #
|
|
34133
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
34134
|
+
border-color: #0080ff;
|
|
34070
34135
|
}
|
|
34071
|
-
.
|
|
34072
|
-
|
|
34073
|
-
color: #1d326c;
|
|
34136
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34137
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34074
34138
|
}
|
|
34075
|
-
.
|
|
34076
|
-
|
|
34139
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34140
|
+
border: 1px solid #0080ff;
|
|
34077
34141
|
}
|
|
34078
|
-
.
|
|
34079
|
-
|
|
34142
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34143
|
+
background: #0080ff;
|
|
34080
34144
|
}
|
|
34081
|
-
.
|
|
34082
|
-
|
|
34145
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34146
|
+
background-color: #fff;
|
|
34147
|
+
height: 2px;
|
|
34148
|
+
width: 10px;
|
|
34149
|
+
border-radius: 2px;
|
|
34083
34150
|
}
|
|
34084
|
-
.
|
|
34085
|
-
|
|
34151
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34152
|
+
opacity: 0.5;
|
|
34086
34153
|
}
|
|
34087
|
-
.
|
|
34088
|
-
|
|
34089
|
-
|
|
34090
|
-
flex-direction: column;
|
|
34154
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34155
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34156
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34091
34157
|
}
|
|
34092
|
-
.
|
|
34093
|
-
|
|
34158
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34159
|
+
border-color: #2d3a56;
|
|
34094
34160
|
}
|
|
34095
|
-
|
|
34096
|
-
|
|
34097
|
-
max-width: 240px;
|
|
34098
|
-
animation: none;
|
|
34161
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34162
|
+
background: #2d3a56;
|
|
34099
34163
|
}
|
|
34100
|
-
.
|
|
34101
|
-
border: 1px solid #0080ff;
|
|
34164
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34102
34165
|
padding: 0;
|
|
34103
34166
|
}
|
|
34104
|
-
.
|
|
34105
|
-
|
|
34106
|
-
|
|
34107
|
-
|
|
34108
|
-
font-size: 13px;
|
|
34109
|
-
padding: 0 10px;
|
|
34110
|
-
display: block;
|
|
34111
|
-
overflow: hidden;
|
|
34112
|
-
text-overflow: ellipsis;
|
|
34113
|
-
white-space: nowrap;
|
|
34167
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34168
|
+
display: inline-block;
|
|
34169
|
+
margin-left: 12px;
|
|
34170
|
+
color: #2d3a56;
|
|
34114
34171
|
}
|
|
34115
|
-
.
|
|
34116
|
-
|
|
34117
|
-
|
|
34118
|
-
width: calc(100% + 10px);
|
|
34119
|
-
background: rgba(172, 186, 211, 0.6);
|
|
34120
|
-
display: block;
|
|
34172
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34173
|
+
margin-left: 28px;
|
|
34174
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34121
34175
|
}
|
|
34122
|
-
.
|
|
34123
|
-
|
|
34124
|
-
background: transparent;
|
|
34176
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34177
|
+
margin-left: 8px;
|
|
34125
34178
|
}
|
|
34126
|
-
|
|
34127
|
-
|
|
34128
|
-
padding: 0 8px;
|
|
34129
|
-
height: 18px;
|
|
34179
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34180
|
+
margin-left: 24px;
|
|
34130
34181
|
}
|
|
34131
34182
|
|
|
34132
|
-
.
|
|
34133
|
-
padding: 2px 8px;
|
|
34183
|
+
.E_suhck3k {
|
|
34134
34184
|
height: 24px;
|
|
34185
|
+
width: 24px;
|
|
34186
|
+
border-radius: 6px;
|
|
34187
|
+
padding: 4px;
|
|
34135
34188
|
}
|
|
34136
|
-
|
|
34137
|
-
.
|
|
34138
|
-
margin: 0;
|
|
34189
|
+
.E_suhck3k:hover {
|
|
34190
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34139
34191
|
}
|
|
34140
|
-
|
|
34141
|
-
|
|
34142
|
-
margin-right: 4px;
|
|
34143
|
-
height: 16px;
|
|
34192
|
+
.E_suhck3k:hover svg path {
|
|
34193
|
+
fill: blue;
|
|
34144
34194
|
}
|
|
34145
34195
|
|
|
34146
|
-
.
|
|
34147
|
-
|
|
34148
|
-
color: #00122e;
|
|
34149
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34150
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34151
|
-
word-break: break-all;
|
|
34152
|
-
display: inline;
|
|
34153
|
-
white-space: normal;
|
|
34196
|
+
.E_b14q2gmw {
|
|
34197
|
+
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);
|
|
34154
34198
|
}
|
|
34155
34199
|
|
|
34156
|
-
.
|
|
34157
|
-
|
|
34158
|
-
|
|
34200
|
+
.E_c1eym6el {
|
|
34201
|
+
border-radius: 8px;
|
|
34202
|
+
background-color: white;
|
|
34159
34203
|
}
|
|
34160
|
-
|
|
34161
|
-
|
|
34162
|
-
padding-left: 0;
|
|
34204
|
+
.E_c1eym6el.hoverable {
|
|
34205
|
+
cursor: pointer;
|
|
34163
34206
|
}
|
|
34164
|
-
.
|
|
34165
|
-
|
|
34166
|
-
|
|
34167
|
-
|
|
34207
|
+
.E_c1eym6el.hoverable:hover {
|
|
34208
|
+
transition: all 200ms ease;
|
|
34209
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34210
|
+
transform: translateY(-4px);
|
|
34168
34211
|
}
|
|
34169
34212
|
|
|
34170
|
-
.
|
|
34171
|
-
height: 8px;
|
|
34172
|
-
box-sizing: border-box;
|
|
34173
|
-
border-radius: 2px;
|
|
34174
|
-
background: #f5f7fa;
|
|
34213
|
+
.E_ryby9ds {
|
|
34175
34214
|
display: flex;
|
|
34176
|
-
|
|
34177
|
-
overflow: hidden;
|
|
34215
|
+
align-items: center;
|
|
34178
34216
|
}
|
|
34179
|
-
.
|
|
34180
|
-
|
|
34217
|
+
.E_ryby9ds .order {
|
|
34218
|
+
height: 24px;
|
|
34219
|
+
width: 24px;
|
|
34220
|
+
border-radius: 20px;
|
|
34221
|
+
color: #0080ff;
|
|
34222
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34223
|
+
display: flex;
|
|
34224
|
+
align-items: center;
|
|
34225
|
+
justify-content: center;
|
|
34226
|
+
margin-right: 6px;
|
|
34181
34227
|
}
|
|
34182
34228
|
|
|
34183
|
-
.
|
|
34184
|
-
|
|
34185
|
-
|
|
34186
|
-
flex-flow: nowrap !important;
|
|
34187
|
-
line-break: auto;
|
|
34188
|
-
}
|
|
34189
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
34190
|
-
text-align: left !important;
|
|
34191
|
-
padding-bottom: 0 !important;
|
|
34192
|
-
}
|
|
34193
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
34194
|
-
min-height: 32px;
|
|
34195
|
-
height: auto;
|
|
34196
|
-
font-size: 13px;
|
|
34197
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34198
|
-
white-space: normal;
|
|
34199
|
-
}
|
|
34200
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
34201
|
-
border-color: #ff4d4f !important;
|
|
34202
|
-
}
|
|
34203
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
34204
|
-
margin-top: 4px;
|
|
34205
|
-
font-size: 12px;
|
|
34206
|
-
min-height: 0px;
|
|
34207
|
-
}
|
|
34208
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
34209
|
-
font-size: 12px;
|
|
34210
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34211
|
-
min-height: 0px;
|
|
34229
|
+
.E_i1g85yz3 {
|
|
34230
|
+
margin-right: 4px;
|
|
34231
|
+
height: 16px;
|
|
34212
34232
|
}
|
|
34213
34233
|
|
|
34214
34234
|
.E_t1dtlqs1 {
|
|
@@ -34404,6 +34424,75 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34404
34424
|
margin-right: 8px;
|
|
34405
34425
|
}
|
|
34406
34426
|
|
|
34427
|
+
.E_slr2ynn {
|
|
34428
|
+
padding: 0 8px;
|
|
34429
|
+
height: 18px;
|
|
34430
|
+
}
|
|
34431
|
+
|
|
34432
|
+
.E_m140wbb6 {
|
|
34433
|
+
padding: 2px 8px;
|
|
34434
|
+
height: 24px;
|
|
34435
|
+
}
|
|
34436
|
+
|
|
34437
|
+
.E_t1fozc1i {
|
|
34438
|
+
margin: 0;
|
|
34439
|
+
}
|
|
34440
|
+
|
|
34441
|
+
.E_i1vxv4ln {
|
|
34442
|
+
margin-right: 4px;
|
|
34443
|
+
height: 16px;
|
|
34444
|
+
}
|
|
34445
|
+
|
|
34446
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34447
|
+
font-weight: 700;
|
|
34448
|
+
color: #00122e;
|
|
34449
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34450
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34451
|
+
word-break: break-all;
|
|
34452
|
+
display: inline;
|
|
34453
|
+
white-space: normal;
|
|
34454
|
+
}
|
|
34455
|
+
|
|
34456
|
+
.E_w7ob4th.outside-tag {
|
|
34457
|
+
padding-left: 0;
|
|
34458
|
+
}
|
|
34459
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34460
|
+
border-radius: 4px 0 0 4px;
|
|
34461
|
+
padding-right: 4px;
|
|
34462
|
+
margin-right: 4px;
|
|
34463
|
+
}
|
|
34464
|
+
|
|
34465
|
+
.E_f7pxqmh {
|
|
34466
|
+
width: 100%;
|
|
34467
|
+
margin-bottom: 0 !important;
|
|
34468
|
+
flex-flow: nowrap !important;
|
|
34469
|
+
line-break: auto;
|
|
34470
|
+
}
|
|
34471
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
34472
|
+
text-align: left !important;
|
|
34473
|
+
padding-bottom: 0 !important;
|
|
34474
|
+
}
|
|
34475
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
34476
|
+
min-height: 32px;
|
|
34477
|
+
height: auto;
|
|
34478
|
+
font-size: 13px;
|
|
34479
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34480
|
+
white-space: normal;
|
|
34481
|
+
}
|
|
34482
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
34483
|
+
border-color: #ff4d4f !important;
|
|
34484
|
+
}
|
|
34485
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
34486
|
+
margin-top: 4px;
|
|
34487
|
+
font-size: 12px;
|
|
34488
|
+
min-height: 0px;
|
|
34489
|
+
}
|
|
34490
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
34491
|
+
font-size: 12px;
|
|
34492
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34493
|
+
min-height: 0px;
|
|
34494
|
+
}
|
|
34495
|
+
|
|
34407
34496
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
34408
34497
|
display: var(--ai7qkf2-0);
|
|
34409
34498
|
}
|