@cloudtower/eagle 0.26.33 → 0.27.0-dry
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/Loading/style.d.ts +4 -0
- package/dist/components/Metric/Metric.stories.d.ts +4 -0
- package/dist/components/Metric/metric.d.ts +1 -1
- 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 +781 -837
- package/dist/core/AccordionCard/AccordionCard.stories.d.ts +7 -0
- package/dist/core/AccordionCard/index.d.ts +16 -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/core/DetailCard/index.d.ts +4 -0
- package/dist/core/StepProgress/StepProgress.stories.d.ts +8 -0
- package/dist/core/StepProgress/index.d.ts +3 -0
- package/dist/coreX/Counting/Counting.stories.d.ts +29 -0
- package/dist/coreX/Counting/index.d.ts +4 -0
- package/dist/coreX/CronPlan/CronPlan.stories.d.ts +9 -0
- package/dist/coreX/CronPlan/index.d.ts +18 -0
- package/dist/coreX/DropdownTransition/index.d.ts +6 -0
- package/dist/coreX/NamesTooltip/NamesTooltip.stories.d.ts +7 -0
- package/dist/coreX/NamesTooltip/__test__/index.test.d.ts +1 -0
- package/dist/coreX/NamesTooltip/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 +3713 -2444
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +36 -1
- package/dist/spec/type.d.ts +35 -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 +656 -712
- package/dist/umd/index.js +3709 -2443
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/__test__/compute.spec.d.ts +1 -0
- package/dist/utils/__test__/cron-time.spec.d.ts +1 -0
- package/dist/utils/__test__/time.spec.d.ts +1 -0
- package/dist/utils/compute.d.ts +1 -0
- package/dist/utils/cron-time.d.ts +65 -0
- package/dist/utils/icon.d.ts +2 -1
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/time.d.ts +25 -0
- package/package.json +8 -6
- package/dist/components/images/index.d.ts +0 -15
- /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/components.css
CHANGED
|
@@ -28320,102 +28320,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28320
28320
|
transform: rotate(360deg);
|
|
28321
28321
|
}
|
|
28322
28322
|
}
|
|
28323
|
-
/* // basic */
|
|
28324
|
-
/* FishEye Color Variables and Functions */
|
|
28325
|
-
/*
|
|
28326
|
-
--------------------------- Primary Color ---------------------------
|
|
28327
|
-
*/
|
|
28328
|
-
/*
|
|
28329
|
-
---------------------------When necessary to add at any time---------------------------
|
|
28330
|
-
*/
|
|
28331
|
-
/* computed */
|
|
28332
|
-
/* blue */
|
|
28333
|
-
/* green */
|
|
28334
|
-
/* yellow */
|
|
28335
|
-
/* red */
|
|
28336
|
-
/* purple */
|
|
28337
|
-
/* palette global token*/
|
|
28338
|
-
/* color opaque */
|
|
28339
|
-
/* color transparent */
|
|
28340
|
-
/* blue transparent */
|
|
28341
|
-
/* green transparent */
|
|
28342
|
-
/* yellow transparent */
|
|
28343
|
-
/* red transparent */
|
|
28344
|
-
/* gray transparent */
|
|
28345
|
-
/* white transparent */
|
|
28346
|
-
/* gradient opaque */
|
|
28347
|
-
/* blue radial gradient */
|
|
28348
|
-
/* blue linear gradient */
|
|
28349
|
-
/* green radial gradient */
|
|
28350
|
-
/* yellow radial gradient */
|
|
28351
|
-
/* red radial gradient */
|
|
28352
|
-
/* gray radial gradient */
|
|
28353
|
-
/* white to gray radial gradient */
|
|
28354
|
-
/* white to gray linear gradient */
|
|
28355
|
-
/* gradient transparent */
|
|
28356
|
-
/* secondary palette */
|
|
28357
|
-
/* purple radial gradient */
|
|
28358
|
-
/* refine alias color */
|
|
28359
|
-
/* text */
|
|
28360
|
-
/* link */
|
|
28361
|
-
/* fill */
|
|
28362
|
-
/* fill element */
|
|
28363
|
-
/* fill interaction */
|
|
28364
|
-
/* stroke */
|
|
28365
|
-
/* background */
|
|
28366
|
-
/* dim */
|
|
28367
|
-
/* box shadow */
|
|
28368
|
-
/* fisheye */
|
|
28369
|
-
/* z-index */
|
|
28370
|
-
.loading {
|
|
28371
|
-
width: 64px;
|
|
28372
|
-
height: 64px;
|
|
28373
|
-
display: flex;
|
|
28374
|
-
align-items: center;
|
|
28375
|
-
justify-content: center;
|
|
28376
|
-
position: relative;
|
|
28377
|
-
opacity: 0.2;
|
|
28378
|
-
}
|
|
28379
|
-
|
|
28380
|
-
.loading-indicator__line1 {
|
|
28381
|
-
position: absolute;
|
|
28382
|
-
width: 5px;
|
|
28383
|
-
height: 48px;
|
|
28384
|
-
left: 9.33px;
|
|
28385
|
-
top: 40.5px;
|
|
28386
|
-
background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
28387
|
-
border-radius: 5px;
|
|
28388
|
-
transform: rotate(-128deg);
|
|
28389
|
-
transform-origin: top left;
|
|
28390
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
28391
|
-
}
|
|
28392
|
-
|
|
28393
|
-
.loading-indicator__line2 {
|
|
28394
|
-
position: absolute;
|
|
28395
|
-
width: 5px;
|
|
28396
|
-
height: 48px;
|
|
28397
|
-
left: 40.8px;
|
|
28398
|
-
top: 8.4px;
|
|
28399
|
-
background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
28400
|
-
border-radius: 5px;
|
|
28401
|
-
transform: rotate(-8deg);
|
|
28402
|
-
transform-origin: top left;
|
|
28403
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
28404
|
-
}
|
|
28405
|
-
|
|
28406
|
-
.loading-indicator__line3 {
|
|
28407
|
-
position: absolute;
|
|
28408
|
-
width: 5px;
|
|
28409
|
-
height: 48px;
|
|
28410
|
-
left: 52.9px;
|
|
28411
|
-
top: 51.8px;
|
|
28412
|
-
background: linear-gradient(180deg, #0080FF 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
28413
|
-
border-radius: 5px;
|
|
28414
|
-
transform: rotate(112deg);
|
|
28415
|
-
transform-origin: top left;
|
|
28416
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
28417
|
-
}
|
|
28418
|
-
|
|
28419
28323
|
@keyframes loading-indicator1 {
|
|
28420
28324
|
0% {
|
|
28421
28325
|
height: 48px;
|
|
@@ -28482,53 +28386,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28482
28386
|
top: 51.8px;
|
|
28483
28387
|
}
|
|
28484
28388
|
}
|
|
28485
|
-
/* // basic */
|
|
28486
|
-
/* FishEye Color Variables and Functions */
|
|
28487
|
-
/*
|
|
28488
|
-
--------------------------- Primary Color ---------------------------
|
|
28489
|
-
*/
|
|
28490
|
-
/*
|
|
28491
|
-
---------------------------When necessary to add at any time---------------------------
|
|
28492
|
-
*/
|
|
28493
|
-
/* computed */
|
|
28494
|
-
/* blue */
|
|
28495
|
-
/* green */
|
|
28496
|
-
/* yellow */
|
|
28497
|
-
/* red */
|
|
28498
|
-
/* purple */
|
|
28499
|
-
/* palette global token*/
|
|
28500
|
-
/* color opaque */
|
|
28501
|
-
/* color transparent */
|
|
28502
|
-
/* blue transparent */
|
|
28503
|
-
/* green transparent */
|
|
28504
|
-
/* yellow transparent */
|
|
28505
|
-
/* red transparent */
|
|
28506
|
-
/* gray transparent */
|
|
28507
|
-
/* white transparent */
|
|
28508
|
-
/* gradient opaque */
|
|
28509
|
-
/* blue radial gradient */
|
|
28510
|
-
/* blue linear gradient */
|
|
28511
|
-
/* green radial gradient */
|
|
28512
|
-
/* yellow radial gradient */
|
|
28513
|
-
/* red radial gradient */
|
|
28514
|
-
/* gray radial gradient */
|
|
28515
|
-
/* white to gray radial gradient */
|
|
28516
|
-
/* white to gray linear gradient */
|
|
28517
|
-
/* gradient transparent */
|
|
28518
|
-
/* secondary palette */
|
|
28519
|
-
/* purple radial gradient */
|
|
28520
|
-
/* refine alias color */
|
|
28521
|
-
/* text */
|
|
28522
|
-
/* link */
|
|
28523
|
-
/* fill */
|
|
28524
|
-
/* fill element */
|
|
28525
|
-
/* fill interaction */
|
|
28526
|
-
/* stroke */
|
|
28527
|
-
/* background */
|
|
28528
|
-
/* dim */
|
|
28529
|
-
/* box shadow */
|
|
28530
|
-
/* fisheye */
|
|
28531
|
-
/* z-index */
|
|
28532
28389
|
.ant-dropdown,
|
|
28533
28390
|
.ant-dropdown-menu-submenu {
|
|
28534
28391
|
background: #fff;
|
|
@@ -28652,307 +28509,67 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28652
28509
|
text-overflow: ellipsis;
|
|
28653
28510
|
}
|
|
28654
28511
|
|
|
28655
|
-
|
|
28656
|
-
|
|
28657
|
-
|
|
28658
|
-
|
|
28659
|
-
|
|
28660
|
-
|
|
28661
|
-
|
|
28662
|
-
padding: 0 4px;
|
|
28512
|
+
.disable-select {
|
|
28513
|
+
-webkit-touch-callout: none;
|
|
28514
|
+
-webkit-user-select: none;
|
|
28515
|
+
-khtml-user-select: none;
|
|
28516
|
+
-moz-user-select: none;
|
|
28517
|
+
-ms-user-select: none;
|
|
28518
|
+
user-select: none;
|
|
28663
28519
|
}
|
|
28664
28520
|
|
|
28665
|
-
|
|
28666
|
-
padding: 4px 6px;
|
|
28667
|
-
color: #eee;
|
|
28668
|
-
cursor: pointer;
|
|
28669
|
-
outline: none;
|
|
28670
|
-
border-radius: 2px;
|
|
28671
|
-
border: 0;
|
|
28672
|
-
background: #525252;
|
|
28521
|
+
.relative {
|
|
28673
28522
|
position: relative;
|
|
28674
28523
|
}
|
|
28675
28524
|
|
|
28676
|
-
|
|
28677
|
-
display: none;
|
|
28525
|
+
.drag {
|
|
28678
28526
|
position: absolute;
|
|
28679
|
-
right:
|
|
28680
|
-
top:
|
|
28681
|
-
|
|
28682
|
-
|
|
28527
|
+
right: -4px;
|
|
28528
|
+
top: 0;
|
|
28529
|
+
width: 8px;
|
|
28530
|
+
z-index: 9;
|
|
28531
|
+
height: 100%;
|
|
28532
|
+
cursor: col-resize;
|
|
28683
28533
|
}
|
|
28684
28534
|
|
|
28685
|
-
|
|
28686
|
-
|
|
28535
|
+
.table-wrapper {
|
|
28536
|
+
position: relative;
|
|
28537
|
+
}
|
|
28538
|
+
.table-wrapper.table-sticky-header .no-scroll-bar th.cell__action_ {
|
|
28539
|
+
right: 0 !important;
|
|
28540
|
+
}
|
|
28541
|
+
.table-wrapper.table-sticky-header .no-scroll-bar th.ant-table-cell-scrollbar {
|
|
28542
|
+
display: none;
|
|
28543
|
+
}
|
|
28544
|
+
.table-wrapper.table-sticky-header .ant-table-header {
|
|
28545
|
+
position: sticky;
|
|
28546
|
+
top: 0px;
|
|
28547
|
+
}
|
|
28548
|
+
.table-wrapper.table-sticky-header .ant-table-body {
|
|
28549
|
+
overflow: auto visible !important;
|
|
28687
28550
|
}
|
|
28688
28551
|
|
|
28689
|
-
|
|
28690
|
-
|
|
28691
|
-
color: #eee;
|
|
28692
|
-
cursor: pointer;
|
|
28693
|
-
outline: none;
|
|
28694
|
-
border-radius: 2px;
|
|
28695
|
-
border: 0;
|
|
28696
|
-
background: #525252;
|
|
28697
|
-
opacity: 0.8;
|
|
28552
|
+
.table-wrapper.dragging .ant-table-column-has-sorters {
|
|
28553
|
+
pointer-events: none;
|
|
28698
28554
|
}
|
|
28699
28555
|
|
|
28700
|
-
|
|
28701
|
-
|
|
28556
|
+
.ant-picker.ant-picker-disabled {
|
|
28557
|
+
background: rgba(211, 218, 235, 0.6);
|
|
28558
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
28559
|
+
}
|
|
28560
|
+
.ant-picker.error:not(.ant-picker-disabled) {
|
|
28561
|
+
border-color: #e75a3a;
|
|
28702
28562
|
}
|
|
28703
28563
|
|
|
28704
|
-
|
|
28705
|
-
|
|
28564
|
+
.ant-picker-cell {
|
|
28565
|
+
vertical-align: middle;
|
|
28706
28566
|
}
|
|
28707
28567
|
|
|
28708
|
-
|
|
28709
|
-
|
|
28710
|
-
|
|
28711
|
-
|
|
28712
|
-
|
|
28713
|
-
/*
|
|
28714
|
-
---------------------------When necessary to add at any time---------------------------
|
|
28715
|
-
*/
|
|
28716
|
-
/* computed */
|
|
28717
|
-
/* blue */
|
|
28718
|
-
/* green */
|
|
28719
|
-
/* yellow */
|
|
28720
|
-
/* red */
|
|
28721
|
-
/* purple */
|
|
28722
|
-
/* palette global token*/
|
|
28723
|
-
/* color opaque */
|
|
28724
|
-
/* color transparent */
|
|
28725
|
-
/* blue transparent */
|
|
28726
|
-
/* green transparent */
|
|
28727
|
-
/* yellow transparent */
|
|
28728
|
-
/* red transparent */
|
|
28729
|
-
/* gray transparent */
|
|
28730
|
-
/* white transparent */
|
|
28731
|
-
/* gradient opaque */
|
|
28732
|
-
/* blue radial gradient */
|
|
28733
|
-
/* blue linear gradient */
|
|
28734
|
-
/* green radial gradient */
|
|
28735
|
-
/* yellow radial gradient */
|
|
28736
|
-
/* red radial gradient */
|
|
28737
|
-
/* gray radial gradient */
|
|
28738
|
-
/* white to gray radial gradient */
|
|
28739
|
-
/* white to gray linear gradient */
|
|
28740
|
-
/* gradient transparent */
|
|
28741
|
-
/* secondary palette */
|
|
28742
|
-
/* purple radial gradient */
|
|
28743
|
-
/* refine alias color */
|
|
28744
|
-
/* text */
|
|
28745
|
-
/* link */
|
|
28746
|
-
/* fill */
|
|
28747
|
-
/* fill element */
|
|
28748
|
-
/* fill interaction */
|
|
28749
|
-
/* stroke */
|
|
28750
|
-
/* background */
|
|
28751
|
-
/* dim */
|
|
28752
|
-
/* box shadow */
|
|
28753
|
-
/* fisheye */
|
|
28754
|
-
/* z-index */
|
|
28755
|
-
.ant-dropdown,
|
|
28756
|
-
.ant-dropdown-menu-submenu {
|
|
28757
|
-
background: #fff;
|
|
28758
|
-
border-radius: 3px;
|
|
28759
|
-
min-width: 130px;
|
|
28760
|
-
box-sizing: content-box !important;
|
|
28761
|
-
box-shadow: none;
|
|
28762
|
-
border: none;
|
|
28763
|
-
}
|
|
28764
|
-
.ant-dropdown > .ant-dropdown-menu,
|
|
28765
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu {
|
|
28766
|
-
border: 1px solid #dfe4eb;
|
|
28767
|
-
box-shadow: 0px 8px 16px rgba(129, 138, 153, 0.18), 0px 0px 4px rgba(235, 239, 245, 0.6);
|
|
28768
|
-
}
|
|
28769
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-group-title,
|
|
28770
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-group-title {
|
|
28771
|
-
font-family: Inter;
|
|
28772
|
-
font-style: normal;
|
|
28773
|
-
font-weight: normal;
|
|
28774
|
-
text-transform: uppercase;
|
|
28775
|
-
font-feature-settings: "cpsp" on;
|
|
28776
|
-
font-size: 12px;
|
|
28777
|
-
line-height: 18px;
|
|
28778
|
-
padding: 4px 16px;
|
|
28779
|
-
color: rgba(129, 138, 153, 0.6);
|
|
28780
|
-
}
|
|
28781
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-group-list,
|
|
28782
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-group-list {
|
|
28783
|
-
margin: 0;
|
|
28784
|
-
}
|
|
28785
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item,
|
|
28786
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
28787
|
-
min-width: 128px;
|
|
28788
|
-
}
|
|
28789
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item,
|
|
28790
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title,
|
|
28791
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item,
|
|
28792
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
|
|
28793
|
-
display: flex;
|
|
28794
|
-
padding: 4px 22px 4px 10px;
|
|
28795
|
-
font-family: Inter;
|
|
28796
|
-
font-style: normal;
|
|
28797
|
-
font-weight: normal;
|
|
28798
|
-
font-size: 14px;
|
|
28799
|
-
line-height: 22px;
|
|
28800
|
-
color: #2d3a56;
|
|
28801
|
-
}
|
|
28802
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover,
|
|
28803
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title:not(.ant-dropdown-menu-item-disabled):hover,
|
|
28804
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover,
|
|
28805
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title:not(.ant-dropdown-menu-item-disabled):hover {
|
|
28806
|
-
background-color: rgba(0, 128, 255, 0.1);
|
|
28807
|
-
color: #005ed1;
|
|
28808
|
-
}
|
|
28809
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
|
|
28810
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,
|
|
28811
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
|
|
28812
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled {
|
|
28813
|
-
opacity: 0.5;
|
|
28814
|
-
}
|
|
28815
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger,
|
|
28816
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger,
|
|
28817
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger,
|
|
28818
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger {
|
|
28819
|
-
color: #f0483e;
|
|
28820
|
-
}
|
|
28821
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover,
|
|
28822
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger:hover,
|
|
28823
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover,
|
|
28824
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger:hover {
|
|
28825
|
-
background-color: rgba(240, 72, 62, 0.1);
|
|
28826
|
-
color: #f0483e;
|
|
28827
|
-
}
|
|
28828
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.item-danger-disabled,
|
|
28829
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.item-danger-disabled,
|
|
28830
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.item-danger-disabled,
|
|
28831
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.item-danger-disabled {
|
|
28832
|
-
color: #f0483e;
|
|
28833
|
-
opacity: 0.5;
|
|
28834
|
-
}
|
|
28835
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-divider,
|
|
28836
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider,
|
|
28837
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-divider,
|
|
28838
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider {
|
|
28839
|
-
margin-left: 0;
|
|
28840
|
-
margin-right: 0;
|
|
28841
|
-
background: rgba(213, 219, 227, 0.6);
|
|
28842
|
-
}
|
|
28843
|
-
.ant-dropdown > .ant-dropdown-menu .icon-wrapper,
|
|
28844
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .icon-wrapper {
|
|
28845
|
-
display: flex;
|
|
28846
|
-
width: 100%;
|
|
28847
|
-
}
|
|
28848
|
-
.ant-dropdown > .ant-dropdown-menu .icon-wrapper .icon-inner,
|
|
28849
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .icon-wrapper .icon-inner {
|
|
28850
|
-
margin-right: 4px;
|
|
28851
|
-
}
|
|
28852
|
-
|
|
28853
|
-
.ant-dropdown-menu-submenu.ant-dropdown-menu {
|
|
28854
|
-
padding: 0;
|
|
28855
|
-
}
|
|
28856
|
-
.ant-dropdown-menu-submenu.ant-dropdown-menu > [role=menu] {
|
|
28857
|
-
margin: 0;
|
|
28858
|
-
}
|
|
28859
|
-
|
|
28860
|
-
.ant-dropdown.no-animation-enter {
|
|
28861
|
-
display: block;
|
|
28862
|
-
opacity: 1 !important;
|
|
28863
|
-
}
|
|
28864
|
-
|
|
28865
|
-
.ant-dropdown.no-animation-leave {
|
|
28866
|
-
display: none;
|
|
28867
|
-
}
|
|
28868
|
-
|
|
28869
|
-
.ant-message-notice-content {
|
|
28870
|
-
max-width: 800px;
|
|
28871
|
-
}
|
|
28872
|
-
.ant-message-notice-content .ant-message-custom-content {
|
|
28873
|
-
overflow: hidden;
|
|
28874
|
-
white-space: nowrap;
|
|
28875
|
-
text-overflow: ellipsis;
|
|
28876
|
-
}
|
|
28877
|
-
|
|
28878
|
-
body {
|
|
28879
|
-
font-feature-settings: normal;
|
|
28880
|
-
-webkit-font-feature-settings: normal;
|
|
28881
|
-
font-variant: normal;
|
|
28882
|
-
min-width: 1280px;
|
|
28883
|
-
overflow: hidden;
|
|
28884
|
-
}
|
|
28885
|
-
|
|
28886
|
-
p {
|
|
28887
|
-
margin: 0;
|
|
28888
|
-
}
|
|
28889
|
-
|
|
28890
|
-
#root {
|
|
28891
|
-
width: 100vw;
|
|
28892
|
-
overflow-x: auto;
|
|
28893
|
-
}
|
|
28894
|
-
|
|
28895
|
-
.disable-select {
|
|
28896
|
-
-webkit-touch-callout: none;
|
|
28897
|
-
-webkit-user-select: none;
|
|
28898
|
-
-khtml-user-select: none;
|
|
28899
|
-
-moz-user-select: none;
|
|
28900
|
-
-ms-user-select: none;
|
|
28901
|
-
user-select: none;
|
|
28902
|
-
}
|
|
28903
|
-
|
|
28904
|
-
.relative {
|
|
28905
|
-
position: relative;
|
|
28906
|
-
}
|
|
28907
|
-
|
|
28908
|
-
.drag {
|
|
28909
|
-
position: absolute;
|
|
28910
|
-
right: -4px;
|
|
28911
|
-
top: 0;
|
|
28912
|
-
width: 8px;
|
|
28913
|
-
z-index: 9;
|
|
28914
|
-
height: 100%;
|
|
28915
|
-
cursor: col-resize;
|
|
28916
|
-
}
|
|
28917
|
-
|
|
28918
|
-
.table-wrapper {
|
|
28919
|
-
position: relative;
|
|
28920
|
-
}
|
|
28921
|
-
.table-wrapper.table-sticky-header .no-scroll-bar th.cell__action_ {
|
|
28922
|
-
right: 0 !important;
|
|
28923
|
-
}
|
|
28924
|
-
.table-wrapper.table-sticky-header .no-scroll-bar th.ant-table-cell-scrollbar {
|
|
28925
|
-
display: none;
|
|
28926
|
-
}
|
|
28927
|
-
.table-wrapper.table-sticky-header .ant-table-header {
|
|
28928
|
-
position: sticky;
|
|
28929
|
-
top: 0px;
|
|
28930
|
-
}
|
|
28931
|
-
.table-wrapper.table-sticky-header .ant-table-body {
|
|
28932
|
-
overflow: auto visible !important;
|
|
28933
|
-
}
|
|
28934
|
-
|
|
28935
|
-
.table-wrapper.dragging .ant-table-column-has-sorters {
|
|
28936
|
-
pointer-events: none;
|
|
28937
|
-
}
|
|
28938
|
-
|
|
28939
|
-
.ant-picker.ant-picker-disabled {
|
|
28940
|
-
background: rgba(211, 218, 235, 0.6);
|
|
28941
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
28942
|
-
}
|
|
28943
|
-
.ant-picker.error:not(.ant-picker-disabled) {
|
|
28944
|
-
border-color: #e75a3a;
|
|
28945
|
-
}
|
|
28946
|
-
|
|
28947
|
-
.ant-picker-cell {
|
|
28948
|
-
vertical-align: middle;
|
|
28949
|
-
}
|
|
28950
|
-
|
|
28951
|
-
.ant-modal {
|
|
28952
|
-
margin: 0 auto;
|
|
28953
|
-
max-width: 100%;
|
|
28954
|
-
top: 50%;
|
|
28955
|
-
transform: translateY(-50%);
|
|
28568
|
+
.ant-modal {
|
|
28569
|
+
margin: 0 auto;
|
|
28570
|
+
max-width: 100%;
|
|
28571
|
+
top: 50%;
|
|
28572
|
+
transform: translateY(-50%);
|
|
28956
28573
|
}
|
|
28957
28574
|
.ant-modal .ant-modal-close-x {
|
|
28958
28575
|
width: 20px;
|
|
@@ -29828,6 +29445,20 @@ input[type=submit] {
|
|
|
29828
29445
|
-webkit-appearance: button;
|
|
29829
29446
|
cursor: pointer;
|
|
29830
29447
|
}
|
|
29448
|
+
|
|
29449
|
+
/* move from override.csss */
|
|
29450
|
+
body {
|
|
29451
|
+
font-feature-settings: normal;
|
|
29452
|
+
-webkit-font-feature-settings: normal;
|
|
29453
|
+
font-variant: normal;
|
|
29454
|
+
min-width: 1280px;
|
|
29455
|
+
overflow: hidden;
|
|
29456
|
+
}
|
|
29457
|
+
|
|
29458
|
+
#root {
|
|
29459
|
+
width: 100vw;
|
|
29460
|
+
overflow-x: auto;
|
|
29461
|
+
}
|
|
29831
29462
|
/* variable font */
|
|
29832
29463
|
html body {
|
|
29833
29464
|
font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
@@ -30077,287 +29708,17 @@ html body {
|
|
|
30077
29708
|
margin-right: 8px;
|
|
30078
29709
|
display: inline-flex;
|
|
30079
29710
|
}
|
|
30080
|
-
.buj61ew .button-suffix-icon {
|
|
30081
|
-
margin-left: 8px;
|
|
30082
|
-
display: inline-flex;
|
|
30083
|
-
}
|
|
30084
|
-
.buj61ew .icon-wrapper {
|
|
30085
|
-
display: flex;
|
|
30086
|
-
justify-content: center;
|
|
30087
|
-
}
|
|
30088
|
-
|
|
30089
|
-
.nchllas {
|
|
30090
|
-
padding: 0;
|
|
30091
|
-
}
|
|
30092
|
-
|
|
30093
|
-
.bpq0js6 {
|
|
30094
|
-
padding: 4px 11px;
|
|
30095
|
-
}
|
|
30096
|
-
|
|
30097
|
-
.b15sn34c {
|
|
30098
|
-
white-space: nowrap;
|
|
30099
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30100
|
-
}
|
|
30101
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30102
|
-
--color: #0080ff;
|
|
30103
|
-
}
|
|
30104
|
-
.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] {
|
|
30105
|
-
--color: #0080ff;
|
|
30106
|
-
}
|
|
30107
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30108
|
-
margin-left: 1px;
|
|
30109
|
-
}
|
|
30110
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30111
|
-
border-top-right-radius: 0;
|
|
30112
|
-
border-bottom-right-radius: 0;
|
|
30113
|
-
}
|
|
30114
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30115
|
-
border-top-left-radius: 0;
|
|
30116
|
-
border-bottom-left-radius: 0;
|
|
30117
|
-
}
|
|
30118
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30119
|
-
border-radius: unset;
|
|
30120
|
-
}
|
|
30121
|
-
|
|
30122
|
-
.iap75of {
|
|
30123
|
-
height: 18px;
|
|
30124
|
-
line-height: 18px;
|
|
30125
|
-
padding: 0 4px;
|
|
30126
|
-
border-radius: 4px;
|
|
30127
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30128
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30129
|
-
display: flex;
|
|
30130
|
-
align-items: center;
|
|
30131
|
-
white-space: nowrap;
|
|
30132
|
-
margin-right: 4px;
|
|
30133
|
-
}
|
|
30134
|
-
|
|
30135
|
-
.i1mrf09m {
|
|
30136
|
-
display: inline-flex;
|
|
30137
|
-
align-items: center;
|
|
30138
|
-
}
|
|
30139
|
-
.i1mrf09m .icon-inner {
|
|
30140
|
-
display: inline-flex;
|
|
30141
|
-
align-items: center;
|
|
30142
|
-
justify-content: center;
|
|
30143
|
-
}
|
|
30144
|
-
.i1mrf09m .icon-inner + span,
|
|
30145
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
30146
|
-
margin-left: 4px;
|
|
30147
|
-
}
|
|
30148
|
-
.i1mrf09m.is-rotate img,
|
|
30149
|
-
.i1mrf09m.is-rotate svg {
|
|
30150
|
-
animation: rotate 680ms linear infinite;
|
|
30151
|
-
}
|
|
30152
|
-
|
|
30153
|
-
.obf05yr {
|
|
30154
|
-
display: inline-block;
|
|
30155
|
-
}
|
|
30156
|
-
|
|
30157
|
-
.hsms1n6 {
|
|
30158
|
-
visibility: hidden;
|
|
30159
|
-
position: absolute;
|
|
30160
|
-
}
|
|
30161
|
-
|
|
30162
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
30163
|
-
display: inline-flex;
|
|
30164
|
-
align-items: baseline;
|
|
30165
|
-
white-space: pre-wrap;
|
|
30166
|
-
}
|
|
30167
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30168
|
-
position: relative;
|
|
30169
|
-
top: 3px;
|
|
30170
|
-
}
|
|
30171
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30172
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30173
|
-
}
|
|
30174
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30175
|
-
border-color: #0080ff;
|
|
30176
|
-
}
|
|
30177
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30178
|
-
border-color: #0080ff;
|
|
30179
|
-
background: #0080ff;
|
|
30180
|
-
}
|
|
30181
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30182
|
-
top: 4px;
|
|
30183
|
-
left: 4px;
|
|
30184
|
-
width: 6px;
|
|
30185
|
-
height: 6px;
|
|
30186
|
-
background: #fff;
|
|
30187
|
-
}
|
|
30188
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30189
|
-
opacity: 0.5;
|
|
30190
|
-
}
|
|
30191
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30192
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30193
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30194
|
-
}
|
|
30195
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30196
|
-
background: #00122e;
|
|
30197
|
-
}
|
|
30198
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30199
|
-
color: #00122e;
|
|
30200
|
-
opacity: 0.5;
|
|
30201
|
-
}
|
|
30202
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30203
|
-
color: #00122e;
|
|
30204
|
-
}
|
|
30205
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30206
|
-
display: inline-block;
|
|
30207
|
-
padding: 0;
|
|
30208
|
-
padding-left: 12px;
|
|
30209
|
-
}
|
|
30210
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30211
|
-
margin-bottom: 0;
|
|
30212
|
-
white-space: pre-wrap;
|
|
30213
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30214
|
-
}
|
|
30215
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30216
|
-
padding-left: 8px;
|
|
30217
|
-
}
|
|
30218
|
-
|
|
30219
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30220
|
-
border-radius: 5px 0 0 5px;
|
|
30221
|
-
}
|
|
30222
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30223
|
-
border-radius: 0 5px 5px 0;
|
|
30224
|
-
}
|
|
30225
|
-
|
|
30226
|
-
.r1f0aqcc {
|
|
30227
|
-
color: #00122e;
|
|
30228
|
-
border-color: #ccd4e3;
|
|
30229
|
-
}
|
|
30230
|
-
.r1f0aqcc:first-child {
|
|
30231
|
-
border-color: #a3b4cc;
|
|
30232
|
-
}
|
|
30233
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30234
|
-
padding: 0 12px;
|
|
30235
|
-
line-height: 32px;
|
|
30236
|
-
height: 32px;
|
|
30237
|
-
}
|
|
30238
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30239
|
-
white-space: nowrap;
|
|
30240
|
-
}
|
|
30241
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30242
|
-
height: 22px;
|
|
30243
|
-
padding: 0 7px;
|
|
30244
|
-
line-height: 20px;
|
|
30245
|
-
}
|
|
30246
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30247
|
-
background: #ccd4e3;
|
|
30248
|
-
}
|
|
30249
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30250
|
-
background: #0080ff;
|
|
30251
|
-
}
|
|
30252
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30253
|
-
background: #ccd4e3;
|
|
30254
|
-
opacity: 0.5;
|
|
30255
|
-
}
|
|
30256
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30257
|
-
border-right-color: #0080ff;
|
|
30258
|
-
}
|
|
30259
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30260
|
-
border-color: #0080ff;
|
|
30261
|
-
}
|
|
30262
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30263
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30264
|
-
}
|
|
30265
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30266
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30267
|
-
border-color: #ccd4e3;
|
|
30268
|
-
opacity: 0.5;
|
|
30269
|
-
}
|
|
30270
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30271
|
-
color: #00122e;
|
|
30272
|
-
border-color: #ccd4e3;
|
|
30273
|
-
}
|
|
30274
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30275
|
-
color: #00122e;
|
|
30276
|
-
border-color: #ccd4e3;
|
|
30277
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30278
|
-
}
|
|
30279
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
30280
|
-
margin-right: 8px;
|
|
30281
|
-
display: inline;
|
|
30282
|
-
border: none;
|
|
30283
|
-
padding: 0;
|
|
30284
|
-
width: 36px;
|
|
30285
|
-
background: transparent;
|
|
30286
|
-
}
|
|
30287
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30288
|
-
box-shadow: none;
|
|
30289
|
-
}
|
|
30290
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30291
|
-
margin-right: 0;
|
|
30292
|
-
width: initial;
|
|
30293
|
-
box-shadow: none;
|
|
30294
|
-
}
|
|
30295
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30296
|
-
display: none;
|
|
30297
|
-
}
|
|
30298
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30299
|
-
display: inline;
|
|
30300
|
-
}
|
|
30301
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30302
|
-
display: inline;
|
|
30303
|
-
margin-right: 8px;
|
|
30304
|
-
padding: 0;
|
|
30305
|
-
width: 36px;
|
|
30306
|
-
}
|
|
30307
|
-
|
|
30308
|
-
.s34f1qb.ant-switch {
|
|
30309
|
-
min-width: 40px;
|
|
30310
|
-
height: 24px;
|
|
30311
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30312
|
-
overflow: hidden;
|
|
30313
|
-
}
|
|
30314
|
-
.s34f1qb.ant-switch:focus {
|
|
30315
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30316
|
-
}
|
|
30317
|
-
.s34f1qb.ant-switch-small {
|
|
30318
|
-
min-width: 26px;
|
|
30319
|
-
height: 16px;
|
|
30320
|
-
}
|
|
30321
|
-
.s34f1qb.ant-switch-large {
|
|
30322
|
-
min-width: 52px;
|
|
30323
|
-
height: 32px;
|
|
30324
|
-
}
|
|
30325
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30326
|
-
height: 20px;
|
|
30327
|
-
width: 20px;
|
|
30328
|
-
}
|
|
30329
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30330
|
-
border-radius: 10px;
|
|
30331
|
-
transition-delay: 120ms;
|
|
30332
|
-
}
|
|
30333
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30334
|
-
height: 14px;
|
|
30335
|
-
width: 14px;
|
|
30336
|
-
top: 1px;
|
|
30337
|
-
left: 1px;
|
|
30338
|
-
}
|
|
30339
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30340
|
-
height: 28px;
|
|
30341
|
-
width: 28px;
|
|
30342
|
-
}
|
|
30343
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30344
|
-
border-radius: 14px;
|
|
30345
|
-
}
|
|
30346
|
-
.s34f1qb.ant-switch-checked {
|
|
30347
|
-
background-color: #00ba5d;
|
|
30348
|
-
}
|
|
30349
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30350
|
-
left: calc(100% - 20px - 2px);
|
|
30351
|
-
}
|
|
30352
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30353
|
-
left: calc(100% - 14px - 1px);
|
|
29711
|
+
.buj61ew .button-suffix-icon {
|
|
29712
|
+
margin-left: 8px;
|
|
29713
|
+
display: inline-flex;
|
|
30354
29714
|
}
|
|
30355
|
-
.
|
|
30356
|
-
|
|
29715
|
+
.buj61ew .icon-wrapper {
|
|
29716
|
+
display: flex;
|
|
29717
|
+
justify-content: center;
|
|
30357
29718
|
}
|
|
30358
29719
|
|
|
30359
|
-
.
|
|
30360
|
-
|
|
29720
|
+
.nchllas {
|
|
29721
|
+
padding: 0;
|
|
30361
29722
|
}
|
|
30362
29723
|
|
|
30363
29724
|
.fde5mpd {
|
|
@@ -30375,6 +29736,53 @@ html body {
|
|
|
30375
29736
|
font-size: 18px;
|
|
30376
29737
|
}
|
|
30377
29738
|
|
|
29739
|
+
.i1mrf09m {
|
|
29740
|
+
display: inline-flex;
|
|
29741
|
+
align-items: center;
|
|
29742
|
+
}
|
|
29743
|
+
.i1mrf09m .icon-inner {
|
|
29744
|
+
display: inline-flex;
|
|
29745
|
+
align-items: center;
|
|
29746
|
+
justify-content: center;
|
|
29747
|
+
}
|
|
29748
|
+
.i1mrf09m .icon-inner + span,
|
|
29749
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29750
|
+
margin-left: 4px;
|
|
29751
|
+
}
|
|
29752
|
+
.i1mrf09m.is-rotate img,
|
|
29753
|
+
.i1mrf09m.is-rotate svg {
|
|
29754
|
+
animation: rotate 680ms linear infinite;
|
|
29755
|
+
}
|
|
29756
|
+
|
|
29757
|
+
.bpq0js6 {
|
|
29758
|
+
padding: 4px 11px;
|
|
29759
|
+
}
|
|
29760
|
+
|
|
29761
|
+
.b15sn34c {
|
|
29762
|
+
white-space: nowrap;
|
|
29763
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29764
|
+
}
|
|
29765
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29766
|
+
--color: #0080ff;
|
|
29767
|
+
}
|
|
29768
|
+
.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] {
|
|
29769
|
+
--color: #0080ff;
|
|
29770
|
+
}
|
|
29771
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29772
|
+
margin-left: 1px;
|
|
29773
|
+
}
|
|
29774
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29775
|
+
border-top-right-radius: 0;
|
|
29776
|
+
border-bottom-right-radius: 0;
|
|
29777
|
+
}
|
|
29778
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29779
|
+
border-top-left-radius: 0;
|
|
29780
|
+
border-bottom-left-radius: 0;
|
|
29781
|
+
}
|
|
29782
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29783
|
+
border-radius: unset;
|
|
29784
|
+
}
|
|
29785
|
+
|
|
30378
29786
|
.cz04yix {
|
|
30379
29787
|
display: flex;
|
|
30380
29788
|
flex-direction: column;
|
|
@@ -30981,10 +30389,211 @@ input.rrg1fkn.ant-input {
|
|
|
30981
30389
|
border-top-right-radius: 0;
|
|
30982
30390
|
border-bottom-right-radius: 0;
|
|
30983
30391
|
}
|
|
30984
|
-
|
|
30985
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30986
|
-
border-top-left-radius: 0;
|
|
30987
|
-
border-bottom-left-radius: 0;
|
|
30392
|
+
|
|
30393
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30394
|
+
border-top-left-radius: 0;
|
|
30395
|
+
border-bottom-left-radius: 0;
|
|
30396
|
+
}
|
|
30397
|
+
|
|
30398
|
+
.s34f1qb.ant-switch {
|
|
30399
|
+
min-width: 40px;
|
|
30400
|
+
height: 24px;
|
|
30401
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30402
|
+
overflow: hidden;
|
|
30403
|
+
}
|
|
30404
|
+
.s34f1qb.ant-switch:focus {
|
|
30405
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30406
|
+
}
|
|
30407
|
+
.s34f1qb.ant-switch-small {
|
|
30408
|
+
min-width: 26px;
|
|
30409
|
+
height: 16px;
|
|
30410
|
+
}
|
|
30411
|
+
.s34f1qb.ant-switch-large {
|
|
30412
|
+
min-width: 52px;
|
|
30413
|
+
height: 32px;
|
|
30414
|
+
}
|
|
30415
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30416
|
+
height: 20px;
|
|
30417
|
+
width: 20px;
|
|
30418
|
+
}
|
|
30419
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30420
|
+
border-radius: 10px;
|
|
30421
|
+
transition-delay: 120ms;
|
|
30422
|
+
}
|
|
30423
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30424
|
+
height: 14px;
|
|
30425
|
+
width: 14px;
|
|
30426
|
+
top: 1px;
|
|
30427
|
+
left: 1px;
|
|
30428
|
+
}
|
|
30429
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30430
|
+
height: 28px;
|
|
30431
|
+
width: 28px;
|
|
30432
|
+
}
|
|
30433
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30434
|
+
border-radius: 14px;
|
|
30435
|
+
}
|
|
30436
|
+
.s34f1qb.ant-switch-checked {
|
|
30437
|
+
background-color: #00ba5d;
|
|
30438
|
+
}
|
|
30439
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30440
|
+
left: calc(100% - 20px - 2px);
|
|
30441
|
+
}
|
|
30442
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30443
|
+
left: calc(100% - 14px - 1px);
|
|
30444
|
+
}
|
|
30445
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30446
|
+
left: calc(100% - 28px - 2px);
|
|
30447
|
+
}
|
|
30448
|
+
|
|
30449
|
+
.c1to9vb9 {
|
|
30450
|
+
margin-left: 5px;
|
|
30451
|
+
}
|
|
30452
|
+
|
|
30453
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30454
|
+
display: inline-flex;
|
|
30455
|
+
align-items: baseline;
|
|
30456
|
+
white-space: pre-wrap;
|
|
30457
|
+
}
|
|
30458
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30459
|
+
position: relative;
|
|
30460
|
+
top: 3px;
|
|
30461
|
+
}
|
|
30462
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30463
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30464
|
+
}
|
|
30465
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30466
|
+
border-color: #0080ff;
|
|
30467
|
+
}
|
|
30468
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30469
|
+
border-color: #0080ff;
|
|
30470
|
+
background: #0080ff;
|
|
30471
|
+
}
|
|
30472
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30473
|
+
top: 4px;
|
|
30474
|
+
left: 4px;
|
|
30475
|
+
width: 6px;
|
|
30476
|
+
height: 6px;
|
|
30477
|
+
background: #fff;
|
|
30478
|
+
}
|
|
30479
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30480
|
+
opacity: 0.5;
|
|
30481
|
+
}
|
|
30482
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30483
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30484
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30485
|
+
}
|
|
30486
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30487
|
+
background: #00122e;
|
|
30488
|
+
}
|
|
30489
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30490
|
+
color: #00122e;
|
|
30491
|
+
opacity: 0.5;
|
|
30492
|
+
}
|
|
30493
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30494
|
+
color: #00122e;
|
|
30495
|
+
}
|
|
30496
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30497
|
+
display: inline-block;
|
|
30498
|
+
padding: 0;
|
|
30499
|
+
padding-left: 12px;
|
|
30500
|
+
}
|
|
30501
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30502
|
+
margin-bottom: 0;
|
|
30503
|
+
white-space: pre-wrap;
|
|
30504
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30505
|
+
}
|
|
30506
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30507
|
+
padding-left: 8px;
|
|
30508
|
+
}
|
|
30509
|
+
|
|
30510
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30511
|
+
border-radius: 5px 0 0 5px;
|
|
30512
|
+
}
|
|
30513
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30514
|
+
border-radius: 0 5px 5px 0;
|
|
30515
|
+
}
|
|
30516
|
+
|
|
30517
|
+
.r1f0aqcc {
|
|
30518
|
+
color: #00122e;
|
|
30519
|
+
border-color: #ccd4e3;
|
|
30520
|
+
}
|
|
30521
|
+
.r1f0aqcc:first-child {
|
|
30522
|
+
border-color: #a3b4cc;
|
|
30523
|
+
}
|
|
30524
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30525
|
+
padding: 0 12px;
|
|
30526
|
+
line-height: 32px;
|
|
30527
|
+
height: 32px;
|
|
30528
|
+
}
|
|
30529
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30530
|
+
white-space: nowrap;
|
|
30531
|
+
}
|
|
30532
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30533
|
+
height: 22px;
|
|
30534
|
+
padding: 0 7px;
|
|
30535
|
+
line-height: 20px;
|
|
30536
|
+
}
|
|
30537
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30538
|
+
background: #ccd4e3;
|
|
30539
|
+
}
|
|
30540
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30541
|
+
background: #0080ff;
|
|
30542
|
+
}
|
|
30543
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30544
|
+
background: #ccd4e3;
|
|
30545
|
+
opacity: 0.5;
|
|
30546
|
+
}
|
|
30547
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30548
|
+
border-right-color: #0080ff;
|
|
30549
|
+
}
|
|
30550
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30551
|
+
border-color: #0080ff;
|
|
30552
|
+
}
|
|
30553
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30554
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30555
|
+
}
|
|
30556
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30557
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30558
|
+
border-color: #ccd4e3;
|
|
30559
|
+
opacity: 0.5;
|
|
30560
|
+
}
|
|
30561
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30562
|
+
color: #00122e;
|
|
30563
|
+
border-color: #ccd4e3;
|
|
30564
|
+
}
|
|
30565
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30566
|
+
color: #00122e;
|
|
30567
|
+
border-color: #ccd4e3;
|
|
30568
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30569
|
+
}
|
|
30570
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30571
|
+
margin-right: 8px;
|
|
30572
|
+
display: inline;
|
|
30573
|
+
border: none;
|
|
30574
|
+
padding: 0;
|
|
30575
|
+
width: 36px;
|
|
30576
|
+
background: transparent;
|
|
30577
|
+
}
|
|
30578
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30579
|
+
box-shadow: none;
|
|
30580
|
+
}
|
|
30581
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30582
|
+
margin-right: 0;
|
|
30583
|
+
width: initial;
|
|
30584
|
+
box-shadow: none;
|
|
30585
|
+
}
|
|
30586
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30587
|
+
display: none;
|
|
30588
|
+
}
|
|
30589
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30590
|
+
display: inline;
|
|
30591
|
+
}
|
|
30592
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30593
|
+
display: inline;
|
|
30594
|
+
margin-right: 8px;
|
|
30595
|
+
padding: 0;
|
|
30596
|
+
width: 36px;
|
|
30988
30597
|
}
|
|
30989
30598
|
|
|
30990
30599
|
.p12gwtiw {
|
|
@@ -31044,6 +30653,28 @@ input.rrg1fkn.ant-input {
|
|
|
31044
30653
|
line-height: 18px;
|
|
31045
30654
|
}
|
|
31046
30655
|
|
|
30656
|
+
.iap75of {
|
|
30657
|
+
height: 18px;
|
|
30658
|
+
line-height: 18px;
|
|
30659
|
+
padding: 0 4px;
|
|
30660
|
+
border-radius: 4px;
|
|
30661
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30662
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30663
|
+
display: flex;
|
|
30664
|
+
align-items: center;
|
|
30665
|
+
white-space: nowrap;
|
|
30666
|
+
margin-right: 4px;
|
|
30667
|
+
}
|
|
30668
|
+
|
|
30669
|
+
.obf05yr {
|
|
30670
|
+
display: inline-block;
|
|
30671
|
+
}
|
|
30672
|
+
|
|
30673
|
+
.hsms1n6 {
|
|
30674
|
+
visibility: hidden;
|
|
30675
|
+
position: absolute;
|
|
30676
|
+
}
|
|
30677
|
+
|
|
31047
30678
|
.t1upn1sz {
|
|
31048
30679
|
height: 100%;
|
|
31049
30680
|
}
|
|
@@ -31408,6 +31039,10 @@ input.rrg1fkn.ant-input {
|
|
|
31408
31039
|
background: #fff;
|
|
31409
31040
|
}
|
|
31410
31041
|
|
|
31042
|
+
.i1e4sgug {
|
|
31043
|
+
display: inline-block;
|
|
31044
|
+
}
|
|
31045
|
+
|
|
31411
31046
|
.s1fc623g {
|
|
31412
31047
|
width: 430px !important;
|
|
31413
31048
|
}
|
|
@@ -31489,23 +31124,6 @@ input.rrg1fkn.ant-input {
|
|
|
31489
31124
|
opacity: 0;
|
|
31490
31125
|
}
|
|
31491
31126
|
|
|
31492
|
-
.i1e4sgug {
|
|
31493
|
-
display: inline-block;
|
|
31494
|
-
}
|
|
31495
|
-
|
|
31496
|
-
.m15dvk92 {
|
|
31497
|
-
display: flex;
|
|
31498
|
-
justify-content: space-between;
|
|
31499
|
-
width: 100%;
|
|
31500
|
-
}
|
|
31501
|
-
.m15dvk92 .action {
|
|
31502
|
-
margin-left: 16px;
|
|
31503
|
-
}
|
|
31504
|
-
|
|
31505
|
-
.aql8iqz .ant-alert-message {
|
|
31506
|
-
width: 100%;
|
|
31507
|
-
}
|
|
31508
|
-
|
|
31509
31127
|
.d6j0lbj {
|
|
31510
31128
|
font-family: Inter;
|
|
31511
31129
|
font-style: normal;
|
|
@@ -31981,6 +31599,283 @@ input.rrg1fkn.ant-input {
|
|
|
31981
31599
|
line-height: 12px;
|
|
31982
31600
|
}
|
|
31983
31601
|
|
|
31602
|
+
.c18gxmrl {
|
|
31603
|
+
border: 1px solid #d8deeb;
|
|
31604
|
+
border-radius: 4px;
|
|
31605
|
+
}
|
|
31606
|
+
.c18gxmrl + .c18gxmrl {
|
|
31607
|
+
margin-top: 8px;
|
|
31608
|
+
}
|
|
31609
|
+
.c18gxmrl:hover {
|
|
31610
|
+
border-color: #0080ff;
|
|
31611
|
+
}
|
|
31612
|
+
.c18gxmrl:hover > header {
|
|
31613
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31614
|
+
}
|
|
31615
|
+
.c18gxmrl.active header {
|
|
31616
|
+
border-bottom: 1px solid #d8deeb;
|
|
31617
|
+
}
|
|
31618
|
+
.c18gxmrl > header {
|
|
31619
|
+
padding: 8px 12px;
|
|
31620
|
+
}
|
|
31621
|
+
|
|
31622
|
+
.berrcjl {
|
|
31623
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31624
|
+
margin-bottom: 4px;
|
|
31625
|
+
}
|
|
31626
|
+
.berrcjl .breadcrumb-link {
|
|
31627
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31628
|
+
cursor: pointer;
|
|
31629
|
+
transition: color 160ms ease;
|
|
31630
|
+
}
|
|
31631
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31632
|
+
color: #0080ff;
|
|
31633
|
+
}
|
|
31634
|
+
.berrcjl .breadcrumb-link:active {
|
|
31635
|
+
color: #005ed1;
|
|
31636
|
+
}
|
|
31637
|
+
|
|
31638
|
+
.c1uzzomf {
|
|
31639
|
+
margin-bottom: 16px;
|
|
31640
|
+
}
|
|
31641
|
+
.c1uzzomf .card-title {
|
|
31642
|
+
font-size: 16px;
|
|
31643
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31644
|
+
font-weight: 700;
|
|
31645
|
+
line-height: 32px;
|
|
31646
|
+
}
|
|
31647
|
+
.c1uzzomf .card-body {
|
|
31648
|
+
padding: 24px;
|
|
31649
|
+
border-radius: 8px;
|
|
31650
|
+
background: #fff;
|
|
31651
|
+
}
|
|
31652
|
+
.c1uzzomf .empty {
|
|
31653
|
+
font-weight: 700;
|
|
31654
|
+
font-size: 14px;
|
|
31655
|
+
line-height: 22px;
|
|
31656
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31657
|
+
text-align: center;
|
|
31658
|
+
}
|
|
31659
|
+
|
|
31660
|
+
.c1bus5hc {
|
|
31661
|
+
--color: white;
|
|
31662
|
+
height: 14px;
|
|
31663
|
+
width: 14px;
|
|
31664
|
+
border-radius: 50%;
|
|
31665
|
+
flex-shrink: 0;
|
|
31666
|
+
display: flex;
|
|
31667
|
+
align-items: center;
|
|
31668
|
+
justify-content: center;
|
|
31669
|
+
border: 1px solid var(--color);
|
|
31670
|
+
}
|
|
31671
|
+
.c1bus5hc .circle-inner {
|
|
31672
|
+
position: relative;
|
|
31673
|
+
height: 10px;
|
|
31674
|
+
width: 10px;
|
|
31675
|
+
border-radius: 50%;
|
|
31676
|
+
overflow: hidden;
|
|
31677
|
+
}
|
|
31678
|
+
.c1bus5hc .circle-content {
|
|
31679
|
+
position: absolute;
|
|
31680
|
+
height: 100%;
|
|
31681
|
+
width: 100%;
|
|
31682
|
+
left: 0;
|
|
31683
|
+
top: 0;
|
|
31684
|
+
border-radius: 50%;
|
|
31685
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31686
|
+
transform: rotate(180deg);
|
|
31687
|
+
}
|
|
31688
|
+
.c1bus5hc .circle-child {
|
|
31689
|
+
position: absolute;
|
|
31690
|
+
height: 100%;
|
|
31691
|
+
width: 100%;
|
|
31692
|
+
left: 0;
|
|
31693
|
+
top: 0;
|
|
31694
|
+
margin-left: 50%;
|
|
31695
|
+
transform-origin: left;
|
|
31696
|
+
background: white;
|
|
31697
|
+
transform: rotate(0deg);
|
|
31698
|
+
}
|
|
31699
|
+
|
|
31700
|
+
.c1up1pdz {
|
|
31701
|
+
width: 648px;
|
|
31702
|
+
}
|
|
31703
|
+
.c1up1pdz.active {
|
|
31704
|
+
border-color: #0080ff;
|
|
31705
|
+
}
|
|
31706
|
+
.c1up1pdz.active > header {
|
|
31707
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31708
|
+
}
|
|
31709
|
+
.c1up1pdz .expand {
|
|
31710
|
+
padding: 12px;
|
|
31711
|
+
}
|
|
31712
|
+
.c1up1pdz .field-item {
|
|
31713
|
+
display: flex;
|
|
31714
|
+
padding: 10px 0;
|
|
31715
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31716
|
+
}
|
|
31717
|
+
.c1up1pdz .field-item:last-child {
|
|
31718
|
+
border-bottom: none;
|
|
31719
|
+
padding-bottom: 0;
|
|
31720
|
+
}
|
|
31721
|
+
.c1up1pdz .field-item label {
|
|
31722
|
+
line-height: 32px;
|
|
31723
|
+
width: 100px;
|
|
31724
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31725
|
+
}
|
|
31726
|
+
.c1up1pdz .help {
|
|
31727
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31728
|
+
margin-top: 5px;
|
|
31729
|
+
}
|
|
31730
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
31731
|
+
.c1up1pdz .ant-picker {
|
|
31732
|
+
width: 128px;
|
|
31733
|
+
}
|
|
31734
|
+
|
|
31735
|
+
.c156wh19 {
|
|
31736
|
+
display: flex;
|
|
31737
|
+
align-items: center;
|
|
31738
|
+
justify-content: space-between;
|
|
31739
|
+
word-break: keep-all;
|
|
31740
|
+
}
|
|
31741
|
+
.c156wh19 .title {
|
|
31742
|
+
margin: 0 16px 0 8px;
|
|
31743
|
+
}
|
|
31744
|
+
.c156wh19 .retain {
|
|
31745
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31746
|
+
}
|
|
31747
|
+
.c156wh19 .left {
|
|
31748
|
+
flex: 1;
|
|
31749
|
+
display: flex;
|
|
31750
|
+
overflow: hidden;
|
|
31751
|
+
align-items: center;
|
|
31752
|
+
justify-content: flex-start;
|
|
31753
|
+
white-space: nowrap;
|
|
31754
|
+
}
|
|
31755
|
+
.c156wh19 .left .title {
|
|
31756
|
+
max-width: 100%;
|
|
31757
|
+
overflow: hidden;
|
|
31758
|
+
text-overflow: ellipsis;
|
|
31759
|
+
}
|
|
31760
|
+
.c156wh19 .right {
|
|
31761
|
+
display: flex;
|
|
31762
|
+
align-items: center;
|
|
31763
|
+
}
|
|
31764
|
+
.c156wh19 .reverse {
|
|
31765
|
+
display: flex;
|
|
31766
|
+
flex-direction: row-reverse;
|
|
31767
|
+
align-items: center;
|
|
31768
|
+
}
|
|
31769
|
+
.c156wh19 .reverse .ant-switch {
|
|
31770
|
+
margin-left: 8px;
|
|
31771
|
+
}
|
|
31772
|
+
.c156wh19 .close {
|
|
31773
|
+
padding-left: 14px;
|
|
31774
|
+
margin-left: 14px;
|
|
31775
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31776
|
+
cursor: pointer;
|
|
31777
|
+
}
|
|
31778
|
+
|
|
31779
|
+
.m126spxy {
|
|
31780
|
+
padding-bottom: 4px;
|
|
31781
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31782
|
+
}
|
|
31783
|
+
.m126spxy .ant-btn-link {
|
|
31784
|
+
padding: 1px 10px;
|
|
31785
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31786
|
+
border-radius: 4px;
|
|
31787
|
+
}
|
|
31788
|
+
.m126spxy .ant-btn-link.active {
|
|
31789
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31790
|
+
color: #0096ff;
|
|
31791
|
+
}
|
|
31792
|
+
|
|
31793
|
+
.wpbf4pq {
|
|
31794
|
+
padding: 10px 0;
|
|
31795
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31796
|
+
}
|
|
31797
|
+
.wpbf4pq .ant-input,
|
|
31798
|
+
.wpbf4pq .ant-picker {
|
|
31799
|
+
width: 80px;
|
|
31800
|
+
margin: 0 9px;
|
|
31801
|
+
text-align: center;
|
|
31802
|
+
}
|
|
31803
|
+
.wpbf4pq .options {
|
|
31804
|
+
padding: 12px 0 12px 16px;
|
|
31805
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31806
|
+
margin: 5px 0 5px 8px;
|
|
31807
|
+
}
|
|
31808
|
+
.wpbf4pq .week-day-option,
|
|
31809
|
+
.wpbf4pq .month-day-option {
|
|
31810
|
+
background: #f5f7fa;
|
|
31811
|
+
box-sizing: border-box;
|
|
31812
|
+
border-radius: 16px;
|
|
31813
|
+
margin-right: 8px;
|
|
31814
|
+
}
|
|
31815
|
+
.wpbf4pq .week-day-option:focus,
|
|
31816
|
+
.wpbf4pq .month-day-option:focus {
|
|
31817
|
+
color: inherit;
|
|
31818
|
+
border-color: #d9d9d9;
|
|
31819
|
+
}
|
|
31820
|
+
.wpbf4pq .week-day-option.active {
|
|
31821
|
+
background-color: #0096ff;
|
|
31822
|
+
border-color: #0096ff;
|
|
31823
|
+
color: #fff;
|
|
31824
|
+
}
|
|
31825
|
+
.wpbf4pq .week-day-option.en-text {
|
|
31826
|
+
width: 110px;
|
|
31827
|
+
margin-top: 4px;
|
|
31828
|
+
}
|
|
31829
|
+
.wpbf4pq .month-day-option {
|
|
31830
|
+
width: 32px;
|
|
31831
|
+
padding: 0;
|
|
31832
|
+
margin-bottom: 8px;
|
|
31833
|
+
}
|
|
31834
|
+
.wpbf4pq .month-day-option.active {
|
|
31835
|
+
background-color: #0096ff;
|
|
31836
|
+
border-color: #0096ff;
|
|
31837
|
+
color: #fff;
|
|
31838
|
+
}
|
|
31839
|
+
|
|
31840
|
+
.n12mqh7z {
|
|
31841
|
+
display: flex;
|
|
31842
|
+
align-items: center;
|
|
31843
|
+
font-size: 12px;
|
|
31844
|
+
line-height: 18px;
|
|
31845
|
+
}
|
|
31846
|
+
.n12mqh7z:not(:last-child) {
|
|
31847
|
+
margin-bottom: 4px;
|
|
31848
|
+
}
|
|
31849
|
+
|
|
31850
|
+
.tf5bynu {
|
|
31851
|
+
margin: 0 3px;
|
|
31852
|
+
}
|
|
31853
|
+
|
|
31854
|
+
.tcckoz1 {
|
|
31855
|
+
max-height: 400px;
|
|
31856
|
+
overflow: "auto";
|
|
31857
|
+
}
|
|
31858
|
+
|
|
31859
|
+
.tje3huy {
|
|
31860
|
+
width: 100%;
|
|
31861
|
+
overflow: inherit;
|
|
31862
|
+
white-space: inherit;
|
|
31863
|
+
text-overflow: ellipsis;
|
|
31864
|
+
}
|
|
31865
|
+
|
|
31866
|
+
.m15dvk92 {
|
|
31867
|
+
display: flex;
|
|
31868
|
+
justify-content: space-between;
|
|
31869
|
+
width: 100%;
|
|
31870
|
+
}
|
|
31871
|
+
.m15dvk92 .action {
|
|
31872
|
+
margin-left: 16px;
|
|
31873
|
+
}
|
|
31874
|
+
|
|
31875
|
+
.aql8iqz .ant-alert-message {
|
|
31876
|
+
width: 100%;
|
|
31877
|
+
}
|
|
31878
|
+
|
|
31984
31879
|
.c198s9j3 {
|
|
31985
31880
|
color: #2d3a56;
|
|
31986
31881
|
line-height: 22px;
|
|
@@ -32059,6 +31954,18 @@ input.rrg1fkn.ant-input {
|
|
|
32059
31954
|
padding: 20px 24px 24px 24px;
|
|
32060
31955
|
}
|
|
32061
31956
|
|
|
31957
|
+
.n3qomhu {
|
|
31958
|
+
font-size: 90%;
|
|
31959
|
+
font-weight: bold;
|
|
31960
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31961
|
+
padding: 1px 4px 1px;
|
|
31962
|
+
margin-left: 2px;
|
|
31963
|
+
margin-right: 2px;
|
|
31964
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31965
|
+
border-radius: 4px;
|
|
31966
|
+
word-break: break-all;
|
|
31967
|
+
}
|
|
31968
|
+
|
|
32062
31969
|
.cav9p2m .ant-collapse-item {
|
|
32063
31970
|
border: 0px;
|
|
32064
31971
|
background-color: #fff;
|
|
@@ -32081,6 +31988,19 @@ input.rrg1fkn.ant-input {
|
|
|
32081
31988
|
cursor: default;
|
|
32082
31989
|
}
|
|
32083
31990
|
|
|
31991
|
+
.o8ocss1 {
|
|
31992
|
+
overflow: hidden;
|
|
31993
|
+
text-overflow: ellipsis;
|
|
31994
|
+
}
|
|
31995
|
+
|
|
31996
|
+
.n17syc35 {
|
|
31997
|
+
white-space: nowrap;
|
|
31998
|
+
}
|
|
31999
|
+
|
|
32000
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32001
|
+
display: flex;
|
|
32002
|
+
}
|
|
32003
|
+
|
|
32084
32004
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32085
32005
|
border-radius: 6px;
|
|
32086
32006
|
}
|
|
@@ -32148,10 +32068,6 @@ input.rrg1fkn.ant-input {
|
|
|
32148
32068
|
color: rgba(44, 56, 82, 0.6);
|
|
32149
32069
|
}
|
|
32150
32070
|
|
|
32151
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32152
|
-
display: flex;
|
|
32153
|
-
}
|
|
32154
|
-
|
|
32155
32071
|
.s14dk8r1 {
|
|
32156
32072
|
margin: 0;
|
|
32157
32073
|
border-radius: 20px;
|
|
@@ -32312,25 +32228,53 @@ input.rrg1fkn.ant-input {
|
|
|
32312
32228
|
background-color: #7E41FF;
|
|
32313
32229
|
}
|
|
32314
32230
|
|
|
32315
|
-
.
|
|
32316
|
-
|
|
32317
|
-
|
|
32231
|
+
.l4bld33 {
|
|
32232
|
+
width: 64px;
|
|
32233
|
+
height: 64px;
|
|
32234
|
+
display: flex;
|
|
32235
|
+
align-items: center;
|
|
32236
|
+
justify-content: center;
|
|
32237
|
+
position: relative;
|
|
32238
|
+
opacity: 0.2;
|
|
32318
32239
|
}
|
|
32319
32240
|
|
|
32320
|
-
.
|
|
32321
|
-
|
|
32241
|
+
.lgitjoj {
|
|
32242
|
+
position: absolute;
|
|
32243
|
+
width: 5px;
|
|
32244
|
+
height: 48px;
|
|
32245
|
+
left: 9.33px;
|
|
32246
|
+
top: 40.5px;
|
|
32247
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32248
|
+
border-radius: 5px;
|
|
32249
|
+
transform: rotate(-128deg);
|
|
32250
|
+
transform-origin: top left;
|
|
32251
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32322
32252
|
}
|
|
32323
32253
|
|
|
32324
|
-
.
|
|
32325
|
-
|
|
32326
|
-
|
|
32327
|
-
|
|
32328
|
-
|
|
32329
|
-
|
|
32330
|
-
|
|
32331
|
-
border:
|
|
32332
|
-
|
|
32333
|
-
|
|
32254
|
+
.l13g0exg {
|
|
32255
|
+
position: absolute;
|
|
32256
|
+
width: 5px;
|
|
32257
|
+
height: 48px;
|
|
32258
|
+
left: 40.8px;
|
|
32259
|
+
top: 8.4px;
|
|
32260
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32261
|
+
border-radius: 5px;
|
|
32262
|
+
transform: rotate(-8deg);
|
|
32263
|
+
transform-origin: top left;
|
|
32264
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32265
|
+
}
|
|
32266
|
+
|
|
32267
|
+
.l1exo3h6 {
|
|
32268
|
+
position: absolute;
|
|
32269
|
+
width: 5px;
|
|
32270
|
+
height: 48px;
|
|
32271
|
+
left: 52.9px;
|
|
32272
|
+
top: 51.8px;
|
|
32273
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32274
|
+
border-radius: 5px;
|
|
32275
|
+
transform: rotate(112deg);
|
|
32276
|
+
transform-origin: top left;
|
|
32277
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32334
32278
|
}
|
|
32335
32279
|
|
|
32336
32280
|
.m1thnes4 {
|
|
@@ -32623,7 +32567,7 @@ input.rrg1fkn.ant-input {
|
|
|
32623
32567
|
}
|
|
32624
32568
|
|
|
32625
32569
|
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32626
|
-
width:
|
|
32570
|
+
width: 192px;
|
|
32627
32571
|
row-gap: 2px;
|
|
32628
32572
|
}
|
|
32629
32573
|
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
@@ -32683,6 +32627,67 @@ input.rrg1fkn.ant-input {
|
|
|
32683
32627
|
padding: 0 12px 14px 12px;
|
|
32684
32628
|
}
|
|
32685
32629
|
|
|
32630
|
+
.f1p9ti6d {
|
|
32631
|
+
width: 100%;
|
|
32632
|
+
margin-bottom: 0 !important;
|
|
32633
|
+
flex-flow: nowrap !important;
|
|
32634
|
+
line-break: auto;
|
|
32635
|
+
}
|
|
32636
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
32637
|
+
text-align: left !important;
|
|
32638
|
+
padding-bottom: 0 !important;
|
|
32639
|
+
}
|
|
32640
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
32641
|
+
min-height: 32px;
|
|
32642
|
+
height: auto;
|
|
32643
|
+
font-size: 13px;
|
|
32644
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32645
|
+
white-space: normal;
|
|
32646
|
+
}
|
|
32647
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32648
|
+
border-color: #ff4d4f !important;
|
|
32649
|
+
}
|
|
32650
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
32651
|
+
margin-top: 4px;
|
|
32652
|
+
font-size: 12px;
|
|
32653
|
+
min-height: 0px;
|
|
32654
|
+
}
|
|
32655
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
32656
|
+
font-size: 12px;
|
|
32657
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32658
|
+
min-height: 0px;
|
|
32659
|
+
}
|
|
32660
|
+
|
|
32661
|
+
.t1gz6wqf {
|
|
32662
|
+
height: 100%;
|
|
32663
|
+
}
|
|
32664
|
+
.t1gz6wqf .table-loading-item {
|
|
32665
|
+
padding: 12px 4px;
|
|
32666
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32667
|
+
display: flex;
|
|
32668
|
+
}
|
|
32669
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32670
|
+
height: 16px;
|
|
32671
|
+
margin: 4px;
|
|
32672
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32673
|
+
border-radius: 2px;
|
|
32674
|
+
}
|
|
32675
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32676
|
+
width: 16px;
|
|
32677
|
+
}
|
|
32678
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32679
|
+
flex: 1;
|
|
32680
|
+
}
|
|
32681
|
+
.t1gz6wqf :nth-child(1) {
|
|
32682
|
+
padding: 8px 4px;
|
|
32683
|
+
}
|
|
32684
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32685
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32686
|
+
}
|
|
32687
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32688
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32689
|
+
}
|
|
32690
|
+
|
|
32686
32691
|
.c1udgdh2 {
|
|
32687
32692
|
color: #2d3a56;
|
|
32688
32693
|
padding: 7px 12px;
|
|
@@ -32723,36 +32728,6 @@ input.rrg1fkn.ant-input {
|
|
|
32723
32728
|
margin-right: 2px;
|
|
32724
32729
|
}
|
|
32725
32730
|
|
|
32726
|
-
.t1gz6wqf {
|
|
32727
|
-
height: 100%;
|
|
32728
|
-
}
|
|
32729
|
-
.t1gz6wqf .table-loading-item {
|
|
32730
|
-
padding: 12px 4px;
|
|
32731
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32732
|
-
display: flex;
|
|
32733
|
-
}
|
|
32734
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32735
|
-
height: 16px;
|
|
32736
|
-
margin: 4px;
|
|
32737
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32738
|
-
border-radius: 2px;
|
|
32739
|
-
}
|
|
32740
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32741
|
-
width: 16px;
|
|
32742
|
-
}
|
|
32743
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32744
|
-
flex: 1;
|
|
32745
|
-
}
|
|
32746
|
-
.t1gz6wqf :nth-child(1) {
|
|
32747
|
-
padding: 8px 4px;
|
|
32748
|
-
}
|
|
32749
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32750
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32751
|
-
}
|
|
32752
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32753
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32754
|
-
}
|
|
32755
|
-
|
|
32756
32731
|
.bab9xum {
|
|
32757
32732
|
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);
|
|
32758
32733
|
}
|
|
@@ -32786,37 +32761,6 @@ input.rrg1fkn.ant-input {
|
|
|
32786
32761
|
margin-right: 6px;
|
|
32787
32762
|
}
|
|
32788
32763
|
|
|
32789
|
-
.f1p9ti6d {
|
|
32790
|
-
width: 100%;
|
|
32791
|
-
margin-bottom: 0 !important;
|
|
32792
|
-
flex-flow: nowrap !important;
|
|
32793
|
-
line-break: auto;
|
|
32794
|
-
}
|
|
32795
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32796
|
-
text-align: left !important;
|
|
32797
|
-
padding-bottom: 0 !important;
|
|
32798
|
-
}
|
|
32799
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32800
|
-
min-height: 32px;
|
|
32801
|
-
height: auto;
|
|
32802
|
-
font-size: 13px;
|
|
32803
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32804
|
-
white-space: normal;
|
|
32805
|
-
}
|
|
32806
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32807
|
-
border-color: #ff4d4f !important;
|
|
32808
|
-
}
|
|
32809
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
32810
|
-
margin-top: 4px;
|
|
32811
|
-
font-size: 12px;
|
|
32812
|
-
min-height: 0px;
|
|
32813
|
-
}
|
|
32814
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
32815
|
-
font-size: 12px;
|
|
32816
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32817
|
-
min-height: 0px;
|
|
32818
|
-
}
|
|
32819
|
-
|
|
32820
32764
|
.tc40oxa {
|
|
32821
32765
|
margin-bottom: 4px;
|
|
32822
32766
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33060,6 +33004,20 @@ input.rrg1fkn.ant-input {
|
|
|
33060
33004
|
font-size: inherit;
|
|
33061
33005
|
}
|
|
33062
33006
|
|
|
33007
|
+
.iwsze0q {
|
|
33008
|
+
margin-right: 4px;
|
|
33009
|
+
height: 16px;
|
|
33010
|
+
}
|
|
33011
|
+
|
|
33012
|
+
.w1xcixj5.outside-tag {
|
|
33013
|
+
padding-left: 0;
|
|
33014
|
+
}
|
|
33015
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33016
|
+
border-radius: 4px 0 0 4px;
|
|
33017
|
+
padding-right: 4px;
|
|
33018
|
+
margin-right: 4px;
|
|
33019
|
+
}
|
|
33020
|
+
|
|
33063
33021
|
.sut42l0 {
|
|
33064
33022
|
padding: 0 8px;
|
|
33065
33023
|
height: 18px;
|
|
@@ -33079,18 +33037,23 @@ input.rrg1fkn.ant-input {
|
|
|
33079
33037
|
height: 16px;
|
|
33080
33038
|
}
|
|
33081
33039
|
|
|
33082
|
-
.
|
|
33083
|
-
margin-
|
|
33084
|
-
height: 16px;
|
|
33040
|
+
.feau332.ant-form-item {
|
|
33041
|
+
margin-bottom: 0;
|
|
33085
33042
|
}
|
|
33086
|
-
|
|
33087
|
-
|
|
33088
|
-
|
|
33043
|
+
.feau332 .ant-form-item-explain {
|
|
33044
|
+
display: none;
|
|
33045
|
+
min-height: 18px;
|
|
33046
|
+
margin-top: 5px;
|
|
33047
|
+
font-family: "Inter";
|
|
33048
|
+
font-weight: 400;
|
|
33049
|
+
font-size: 12px;
|
|
33050
|
+
line-height: 18px;
|
|
33089
33051
|
}
|
|
33090
|
-
.
|
|
33091
|
-
|
|
33092
|
-
|
|
33093
|
-
|
|
33052
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33053
|
+
white-space: pre-wrap;
|
|
33054
|
+
}
|
|
33055
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33056
|
+
display: block;
|
|
33094
33057
|
}
|
|
33095
33058
|
|
|
33096
33059
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
@@ -33122,23 +33085,4 @@ input.rrg1fkn.ant-input {
|
|
|
33122
33085
|
margin: 0;
|
|
33123
33086
|
height: auto;
|
|
33124
33087
|
font-size: inherit;
|
|
33125
|
-
}
|
|
33126
|
-
|
|
33127
|
-
.feau332.ant-form-item {
|
|
33128
|
-
margin-bottom: 0;
|
|
33129
|
-
}
|
|
33130
|
-
.feau332 .ant-form-item-explain {
|
|
33131
|
-
display: none;
|
|
33132
|
-
min-height: 18px;
|
|
33133
|
-
margin-top: 5px;
|
|
33134
|
-
font-family: "Inter";
|
|
33135
|
-
font-weight: 400;
|
|
33136
|
-
font-size: 12px;
|
|
33137
|
-
line-height: 18px;
|
|
33138
|
-
}
|
|
33139
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33140
|
-
white-space: pre-wrap;
|
|
33141
|
-
}
|
|
33142
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33143
|
-
display: block;
|
|
33144
33088
|
}
|