@cloudtower/eagle 0.27.0 → 0.27.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/Loading/style.d.ts +4 -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 +990 -1287
- 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 +510 -378
- 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 +857 -1154
- package/dist/umd/index.js +508 -376
- 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
|
@@ -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;
|
|
@@ -29829,6 +29446,20 @@ input[type=submit] {
|
|
|
29829
29446
|
cursor: pointer;
|
|
29830
29447
|
}
|
|
29831
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
|
+
}
|
|
29462
|
+
|
|
29832
29463
|
@font-face {
|
|
29833
29464
|
font-family: "Inter";
|
|
29834
29465
|
font-style: normal;
|
|
@@ -29927,35 +29558,6 @@ html body {
|
|
|
29927
29558
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29928
29559
|
}
|
|
29929
29560
|
}
|
|
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
29561
|
.buj61ew.ant-btn-icon-only {
|
|
29960
29562
|
justify-content: center;
|
|
29961
29563
|
}
|
|
@@ -30206,24 +29808,90 @@ html body {
|
|
|
30206
29808
|
padding: 0;
|
|
30207
29809
|
}
|
|
30208
29810
|
|
|
30209
|
-
.
|
|
30210
|
-
|
|
30211
|
-
align-items: center;
|
|
29811
|
+
.bpq0js6 {
|
|
29812
|
+
padding: 4px 11px;
|
|
30212
29813
|
}
|
|
30213
|
-
|
|
30214
|
-
|
|
30215
|
-
|
|
30216
|
-
|
|
29814
|
+
|
|
29815
|
+
.b15sn34c {
|
|
29816
|
+
white-space: nowrap;
|
|
29817
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30217
29818
|
}
|
|
30218
|
-
.
|
|
30219
|
-
|
|
30220
|
-
margin-left: 4px;
|
|
29819
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29820
|
+
--color: #0080ff;
|
|
30221
29821
|
}
|
|
30222
|
-
.
|
|
30223
|
-
|
|
30224
|
-
animation: rotate 680ms linear infinite;
|
|
29822
|
+
.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] {
|
|
29823
|
+
--color: #0080ff;
|
|
30225
29824
|
}
|
|
30226
|
-
|
|
29825
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29826
|
+
margin-left: 1px;
|
|
29827
|
+
}
|
|
29828
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29829
|
+
border-top-right-radius: 0;
|
|
29830
|
+
border-bottom-right-radius: 0;
|
|
29831
|
+
}
|
|
29832
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29833
|
+
border-top-left-radius: 0;
|
|
29834
|
+
border-bottom-left-radius: 0;
|
|
29835
|
+
}
|
|
29836
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29837
|
+
border-radius: unset;
|
|
29838
|
+
}
|
|
29839
|
+
|
|
29840
|
+
.fde5mpd {
|
|
29841
|
+
width: 100%;
|
|
29842
|
+
height: 100%;
|
|
29843
|
+
min-height: 124px;
|
|
29844
|
+
display: flex;
|
|
29845
|
+
flex-direction: column;
|
|
29846
|
+
justify-content: center;
|
|
29847
|
+
align-items: center;
|
|
29848
|
+
}
|
|
29849
|
+
.fde5mpd .error-text {
|
|
29850
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29851
|
+
margin-bottom: 16px;
|
|
29852
|
+
font-size: 18px;
|
|
29853
|
+
}
|
|
29854
|
+
|
|
29855
|
+
.i1mrf09m {
|
|
29856
|
+
display: inline-flex;
|
|
29857
|
+
align-items: center;
|
|
29858
|
+
}
|
|
29859
|
+
.i1mrf09m .icon-inner {
|
|
29860
|
+
display: inline-flex;
|
|
29861
|
+
align-items: center;
|
|
29862
|
+
justify-content: center;
|
|
29863
|
+
}
|
|
29864
|
+
.i1mrf09m .icon-inner + span,
|
|
29865
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29866
|
+
margin-left: 4px;
|
|
29867
|
+
}
|
|
29868
|
+
.i1mrf09m.is-rotate img,
|
|
29869
|
+
.i1mrf09m.is-rotate svg {
|
|
29870
|
+
animation: rotate 680ms linear infinite;
|
|
29871
|
+
}
|
|
29872
|
+
|
|
29873
|
+
.iap75of {
|
|
29874
|
+
height: 18px;
|
|
29875
|
+
line-height: 18px;
|
|
29876
|
+
padding: 0 4px;
|
|
29877
|
+
border-radius: 4px;
|
|
29878
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29879
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29880
|
+
display: flex;
|
|
29881
|
+
align-items: center;
|
|
29882
|
+
white-space: nowrap;
|
|
29883
|
+
margin-right: 4px;
|
|
29884
|
+
}
|
|
29885
|
+
|
|
29886
|
+
.obf05yr {
|
|
29887
|
+
display: inline-block;
|
|
29888
|
+
}
|
|
29889
|
+
|
|
29890
|
+
.hsms1n6 {
|
|
29891
|
+
visibility: hidden;
|
|
29892
|
+
position: absolute;
|
|
29893
|
+
}
|
|
29894
|
+
|
|
30227
29895
|
.p12gwtiw {
|
|
30228
29896
|
display: flex;
|
|
30229
29897
|
justify-content: space-between;
|
|
@@ -30281,19 +29949,205 @@ html body {
|
|
|
30281
29949
|
line-height: 18px;
|
|
30282
29950
|
}
|
|
30283
29951
|
|
|
30284
|
-
.
|
|
30285
|
-
|
|
30286
|
-
|
|
30287
|
-
|
|
30288
|
-
display: flex;
|
|
30289
|
-
flex-direction: column;
|
|
30290
|
-
justify-content: center;
|
|
30291
|
-
align-items: center;
|
|
29952
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
29953
|
+
display: inline-flex;
|
|
29954
|
+
align-items: baseline;
|
|
29955
|
+
white-space: pre-wrap;
|
|
30292
29956
|
}
|
|
30293
|
-
.
|
|
30294
|
-
|
|
30295
|
-
|
|
30296
|
-
|
|
29957
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29958
|
+
position: relative;
|
|
29959
|
+
top: 3px;
|
|
29960
|
+
}
|
|
29961
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29962
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29963
|
+
}
|
|
29964
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
29965
|
+
border-color: #0080ff;
|
|
29966
|
+
}
|
|
29967
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
29968
|
+
border-color: #0080ff;
|
|
29969
|
+
background: #0080ff;
|
|
29970
|
+
}
|
|
29971
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
29972
|
+
top: 4px;
|
|
29973
|
+
left: 4px;
|
|
29974
|
+
width: 6px;
|
|
29975
|
+
height: 6px;
|
|
29976
|
+
background: #fff;
|
|
29977
|
+
}
|
|
29978
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
29979
|
+
opacity: 0.5;
|
|
29980
|
+
}
|
|
29981
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
29982
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29983
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29984
|
+
}
|
|
29985
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
29986
|
+
background: #00122e;
|
|
29987
|
+
}
|
|
29988
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
29989
|
+
color: #00122e;
|
|
29990
|
+
opacity: 0.5;
|
|
29991
|
+
}
|
|
29992
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
29993
|
+
color: #00122e;
|
|
29994
|
+
}
|
|
29995
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
29996
|
+
display: inline-block;
|
|
29997
|
+
padding: 0;
|
|
29998
|
+
padding-left: 12px;
|
|
29999
|
+
}
|
|
30000
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30001
|
+
margin-bottom: 0;
|
|
30002
|
+
white-space: pre-wrap;
|
|
30003
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30004
|
+
}
|
|
30005
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30006
|
+
padding-left: 8px;
|
|
30007
|
+
}
|
|
30008
|
+
|
|
30009
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30010
|
+
border-radius: 5px 0 0 5px;
|
|
30011
|
+
}
|
|
30012
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30013
|
+
border-radius: 0 5px 5px 0;
|
|
30014
|
+
}
|
|
30015
|
+
|
|
30016
|
+
.r1f0aqcc {
|
|
30017
|
+
color: #00122e;
|
|
30018
|
+
border-color: #ccd4e3;
|
|
30019
|
+
}
|
|
30020
|
+
.r1f0aqcc:first-child {
|
|
30021
|
+
border-color: #a3b4cc;
|
|
30022
|
+
}
|
|
30023
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30024
|
+
padding: 0 12px;
|
|
30025
|
+
line-height: 32px;
|
|
30026
|
+
height: 32px;
|
|
30027
|
+
}
|
|
30028
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30029
|
+
white-space: nowrap;
|
|
30030
|
+
}
|
|
30031
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30032
|
+
height: 22px;
|
|
30033
|
+
padding: 0 7px;
|
|
30034
|
+
line-height: 20px;
|
|
30035
|
+
}
|
|
30036
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30037
|
+
background: #ccd4e3;
|
|
30038
|
+
}
|
|
30039
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30040
|
+
background: #0080ff;
|
|
30041
|
+
}
|
|
30042
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30043
|
+
background: #ccd4e3;
|
|
30044
|
+
opacity: 0.5;
|
|
30045
|
+
}
|
|
30046
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30047
|
+
border-right-color: #0080ff;
|
|
30048
|
+
}
|
|
30049
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30050
|
+
border-color: #0080ff;
|
|
30051
|
+
}
|
|
30052
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30053
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30054
|
+
}
|
|
30055
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30056
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30057
|
+
border-color: #ccd4e3;
|
|
30058
|
+
opacity: 0.5;
|
|
30059
|
+
}
|
|
30060
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30061
|
+
color: #00122e;
|
|
30062
|
+
border-color: #ccd4e3;
|
|
30063
|
+
}
|
|
30064
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30065
|
+
color: #00122e;
|
|
30066
|
+
border-color: #ccd4e3;
|
|
30067
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30068
|
+
}
|
|
30069
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30070
|
+
margin-right: 8px;
|
|
30071
|
+
display: inline;
|
|
30072
|
+
border: none;
|
|
30073
|
+
padding: 0;
|
|
30074
|
+
width: 36px;
|
|
30075
|
+
background: transparent;
|
|
30076
|
+
}
|
|
30077
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30078
|
+
box-shadow: none;
|
|
30079
|
+
}
|
|
30080
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30081
|
+
margin-right: 0;
|
|
30082
|
+
width: initial;
|
|
30083
|
+
box-shadow: none;
|
|
30084
|
+
}
|
|
30085
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30086
|
+
display: none;
|
|
30087
|
+
}
|
|
30088
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30089
|
+
display: inline;
|
|
30090
|
+
}
|
|
30091
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30092
|
+
display: inline;
|
|
30093
|
+
margin-right: 8px;
|
|
30094
|
+
padding: 0;
|
|
30095
|
+
width: 36px;
|
|
30096
|
+
}
|
|
30097
|
+
|
|
30098
|
+
.s34f1qb.ant-switch {
|
|
30099
|
+
min-width: 40px;
|
|
30100
|
+
height: 24px;
|
|
30101
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30102
|
+
overflow: hidden;
|
|
30103
|
+
}
|
|
30104
|
+
.s34f1qb.ant-switch:focus {
|
|
30105
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30106
|
+
}
|
|
30107
|
+
.s34f1qb.ant-switch-small {
|
|
30108
|
+
min-width: 26px;
|
|
30109
|
+
height: 16px;
|
|
30110
|
+
}
|
|
30111
|
+
.s34f1qb.ant-switch-large {
|
|
30112
|
+
min-width: 52px;
|
|
30113
|
+
height: 32px;
|
|
30114
|
+
}
|
|
30115
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30116
|
+
height: 20px;
|
|
30117
|
+
width: 20px;
|
|
30118
|
+
}
|
|
30119
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30120
|
+
border-radius: 10px;
|
|
30121
|
+
transition-delay: 120ms;
|
|
30122
|
+
}
|
|
30123
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30124
|
+
height: 14px;
|
|
30125
|
+
width: 14px;
|
|
30126
|
+
top: 1px;
|
|
30127
|
+
left: 1px;
|
|
30128
|
+
}
|
|
30129
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30130
|
+
height: 28px;
|
|
30131
|
+
width: 28px;
|
|
30132
|
+
}
|
|
30133
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30134
|
+
border-radius: 14px;
|
|
30135
|
+
}
|
|
30136
|
+
.s34f1qb.ant-switch-checked {
|
|
30137
|
+
background-color: #00ba5d;
|
|
30138
|
+
}
|
|
30139
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30140
|
+
left: calc(100% - 20px - 2px);
|
|
30141
|
+
}
|
|
30142
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30143
|
+
left: calc(100% - 14px - 1px);
|
|
30144
|
+
}
|
|
30145
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30146
|
+
left: calc(100% - 28px - 2px);
|
|
30147
|
+
}
|
|
30148
|
+
|
|
30149
|
+
.c1to9vb9 {
|
|
30150
|
+
margin-left: 5px;
|
|
30297
30151
|
}
|
|
30298
30152
|
|
|
30299
30153
|
.cz04yix {
|
|
@@ -30866,269 +30720,127 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
30866
30720
|
transition: left 150ms ease;
|
|
30867
30721
|
opacity: 0;
|
|
30868
30722
|
}
|
|
30869
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30870
|
-
left: 8px;
|
|
30871
|
-
opacity: 1;
|
|
30872
|
-
}
|
|
30873
|
-
.kypn5o5.has-focus-indicator input {
|
|
30874
|
-
transition: margin-left 150ms ease;
|
|
30875
|
-
margin-left: 0px;
|
|
30876
|
-
}
|
|
30877
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
30878
|
-
margin-left: 16px;
|
|
30879
|
-
}
|
|
30880
|
-
|
|
30881
|
-
input.l1ki27se.ant-input {
|
|
30882
|
-
border-top-right-radius: 0;
|
|
30883
|
-
border-bottom-right-radius: 0;
|
|
30884
|
-
}
|
|
30885
|
-
|
|
30886
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
30887
|
-
border-top-right-radius: 0;
|
|
30888
|
-
border-bottom-right-radius: 0;
|
|
30889
|
-
}
|
|
30890
|
-
|
|
30891
|
-
input.rrg1fkn.ant-input {
|
|
30892
|
-
border-top-left-radius: 0;
|
|
30893
|
-
border-bottom-left-radius: 0;
|
|
30894
|
-
}
|
|
30895
|
-
|
|
30896
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
30897
|
-
border-top-left-radius: 0;
|
|
30898
|
-
border-bottom-left-radius: 0;
|
|
30899
|
-
}
|
|
30900
|
-
|
|
30901
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30902
|
-
border-top-right-radius: 0;
|
|
30903
|
-
border-bottom-right-radius: 0;
|
|
30904
|
-
}
|
|
30905
|
-
|
|
30906
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30907
|
-
border-top-left-radius: 0;
|
|
30908
|
-
border-bottom-left-radius: 0;
|
|
30909
|
-
}
|
|
30910
|
-
|
|
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
|
-
.s34f1qb.ant-switch {
|
|
30934
|
-
min-width: 40px;
|
|
30935
|
-
height: 24px;
|
|
30936
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30937
|
-
overflow: hidden;
|
|
30938
|
-
}
|
|
30939
|
-
.s34f1qb.ant-switch:focus {
|
|
30940
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30941
|
-
}
|
|
30942
|
-
.s34f1qb.ant-switch-small {
|
|
30943
|
-
min-width: 26px;
|
|
30944
|
-
height: 16px;
|
|
30945
|
-
}
|
|
30946
|
-
.s34f1qb.ant-switch-large {
|
|
30947
|
-
min-width: 52px;
|
|
30948
|
-
height: 32px;
|
|
30949
|
-
}
|
|
30950
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30951
|
-
height: 20px;
|
|
30952
|
-
width: 20px;
|
|
30953
|
-
}
|
|
30954
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30955
|
-
border-radius: 10px;
|
|
30956
|
-
transition-delay: 120ms;
|
|
30957
|
-
}
|
|
30958
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30959
|
-
height: 14px;
|
|
30960
|
-
width: 14px;
|
|
30961
|
-
top: 1px;
|
|
30962
|
-
left: 1px;
|
|
30963
|
-
}
|
|
30964
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30965
|
-
height: 28px;
|
|
30966
|
-
width: 28px;
|
|
30967
|
-
}
|
|
30968
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30969
|
-
border-radius: 14px;
|
|
30970
|
-
}
|
|
30971
|
-
.s34f1qb.ant-switch-checked {
|
|
30972
|
-
background-color: #00ba5d;
|
|
30973
|
-
}
|
|
30974
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30975
|
-
left: calc(100% - 20px - 2px);
|
|
30976
|
-
}
|
|
30977
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30978
|
-
left: calc(100% - 14px - 1px);
|
|
30979
|
-
}
|
|
30980
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30981
|
-
left: calc(100% - 28px - 2px);
|
|
30982
|
-
}
|
|
30983
|
-
|
|
30984
|
-
.c1to9vb9 {
|
|
30985
|
-
margin-left: 5px;
|
|
30986
|
-
}
|
|
30987
|
-
|
|
30988
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
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;
|
|
30723
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30724
|
+
left: 8px;
|
|
30725
|
+
opacity: 1;
|
|
31023
30726
|
}
|
|
31024
|
-
.
|
|
31025
|
-
|
|
31026
|
-
|
|
30727
|
+
.kypn5o5.has-focus-indicator input {
|
|
30728
|
+
transition: margin-left 150ms ease;
|
|
30729
|
+
margin-left: 0px;
|
|
31027
30730
|
}
|
|
31028
|
-
.
|
|
31029
|
-
|
|
30731
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
30732
|
+
margin-left: 16px;
|
|
31030
30733
|
}
|
|
31031
|
-
|
|
31032
|
-
|
|
31033
|
-
|
|
31034
|
-
|
|
30734
|
+
|
|
30735
|
+
input.l1ki27se.ant-input {
|
|
30736
|
+
border-top-right-radius: 0;
|
|
30737
|
+
border-bottom-right-radius: 0;
|
|
31035
30738
|
}
|
|
31036
|
-
|
|
31037
|
-
|
|
31038
|
-
|
|
31039
|
-
|
|
30739
|
+
|
|
30740
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
30741
|
+
border-top-right-radius: 0;
|
|
30742
|
+
border-bottom-right-radius: 0;
|
|
31040
30743
|
}
|
|
31041
|
-
|
|
31042
|
-
|
|
30744
|
+
|
|
30745
|
+
input.rrg1fkn.ant-input {
|
|
30746
|
+
border-top-left-radius: 0;
|
|
30747
|
+
border-bottom-left-radius: 0;
|
|
31043
30748
|
}
|
|
31044
30749
|
|
|
31045
|
-
.
|
|
31046
|
-
border-radius:
|
|
30750
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30751
|
+
border-top-left-radius: 0;
|
|
30752
|
+
border-bottom-left-radius: 0;
|
|
31047
30753
|
}
|
|
31048
|
-
|
|
31049
|
-
|
|
30754
|
+
|
|
30755
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30756
|
+
border-top-right-radius: 0;
|
|
30757
|
+
border-bottom-right-radius: 0;
|
|
31050
30758
|
}
|
|
31051
30759
|
|
|
31052
|
-
.
|
|
31053
|
-
|
|
31054
|
-
border-
|
|
30760
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30761
|
+
border-top-left-radius: 0;
|
|
30762
|
+
border-bottom-left-radius: 0;
|
|
31055
30763
|
}
|
|
31056
|
-
|
|
31057
|
-
|
|
30764
|
+
|
|
30765
|
+
.s1fc623g {
|
|
30766
|
+
width: 430px !important;
|
|
31058
30767
|
}
|
|
31059
|
-
|
|
31060
|
-
|
|
31061
|
-
|
|
31062
|
-
height:
|
|
30768
|
+
|
|
30769
|
+
.da3mx0o .ant-select-item-group {
|
|
30770
|
+
padding: 8px 16px;
|
|
30771
|
+
line-height: 18px;
|
|
30772
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30773
|
+
height: 34px;
|
|
30774
|
+
min-height: 34px;
|
|
30775
|
+
box-sizing: border-box;
|
|
30776
|
+
margin-top: 8px;
|
|
31063
30777
|
}
|
|
31064
|
-
|
|
31065
|
-
|
|
30778
|
+
|
|
30779
|
+
.onr9gzt {
|
|
30780
|
+
display: flex;
|
|
30781
|
+
flex-direction: column;
|
|
30782
|
+
margin: 1px 8px;
|
|
30783
|
+
padding: 8px;
|
|
30784
|
+
border-radius: 4px;
|
|
31066
30785
|
}
|
|
31067
|
-
.
|
|
31068
|
-
|
|
31069
|
-
padding: 0 7px;
|
|
31070
|
-
line-height: 20px;
|
|
30786
|
+
.onr9gzt .selected-icon {
|
|
30787
|
+
display: none;
|
|
31071
30788
|
}
|
|
31072
|
-
.
|
|
31073
|
-
|
|
30789
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30790
|
+
padding-left: 8px;
|
|
31074
30791
|
}
|
|
31075
|
-
.
|
|
31076
|
-
background:
|
|
30792
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30793
|
+
background-color: white;
|
|
31077
30794
|
}
|
|
31078
|
-
.
|
|
31079
|
-
|
|
31080
|
-
opacity: 0.5;
|
|
30795
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30796
|
+
color: #0080ff;
|
|
31081
30797
|
}
|
|
31082
|
-
.
|
|
31083
|
-
|
|
30798
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30799
|
+
display: block;
|
|
31084
30800
|
}
|
|
31085
|
-
.
|
|
31086
|
-
|
|
30801
|
+
.onr9gzt.ant-select-item-option-active {
|
|
30802
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31087
30803
|
}
|
|
31088
|
-
.
|
|
30804
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30805
|
+
color: #0080ff;
|
|
30806
|
+
}
|
|
30807
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31089
30808
|
background: rgba(0, 136, 255, 0.1);
|
|
30809
|
+
color: #0080ff;
|
|
31090
30810
|
}
|
|
31091
|
-
|
|
31092
|
-
|
|
31093
|
-
|
|
31094
|
-
|
|
30811
|
+
|
|
30812
|
+
.oiy0apc {
|
|
30813
|
+
display: flex;
|
|
30814
|
+
justify-content: space-between;
|
|
30815
|
+
height: 20px;
|
|
30816
|
+
line-height: 20px;
|
|
31095
30817
|
}
|
|
31096
|
-
.
|
|
31097
|
-
color: #
|
|
31098
|
-
|
|
30818
|
+
.oiy0apc .timezone-title {
|
|
30819
|
+
color: #2d3a56;
|
|
30820
|
+
overflow: hidden;
|
|
30821
|
+
text-overflow: ellipsis;
|
|
31099
30822
|
}
|
|
31100
|
-
|
|
31101
|
-
|
|
31102
|
-
|
|
31103
|
-
|
|
30823
|
+
|
|
30824
|
+
.of4y382 {
|
|
30825
|
+
display: flex;
|
|
30826
|
+
justify-content: space-between;
|
|
30827
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30828
|
+
height: 18px;
|
|
30829
|
+
line-height: 18px;
|
|
30830
|
+
margin-top: 2px;
|
|
31104
30831
|
}
|
|
31105
|
-
|
|
31106
|
-
|
|
31107
|
-
display: inline;
|
|
30832
|
+
|
|
30833
|
+
.t19903l9 {
|
|
31108
30834
|
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
30835
|
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;
|
|
30836
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31126
30837
|
}
|
|
31127
|
-
|
|
31128
|
-
|
|
31129
|
-
|
|
31130
|
-
|
|
31131
|
-
width:
|
|
30838
|
+
|
|
30839
|
+
.ohwbvxu {
|
|
30840
|
+
pointer-events: none;
|
|
30841
|
+
height: 32px;
|
|
30842
|
+
width: 100%;
|
|
30843
|
+
opacity: 0;
|
|
31132
30844
|
}
|
|
31133
30845
|
|
|
31134
30846
|
.t1upn1sz {
|
|
@@ -31456,128 +31168,43 @@ input.rrg1fkn.ant-input {
|
|
|
31456
31168
|
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31457
31169
|
background: #fff;
|
|
31458
31170
|
}
|
|
31459
|
-
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31460
|
-
background: inherit;
|
|
31461
|
-
}
|
|
31462
|
-
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31463
|
-
position: static;
|
|
31464
|
-
border: none;
|
|
31465
|
-
background: inherit !important;
|
|
31466
|
-
height: 100px;
|
|
31467
|
-
vertical-align: middle;
|
|
31468
|
-
}
|
|
31469
|
-
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31470
|
-
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31471
|
-
font-weight: bold;
|
|
31472
|
-
font-size: 20px;
|
|
31473
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31474
|
-
}
|
|
31475
|
-
.tta5kd2 .ant-table td.cell__action_ {
|
|
31476
|
-
padding: 0 !important;
|
|
31477
|
-
position: relative;
|
|
31478
|
-
background: #fff;
|
|
31479
|
-
}
|
|
31480
|
-
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31481
|
-
height: 100%;
|
|
31482
|
-
display: flex;
|
|
31483
|
-
align-items: center;
|
|
31484
|
-
justify-content: flex-end;
|
|
31485
|
-
padding-right: 8px;
|
|
31486
|
-
}
|
|
31487
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31488
|
-
width: 24px;
|
|
31489
|
-
height: 24px;
|
|
31490
|
-
cursor: pointer;
|
|
31491
|
-
justify-content: center;
|
|
31492
|
-
border-radius: 4px;
|
|
31493
|
-
}
|
|
31494
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31495
|
-
background: #fff;
|
|
31496
|
-
}
|
|
31497
|
-
|
|
31498
|
-
.s1fc623g {
|
|
31499
|
-
width: 430px !important;
|
|
31500
|
-
}
|
|
31501
|
-
|
|
31502
|
-
.da3mx0o .ant-select-item-group {
|
|
31503
|
-
padding: 8px 16px;
|
|
31504
|
-
line-height: 18px;
|
|
31505
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31506
|
-
height: 34px;
|
|
31507
|
-
min-height: 34px;
|
|
31508
|
-
box-sizing: border-box;
|
|
31509
|
-
margin-top: 8px;
|
|
31510
|
-
}
|
|
31511
|
-
|
|
31512
|
-
.onr9gzt {
|
|
31513
|
-
display: flex;
|
|
31514
|
-
flex-direction: column;
|
|
31515
|
-
margin: 1px 8px;
|
|
31516
|
-
padding: 8px;
|
|
31517
|
-
border-radius: 4px;
|
|
31518
|
-
}
|
|
31519
|
-
.onr9gzt .selected-icon {
|
|
31520
|
-
display: none;
|
|
31521
|
-
}
|
|
31522
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31523
|
-
padding-left: 8px;
|
|
31524
|
-
}
|
|
31525
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31526
|
-
background-color: white;
|
|
31527
|
-
}
|
|
31528
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31529
|
-
color: #0080ff;
|
|
31530
|
-
}
|
|
31531
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
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;
|
|
31171
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31172
|
+
background: inherit;
|
|
31539
31173
|
}
|
|
31540
|
-
.
|
|
31541
|
-
|
|
31542
|
-
|
|
31174
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31175
|
+
position: static;
|
|
31176
|
+
border: none;
|
|
31177
|
+
background: inherit !important;
|
|
31178
|
+
height: 100px;
|
|
31179
|
+
vertical-align: middle;
|
|
31543
31180
|
}
|
|
31544
|
-
|
|
31545
|
-
.
|
|
31546
|
-
|
|
31547
|
-
|
|
31548
|
-
|
|
31549
|
-
line-height: 20px;
|
|
31181
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31182
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31183
|
+
font-weight: bold;
|
|
31184
|
+
font-size: 20px;
|
|
31185
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31550
31186
|
}
|
|
31551
|
-
.
|
|
31552
|
-
|
|
31553
|
-
|
|
31554
|
-
|
|
31187
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31188
|
+
padding: 0 !important;
|
|
31189
|
+
position: relative;
|
|
31190
|
+
background: #fff;
|
|
31555
31191
|
}
|
|
31556
|
-
|
|
31557
|
-
|
|
31192
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31193
|
+
height: 100%;
|
|
31558
31194
|
display: flex;
|
|
31559
|
-
|
|
31560
|
-
|
|
31561
|
-
|
|
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);
|
|
31195
|
+
align-items: center;
|
|
31196
|
+
justify-content: flex-end;
|
|
31197
|
+
padding-right: 8px;
|
|
31570
31198
|
}
|
|
31571
|
-
|
|
31572
|
-
|
|
31573
|
-
|
|
31574
|
-
|
|
31575
|
-
|
|
31576
|
-
|
|
31199
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31200
|
+
width: 24px;
|
|
31201
|
+
height: 24px;
|
|
31202
|
+
cursor: pointer;
|
|
31203
|
+
justify-content: center;
|
|
31204
|
+
border-radius: 4px;
|
|
31577
31205
|
}
|
|
31578
|
-
|
|
31579
|
-
|
|
31580
|
-
display: inline-block;
|
|
31206
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31207
|
+
background: #fff;
|
|
31581
31208
|
}
|
|
31582
31209
|
|
|
31583
31210
|
.d6j0lbj {
|
|
@@ -32055,6 +31682,10 @@ input.rrg1fkn.ant-input {
|
|
|
32055
31682
|
line-height: 12px;
|
|
32056
31683
|
}
|
|
32057
31684
|
|
|
31685
|
+
.i1e4sgug {
|
|
31686
|
+
display: inline-block;
|
|
31687
|
+
}
|
|
31688
|
+
|
|
32058
31689
|
.m15dvk92 {
|
|
32059
31690
|
display: flex;
|
|
32060
31691
|
justify-content: space-between;
|
|
@@ -32110,6 +31741,29 @@ input.rrg1fkn.ant-input {
|
|
|
32110
31741
|
text-align: center;
|
|
32111
31742
|
}
|
|
32112
31743
|
|
|
31744
|
+
.berrcjl {
|
|
31745
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31746
|
+
margin-bottom: 4px;
|
|
31747
|
+
}
|
|
31748
|
+
.berrcjl .breadcrumb-link {
|
|
31749
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31750
|
+
cursor: pointer;
|
|
31751
|
+
transition: color 160ms ease;
|
|
31752
|
+
}
|
|
31753
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31754
|
+
color: #0080ff;
|
|
31755
|
+
}
|
|
31756
|
+
.berrcjl .breadcrumb-link:active {
|
|
31757
|
+
color: #005ed1;
|
|
31758
|
+
}
|
|
31759
|
+
|
|
31760
|
+
.tje3huy {
|
|
31761
|
+
width: 100%;
|
|
31762
|
+
overflow: inherit;
|
|
31763
|
+
white-space: inherit;
|
|
31764
|
+
text-overflow: ellipsis;
|
|
31765
|
+
}
|
|
31766
|
+
|
|
32113
31767
|
.c198s9j3 {
|
|
32114
31768
|
color: #2d3a56;
|
|
32115
31769
|
line-height: 22px;
|
|
@@ -32181,6 +31835,35 @@ input.rrg1fkn.ant-input {
|
|
|
32181
31835
|
margin-left: 24px;
|
|
32182
31836
|
}
|
|
32183
31837
|
|
|
31838
|
+
.c10crapj {
|
|
31839
|
+
border-radius: 8px;
|
|
31840
|
+
}
|
|
31841
|
+
.c10crapj .ant-card-body {
|
|
31842
|
+
padding: 20px 24px 24px 24px;
|
|
31843
|
+
}
|
|
31844
|
+
|
|
31845
|
+
.cav9p2m .ant-collapse-item {
|
|
31846
|
+
border: 0px;
|
|
31847
|
+
background-color: #fff;
|
|
31848
|
+
}
|
|
31849
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
31850
|
+
padding-top: 0px;
|
|
31851
|
+
padding-bottom: 0px;
|
|
31852
|
+
padding-left: 0px !important;
|
|
31853
|
+
padding-right: 24px;
|
|
31854
|
+
}
|
|
31855
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31856
|
+
right: 0px;
|
|
31857
|
+
}
|
|
31858
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31859
|
+
padding: 0px;
|
|
31860
|
+
}
|
|
31861
|
+
|
|
31862
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
31863
|
+
padding-right: 0px;
|
|
31864
|
+
cursor: default;
|
|
31865
|
+
}
|
|
31866
|
+
|
|
32184
31867
|
.n3qomhu {
|
|
32185
31868
|
font-size: 90%;
|
|
32186
31869
|
font-weight: bold;
|
|
@@ -32193,113 +31876,244 @@ input.rrg1fkn.ant-input {
|
|
|
32193
31876
|
word-break: break-all;
|
|
32194
31877
|
}
|
|
32195
31878
|
|
|
32196
|
-
.
|
|
32197
|
-
|
|
31879
|
+
.o8ocss1 {
|
|
31880
|
+
overflow: hidden;
|
|
31881
|
+
text-overflow: ellipsis;
|
|
32198
31882
|
}
|
|
32199
|
-
|
|
32200
|
-
|
|
31883
|
+
|
|
31884
|
+
.n17syc35 {
|
|
31885
|
+
white-space: nowrap;
|
|
32201
31886
|
}
|
|
32202
31887
|
|
|
32203
|
-
.
|
|
32204
|
-
border:
|
|
32205
|
-
|
|
31888
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
31889
|
+
border-radius: 6px;
|
|
31890
|
+
}
|
|
31891
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
31892
|
+
width: 100%;
|
|
31893
|
+
color: #2d3a56;
|
|
31894
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31895
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31896
|
+
font-size: 13px;
|
|
31897
|
+
}
|
|
31898
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
31899
|
+
height: 30px;
|
|
31900
|
+
}
|
|
31901
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
31902
|
+
height: 38px;
|
|
31903
|
+
font-size: 13px;
|
|
31904
|
+
}
|
|
31905
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
31906
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31907
|
+
transition: 160ms ease;
|
|
31908
|
+
}
|
|
31909
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31910
|
+
color: #0080ff;
|
|
31911
|
+
}
|
|
31912
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
31913
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31914
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31915
|
+
}
|
|
31916
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31917
|
+
color: #0080ff;
|
|
31918
|
+
}
|
|
31919
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
31920
|
+
border-color: #0080ff;
|
|
31921
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31922
|
+
}
|
|
31923
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31924
|
+
transform: rotate(180deg);
|
|
31925
|
+
}
|
|
31926
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31927
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31928
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31929
|
+
cursor: "not-allowed";
|
|
31930
|
+
}
|
|
31931
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31932
|
+
border-color: #f0483e !important;
|
|
31933
|
+
}
|
|
31934
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31935
|
+
color: #1d326c;
|
|
31936
|
+
}
|
|
31937
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
31938
|
+
border-color: #0080ff;
|
|
31939
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31940
|
+
}
|
|
31941
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31942
|
+
transform: rotate(180deg);
|
|
31943
|
+
}
|
|
31944
|
+
|
|
31945
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
31946
|
+
display: flex;
|
|
31947
|
+
}
|
|
31948
|
+
|
|
31949
|
+
.igz4le8 {
|
|
31950
|
+
height: 24px;
|
|
31951
|
+
width: 56px !important;
|
|
31952
|
+
margin-right: 4px;
|
|
31953
|
+
}
|
|
31954
|
+
|
|
31955
|
+
.c1riexje {
|
|
31956
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31957
|
+
}
|
|
31958
|
+
|
|
31959
|
+
.s14dk8r1 {
|
|
31960
|
+
margin: 0;
|
|
31961
|
+
border-radius: 20px;
|
|
31962
|
+
padding: 2px 10px;
|
|
31963
|
+
height: 22px;
|
|
31964
|
+
}
|
|
31965
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
31966
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
31967
|
+
}
|
|
31968
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
31969
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
31970
|
+
}
|
|
31971
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
31972
|
+
color: #00122e;
|
|
31973
|
+
}
|
|
31974
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
31975
|
+
margin-right: 6px;
|
|
31976
|
+
}
|
|
31977
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
31978
|
+
margin-left: 4px;
|
|
31979
|
+
}
|
|
31980
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
31981
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31982
|
+
}
|
|
31983
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
31984
|
+
background-color: #0080ff;
|
|
31985
|
+
}
|
|
31986
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
31987
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
31988
|
+
}
|
|
31989
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
31990
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31991
|
+
}
|
|
31992
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
31993
|
+
background-color: #f0483e;
|
|
31994
|
+
}
|
|
31995
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
31996
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
31997
|
+
}
|
|
31998
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
31999
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32000
|
+
}
|
|
32001
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32002
|
+
background-color: #fea008;
|
|
32003
|
+
}
|
|
32004
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32005
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32006
|
+
}
|
|
32007
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32008
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32009
|
+
}
|
|
32010
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32011
|
+
background-color: #00ba5d;
|
|
32012
|
+
}
|
|
32013
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32014
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32015
|
+
}
|
|
32016
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32017
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32206
32018
|
}
|
|
32207
|
-
.
|
|
32208
|
-
|
|
32209
|
-
padding-bottom: 0px;
|
|
32210
|
-
padding-left: 0px !important;
|
|
32211
|
-
padding-right: 24px;
|
|
32019
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32020
|
+
background-color: #6b7d99;
|
|
32212
32021
|
}
|
|
32213
|
-
.
|
|
32214
|
-
|
|
32022
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32023
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32215
32024
|
}
|
|
32216
|
-
|
|
32217
|
-
|
|
32025
|
+
|
|
32026
|
+
.s1uupoto {
|
|
32027
|
+
width: 8px;
|
|
32028
|
+
height: 8px;
|
|
32029
|
+
border-radius: 50%;
|
|
32030
|
+
display: inline-block;
|
|
32218
32031
|
}
|
|
32219
32032
|
|
|
32220
|
-
.
|
|
32221
|
-
|
|
32222
|
-
cursor: default;
|
|
32033
|
+
.t19ustft .date {
|
|
32034
|
+
margin-right: 4px;
|
|
32223
32035
|
}
|
|
32224
32036
|
|
|
32225
|
-
.
|
|
32226
|
-
|
|
32227
|
-
|
|
32037
|
+
.s1uupxds {
|
|
32038
|
+
padding: 0 8px;
|
|
32039
|
+
border-radius: 4px;
|
|
32228
32040
|
}
|
|
32229
32041
|
|
|
32230
|
-
.
|
|
32231
|
-
|
|
32042
|
+
.m10sqwut {
|
|
32043
|
+
padding: 2px 8px;
|
|
32044
|
+
border-radius: 3px;
|
|
32232
32045
|
}
|
|
32233
32046
|
|
|
32234
|
-
.
|
|
32235
|
-
|
|
32047
|
+
.l1d492wb {
|
|
32048
|
+
padding: 3px 8px;
|
|
32049
|
+
border-radius: 2px;
|
|
32236
32050
|
}
|
|
32237
|
-
|
|
32238
|
-
|
|
32239
|
-
|
|
32240
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32241
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32242
|
-
font-size: 13px;
|
|
32051
|
+
|
|
32052
|
+
.t1lzavmu.ant-tag:hover {
|
|
32053
|
+
opacity: unset;
|
|
32243
32054
|
}
|
|
32244
|
-
.
|
|
32245
|
-
|
|
32055
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32056
|
+
margin: 0;
|
|
32057
|
+
margin-right: 8px;
|
|
32058
|
+
display: inline-flex;
|
|
32059
|
+
align-items: center;
|
|
32060
|
+
border: none;
|
|
32246
32061
|
}
|
|
32247
|
-
.
|
|
32248
|
-
|
|
32249
|
-
|
|
32062
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32063
|
+
width: 16px;
|
|
32064
|
+
height: 16px;
|
|
32065
|
+
color: inherit;
|
|
32066
|
+
margin-left: 4px;
|
|
32067
|
+
opacity: 0.6;
|
|
32068
|
+
display: inline-flex;
|
|
32250
32069
|
}
|
|
32251
|
-
.
|
|
32252
|
-
|
|
32253
|
-
transition: 160ms ease;
|
|
32070
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32071
|
+
opacity: 1;
|
|
32254
32072
|
}
|
|
32255
|
-
.
|
|
32073
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32256
32074
|
color: #0080ff;
|
|
32075
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32257
32076
|
}
|
|
32258
|
-
.
|
|
32259
|
-
|
|
32260
|
-
|
|
32077
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32078
|
+
color: #f0483e;
|
|
32079
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32261
32080
|
}
|
|
32262
|
-
.
|
|
32263
|
-
color: #
|
|
32081
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32082
|
+
color: #e07f00;
|
|
32083
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32264
32084
|
}
|
|
32265
|
-
.
|
|
32266
|
-
|
|
32267
|
-
|
|
32085
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32086
|
+
color: #008f4c;
|
|
32087
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32268
32088
|
}
|
|
32269
|
-
.
|
|
32270
|
-
|
|
32089
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32090
|
+
color: #1d326c;
|
|
32091
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32271
32092
|
}
|
|
32272
|
-
.
|
|
32273
|
-
|
|
32274
|
-
|
|
32275
|
-
cursor: "not-allowed";
|
|
32093
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32094
|
+
color: #7E41FF;
|
|
32095
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32276
32096
|
}
|
|
32277
|
-
.
|
|
32278
|
-
|
|
32097
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32098
|
+
color: #fff;
|
|
32279
32099
|
}
|
|
32280
|
-
.
|
|
32281
|
-
color: #
|
|
32100
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32101
|
+
background-color: #f0483e;
|
|
32282
32102
|
}
|
|
32283
|
-
.
|
|
32284
|
-
|
|
32285
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32103
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32104
|
+
background-color: #fea008;
|
|
32286
32105
|
}
|
|
32287
|
-
.
|
|
32288
|
-
|
|
32106
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32107
|
+
background-color: #00ba5d;
|
|
32289
32108
|
}
|
|
32290
|
-
|
|
32291
|
-
|
|
32292
|
-
height: 24px;
|
|
32293
|
-
width: 56px !important;
|
|
32294
|
-
margin-right: 4px;
|
|
32109
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32110
|
+
background-color: #0080ff;
|
|
32295
32111
|
}
|
|
32296
|
-
|
|
32297
|
-
|
|
32298
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32112
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32113
|
+
background-color: #6b7d99;
|
|
32299
32114
|
}
|
|
32300
|
-
|
|
32301
|
-
|
|
32302
|
-
display: flex;
|
|
32115
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32116
|
+
background-color: #7E41FF;
|
|
32303
32117
|
}
|
|
32304
32118
|
|
|
32305
32119
|
.m1thnes4 {
|
|
@@ -32463,164 +32277,127 @@ input.rrg1fkn.ant-input {
|
|
|
32463
32277
|
margin-left: 8px;
|
|
32464
32278
|
}
|
|
32465
32279
|
|
|
32466
|
-
.
|
|
32467
|
-
|
|
32468
|
-
|
|
32469
|
-
|
|
32470
|
-
|
|
32471
|
-
|
|
32472
|
-
|
|
32473
|
-
|
|
32474
|
-
}
|
|
32475
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32476
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32477
|
-
}
|
|
32478
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32479
|
-
color: #00122e;
|
|
32480
|
-
}
|
|
32481
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32482
|
-
margin-right: 6px;
|
|
32483
|
-
}
|
|
32484
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32485
|
-
margin-left: 4px;
|
|
32486
|
-
}
|
|
32487
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32488
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32489
|
-
}
|
|
32490
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32491
|
-
background-color: #0080ff;
|
|
32492
|
-
}
|
|
32493
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32494
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
32495
|
-
}
|
|
32496
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32497
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32498
|
-
}
|
|
32499
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32500
|
-
background-color: #f0483e;
|
|
32501
|
-
}
|
|
32502
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32503
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
32504
|
-
}
|
|
32505
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32506
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
32507
|
-
}
|
|
32508
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32509
|
-
background-color: #fea008;
|
|
32510
|
-
}
|
|
32511
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32512
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
32513
|
-
}
|
|
32514
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32515
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32516
|
-
}
|
|
32517
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32518
|
-
background-color: #00ba5d;
|
|
32519
|
-
}
|
|
32520
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32521
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
32522
|
-
}
|
|
32523
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32524
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32525
|
-
}
|
|
32526
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32527
|
-
background-color: #6b7d99;
|
|
32528
|
-
}
|
|
32529
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32530
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
32531
|
-
}
|
|
32532
|
-
|
|
32533
|
-
.s1uupoto {
|
|
32534
|
-
width: 8px;
|
|
32535
|
-
height: 8px;
|
|
32536
|
-
border-radius: 50%;
|
|
32537
|
-
display: inline-block;
|
|
32538
|
-
}
|
|
32539
|
-
|
|
32540
|
-
.t19ustft .date {
|
|
32541
|
-
margin-right: 4px;
|
|
32280
|
+
.l4bld33 {
|
|
32281
|
+
width: 64px;
|
|
32282
|
+
height: 64px;
|
|
32283
|
+
display: flex;
|
|
32284
|
+
align-items: center;
|
|
32285
|
+
justify-content: center;
|
|
32286
|
+
position: relative;
|
|
32287
|
+
opacity: 0.2;
|
|
32542
32288
|
}
|
|
32543
32289
|
|
|
32544
|
-
.
|
|
32545
|
-
|
|
32546
|
-
|
|
32290
|
+
.lgitjoj {
|
|
32291
|
+
position: absolute;
|
|
32292
|
+
width: 5px;
|
|
32293
|
+
height: 48px;
|
|
32294
|
+
left: 9.33px;
|
|
32295
|
+
top: 40.5px;
|
|
32296
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32297
|
+
border-radius: 5px;
|
|
32298
|
+
transform: rotate(-128deg);
|
|
32299
|
+
transform-origin: top left;
|
|
32300
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32547
32301
|
}
|
|
32548
32302
|
|
|
32549
|
-
.
|
|
32550
|
-
|
|
32551
|
-
|
|
32303
|
+
.l13g0exg {
|
|
32304
|
+
position: absolute;
|
|
32305
|
+
width: 5px;
|
|
32306
|
+
height: 48px;
|
|
32307
|
+
left: 40.8px;
|
|
32308
|
+
top: 8.4px;
|
|
32309
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32310
|
+
border-radius: 5px;
|
|
32311
|
+
transform: rotate(-8deg);
|
|
32312
|
+
transform-origin: top left;
|
|
32313
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32552
32314
|
}
|
|
32553
32315
|
|
|
32554
|
-
.
|
|
32555
|
-
|
|
32556
|
-
|
|
32316
|
+
.l1exo3h6 {
|
|
32317
|
+
position: absolute;
|
|
32318
|
+
width: 5px;
|
|
32319
|
+
height: 48px;
|
|
32320
|
+
left: 52.9px;
|
|
32321
|
+
top: 51.8px;
|
|
32322
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32323
|
+
border-radius: 5px;
|
|
32324
|
+
transform: rotate(112deg);
|
|
32325
|
+
transform-origin: top left;
|
|
32326
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32557
32327
|
}
|
|
32558
32328
|
|
|
32559
|
-
.
|
|
32560
|
-
|
|
32329
|
+
.t1gz6wqf {
|
|
32330
|
+
height: 100%;
|
|
32561
32331
|
}
|
|
32562
|
-
.
|
|
32563
|
-
|
|
32564
|
-
|
|
32565
|
-
display:
|
|
32566
|
-
align-items: center;
|
|
32567
|
-
border: none;
|
|
32332
|
+
.t1gz6wqf .table-loading-item {
|
|
32333
|
+
padding: 12px 4px;
|
|
32334
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32335
|
+
display: flex;
|
|
32568
32336
|
}
|
|
32569
|
-
.
|
|
32570
|
-
width: 16px;
|
|
32337
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32571
32338
|
height: 16px;
|
|
32572
|
-
|
|
32573
|
-
|
|
32574
|
-
|
|
32575
|
-
display: inline-flex;
|
|
32339
|
+
margin: 4px;
|
|
32340
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32341
|
+
border-radius: 2px;
|
|
32576
32342
|
}
|
|
32577
|
-
.
|
|
32578
|
-
|
|
32343
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32344
|
+
width: 16px;
|
|
32579
32345
|
}
|
|
32580
|
-
.
|
|
32581
|
-
|
|
32582
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32346
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32347
|
+
flex: 1;
|
|
32583
32348
|
}
|
|
32584
|
-
.
|
|
32585
|
-
|
|
32586
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32349
|
+
.t1gz6wqf :nth-child(1) {
|
|
32350
|
+
padding: 8px 4px;
|
|
32587
32351
|
}
|
|
32588
|
-
.
|
|
32589
|
-
|
|
32590
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32352
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32353
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32591
32354
|
}
|
|
32592
|
-
.
|
|
32593
|
-
|
|
32594
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32355
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32356
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32595
32357
|
}
|
|
32596
|
-
|
|
32597
|
-
|
|
32598
|
-
|
|
32358
|
+
|
|
32359
|
+
.c1udgdh2 {
|
|
32360
|
+
color: #2d3a56;
|
|
32361
|
+
padding: 7px 12px;
|
|
32362
|
+
display: flex;
|
|
32363
|
+
justify-content: space-between;
|
|
32364
|
+
align-items: center;
|
|
32599
32365
|
}
|
|
32600
|
-
.
|
|
32601
|
-
|
|
32602
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32366
|
+
.c1udgdh2.has-arrow {
|
|
32367
|
+
padding-left: 10px;
|
|
32603
32368
|
}
|
|
32604
|
-
.
|
|
32605
|
-
|
|
32369
|
+
.c1udgdh2.has-arrow .title-wrapper {
|
|
32370
|
+
cursor: pointer;
|
|
32371
|
+
color: #00122e;
|
|
32606
32372
|
}
|
|
32607
|
-
.
|
|
32608
|
-
|
|
32373
|
+
.c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
32374
|
+
color: #2d3a56;
|
|
32375
|
+
font-weight: 600;
|
|
32609
32376
|
}
|
|
32610
|
-
.
|
|
32611
|
-
|
|
32377
|
+
.c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32378
|
+
transform: rotate(90deg);
|
|
32612
32379
|
}
|
|
32613
|
-
.
|
|
32614
|
-
|
|
32380
|
+
.c1udgdh2 .sub-info {
|
|
32381
|
+
font-size: 12px;
|
|
32382
|
+
line-height: 18px;
|
|
32615
32383
|
}
|
|
32616
|
-
.
|
|
32617
|
-
|
|
32384
|
+
.c1udgdh2 .title-wrapper {
|
|
32385
|
+
display: flex;
|
|
32386
|
+
align-items: center;
|
|
32387
|
+
user-select: none;
|
|
32388
|
+
flex-grow: 1;
|
|
32389
|
+
font-size: 12px;
|
|
32390
|
+
line-height: 18px;
|
|
32391
|
+
color: #2d3a56;
|
|
32392
|
+
font-weight: 700;
|
|
32618
32393
|
}
|
|
32619
|
-
.
|
|
32620
|
-
|
|
32394
|
+
.c1udgdh2 .collapse-arrow {
|
|
32395
|
+
transition: all 50ms ease-out 0ms;
|
|
32396
|
+
margin-right: 2px;
|
|
32621
32397
|
}
|
|
32622
|
-
|
|
32623
|
-
|
|
32398
|
+
|
|
32399
|
+
.c1k4vanq {
|
|
32400
|
+
padding: 0 12px 14px 12px;
|
|
32624
32401
|
}
|
|
32625
32402
|
|
|
32626
32403
|
.sq6vos1 {
|
|
@@ -32752,7 +32529,7 @@ input.rrg1fkn.ant-input {
|
|
|
32752
32529
|
}
|
|
32753
32530
|
|
|
32754
32531
|
.v1p8siwu .ant-steps.ant-steps-vertical {
|
|
32755
|
-
width:
|
|
32532
|
+
width: 192px;
|
|
32756
32533
|
row-gap: 2px;
|
|
32757
32534
|
}
|
|
32758
32535
|
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
@@ -32808,80 +32585,6 @@ input.rrg1fkn.ant-input {
|
|
|
32808
32585
|
justify-content: center;
|
|
32809
32586
|
}
|
|
32810
32587
|
|
|
32811
|
-
.t1gz6wqf {
|
|
32812
|
-
height: 100%;
|
|
32813
|
-
}
|
|
32814
|
-
.t1gz6wqf .table-loading-item {
|
|
32815
|
-
padding: 12px 4px;
|
|
32816
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32817
|
-
display: flex;
|
|
32818
|
-
}
|
|
32819
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32820
|
-
height: 16px;
|
|
32821
|
-
margin: 4px;
|
|
32822
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32823
|
-
border-radius: 2px;
|
|
32824
|
-
}
|
|
32825
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32826
|
-
width: 16px;
|
|
32827
|
-
}
|
|
32828
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32829
|
-
flex: 1;
|
|
32830
|
-
}
|
|
32831
|
-
.t1gz6wqf :nth-child(1) {
|
|
32832
|
-
padding: 8px 4px;
|
|
32833
|
-
}
|
|
32834
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32835
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32836
|
-
}
|
|
32837
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32838
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32839
|
-
}
|
|
32840
|
-
|
|
32841
|
-
.c1k4vanq {
|
|
32842
|
-
padding: 0 12px 14px 12px;
|
|
32843
|
-
}
|
|
32844
|
-
|
|
32845
|
-
.c1udgdh2 {
|
|
32846
|
-
color: #2d3a56;
|
|
32847
|
-
padding: 7px 12px;
|
|
32848
|
-
display: flex;
|
|
32849
|
-
justify-content: space-between;
|
|
32850
|
-
align-items: center;
|
|
32851
|
-
}
|
|
32852
|
-
.c1udgdh2.has-arrow {
|
|
32853
|
-
padding-left: 10px;
|
|
32854
|
-
}
|
|
32855
|
-
.c1udgdh2.has-arrow .title-wrapper {
|
|
32856
|
-
cursor: pointer;
|
|
32857
|
-
color: #00122e;
|
|
32858
|
-
}
|
|
32859
|
-
.c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
32860
|
-
color: #2d3a56;
|
|
32861
|
-
font-weight: 600;
|
|
32862
|
-
}
|
|
32863
|
-
.c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
32864
|
-
transform: rotate(90deg);
|
|
32865
|
-
}
|
|
32866
|
-
.c1udgdh2 .sub-info {
|
|
32867
|
-
font-size: 12px;
|
|
32868
|
-
line-height: 18px;
|
|
32869
|
-
}
|
|
32870
|
-
.c1udgdh2 .title-wrapper {
|
|
32871
|
-
display: flex;
|
|
32872
|
-
align-items: center;
|
|
32873
|
-
user-select: none;
|
|
32874
|
-
flex-grow: 1;
|
|
32875
|
-
font-size: 12px;
|
|
32876
|
-
line-height: 18px;
|
|
32877
|
-
color: #2d3a56;
|
|
32878
|
-
font-weight: 700;
|
|
32879
|
-
}
|
|
32880
|
-
.c1udgdh2 .collapse-arrow {
|
|
32881
|
-
transition: all 50ms ease-out 0ms;
|
|
32882
|
-
margin-right: 2px;
|
|
32883
|
-
}
|
|
32884
|
-
|
|
32885
32588
|
.bab9xum {
|
|
32886
32589
|
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
32590
|
}
|
|
@@ -32946,25 +32649,6 @@ input.rrg1fkn.ant-input {
|
|
|
32946
32649
|
min-height: 0px;
|
|
32947
32650
|
}
|
|
32948
32651
|
|
|
32949
|
-
.sut42l0 {
|
|
32950
|
-
padding: 0 8px;
|
|
32951
|
-
height: 18px;
|
|
32952
|
-
}
|
|
32953
|
-
|
|
32954
|
-
.mfsz1jz {
|
|
32955
|
-
padding: 2px 8px;
|
|
32956
|
-
height: 24px;
|
|
32957
|
-
}
|
|
32958
|
-
|
|
32959
|
-
.tnd6h4m {
|
|
32960
|
-
margin: 0;
|
|
32961
|
-
}
|
|
32962
|
-
|
|
32963
|
-
.i1qw4clm {
|
|
32964
|
-
margin-right: 4px;
|
|
32965
|
-
height: 16px;
|
|
32966
|
-
}
|
|
32967
|
-
|
|
32968
32652
|
.tc40oxa {
|
|
32969
32653
|
margin-bottom: 4px;
|
|
32970
32654
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33167,6 +32851,25 @@ input.rrg1fkn.ant-input {
|
|
|
33167
32851
|
margin-right: 4px;
|
|
33168
32852
|
}
|
|
33169
32853
|
|
|
32854
|
+
.sut42l0 {
|
|
32855
|
+
padding: 0 8px;
|
|
32856
|
+
height: 18px;
|
|
32857
|
+
}
|
|
32858
|
+
|
|
32859
|
+
.mfsz1jz {
|
|
32860
|
+
padding: 2px 8px;
|
|
32861
|
+
height: 24px;
|
|
32862
|
+
}
|
|
32863
|
+
|
|
32864
|
+
.tnd6h4m {
|
|
32865
|
+
margin: 0;
|
|
32866
|
+
}
|
|
32867
|
+
|
|
32868
|
+
.i1qw4clm {
|
|
32869
|
+
margin-right: 4px;
|
|
32870
|
+
height: 16px;
|
|
32871
|
+
}
|
|
32872
|
+
|
|
33170
32873
|
.iwsze0q {
|
|
33171
32874
|
margin-right: 4px;
|
|
33172
32875
|
height: 16px;
|
|
@@ -33222,25 +32925,6 @@ input.rrg1fkn.ant-input {
|
|
|
33222
32925
|
font-size: inherit;
|
|
33223
32926
|
}
|
|
33224
32927
|
|
|
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
32928
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33245
32929
|
display: var(--a6dbbkm-0);
|
|
33246
32930
|
}
|
|
@@ -33270,4 +32954,23 @@ input.rrg1fkn.ant-input {
|
|
|
33270
32954
|
margin: 0;
|
|
33271
32955
|
height: auto;
|
|
33272
32956
|
font-size: inherit;
|
|
32957
|
+
}
|
|
32958
|
+
|
|
32959
|
+
.feau332.ant-form-item {
|
|
32960
|
+
margin-bottom: 0;
|
|
32961
|
+
}
|
|
32962
|
+
.feau332 .ant-form-item-explain {
|
|
32963
|
+
display: none;
|
|
32964
|
+
min-height: 18px;
|
|
32965
|
+
margin-top: 5px;
|
|
32966
|
+
font-family: "Inter";
|
|
32967
|
+
font-weight: 400;
|
|
32968
|
+
font-size: 12px;
|
|
32969
|
+
line-height: 18px;
|
|
32970
|
+
}
|
|
32971
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
32972
|
+
white-space: pre-wrap;
|
|
32973
|
+
}
|
|
32974
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
32975
|
+
display: block;
|
|
33273
32976
|
}
|