@cloudtower/eagle 0.27.0 → 0.27.1-beta.1
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/UIKitProvider/UIKitProvider.stories.d.ts +7 -0
- package/dist/UIKitProvider/index.d.ts +1 -1
- package/dist/components/Alert/Alert.stories.d.ts +11 -0
- package/dist/components/Arch/Arch.stories.d.ts +18 -0
- package/dist/components/BaseIcon/BaseIcon.stories.d.ts +4 -0
- package/dist/components/Bit/Bit.stories.d.ts +17 -0
- package/dist/components/BitPerSecond/BitPerSecond.stories.d.ts +17 -0
- package/dist/components/Bps/Bps.stories.d.ts +17 -0
- package/dist/components/Button/Button.stories.d.ts +20 -0
- package/dist/components/Button/HoverableElement.stories.d.ts +3 -0
- package/dist/components/Byte/Byte.stories.d.ts +17 -0
- package/dist/components/Card/Card.stories.d.ts +23 -0
- package/dist/components/ExpandableList/CustomHeader.stories.d.ts +4 -0
- package/dist/components/ExpandableList/ExpandableItem.stories.d.ts +10 -0
- package/dist/components/ExpandableList/ExpandableList.stories.d.ts +5 -0
- package/dist/components/Fields/FieldsBoolean/FieldsBoolean.stories.d.ts +9 -0
- package/dist/components/Fields/FieldsDateTimeRange/FieldsDateTimeRange.stories.d.ts +5 -0
- package/dist/components/Fields/FieldsDateTimeRange/index.d.ts +2 -2
- package/dist/components/Fields/FieldsEnum/FieldsEnum.stories.d.ts +7 -0
- package/dist/components/Fields/FieldsInteger/FieldsInteger.stories.d.ts +7 -0
- package/dist/components/Fields/FieldsString/FieldsString.stories.d.ts +17 -0
- package/dist/components/Fields/FieldsTimePicker/FieldsTimePicker.stories.d.ts +9 -0
- package/dist/components/Fields/index.d.ts +2 -2
- package/dist/components/FormItem/Form.stories.d.ts +3 -0
- package/dist/components/Frequency/Frequency.stories.d.ts +17 -0
- package/dist/components/I18nNameTag/I18nNameTag.stories.d.ts +13 -0
- package/dist/components/Icon/Icon.stories.d.ts +21 -0
- package/dist/components/Input/Input.simple.stories.d.ts +12 -0
- package/dist/components/Input/Input.stories.d.ts +28 -0
- package/dist/components/InputGroup/inputGroup.stories.d.ts +6 -0
- package/dist/components/Loading/Loading.stories.d.ts +12 -0
- package/dist/components/Metric/Metric.stories.d.ts +4 -0
- package/dist/components/Modal/Modal.stories.d.ts +16 -0
- package/dist/components/OverflowTooltip/OverflowTooltip.stories.d.ts +17 -0
- package/dist/components/Pagination/Pagination.stories.d.ts +6 -0
- package/dist/components/Percent/Percent.stories.d.ts +32 -0
- package/dist/components/Radio/Radio.stories.d.ts +29 -0
- package/dist/components/Radio/RadioButton.stories.d.ts +8 -0
- package/dist/components/Radio/RadioGroup.stories.d.ts +23 -0
- package/dist/components/SearchInput/SearchInput.stories.d.ts +14 -0
- package/dist/components/Second/Second.stories.d.ts +22 -0
- package/dist/components/Select/Select.Simple.stories.d.ts +10 -0
- package/dist/components/Select/Select.stories.d.ts +16 -0
- package/dist/components/SimplePagination/SimplePagination.stories.d.ts +7 -0
- package/dist/components/Space/Space.stories.d.ts +8 -0
- package/dist/components/Speed/Speed.stories.d.ts +17 -0
- package/dist/components/StatusCapsule/StatusCapsule.stories.d.ts +12 -0
- package/dist/components/Steps/Steps.stories.d.ts +8 -0
- package/dist/components/Switch/Switch.stories.d.ts +17 -0
- package/dist/components/Table/Table.stories.d.ts +16 -0
- package/dist/components/TableForm/TableForm.stories.d.ts +17 -0
- package/dist/components/Tag/Tag.stories.d.ts +29 -0
- package/dist/components/Time/time.stories.d.ts +6 -0
- package/dist/components/TimeZoneSelect/TimeZoneSelect.stories.d.ts +17 -0
- package/dist/components/Token/Token.stories.d.ts +24 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts +6 -0
- package/dist/components/Truncate/Truncate.stories.d.ts +8 -0
- package/dist/components/message-group/message-group.stories.d.ts +17 -0
- package/dist/components.css +379 -356
- package/dist/core/AccordionCard/AccordionCard.stories.d.ts +7 -0
- package/dist/core/Breadcrumb/Breadcrumb.stories.d.ts +6 -0
- package/dist/core/Breadcrumb/index.d.ts +7 -0
- package/dist/core/DetailCard/DetailCard.stories.d.ts +7 -0
- package/dist/coreX/Counting/Counting.stories.d.ts +29 -0
- package/dist/coreX/Counting/index.d.ts +4 -0
- package/dist/coreX/TruncatedTextWithTooltip/TruncatedTextWithTooltip.stories.d.ts +7 -0
- package/dist/coreX/TruncatedTextWithTooltip/index.d.ts +10 -0
- package/dist/esm/index.js +561 -434
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +8 -1
- package/dist/spec/type.d.ts +15 -0
- package/dist/{components/Stack/index.d.ts → stories/Stack.d.ts} +2 -2
- package/dist/stories/Story.d.ts +5 -0
- package/dist/stories/changeLng.stories.d.ts +8 -0
- package/dist/stories/icons-react.stories.d.ts +3 -0
- package/dist/stories/index.d.ts +2 -0
- package/dist/stories/menu.stories.d.ts +17 -0
- package/dist/style.css +622 -599
- package/dist/umd/index.js +559 -432
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
- /package/dist/components/Card/__test__/{Card.spec.d.ts → Card.test.d.ts} +0 -0
- /package/dist/components/TableForm/__test__/{utils.spec.d.ts → utils.test.d.ts} +0 -0
package/dist/style.css
CHANGED
|
@@ -29927,35 +29927,6 @@ html body {
|
|
|
29927
29927
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29928
29928
|
}
|
|
29929
29929
|
}
|
|
29930
|
-
.bpq0js6 {
|
|
29931
|
-
padding: 4px 11px;
|
|
29932
|
-
}
|
|
29933
|
-
|
|
29934
|
-
.b15sn34c {
|
|
29935
|
-
white-space: nowrap;
|
|
29936
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29937
|
-
}
|
|
29938
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29939
|
-
--color: #0080ff;
|
|
29940
|
-
}
|
|
29941
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29942
|
-
--color: #0080ff;
|
|
29943
|
-
}
|
|
29944
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29945
|
-
margin-left: 1px;
|
|
29946
|
-
}
|
|
29947
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29948
|
-
border-top-right-radius: 0;
|
|
29949
|
-
border-bottom-right-radius: 0;
|
|
29950
|
-
}
|
|
29951
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29952
|
-
border-top-left-radius: 0;
|
|
29953
|
-
border-bottom-left-radius: 0;
|
|
29954
|
-
}
|
|
29955
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29956
|
-
border-radius: unset;
|
|
29957
|
-
}
|
|
29958
|
-
|
|
29959
29930
|
.buj61ew.ant-btn-icon-only {
|
|
29960
29931
|
justify-content: center;
|
|
29961
29932
|
}
|
|
@@ -30206,6 +30177,50 @@ html body {
|
|
|
30206
30177
|
padding: 0;
|
|
30207
30178
|
}
|
|
30208
30179
|
|
|
30180
|
+
.bpq0js6 {
|
|
30181
|
+
padding: 4px 11px;
|
|
30182
|
+
}
|
|
30183
|
+
|
|
30184
|
+
.b15sn34c {
|
|
30185
|
+
white-space: nowrap;
|
|
30186
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30187
|
+
}
|
|
30188
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30189
|
+
--color: #0080ff;
|
|
30190
|
+
}
|
|
30191
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30192
|
+
--color: #0080ff;
|
|
30193
|
+
}
|
|
30194
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30195
|
+
margin-left: 1px;
|
|
30196
|
+
}
|
|
30197
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30198
|
+
border-top-right-radius: 0;
|
|
30199
|
+
border-bottom-right-radius: 0;
|
|
30200
|
+
}
|
|
30201
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30202
|
+
border-top-left-radius: 0;
|
|
30203
|
+
border-bottom-left-radius: 0;
|
|
30204
|
+
}
|
|
30205
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30206
|
+
border-radius: unset;
|
|
30207
|
+
}
|
|
30208
|
+
|
|
30209
|
+
.fde5mpd {
|
|
30210
|
+
width: 100%;
|
|
30211
|
+
height: 100%;
|
|
30212
|
+
min-height: 124px;
|
|
30213
|
+
display: flex;
|
|
30214
|
+
flex-direction: column;
|
|
30215
|
+
justify-content: center;
|
|
30216
|
+
align-items: center;
|
|
30217
|
+
}
|
|
30218
|
+
.fde5mpd .error-text {
|
|
30219
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30220
|
+
margin-bottom: 16px;
|
|
30221
|
+
font-size: 18px;
|
|
30222
|
+
}
|
|
30223
|
+
|
|
30209
30224
|
.i1mrf09m {
|
|
30210
30225
|
display: inline-flex;
|
|
30211
30226
|
align-items: center;
|
|
@@ -30224,6 +30239,28 @@ html body {
|
|
|
30224
30239
|
animation: rotate 680ms linear infinite;
|
|
30225
30240
|
}
|
|
30226
30241
|
|
|
30242
|
+
.iap75of {
|
|
30243
|
+
height: 18px;
|
|
30244
|
+
line-height: 18px;
|
|
30245
|
+
padding: 0 4px;
|
|
30246
|
+
border-radius: 4px;
|
|
30247
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30248
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30249
|
+
display: flex;
|
|
30250
|
+
align-items: center;
|
|
30251
|
+
white-space: nowrap;
|
|
30252
|
+
margin-right: 4px;
|
|
30253
|
+
}
|
|
30254
|
+
|
|
30255
|
+
.obf05yr {
|
|
30256
|
+
display: inline-block;
|
|
30257
|
+
}
|
|
30258
|
+
|
|
30259
|
+
.hsms1n6 {
|
|
30260
|
+
visibility: hidden;
|
|
30261
|
+
position: absolute;
|
|
30262
|
+
}
|
|
30263
|
+
|
|
30227
30264
|
.p12gwtiw {
|
|
30228
30265
|
display: flex;
|
|
30229
30266
|
justify-content: space-between;
|
|
@@ -30281,19 +30318,150 @@ html body {
|
|
|
30281
30318
|
line-height: 18px;
|
|
30282
30319
|
}
|
|
30283
30320
|
|
|
30284
|
-
.
|
|
30285
|
-
|
|
30286
|
-
|
|
30287
|
-
|
|
30288
|
-
display: flex;
|
|
30289
|
-
flex-direction: column;
|
|
30290
|
-
justify-content: center;
|
|
30291
|
-
align-items: center;
|
|
30321
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30322
|
+
display: inline-flex;
|
|
30323
|
+
align-items: baseline;
|
|
30324
|
+
white-space: pre-wrap;
|
|
30292
30325
|
}
|
|
30293
|
-
.
|
|
30294
|
-
|
|
30295
|
-
|
|
30296
|
-
|
|
30326
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30327
|
+
position: relative;
|
|
30328
|
+
top: 3px;
|
|
30329
|
+
}
|
|
30330
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30331
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30332
|
+
}
|
|
30333
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30334
|
+
border-color: #0080ff;
|
|
30335
|
+
}
|
|
30336
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30337
|
+
border-color: #0080ff;
|
|
30338
|
+
background: #0080ff;
|
|
30339
|
+
}
|
|
30340
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30341
|
+
top: 4px;
|
|
30342
|
+
left: 4px;
|
|
30343
|
+
width: 6px;
|
|
30344
|
+
height: 6px;
|
|
30345
|
+
background: #fff;
|
|
30346
|
+
}
|
|
30347
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30348
|
+
opacity: 0.5;
|
|
30349
|
+
}
|
|
30350
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30351
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30352
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30353
|
+
}
|
|
30354
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30355
|
+
background: #00122e;
|
|
30356
|
+
}
|
|
30357
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30358
|
+
color: #00122e;
|
|
30359
|
+
opacity: 0.5;
|
|
30360
|
+
}
|
|
30361
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30362
|
+
color: #00122e;
|
|
30363
|
+
}
|
|
30364
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30365
|
+
display: inline-block;
|
|
30366
|
+
padding: 0;
|
|
30367
|
+
padding-left: 12px;
|
|
30368
|
+
}
|
|
30369
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30370
|
+
margin-bottom: 0;
|
|
30371
|
+
white-space: pre-wrap;
|
|
30372
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30373
|
+
}
|
|
30374
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30375
|
+
padding-left: 8px;
|
|
30376
|
+
}
|
|
30377
|
+
|
|
30378
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30379
|
+
border-radius: 5px 0 0 5px;
|
|
30380
|
+
}
|
|
30381
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30382
|
+
border-radius: 0 5px 5px 0;
|
|
30383
|
+
}
|
|
30384
|
+
|
|
30385
|
+
.r1f0aqcc {
|
|
30386
|
+
color: #00122e;
|
|
30387
|
+
border-color: #ccd4e3;
|
|
30388
|
+
}
|
|
30389
|
+
.r1f0aqcc:first-child {
|
|
30390
|
+
border-color: #a3b4cc;
|
|
30391
|
+
}
|
|
30392
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30393
|
+
padding: 0 12px;
|
|
30394
|
+
line-height: 32px;
|
|
30395
|
+
height: 32px;
|
|
30396
|
+
}
|
|
30397
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30398
|
+
white-space: nowrap;
|
|
30399
|
+
}
|
|
30400
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30401
|
+
height: 22px;
|
|
30402
|
+
padding: 0 7px;
|
|
30403
|
+
line-height: 20px;
|
|
30404
|
+
}
|
|
30405
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30406
|
+
background: #ccd4e3;
|
|
30407
|
+
}
|
|
30408
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30409
|
+
background: #0080ff;
|
|
30410
|
+
}
|
|
30411
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30412
|
+
background: #ccd4e3;
|
|
30413
|
+
opacity: 0.5;
|
|
30414
|
+
}
|
|
30415
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30416
|
+
border-right-color: #0080ff;
|
|
30417
|
+
}
|
|
30418
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30419
|
+
border-color: #0080ff;
|
|
30420
|
+
}
|
|
30421
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30422
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30423
|
+
}
|
|
30424
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30425
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30426
|
+
border-color: #ccd4e3;
|
|
30427
|
+
opacity: 0.5;
|
|
30428
|
+
}
|
|
30429
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30430
|
+
color: #00122e;
|
|
30431
|
+
border-color: #ccd4e3;
|
|
30432
|
+
}
|
|
30433
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30434
|
+
color: #00122e;
|
|
30435
|
+
border-color: #ccd4e3;
|
|
30436
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30437
|
+
}
|
|
30438
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30439
|
+
margin-right: 8px;
|
|
30440
|
+
display: inline;
|
|
30441
|
+
border: none;
|
|
30442
|
+
padding: 0;
|
|
30443
|
+
width: 36px;
|
|
30444
|
+
background: transparent;
|
|
30445
|
+
}
|
|
30446
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30447
|
+
box-shadow: none;
|
|
30448
|
+
}
|
|
30449
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30450
|
+
margin-right: 0;
|
|
30451
|
+
width: initial;
|
|
30452
|
+
box-shadow: none;
|
|
30453
|
+
}
|
|
30454
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30455
|
+
display: none;
|
|
30456
|
+
}
|
|
30457
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30458
|
+
display: inline;
|
|
30459
|
+
}
|
|
30460
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30461
|
+
display: inline;
|
|
30462
|
+
margin-right: 8px;
|
|
30463
|
+
padding: 0;
|
|
30464
|
+
width: 36px;
|
|
30297
30465
|
}
|
|
30298
30466
|
|
|
30299
30467
|
.cz04yix {
|
|
@@ -30908,28 +31076,6 @@ input.rrg1fkn.ant-input {
|
|
|
30908
31076
|
border-bottom-left-radius: 0;
|
|
30909
31077
|
}
|
|
30910
31078
|
|
|
30911
|
-
.obf05yr {
|
|
30912
|
-
display: inline-block;
|
|
30913
|
-
}
|
|
30914
|
-
|
|
30915
|
-
.hsms1n6 {
|
|
30916
|
-
visibility: hidden;
|
|
30917
|
-
position: absolute;
|
|
30918
|
-
}
|
|
30919
|
-
|
|
30920
|
-
.iap75of {
|
|
30921
|
-
height: 18px;
|
|
30922
|
-
line-height: 18px;
|
|
30923
|
-
padding: 0 4px;
|
|
30924
|
-
border-radius: 4px;
|
|
30925
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30926
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30927
|
-
display: flex;
|
|
30928
|
-
align-items: center;
|
|
30929
|
-
white-space: nowrap;
|
|
30930
|
-
margin-right: 4px;
|
|
30931
|
-
}
|
|
30932
|
-
|
|
30933
31079
|
.s34f1qb.ant-switch {
|
|
30934
31080
|
min-width: 40px;
|
|
30935
31081
|
height: 24px;
|
|
@@ -30985,150 +31131,89 @@ input.rrg1fkn.ant-input {
|
|
|
30985
31131
|
margin-left: 5px;
|
|
30986
31132
|
}
|
|
30987
31133
|
|
|
30988
|
-
.
|
|
30989
|
-
display: inline-flex;
|
|
30990
|
-
align-items: baseline;
|
|
30991
|
-
white-space: pre-wrap;
|
|
30992
|
-
}
|
|
30993
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30994
|
-
position: relative;
|
|
30995
|
-
top: 3px;
|
|
30996
|
-
}
|
|
30997
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30998
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30999
|
-
}
|
|
31000
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31001
|
-
border-color: #0080ff;
|
|
31002
|
-
}
|
|
31003
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31004
|
-
border-color: #0080ff;
|
|
31005
|
-
background: #0080ff;
|
|
31006
|
-
}
|
|
31007
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31008
|
-
top: 4px;
|
|
31009
|
-
left: 4px;
|
|
31010
|
-
width: 6px;
|
|
31011
|
-
height: 6px;
|
|
31012
|
-
background: #fff;
|
|
31013
|
-
}
|
|
31014
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31015
|
-
opacity: 0.5;
|
|
31016
|
-
}
|
|
31017
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31018
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31019
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31020
|
-
}
|
|
31021
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31022
|
-
background: #00122e;
|
|
31023
|
-
}
|
|
31024
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31025
|
-
color: #00122e;
|
|
31026
|
-
opacity: 0.5;
|
|
31027
|
-
}
|
|
31028
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31029
|
-
color: #00122e;
|
|
31030
|
-
}
|
|
31031
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31134
|
+
.i1e4sgug {
|
|
31032
31135
|
display: inline-block;
|
|
31033
|
-
padding: 0;
|
|
31034
|
-
padding-left: 12px;
|
|
31035
|
-
}
|
|
31036
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31037
|
-
margin-bottom: 0;
|
|
31038
|
-
white-space: pre-wrap;
|
|
31039
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31040
|
-
}
|
|
31041
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31042
|
-
padding-left: 8px;
|
|
31043
31136
|
}
|
|
31044
31137
|
|
|
31045
|
-
.
|
|
31046
|
-
|
|
31047
|
-
}
|
|
31048
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31049
|
-
border-radius: 0 5px 5px 0;
|
|
31138
|
+
.s1fc623g {
|
|
31139
|
+
width: 430px !important;
|
|
31050
31140
|
}
|
|
31051
31141
|
|
|
31052
|
-
.
|
|
31053
|
-
|
|
31054
|
-
|
|
31055
|
-
|
|
31056
|
-
|
|
31057
|
-
|
|
31142
|
+
.da3mx0o .ant-select-item-group {
|
|
31143
|
+
padding: 8px 16px;
|
|
31144
|
+
line-height: 18px;
|
|
31145
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31146
|
+
height: 34px;
|
|
31147
|
+
min-height: 34px;
|
|
31148
|
+
box-sizing: border-box;
|
|
31149
|
+
margin-top: 8px;
|
|
31058
31150
|
}
|
|
31059
|
-
|
|
31060
|
-
|
|
31061
|
-
|
|
31062
|
-
|
|
31151
|
+
|
|
31152
|
+
.onr9gzt {
|
|
31153
|
+
display: flex;
|
|
31154
|
+
flex-direction: column;
|
|
31155
|
+
margin: 1px 8px;
|
|
31156
|
+
padding: 8px;
|
|
31157
|
+
border-radius: 4px;
|
|
31063
31158
|
}
|
|
31064
|
-
.
|
|
31065
|
-
|
|
31159
|
+
.onr9gzt .selected-icon {
|
|
31160
|
+
display: none;
|
|
31066
31161
|
}
|
|
31067
|
-
.ant-
|
|
31068
|
-
|
|
31069
|
-
padding: 0 7px;
|
|
31070
|
-
line-height: 20px;
|
|
31162
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31163
|
+
padding-left: 8px;
|
|
31071
31164
|
}
|
|
31072
|
-
.
|
|
31073
|
-
background:
|
|
31165
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31166
|
+
background-color: white;
|
|
31074
31167
|
}
|
|
31075
|
-
.
|
|
31076
|
-
|
|
31168
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31169
|
+
color: #0080ff;
|
|
31077
31170
|
}
|
|
31078
|
-
.
|
|
31079
|
-
|
|
31080
|
-
opacity: 0.5;
|
|
31171
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31172
|
+
display: block;
|
|
31081
31173
|
}
|
|
31082
|
-
.
|
|
31083
|
-
|
|
31174
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31175
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31084
31176
|
}
|
|
31085
|
-
.
|
|
31086
|
-
|
|
31177
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31178
|
+
color: #0080ff;
|
|
31087
31179
|
}
|
|
31088
|
-
.
|
|
31180
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31089
31181
|
background: rgba(0, 136, 255, 0.1);
|
|
31182
|
+
color: #0080ff;
|
|
31090
31183
|
}
|
|
31091
|
-
|
|
31092
|
-
|
|
31093
|
-
|
|
31094
|
-
|
|
31184
|
+
|
|
31185
|
+
.oiy0apc {
|
|
31186
|
+
display: flex;
|
|
31187
|
+
justify-content: space-between;
|
|
31188
|
+
height: 20px;
|
|
31189
|
+
line-height: 20px;
|
|
31095
31190
|
}
|
|
31096
|
-
.
|
|
31097
|
-
color: #
|
|
31098
|
-
|
|
31191
|
+
.oiy0apc .timezone-title {
|
|
31192
|
+
color: #2d3a56;
|
|
31193
|
+
overflow: hidden;
|
|
31194
|
+
text-overflow: ellipsis;
|
|
31099
31195
|
}
|
|
31100
|
-
|
|
31101
|
-
|
|
31102
|
-
|
|
31103
|
-
|
|
31196
|
+
|
|
31197
|
+
.of4y382 {
|
|
31198
|
+
display: flex;
|
|
31199
|
+
justify-content: space-between;
|
|
31200
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31201
|
+
height: 18px;
|
|
31202
|
+
line-height: 18px;
|
|
31203
|
+
margin-top: 2px;
|
|
31104
31204
|
}
|
|
31105
|
-
|
|
31106
|
-
|
|
31107
|
-
display: inline;
|
|
31205
|
+
|
|
31206
|
+
.t19903l9 {
|
|
31108
31207
|
border: none;
|
|
31109
|
-
padding: 0;
|
|
31110
|
-
width: 36px;
|
|
31111
|
-
background: transparent;
|
|
31112
|
-
}
|
|
31113
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31114
|
-
box-shadow: none;
|
|
31115
|
-
}
|
|
31116
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31117
31208
|
margin-right: 0;
|
|
31118
|
-
|
|
31119
|
-
box-shadow: none;
|
|
31120
|
-
}
|
|
31121
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31122
|
-
display: none;
|
|
31123
|
-
}
|
|
31124
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31125
|
-
display: inline;
|
|
31209
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31126
31210
|
}
|
|
31127
|
-
|
|
31128
|
-
|
|
31129
|
-
|
|
31130
|
-
|
|
31131
|
-
width:
|
|
31211
|
+
|
|
31212
|
+
.ohwbvxu {
|
|
31213
|
+
pointer-events: none;
|
|
31214
|
+
height: 32px;
|
|
31215
|
+
width: 100%;
|
|
31216
|
+
opacity: 0;
|
|
31132
31217
|
}
|
|
31133
31218
|
|
|
31134
31219
|
.t1upn1sz {
|
|
@@ -31495,129 +31580,44 @@ input.rrg1fkn.ant-input {
|
|
|
31495
31580
|
background: #fff;
|
|
31496
31581
|
}
|
|
31497
31582
|
|
|
31498
|
-
.
|
|
31499
|
-
|
|
31583
|
+
.d6j0lbj {
|
|
31584
|
+
font-family: Inter;
|
|
31585
|
+
font-style: normal;
|
|
31586
|
+
font-weight: bold;
|
|
31587
|
+
font-size: 32px;
|
|
31588
|
+
line-height: 40px;
|
|
31500
31589
|
}
|
|
31501
31590
|
|
|
31502
|
-
.
|
|
31503
|
-
|
|
31504
|
-
|
|
31505
|
-
|
|
31506
|
-
|
|
31507
|
-
|
|
31508
|
-
box-sizing: border-box;
|
|
31509
|
-
margin-top: 8px;
|
|
31591
|
+
.d1xhvvxe {
|
|
31592
|
+
font-family: Inter;
|
|
31593
|
+
font-style: normal;
|
|
31594
|
+
font-weight: bold;
|
|
31595
|
+
font-size: 24px;
|
|
31596
|
+
line-height: 32px;
|
|
31510
31597
|
}
|
|
31511
31598
|
|
|
31512
|
-
.
|
|
31513
|
-
|
|
31514
|
-
|
|
31515
|
-
|
|
31516
|
-
|
|
31517
|
-
|
|
31518
|
-
}
|
|
31519
|
-
.onr9gzt .selected-icon {
|
|
31520
|
-
display: none;
|
|
31599
|
+
.dk10mxq {
|
|
31600
|
+
font-family: Inter;
|
|
31601
|
+
font-style: normal;
|
|
31602
|
+
font-weight: normal;
|
|
31603
|
+
font-size: 32px;
|
|
31604
|
+
line-height: 40px;
|
|
31521
31605
|
}
|
|
31522
|
-
|
|
31523
|
-
|
|
31606
|
+
|
|
31607
|
+
.dxsait {
|
|
31608
|
+
font-family: Inter;
|
|
31609
|
+
font-style: normal;
|
|
31610
|
+
font-weight: bold;
|
|
31611
|
+
font-size: 20px;
|
|
31612
|
+
line-height: 24px;
|
|
31524
31613
|
}
|
|
31525
|
-
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
|
|
31529
|
-
|
|
31530
|
-
|
|
31531
|
-
|
|
31532
|
-
display: block;
|
|
31533
|
-
}
|
|
31534
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31535
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31536
|
-
}
|
|
31537
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31538
|
-
color: #0080ff;
|
|
31539
|
-
}
|
|
31540
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31541
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31542
|
-
color: #0080ff;
|
|
31543
|
-
}
|
|
31544
|
-
|
|
31545
|
-
.oiy0apc {
|
|
31546
|
-
display: flex;
|
|
31547
|
-
justify-content: space-between;
|
|
31548
|
-
height: 20px;
|
|
31549
|
-
line-height: 20px;
|
|
31550
|
-
}
|
|
31551
|
-
.oiy0apc .timezone-title {
|
|
31552
|
-
color: #2d3a56;
|
|
31553
|
-
overflow: hidden;
|
|
31554
|
-
text-overflow: ellipsis;
|
|
31555
|
-
}
|
|
31556
|
-
|
|
31557
|
-
.of4y382 {
|
|
31558
|
-
display: flex;
|
|
31559
|
-
justify-content: space-between;
|
|
31560
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31561
|
-
height: 18px;
|
|
31562
|
-
line-height: 18px;
|
|
31563
|
-
margin-top: 2px;
|
|
31564
|
-
}
|
|
31565
|
-
|
|
31566
|
-
.t19903l9 {
|
|
31567
|
-
border: none;
|
|
31568
|
-
margin-right: 0;
|
|
31569
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31570
|
-
}
|
|
31571
|
-
|
|
31572
|
-
.ohwbvxu {
|
|
31573
|
-
pointer-events: none;
|
|
31574
|
-
height: 32px;
|
|
31575
|
-
width: 100%;
|
|
31576
|
-
opacity: 0;
|
|
31577
|
-
}
|
|
31578
|
-
|
|
31579
|
-
.i1e4sgug {
|
|
31580
|
-
display: inline-block;
|
|
31581
|
-
}
|
|
31582
|
-
|
|
31583
|
-
.d6j0lbj {
|
|
31584
|
-
font-family: Inter;
|
|
31585
|
-
font-style: normal;
|
|
31586
|
-
font-weight: bold;
|
|
31587
|
-
font-size: 32px;
|
|
31588
|
-
line-height: 40px;
|
|
31589
|
-
}
|
|
31590
|
-
|
|
31591
|
-
.d1xhvvxe {
|
|
31592
|
-
font-family: Inter;
|
|
31593
|
-
font-style: normal;
|
|
31594
|
-
font-weight: bold;
|
|
31595
|
-
font-size: 24px;
|
|
31596
|
-
line-height: 32px;
|
|
31597
|
-
}
|
|
31598
|
-
|
|
31599
|
-
.dk10mxq {
|
|
31600
|
-
font-family: Inter;
|
|
31601
|
-
font-style: normal;
|
|
31602
|
-
font-weight: normal;
|
|
31603
|
-
font-size: 32px;
|
|
31604
|
-
line-height: 40px;
|
|
31605
|
-
}
|
|
31606
|
-
|
|
31607
|
-
.dxsait {
|
|
31608
|
-
font-family: Inter;
|
|
31609
|
-
font-style: normal;
|
|
31610
|
-
font-weight: bold;
|
|
31611
|
-
font-size: 20px;
|
|
31612
|
-
line-height: 24px;
|
|
31613
|
-
}
|
|
31614
|
-
|
|
31615
|
-
.dokn0h3 {
|
|
31616
|
-
font-family: Inter;
|
|
31617
|
-
font-style: normal;
|
|
31618
|
-
font-weight: normal;
|
|
31619
|
-
font-size: 20px;
|
|
31620
|
-
line-height: 24px;
|
|
31614
|
+
|
|
31615
|
+
.dokn0h3 {
|
|
31616
|
+
font-family: Inter;
|
|
31617
|
+
font-style: normal;
|
|
31618
|
+
font-weight: normal;
|
|
31619
|
+
font-size: 20px;
|
|
31620
|
+
line-height: 24px;
|
|
31621
31621
|
}
|
|
31622
31622
|
|
|
31623
31623
|
.dobau4p {
|
|
@@ -32110,6 +32110,29 @@ input.rrg1fkn.ant-input {
|
|
|
32110
32110
|
text-align: center;
|
|
32111
32111
|
}
|
|
32112
32112
|
|
|
32113
|
+
.berrcjl {
|
|
32114
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32115
|
+
margin-bottom: 4px;
|
|
32116
|
+
}
|
|
32117
|
+
.berrcjl .breadcrumb-link {
|
|
32118
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32119
|
+
cursor: pointer;
|
|
32120
|
+
transition: color 160ms ease;
|
|
32121
|
+
}
|
|
32122
|
+
.berrcjl .breadcrumb-link:hover {
|
|
32123
|
+
color: #0080ff;
|
|
32124
|
+
}
|
|
32125
|
+
.berrcjl .breadcrumb-link:active {
|
|
32126
|
+
color: #005ed1;
|
|
32127
|
+
}
|
|
32128
|
+
|
|
32129
|
+
.tje3huy {
|
|
32130
|
+
width: 100%;
|
|
32131
|
+
overflow: inherit;
|
|
32132
|
+
white-space: inherit;
|
|
32133
|
+
text-overflow: ellipsis;
|
|
32134
|
+
}
|
|
32135
|
+
|
|
32113
32136
|
.c198s9j3 {
|
|
32114
32137
|
color: #2d3a56;
|
|
32115
32138
|
line-height: 22px;
|
|
@@ -32181,18 +32204,6 @@ input.rrg1fkn.ant-input {
|
|
|
32181
32204
|
margin-left: 24px;
|
|
32182
32205
|
}
|
|
32183
32206
|
|
|
32184
|
-
.n3qomhu {
|
|
32185
|
-
font-size: 90%;
|
|
32186
|
-
font-weight: bold;
|
|
32187
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
32188
|
-
padding: 1px 4px 1px;
|
|
32189
|
-
margin-left: 2px;
|
|
32190
|
-
margin-right: 2px;
|
|
32191
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32192
|
-
border-radius: 4px;
|
|
32193
|
-
word-break: break-all;
|
|
32194
|
-
}
|
|
32195
|
-
|
|
32196
32207
|
.c10crapj {
|
|
32197
32208
|
border-radius: 8px;
|
|
32198
32209
|
}
|
|
@@ -32222,6 +32233,18 @@ input.rrg1fkn.ant-input {
|
|
|
32222
32233
|
cursor: default;
|
|
32223
32234
|
}
|
|
32224
32235
|
|
|
32236
|
+
.n3qomhu {
|
|
32237
|
+
font-size: 90%;
|
|
32238
|
+
font-weight: bold;
|
|
32239
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32240
|
+
padding: 1px 4px 1px;
|
|
32241
|
+
margin-left: 2px;
|
|
32242
|
+
margin-right: 2px;
|
|
32243
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32244
|
+
border-radius: 4px;
|
|
32245
|
+
word-break: break-all;
|
|
32246
|
+
}
|
|
32247
|
+
|
|
32225
32248
|
.o8ocss1 {
|
|
32226
32249
|
overflow: hidden;
|
|
32227
32250
|
text-overflow: ellipsis;
|
|
@@ -32231,6 +32254,10 @@ input.rrg1fkn.ant-input {
|
|
|
32231
32254
|
white-space: nowrap;
|
|
32232
32255
|
}
|
|
32233
32256
|
|
|
32257
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32258
|
+
display: flex;
|
|
32259
|
+
}
|
|
32260
|
+
|
|
32234
32261
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32235
32262
|
border-radius: 6px;
|
|
32236
32263
|
}
|
|
@@ -32298,171 +32325,6 @@ input.rrg1fkn.ant-input {
|
|
|
32298
32325
|
color: rgba(44, 56, 82, 0.6);
|
|
32299
32326
|
}
|
|
32300
32327
|
|
|
32301
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32302
|
-
display: flex;
|
|
32303
|
-
}
|
|
32304
|
-
|
|
32305
|
-
.m1thnes4 {
|
|
32306
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32307
|
-
text-align: center;
|
|
32308
|
-
display: flex;
|
|
32309
|
-
align-items: center;
|
|
32310
|
-
justify-content: center;
|
|
32311
|
-
flex-direction: column;
|
|
32312
|
-
height: 100%;
|
|
32313
|
-
}
|
|
32314
|
-
.m1thnes4 .link {
|
|
32315
|
-
color: #0080ff;
|
|
32316
|
-
cursor: pointer;
|
|
32317
|
-
}
|
|
32318
|
-
|
|
32319
|
-
.m1bixfdy {
|
|
32320
|
-
width: 100%;
|
|
32321
|
-
height: 100%;
|
|
32322
|
-
display: flex;
|
|
32323
|
-
flex-direction: column;
|
|
32324
|
-
}
|
|
32325
|
-
.m1bixfdy .name-toolbar {
|
|
32326
|
-
width: 100%;
|
|
32327
|
-
display: flex;
|
|
32328
|
-
line-height: 30px;
|
|
32329
|
-
padding: 0 16px;
|
|
32330
|
-
justify-content: space-between;
|
|
32331
|
-
}
|
|
32332
|
-
.m1bixfdy .name-toolbar .metric-extra {
|
|
32333
|
-
display: flex;
|
|
32334
|
-
font-size: 12px;
|
|
32335
|
-
align-items: center;
|
|
32336
|
-
}
|
|
32337
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32338
|
-
color: #a3b4cc;
|
|
32339
|
-
}
|
|
32340
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32341
|
-
margin-left: 10px;
|
|
32342
|
-
}
|
|
32343
|
-
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32344
|
-
margin-left: 10px;
|
|
32345
|
-
cursor: pointer;
|
|
32346
|
-
}
|
|
32347
|
-
.m1bixfdy .content {
|
|
32348
|
-
flex: 1;
|
|
32349
|
-
width: 100%;
|
|
32350
|
-
display: flex;
|
|
32351
|
-
justify-content: center;
|
|
32352
|
-
align-items: center;
|
|
32353
|
-
}
|
|
32354
|
-
.m1bixfdy .single-content {
|
|
32355
|
-
height: 65px;
|
|
32356
|
-
}
|
|
32357
|
-
|
|
32358
|
-
.lfamfcw {
|
|
32359
|
-
display: flex;
|
|
32360
|
-
align-items: center;
|
|
32361
|
-
white-space: nowrap;
|
|
32362
|
-
overflow: hidden;
|
|
32363
|
-
width: 100%;
|
|
32364
|
-
}
|
|
32365
|
-
.lfamfcw .ant-dropdown-trigger {
|
|
32366
|
-
margin-left: auto;
|
|
32367
|
-
font-size: 12px;
|
|
32368
|
-
}
|
|
32369
|
-
|
|
32370
|
-
.la6u9b4 {
|
|
32371
|
-
display: flex;
|
|
32372
|
-
justify-content: flex-start;
|
|
32373
|
-
align-items: center;
|
|
32374
|
-
font-size: 12px;
|
|
32375
|
-
cursor: pointer;
|
|
32376
|
-
}
|
|
32377
|
-
.la6u9b4:not(:last-child) {
|
|
32378
|
-
margin-right: 20px;
|
|
32379
|
-
}
|
|
32380
|
-
.la6u9b4.deselected {
|
|
32381
|
-
opacity: 0.4;
|
|
32382
|
-
}
|
|
32383
|
-
.la6u9b4.deselected .color-block {
|
|
32384
|
-
background: #b4beca !important;
|
|
32385
|
-
}
|
|
32386
|
-
|
|
32387
|
-
.chhvk8b {
|
|
32388
|
-
display: inline-block;
|
|
32389
|
-
height: 8px;
|
|
32390
|
-
width: 8px;
|
|
32391
|
-
margin-right: 8px;
|
|
32392
|
-
}
|
|
32393
|
-
|
|
32394
|
-
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32395
|
-
display: flex;
|
|
32396
|
-
align-items: center;
|
|
32397
|
-
font-size: 12px;
|
|
32398
|
-
margin: 0;
|
|
32399
|
-
}
|
|
32400
|
-
|
|
32401
|
-
.m16f7gpb {
|
|
32402
|
-
position: relative;
|
|
32403
|
-
}
|
|
32404
|
-
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32405
|
-
bottom: -12px;
|
|
32406
|
-
}
|
|
32407
|
-
.m16f7gpb .metric-toolbar {
|
|
32408
|
-
display: flex;
|
|
32409
|
-
justify-content: space-between;
|
|
32410
|
-
line-height: 30px;
|
|
32411
|
-
margin: 0 16px;
|
|
32412
|
-
}
|
|
32413
|
-
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32414
|
-
display: flex;
|
|
32415
|
-
font-size: 12px;
|
|
32416
|
-
align-items: center;
|
|
32417
|
-
}
|
|
32418
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32419
|
-
color: #a3b4cc;
|
|
32420
|
-
}
|
|
32421
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32422
|
-
margin-left: 10px;
|
|
32423
|
-
}
|
|
32424
|
-
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32425
|
-
margin-left: 10px;
|
|
32426
|
-
cursor: pointer;
|
|
32427
|
-
}
|
|
32428
|
-
.m16f7gpb .recharts-xAxis {
|
|
32429
|
-
font-size: 12px;
|
|
32430
|
-
}
|
|
32431
|
-
.m16f7gpb .pointer-wrapper {
|
|
32432
|
-
position: absolute;
|
|
32433
|
-
bottom: 10px;
|
|
32434
|
-
padding: 0 8px;
|
|
32435
|
-
border-radius: 4px;
|
|
32436
|
-
font-size: 12px;
|
|
32437
|
-
color: #fff;
|
|
32438
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32439
|
-
transform: translateX(-50%);
|
|
32440
|
-
}
|
|
32441
|
-
|
|
32442
|
-
.t1ipvk51 {
|
|
32443
|
-
min-width: 200px;
|
|
32444
|
-
}
|
|
32445
|
-
|
|
32446
|
-
.t1kgldps {
|
|
32447
|
-
display: flex;
|
|
32448
|
-
align-items: center;
|
|
32449
|
-
justify-content: space-between;
|
|
32450
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32451
|
-
color: #b4beca;
|
|
32452
|
-
font-size: 12px;
|
|
32453
|
-
padding: 3px 6px;
|
|
32454
|
-
}
|
|
32455
|
-
.t1kgldps:first-child {
|
|
32456
|
-
padding-top: 3px;
|
|
32457
|
-
}
|
|
32458
|
-
.t1kgldps:last-child {
|
|
32459
|
-
padding-bottom: 3px;
|
|
32460
|
-
}
|
|
32461
|
-
.t1kgldps .column-value {
|
|
32462
|
-
color: #fff;
|
|
32463
|
-
margin-left: 8px;
|
|
32464
|
-
}
|
|
32465
|
-
|
|
32466
32328
|
.s14dk8r1 {
|
|
32467
32329
|
margin: 0;
|
|
32468
32330
|
border-radius: 20px;
|
|
@@ -32574,53 +32436,214 @@ input.rrg1fkn.ant-input {
|
|
|
32574
32436
|
opacity: 0.6;
|
|
32575
32437
|
display: inline-flex;
|
|
32576
32438
|
}
|
|
32577
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32578
|
-
opacity: 1;
|
|
32439
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32440
|
+
opacity: 1;
|
|
32441
|
+
}
|
|
32442
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32443
|
+
color: #0080ff;
|
|
32444
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32445
|
+
}
|
|
32446
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32447
|
+
color: #f0483e;
|
|
32448
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32449
|
+
}
|
|
32450
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32451
|
+
color: #e07f00;
|
|
32452
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32453
|
+
}
|
|
32454
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32455
|
+
color: #008f4c;
|
|
32456
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32457
|
+
}
|
|
32458
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32459
|
+
color: #1d326c;
|
|
32460
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32461
|
+
}
|
|
32462
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32463
|
+
color: #7E41FF;
|
|
32464
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32465
|
+
}
|
|
32466
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32467
|
+
color: #fff;
|
|
32468
|
+
}
|
|
32469
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32470
|
+
background-color: #f0483e;
|
|
32471
|
+
}
|
|
32472
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32473
|
+
background-color: #fea008;
|
|
32474
|
+
}
|
|
32475
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32476
|
+
background-color: #00ba5d;
|
|
32477
|
+
}
|
|
32478
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32479
|
+
background-color: #0080ff;
|
|
32480
|
+
}
|
|
32481
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32482
|
+
background-color: #6b7d99;
|
|
32483
|
+
}
|
|
32484
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32485
|
+
background-color: #7E41FF;
|
|
32486
|
+
}
|
|
32487
|
+
|
|
32488
|
+
.m1thnes4 {
|
|
32489
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32490
|
+
text-align: center;
|
|
32491
|
+
display: flex;
|
|
32492
|
+
align-items: center;
|
|
32493
|
+
justify-content: center;
|
|
32494
|
+
flex-direction: column;
|
|
32495
|
+
height: 100%;
|
|
32496
|
+
}
|
|
32497
|
+
.m1thnes4 .link {
|
|
32498
|
+
color: #0080ff;
|
|
32499
|
+
cursor: pointer;
|
|
32500
|
+
}
|
|
32501
|
+
|
|
32502
|
+
.m1bixfdy {
|
|
32503
|
+
width: 100%;
|
|
32504
|
+
height: 100%;
|
|
32505
|
+
display: flex;
|
|
32506
|
+
flex-direction: column;
|
|
32507
|
+
}
|
|
32508
|
+
.m1bixfdy .name-toolbar {
|
|
32509
|
+
width: 100%;
|
|
32510
|
+
display: flex;
|
|
32511
|
+
line-height: 30px;
|
|
32512
|
+
padding: 0 16px;
|
|
32513
|
+
justify-content: space-between;
|
|
32514
|
+
}
|
|
32515
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
32516
|
+
display: flex;
|
|
32517
|
+
font-size: 12px;
|
|
32518
|
+
align-items: center;
|
|
32519
|
+
}
|
|
32520
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32521
|
+
color: #a3b4cc;
|
|
32522
|
+
}
|
|
32523
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32524
|
+
margin-left: 10px;
|
|
32525
|
+
}
|
|
32526
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32527
|
+
margin-left: 10px;
|
|
32528
|
+
cursor: pointer;
|
|
32529
|
+
}
|
|
32530
|
+
.m1bixfdy .content {
|
|
32531
|
+
flex: 1;
|
|
32532
|
+
width: 100%;
|
|
32533
|
+
display: flex;
|
|
32534
|
+
justify-content: center;
|
|
32535
|
+
align-items: center;
|
|
32536
|
+
}
|
|
32537
|
+
.m1bixfdy .single-content {
|
|
32538
|
+
height: 65px;
|
|
32539
|
+
}
|
|
32540
|
+
|
|
32541
|
+
.lfamfcw {
|
|
32542
|
+
display: flex;
|
|
32543
|
+
align-items: center;
|
|
32544
|
+
white-space: nowrap;
|
|
32545
|
+
overflow: hidden;
|
|
32546
|
+
width: 100%;
|
|
32547
|
+
}
|
|
32548
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
32549
|
+
margin-left: auto;
|
|
32550
|
+
font-size: 12px;
|
|
32551
|
+
}
|
|
32552
|
+
|
|
32553
|
+
.la6u9b4 {
|
|
32554
|
+
display: flex;
|
|
32555
|
+
justify-content: flex-start;
|
|
32556
|
+
align-items: center;
|
|
32557
|
+
font-size: 12px;
|
|
32558
|
+
cursor: pointer;
|
|
32559
|
+
}
|
|
32560
|
+
.la6u9b4:not(:last-child) {
|
|
32561
|
+
margin-right: 20px;
|
|
32562
|
+
}
|
|
32563
|
+
.la6u9b4.deselected {
|
|
32564
|
+
opacity: 0.4;
|
|
32565
|
+
}
|
|
32566
|
+
.la6u9b4.deselected .color-block {
|
|
32567
|
+
background: #b4beca !important;
|
|
32568
|
+
}
|
|
32569
|
+
|
|
32570
|
+
.chhvk8b {
|
|
32571
|
+
display: inline-block;
|
|
32572
|
+
height: 8px;
|
|
32573
|
+
width: 8px;
|
|
32574
|
+
margin-right: 8px;
|
|
32575
|
+
}
|
|
32576
|
+
|
|
32577
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32578
|
+
display: flex;
|
|
32579
|
+
align-items: center;
|
|
32580
|
+
font-size: 12px;
|
|
32581
|
+
margin: 0;
|
|
32582
|
+
}
|
|
32583
|
+
|
|
32584
|
+
.m16f7gpb {
|
|
32585
|
+
position: relative;
|
|
32579
32586
|
}
|
|
32580
|
-
.
|
|
32581
|
-
|
|
32582
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32587
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32588
|
+
bottom: -12px;
|
|
32583
32589
|
}
|
|
32584
|
-
.
|
|
32585
|
-
|
|
32586
|
-
|
|
32590
|
+
.m16f7gpb .metric-toolbar {
|
|
32591
|
+
display: flex;
|
|
32592
|
+
justify-content: space-between;
|
|
32593
|
+
line-height: 30px;
|
|
32594
|
+
margin: 0 16px;
|
|
32587
32595
|
}
|
|
32588
|
-
.
|
|
32589
|
-
|
|
32590
|
-
|
|
32596
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32597
|
+
display: flex;
|
|
32598
|
+
font-size: 12px;
|
|
32599
|
+
align-items: center;
|
|
32591
32600
|
}
|
|
32592
|
-
.
|
|
32593
|
-
color: #
|
|
32594
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32601
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32602
|
+
color: #a3b4cc;
|
|
32595
32603
|
}
|
|
32596
|
-
.
|
|
32597
|
-
|
|
32598
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32604
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32605
|
+
margin-left: 10px;
|
|
32599
32606
|
}
|
|
32600
|
-
.
|
|
32601
|
-
|
|
32602
|
-
|
|
32607
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32608
|
+
margin-left: 10px;
|
|
32609
|
+
cursor: pointer;
|
|
32603
32610
|
}
|
|
32604
|
-
.
|
|
32605
|
-
|
|
32611
|
+
.m16f7gpb .recharts-xAxis {
|
|
32612
|
+
font-size: 12px;
|
|
32606
32613
|
}
|
|
32607
|
-
.
|
|
32608
|
-
|
|
32614
|
+
.m16f7gpb .pointer-wrapper {
|
|
32615
|
+
position: absolute;
|
|
32616
|
+
bottom: 10px;
|
|
32617
|
+
padding: 0 8px;
|
|
32618
|
+
border-radius: 4px;
|
|
32619
|
+
font-size: 12px;
|
|
32620
|
+
color: #fff;
|
|
32621
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32622
|
+
transform: translateX(-50%);
|
|
32609
32623
|
}
|
|
32610
|
-
|
|
32611
|
-
|
|
32624
|
+
|
|
32625
|
+
.t1ipvk51 {
|
|
32626
|
+
min-width: 200px;
|
|
32612
32627
|
}
|
|
32613
|
-
|
|
32614
|
-
|
|
32628
|
+
|
|
32629
|
+
.t1kgldps {
|
|
32630
|
+
display: flex;
|
|
32631
|
+
align-items: center;
|
|
32632
|
+
justify-content: space-between;
|
|
32633
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32634
|
+
color: #b4beca;
|
|
32635
|
+
font-size: 12px;
|
|
32636
|
+
padding: 3px 6px;
|
|
32615
32637
|
}
|
|
32616
|
-
.
|
|
32617
|
-
|
|
32638
|
+
.t1kgldps:first-child {
|
|
32639
|
+
padding-top: 3px;
|
|
32618
32640
|
}
|
|
32619
|
-
.
|
|
32620
|
-
|
|
32641
|
+
.t1kgldps:last-child {
|
|
32642
|
+
padding-bottom: 3px;
|
|
32621
32643
|
}
|
|
32622
|
-
.
|
|
32623
|
-
|
|
32644
|
+
.t1kgldps .column-value {
|
|
32645
|
+
color: #fff;
|
|
32646
|
+
margin-left: 8px;
|
|
32624
32647
|
}
|
|
32625
32648
|
|
|
32626
32649
|
.sq6vos1 {
|
|
@@ -32752,7 +32775,7 @@ input.rrg1fkn.ant-input {
|
|
|
32752
32775
|
}
|
|
32753
32776
|
|
|
32754
32777
|
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32755
|
-
width:
|
|
32778
|
+
width: 192px;
|
|
32756
32779
|
row-gap: 2px;
|
|
32757
32780
|
}
|
|
32758
32781
|
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
@@ -32882,23 +32905,6 @@ input.rrg1fkn.ant-input {
|
|
|
32882
32905
|
margin-right: 2px;
|
|
32883
32906
|
}
|
|
32884
32907
|
|
|
32885
|
-
.bab9xum {
|
|
32886
|
-
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);
|
|
32887
|
-
}
|
|
32888
|
-
|
|
32889
|
-
.cav4gt6 {
|
|
32890
|
-
border-radius: 8px;
|
|
32891
|
-
background-color: white;
|
|
32892
|
-
}
|
|
32893
|
-
.cav4gt6.hoverable {
|
|
32894
|
-
cursor: pointer;
|
|
32895
|
-
}
|
|
32896
|
-
.cav4gt6.hoverable:hover {
|
|
32897
|
-
transition: all 200ms ease;
|
|
32898
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32899
|
-
transform: translateY(-4px);
|
|
32900
|
-
}
|
|
32901
|
-
|
|
32902
32908
|
.rrwcpby {
|
|
32903
32909
|
display: flex;
|
|
32904
32910
|
align-items: center;
|
|
@@ -32915,54 +32921,21 @@ input.rrg1fkn.ant-input {
|
|
|
32915
32921
|
margin-right: 6px;
|
|
32916
32922
|
}
|
|
32917
32923
|
|
|
32918
|
-
.
|
|
32919
|
-
|
|
32920
|
-
margin-bottom: 0 !important;
|
|
32921
|
-
flex-flow: nowrap !important;
|
|
32922
|
-
line-break: auto;
|
|
32923
|
-
}
|
|
32924
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32925
|
-
text-align: left !important;
|
|
32926
|
-
padding-bottom: 0 !important;
|
|
32927
|
-
}
|
|
32928
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32929
|
-
min-height: 32px;
|
|
32930
|
-
height: auto;
|
|
32931
|
-
font-size: 13px;
|
|
32932
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32933
|
-
white-space: normal;
|
|
32934
|
-
}
|
|
32935
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32936
|
-
border-color: #ff4d4f !important;
|
|
32937
|
-
}
|
|
32938
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
32939
|
-
margin-top: 4px;
|
|
32940
|
-
font-size: 12px;
|
|
32941
|
-
min-height: 0px;
|
|
32942
|
-
}
|
|
32943
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
32944
|
-
font-size: 12px;
|
|
32945
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32946
|
-
min-height: 0px;
|
|
32947
|
-
}
|
|
32948
|
-
|
|
32949
|
-
.sut42l0 {
|
|
32950
|
-
padding: 0 8px;
|
|
32951
|
-
height: 18px;
|
|
32924
|
+
.bab9xum {
|
|
32925
|
+
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);
|
|
32952
32926
|
}
|
|
32953
32927
|
|
|
32954
|
-
.
|
|
32955
|
-
|
|
32956
|
-
|
|
32928
|
+
.cav4gt6 {
|
|
32929
|
+
border-radius: 8px;
|
|
32930
|
+
background-color: white;
|
|
32957
32931
|
}
|
|
32958
|
-
|
|
32959
|
-
|
|
32960
|
-
margin: 0;
|
|
32932
|
+
.cav4gt6.hoverable {
|
|
32933
|
+
cursor: pointer;
|
|
32961
32934
|
}
|
|
32962
|
-
|
|
32963
|
-
|
|
32964
|
-
|
|
32965
|
-
|
|
32935
|
+
.cav4gt6.hoverable:hover {
|
|
32936
|
+
transition: all 200ms ease;
|
|
32937
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32938
|
+
transform: translateY(-4px);
|
|
32966
32939
|
}
|
|
32967
32940
|
|
|
32968
32941
|
.tc40oxa {
|
|
@@ -33158,13 +33131,23 @@ input.rrg1fkn.ant-input {
|
|
|
33158
33131
|
margin-right: 8px;
|
|
33159
33132
|
}
|
|
33160
33133
|
|
|
33161
|
-
.
|
|
33162
|
-
padding
|
|
33134
|
+
.sut42l0 {
|
|
33135
|
+
padding: 0 8px;
|
|
33136
|
+
height: 18px;
|
|
33163
33137
|
}
|
|
33164
|
-
|
|
33165
|
-
|
|
33166
|
-
padding
|
|
33138
|
+
|
|
33139
|
+
.mfsz1jz {
|
|
33140
|
+
padding: 2px 8px;
|
|
33141
|
+
height: 24px;
|
|
33142
|
+
}
|
|
33143
|
+
|
|
33144
|
+
.tnd6h4m {
|
|
33145
|
+
margin: 0;
|
|
33146
|
+
}
|
|
33147
|
+
|
|
33148
|
+
.i1qw4clm {
|
|
33167
33149
|
margin-right: 4px;
|
|
33150
|
+
height: 16px;
|
|
33168
33151
|
}
|
|
33169
33152
|
|
|
33170
33153
|
.iwsze0q {
|
|
@@ -33172,6 +33155,46 @@ input.rrg1fkn.ant-input {
|
|
|
33172
33155
|
height: 16px;
|
|
33173
33156
|
}
|
|
33174
33157
|
|
|
33158
|
+
.f1p9ti6d {
|
|
33159
|
+
width: 100%;
|
|
33160
|
+
margin-bottom: 0 !important;
|
|
33161
|
+
flex-flow: nowrap !important;
|
|
33162
|
+
line-break: auto;
|
|
33163
|
+
}
|
|
33164
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
33165
|
+
text-align: left !important;
|
|
33166
|
+
padding-bottom: 0 !important;
|
|
33167
|
+
}
|
|
33168
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
33169
|
+
min-height: 32px;
|
|
33170
|
+
height: auto;
|
|
33171
|
+
font-size: 13px;
|
|
33172
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33173
|
+
white-space: normal;
|
|
33174
|
+
}
|
|
33175
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33176
|
+
border-color: #ff4d4f !important;
|
|
33177
|
+
}
|
|
33178
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33179
|
+
margin-top: 4px;
|
|
33180
|
+
font-size: 12px;
|
|
33181
|
+
min-height: 0px;
|
|
33182
|
+
}
|
|
33183
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33184
|
+
font-size: 12px;
|
|
33185
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33186
|
+
min-height: 0px;
|
|
33187
|
+
}
|
|
33188
|
+
|
|
33189
|
+
.w1xcixj5.outside-tag {
|
|
33190
|
+
padding-left: 0;
|
|
33191
|
+
}
|
|
33192
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33193
|
+
border-radius: 4px 0 0 4px;
|
|
33194
|
+
padding-right: 4px;
|
|
33195
|
+
margin-right: 4px;
|
|
33196
|
+
}
|
|
33197
|
+
|
|
33175
33198
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33176
33199
|
display: var(--at4ovwe-0);
|
|
33177
33200
|
}
|
|
@@ -33222,25 +33245,6 @@ input.rrg1fkn.ant-input {
|
|
|
33222
33245
|
font-size: inherit;
|
|
33223
33246
|
}
|
|
33224
33247
|
|
|
33225
|
-
.feau332.ant-form-item {
|
|
33226
|
-
margin-bottom: 0;
|
|
33227
|
-
}
|
|
33228
|
-
.feau332 .ant-form-item-explain {
|
|
33229
|
-
display: none;
|
|
33230
|
-
min-height: 18px;
|
|
33231
|
-
margin-top: 5px;
|
|
33232
|
-
font-family: "Inter";
|
|
33233
|
-
font-weight: 400;
|
|
33234
|
-
font-size: 12px;
|
|
33235
|
-
line-height: 18px;
|
|
33236
|
-
}
|
|
33237
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33238
|
-
white-space: pre-wrap;
|
|
33239
|
-
}
|
|
33240
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33241
|
-
display: block;
|
|
33242
|
-
}
|
|
33243
|
-
|
|
33244
33248
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33245
33249
|
display: var(--a6dbbkm-0);
|
|
33246
33250
|
}
|
|
@@ -33270,4 +33274,23 @@ input.rrg1fkn.ant-input {
|
|
|
33270
33274
|
margin: 0;
|
|
33271
33275
|
height: auto;
|
|
33272
33276
|
font-size: inherit;
|
|
33277
|
+
}
|
|
33278
|
+
|
|
33279
|
+
.feau332.ant-form-item {
|
|
33280
|
+
margin-bottom: 0;
|
|
33281
|
+
}
|
|
33282
|
+
.feau332 .ant-form-item-explain {
|
|
33283
|
+
display: none;
|
|
33284
|
+
min-height: 18px;
|
|
33285
|
+
margin-top: 5px;
|
|
33286
|
+
font-family: "Inter";
|
|
33287
|
+
font-weight: 400;
|
|
33288
|
+
font-size: 12px;
|
|
33289
|
+
line-height: 18px;
|
|
33290
|
+
}
|
|
33291
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33292
|
+
white-space: pre-wrap;
|
|
33293
|
+
}
|
|
33294
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33295
|
+
display: block;
|
|
33273
33296
|
}
|