@cloudtower/eagle 0.27.2-alpha.0 → 0.27.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Fields/FieldsString/FieldsString.stories.d.ts +1 -1
- package/dist/components/I18nNameTag/index.d.ts +2 -8
- package/dist/components/Loading/style.d.ts +4 -0
- package/dist/components/Tag/Tag.stories.d.ts +2 -2
- package/dist/components/Tag/style.d.ts +1 -0
- package/dist/components.css +1778 -2059
- package/dist/core/StepProgress/StepProgress.stories.d.ts +8 -0
- package/dist/core/StepProgress/index.d.ts +3 -0
- package/dist/esm/index.js +624 -593
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +19 -8
- package/dist/spec/type.d.ts +5 -0
- package/dist/style.css +1507 -1788
- package/dist/umd/index.js +621 -590
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/icon.d.ts +2 -1
- package/dist/variables.scss +2 -0
- package/package.json +5 -6
- package/dist/components/images/index.d.ts +0 -15
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;
|
|
@@ -30177,6 +29808,34 @@ html body {
|
|
|
30177
29808
|
padding: 0;
|
|
30178
29809
|
}
|
|
30179
29810
|
|
|
29811
|
+
.iap75of {
|
|
29812
|
+
height: 18px;
|
|
29813
|
+
line-height: 18px;
|
|
29814
|
+
padding: 0 4px;
|
|
29815
|
+
border-radius: 4px;
|
|
29816
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29817
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29818
|
+
display: flex;
|
|
29819
|
+
align-items: center;
|
|
29820
|
+
white-space: nowrap;
|
|
29821
|
+
margin-right: 4px;
|
|
29822
|
+
}
|
|
29823
|
+
|
|
29824
|
+
.fde5mpd {
|
|
29825
|
+
width: 100%;
|
|
29826
|
+
height: 100%;
|
|
29827
|
+
min-height: 124px;
|
|
29828
|
+
display: flex;
|
|
29829
|
+
flex-direction: column;
|
|
29830
|
+
justify-content: center;
|
|
29831
|
+
align-items: center;
|
|
29832
|
+
}
|
|
29833
|
+
.fde5mpd .error-text {
|
|
29834
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29835
|
+
margin-bottom: 16px;
|
|
29836
|
+
font-size: 18px;
|
|
29837
|
+
}
|
|
29838
|
+
|
|
30180
29839
|
.bpq0js6 {
|
|
30181
29840
|
padding: 4px 11px;
|
|
30182
29841
|
}
|
|
@@ -30206,21 +29865,6 @@ html body {
|
|
|
30206
29865
|
border-radius: unset;
|
|
30207
29866
|
}
|
|
30208
29867
|
|
|
30209
|
-
.fde5mpd {
|
|
30210
|
-
width: 100%;
|
|
30211
|
-
height: 100%;
|
|
30212
|
-
min-height: 124px;
|
|
30213
|
-
display: flex;
|
|
30214
|
-
flex-direction: column;
|
|
30215
|
-
justify-content: center;
|
|
30216
|
-
align-items: center;
|
|
30217
|
-
}
|
|
30218
|
-
.fde5mpd .error-text {
|
|
30219
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30220
|
-
margin-bottom: 16px;
|
|
30221
|
-
font-size: 18px;
|
|
30222
|
-
}
|
|
30223
|
-
|
|
30224
29868
|
.i1mrf09m {
|
|
30225
29869
|
display: inline-flex;
|
|
30226
29870
|
align-items: center;
|
|
@@ -30239,19 +29883,6 @@ html body {
|
|
|
30239
29883
|
animation: rotate 680ms linear infinite;
|
|
30240
29884
|
}
|
|
30241
29885
|
|
|
30242
|
-
.iap75of {
|
|
30243
|
-
height: 18px;
|
|
30244
|
-
line-height: 18px;
|
|
30245
|
-
padding: 0 4px;
|
|
30246
|
-
border-radius: 4px;
|
|
30247
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30248
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30249
|
-
display: flex;
|
|
30250
|
-
align-items: center;
|
|
30251
|
-
white-space: nowrap;
|
|
30252
|
-
margin-right: 4px;
|
|
30253
|
-
}
|
|
30254
|
-
|
|
30255
29886
|
.obf05yr {
|
|
30256
29887
|
display: inline-block;
|
|
30257
29888
|
}
|
|
@@ -30261,1028 +29892,1311 @@ html body {
|
|
|
30261
29892
|
position: absolute;
|
|
30262
29893
|
}
|
|
30263
29894
|
|
|
30264
|
-
.
|
|
29895
|
+
.cz04yix {
|
|
30265
29896
|
display: flex;
|
|
30266
|
-
|
|
30267
|
-
align-items: center;
|
|
30268
|
-
padding: 10px 0;
|
|
30269
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30270
|
-
font-size: 12px;
|
|
30271
|
-
line-height: 24px;
|
|
29897
|
+
flex-direction: column;
|
|
30272
29898
|
}
|
|
30273
|
-
|
|
30274
|
-
|
|
29899
|
+
|
|
29900
|
+
.m1if5j39 {
|
|
29901
|
+
max-width: 1120px;
|
|
29902
|
+
width: 100%;
|
|
29903
|
+
margin: 0 auto;
|
|
29904
|
+
height: 100%;
|
|
30275
29905
|
}
|
|
30276
|
-
|
|
29906
|
+
|
|
29907
|
+
.w1vvwdlp {
|
|
29908
|
+
max-width: 1120px;
|
|
29909
|
+
width: 100%;
|
|
29910
|
+
margin: 0 auto;
|
|
30277
29911
|
display: flex;
|
|
30278
|
-
align-items: center;
|
|
30279
|
-
border-radius: 6px;
|
|
30280
|
-
cursor: pointer;
|
|
30281
|
-
transition: all 0.3s ease;
|
|
30282
|
-
}
|
|
30283
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30284
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30285
|
-
color: #0080ff;
|
|
30286
29912
|
}
|
|
30287
|
-
.
|
|
30288
|
-
|
|
29913
|
+
.w1vvwdlp .left,
|
|
29914
|
+
.w1vvwdlp .right {
|
|
29915
|
+
flex-grow: 0;
|
|
29916
|
+
flex-shrink: 0;
|
|
29917
|
+
flex-basis: 21%;
|
|
30289
29918
|
}
|
|
30290
|
-
.
|
|
29919
|
+
.w1vvwdlp .left {
|
|
30291
29920
|
display: flex;
|
|
30292
|
-
|
|
30293
|
-
|
|
30294
|
-
font-weight: bold;
|
|
29921
|
+
justify-content: flex-end;
|
|
29922
|
+
padding-right: 44px;
|
|
30295
29923
|
}
|
|
30296
|
-
.
|
|
30297
|
-
|
|
29924
|
+
.w1vvwdlp .right {
|
|
29925
|
+
padding-left: 44px;
|
|
30298
29926
|
}
|
|
30299
|
-
.
|
|
30300
|
-
|
|
30301
|
-
|
|
29927
|
+
.w1vvwdlp .middle {
|
|
29928
|
+
margin-bottom: 40px;
|
|
29929
|
+
flex-grow: 0;
|
|
29930
|
+
flex-shrink: 0;
|
|
29931
|
+
flex-basis: 58%;
|
|
30302
29932
|
}
|
|
30303
|
-
.
|
|
30304
|
-
|
|
30305
|
-
color: #0080ff;
|
|
29933
|
+
.w1vvwdlp .middle .form-base-field {
|
|
29934
|
+
width: 100%;
|
|
30306
29935
|
}
|
|
30307
|
-
.
|
|
30308
|
-
|
|
29936
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
29937
|
+
width: auto;
|
|
30309
29938
|
}
|
|
30310
29939
|
|
|
30311
|
-
.
|
|
30312
|
-
|
|
30313
|
-
|
|
30314
|
-
|
|
30315
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30316
|
-
padding: 4px 20px;
|
|
30317
|
-
font-size: 12px;
|
|
30318
|
-
line-height: 18px;
|
|
29940
|
+
.h1cuopx7 .ant-modal-header {
|
|
29941
|
+
margin: 0 auto;
|
|
29942
|
+
width: 100%;
|
|
29943
|
+
max-width: 648px;
|
|
30319
29944
|
}
|
|
30320
|
-
|
|
30321
|
-
|
|
30322
|
-
display: inline-flex;
|
|
30323
|
-
align-items: baseline;
|
|
30324
|
-
white-space: pre-wrap;
|
|
29945
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
29946
|
+
margin-left: 0;
|
|
30325
29947
|
}
|
|
30326
|
-
.
|
|
30327
|
-
|
|
30328
|
-
|
|
29948
|
+
.h1cuopx7 .ant-modal-body {
|
|
29949
|
+
margin: 0 auto;
|
|
29950
|
+
padding: 0;
|
|
29951
|
+
width: 100%;
|
|
29952
|
+
max-width: 648px;
|
|
29953
|
+
overflow: hidden;
|
|
30329
29954
|
}
|
|
30330
|
-
.
|
|
30331
|
-
|
|
29955
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
29956
|
+
margin-bottom: 40px;
|
|
30332
29957
|
}
|
|
30333
|
-
.
|
|
30334
|
-
|
|
29958
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
29959
|
+
height: calc(100vh - 225px);
|
|
29960
|
+
overflow-y: auto;
|
|
30335
29961
|
}
|
|
30336
|
-
.
|
|
30337
|
-
|
|
30338
|
-
|
|
29962
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
29963
|
+
margin: 0 auto;
|
|
29964
|
+
max-width: 648px;
|
|
30339
29965
|
}
|
|
30340
|
-
|
|
30341
|
-
|
|
30342
|
-
|
|
30343
|
-
width:
|
|
30344
|
-
|
|
30345
|
-
background: #fff;
|
|
29966
|
+
|
|
29967
|
+
.h1p6d3y3 .ant-modal-header {
|
|
29968
|
+
margin: 0 auto;
|
|
29969
|
+
width: 100%;
|
|
29970
|
+
max-width: 1024px;
|
|
30346
29971
|
}
|
|
30347
|
-
.
|
|
30348
|
-
|
|
29972
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
29973
|
+
margin-left: 0;
|
|
30349
29974
|
}
|
|
30350
|
-
.
|
|
30351
|
-
|
|
30352
|
-
|
|
29975
|
+
.h1p6d3y3 .ant-modal-body {
|
|
29976
|
+
margin: 0 auto;
|
|
29977
|
+
padding: 0;
|
|
29978
|
+
width: 100%;
|
|
29979
|
+
max-width: 1024px;
|
|
29980
|
+
overflow: hidden;
|
|
30353
29981
|
}
|
|
30354
|
-
.
|
|
30355
|
-
|
|
29982
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
29983
|
+
margin-bottom: 40px;
|
|
30356
29984
|
}
|
|
30357
|
-
.
|
|
30358
|
-
|
|
30359
|
-
|
|
29985
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
29986
|
+
height: calc(100vh - 225px);
|
|
29987
|
+
overflow-y: auto;
|
|
30360
29988
|
}
|
|
30361
|
-
.
|
|
30362
|
-
|
|
29989
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
29990
|
+
margin: 0 auto;
|
|
29991
|
+
max-width: 1024px;
|
|
30363
29992
|
}
|
|
30364
|
-
|
|
30365
|
-
|
|
30366
|
-
|
|
30367
|
-
padding-left: 12px;
|
|
29993
|
+
|
|
29994
|
+
.fxgckuk {
|
|
29995
|
+
flex: 1;
|
|
30368
29996
|
}
|
|
30369
|
-
.
|
|
30370
|
-
|
|
30371
|
-
|
|
29997
|
+
.fxgckuk label {
|
|
29998
|
+
font-size: 13px;
|
|
29999
|
+
line-height: 20px;
|
|
30372
30000
|
color: rgba(44, 56, 82, 0.6);
|
|
30373
30001
|
}
|
|
30374
|
-
.
|
|
30375
|
-
|
|
30002
|
+
.fxgckuk .title {
|
|
30003
|
+
font-size: 14px;
|
|
30004
|
+
line-height: 20px;
|
|
30005
|
+
color: #2d3a56;
|
|
30006
|
+
margin-bottom: 12px;
|
|
30376
30007
|
}
|
|
30377
|
-
|
|
30378
|
-
|
|
30379
|
-
border-radius: 5px 0 0 5px;
|
|
30008
|
+
.fxgckuk.connect-cluster .title {
|
|
30009
|
+
padding-bottom: 26px;
|
|
30380
30010
|
}
|
|
30381
|
-
|
|
30382
|
-
|
|
30011
|
+
|
|
30012
|
+
.f1d0vek1 {
|
|
30013
|
+
padding: 25px 0 15px 0;
|
|
30014
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30015
|
+
margin-bottom: 16px;
|
|
30383
30016
|
}
|
|
30384
30017
|
|
|
30385
|
-
.
|
|
30386
|
-
|
|
30387
|
-
|
|
30018
|
+
.f4u402y {
|
|
30019
|
+
display: flex;
|
|
30020
|
+
align-items: center;
|
|
30021
|
+
margin-bottom: 8px;
|
|
30388
30022
|
}
|
|
30389
|
-
.
|
|
30390
|
-
|
|
30023
|
+
.f4u402y > label {
|
|
30024
|
+
width: 216px;
|
|
30391
30025
|
}
|
|
30392
|
-
.
|
|
30393
|
-
|
|
30394
|
-
line-height: 32px;
|
|
30395
|
-
height: 32px;
|
|
30026
|
+
.f4u402y > label + * {
|
|
30027
|
+
width: 100%;
|
|
30396
30028
|
}
|
|
30397
|
-
.
|
|
30398
|
-
|
|
30029
|
+
.f4u402y .ant-select {
|
|
30030
|
+
width: 100%;
|
|
30399
30031
|
}
|
|
30400
|
-
|
|
30401
|
-
|
|
30402
|
-
|
|
30403
|
-
|
|
30032
|
+
|
|
30033
|
+
.e1pldf6v {
|
|
30034
|
+
color: #e75a3a;
|
|
30035
|
+
margin-right: 10px;
|
|
30404
30036
|
}
|
|
30405
|
-
|
|
30406
|
-
|
|
30037
|
+
|
|
30038
|
+
.dq0gblh {
|
|
30039
|
+
width: 100%;
|
|
30040
|
+
height: 1px;
|
|
30041
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30042
|
+
margin: 24px 0;
|
|
30407
30043
|
}
|
|
30408
|
-
|
|
30409
|
-
|
|
30044
|
+
|
|
30045
|
+
.l1v7sr0n {
|
|
30046
|
+
display: flex;
|
|
30047
|
+
justify-content: center;
|
|
30048
|
+
align-items: center;
|
|
30049
|
+
height: 100%;
|
|
30410
30050
|
}
|
|
30411
|
-
|
|
30412
|
-
|
|
30413
|
-
|
|
30051
|
+
|
|
30052
|
+
.d1i4ou6o {
|
|
30053
|
+
display: inline-block;
|
|
30054
|
+
width: 4px;
|
|
30055
|
+
height: 4px;
|
|
30056
|
+
background: #8e9aa9;
|
|
30057
|
+
opacity: 0.4;
|
|
30058
|
+
border-radius: 50%;
|
|
30059
|
+
margin: 0 4px;
|
|
30414
30060
|
}
|
|
30415
|
-
|
|
30416
|
-
|
|
30061
|
+
|
|
30062
|
+
.m1jy87hk .ant-modal-header,
|
|
30063
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30064
|
+
width: 648px;
|
|
30065
|
+
margin: 0 auto;
|
|
30417
30066
|
}
|
|
30418
|
-
.
|
|
30419
|
-
|
|
30067
|
+
.m1jy87hk .ant-modal-header {
|
|
30068
|
+
padding: 35px 0 24px;
|
|
30069
|
+
border: none;
|
|
30420
30070
|
}
|
|
30421
|
-
.
|
|
30422
|
-
|
|
30071
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30072
|
+
font-size: 30px;
|
|
30423
30073
|
}
|
|
30424
|
-
.
|
|
30425
|
-
|
|
30426
|
-
border-color: #ccd4e3;
|
|
30427
|
-
opacity: 0.5;
|
|
30074
|
+
.m1jy87hk .ant-modal-body {
|
|
30075
|
+
padding: 4px 0 2px;
|
|
30428
30076
|
}
|
|
30429
|
-
.
|
|
30430
|
-
|
|
30431
|
-
border-color: #ccd4e3;
|
|
30077
|
+
.m1jy87hk .ant-modal-footer {
|
|
30078
|
+
border: none;
|
|
30432
30079
|
}
|
|
30433
|
-
|
|
30434
|
-
|
|
30435
|
-
|
|
30436
|
-
|
|
30080
|
+
|
|
30081
|
+
.ti7fpyu {
|
|
30082
|
+
font-size: 12px;
|
|
30083
|
+
line-height: 18px;
|
|
30084
|
+
font-weight: bold;
|
|
30085
|
+
color: #fff;
|
|
30086
|
+
padding: 0 4px;
|
|
30087
|
+
border-radius: 4px;
|
|
30088
|
+
display: inline-block;
|
|
30089
|
+
background: var(--ti7fpyu-0);
|
|
30437
30090
|
}
|
|
30438
|
-
.
|
|
30439
|
-
margin-
|
|
30440
|
-
display: inline;
|
|
30441
|
-
border: none;
|
|
30442
|
-
padding: 0;
|
|
30443
|
-
width: 36px;
|
|
30444
|
-
background: transparent;
|
|
30091
|
+
.ti7fpyu:not(:first-child) {
|
|
30092
|
+
margin-left: 4px;
|
|
30445
30093
|
}
|
|
30446
|
-
|
|
30447
|
-
|
|
30094
|
+
|
|
30095
|
+
.f1rest1f {
|
|
30096
|
+
width: 100%;
|
|
30097
|
+
height: 100%;
|
|
30098
|
+
display: flex;
|
|
30099
|
+
align-items: center;
|
|
30100
|
+
justify-content: center;
|
|
30448
30101
|
}
|
|
30449
|
-
|
|
30450
|
-
|
|
30451
|
-
|
|
30452
|
-
|
|
30102
|
+
|
|
30103
|
+
.n1kbdoln {
|
|
30104
|
+
font-size: 90%;
|
|
30105
|
+
font-weight: bold;
|
|
30106
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30107
|
+
padding: 1px 4px 1px;
|
|
30108
|
+
margin-left: 2px;
|
|
30109
|
+
margin-right: 2px;
|
|
30110
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30111
|
+
border-radius: 4px;
|
|
30453
30112
|
}
|
|
30454
|
-
|
|
30455
|
-
|
|
30113
|
+
|
|
30114
|
+
.f1y3gta0.form-item-general {
|
|
30115
|
+
width: 640px;
|
|
30456
30116
|
}
|
|
30457
|
-
.
|
|
30458
|
-
|
|
30117
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
30118
|
+
margin-top: 16px;
|
|
30459
30119
|
}
|
|
30460
|
-
.
|
|
30461
|
-
|
|
30462
|
-
margin-right: 8px;
|
|
30463
|
-
padding: 0;
|
|
30464
|
-
width: 36px;
|
|
30120
|
+
.f1y3gta0.form-item-compact {
|
|
30121
|
+
width: 412px;
|
|
30465
30122
|
}
|
|
30466
|
-
|
|
30467
|
-
|
|
30468
|
-
min-width: 40px;
|
|
30469
|
-
height: 24px;
|
|
30470
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30471
|
-
overflow: hidden;
|
|
30123
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
30124
|
+
margin-top: 8px;
|
|
30472
30125
|
}
|
|
30473
|
-
.
|
|
30474
|
-
|
|
30126
|
+
.f1y3gta0 .form-item {
|
|
30127
|
+
width: auto;
|
|
30475
30128
|
}
|
|
30476
|
-
.
|
|
30477
|
-
|
|
30478
|
-
|
|
30129
|
+
.f1y3gta0 .form-item-main {
|
|
30130
|
+
position: relative;
|
|
30131
|
+
display: flex;
|
|
30479
30132
|
}
|
|
30480
|
-
.
|
|
30481
|
-
|
|
30482
|
-
|
|
30133
|
+
.f1y3gta0 .form-item-extra {
|
|
30134
|
+
margin-top: 4px;
|
|
30135
|
+
width: 100%;
|
|
30136
|
+
padding: 14px;
|
|
30137
|
+
background: #f2f4f6;
|
|
30138
|
+
font-size: 13px;
|
|
30139
|
+
line-height: 1.8;
|
|
30140
|
+
color: #8e9aa9;
|
|
30483
30141
|
}
|
|
30484
|
-
.
|
|
30485
|
-
|
|
30486
|
-
|
|
30142
|
+
.f1y3gta0 .form-item-label {
|
|
30143
|
+
padding-right: 12px;
|
|
30144
|
+
font-size: 13px;
|
|
30145
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30487
30146
|
}
|
|
30488
|
-
.
|
|
30489
|
-
|
|
30490
|
-
transition-delay: 120ms;
|
|
30147
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
30148
|
+
text-align: right;
|
|
30491
30149
|
}
|
|
30492
|
-
.
|
|
30493
|
-
|
|
30494
|
-
|
|
30495
|
-
top: 1px;
|
|
30496
|
-
left: 1px;
|
|
30150
|
+
.f1y3gta0 .form-item-label,
|
|
30151
|
+
.f1y3gta0 .form-item-control {
|
|
30152
|
+
line-height: 32px;
|
|
30497
30153
|
}
|
|
30498
|
-
.
|
|
30499
|
-
height:
|
|
30500
|
-
width: 28px;
|
|
30154
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
30155
|
+
line-height: 18px;
|
|
30501
30156
|
}
|
|
30502
|
-
.
|
|
30503
|
-
|
|
30157
|
+
.f1y3gta0 .form-item-children {
|
|
30158
|
+
width: 100%;
|
|
30504
30159
|
}
|
|
30505
|
-
.
|
|
30506
|
-
|
|
30160
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
30161
|
+
width: 100%;
|
|
30507
30162
|
}
|
|
30508
|
-
.
|
|
30509
|
-
|
|
30163
|
+
.f1y3gta0 .form-item-error {
|
|
30164
|
+
color: #e75a3a;
|
|
30165
|
+
height: 0;
|
|
30166
|
+
overflow: hidden;
|
|
30510
30167
|
}
|
|
30511
|
-
.
|
|
30512
|
-
|
|
30168
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
30169
|
+
margin-top: 4px;
|
|
30170
|
+
height: auto;
|
|
30171
|
+
overflow: auto;
|
|
30513
30172
|
}
|
|
30514
|
-
.
|
|
30515
|
-
|
|
30173
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30174
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30175
|
+
border: 1px solid #e75a3a;
|
|
30176
|
+
color: #e75a3a;
|
|
30516
30177
|
}
|
|
30517
30178
|
|
|
30518
|
-
.
|
|
30519
|
-
|
|
30179
|
+
.fujbm7g {
|
|
30180
|
+
color: #2d3a56;
|
|
30181
|
+
font-weight: bold;
|
|
30182
|
+
padding-bottom: 6px;
|
|
30183
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30184
|
+
margin-bottom: 16px;
|
|
30185
|
+
}
|
|
30186
|
+
.fujbm7g:not(:first-of-type) {
|
|
30187
|
+
margin-top: 16px;
|
|
30520
30188
|
}
|
|
30521
30189
|
|
|
30522
|
-
.
|
|
30190
|
+
.e5fsw5s {
|
|
30191
|
+
width: 8px;
|
|
30192
|
+
height: 24px;
|
|
30523
30193
|
display: flex;
|
|
30524
|
-
|
|
30194
|
+
justify-content: center;
|
|
30195
|
+
align-items: center;
|
|
30196
|
+
cursor: pointer;
|
|
30197
|
+
transition: all 200ms ease-out 40ms;
|
|
30525
30198
|
}
|
|
30526
|
-
|
|
30527
|
-
|
|
30528
|
-
|
|
30529
|
-
|
|
30530
|
-
|
|
30531
|
-
|
|
30199
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
30200
|
+
content: "";
|
|
30201
|
+
width: 1px;
|
|
30202
|
+
height: 6px;
|
|
30203
|
+
border-radius: 1px;
|
|
30204
|
+
background: #ccd4e3;
|
|
30205
|
+
position: relative;
|
|
30206
|
+
right: 2px;
|
|
30207
|
+
transform: rotate(-45deg);
|
|
30208
|
+
}
|
|
30209
|
+
.e5fsw5s:after {
|
|
30210
|
+
transform: rotate(45deg);
|
|
30211
|
+
left: 1px;
|
|
30532
30212
|
}
|
|
30533
30213
|
|
|
30534
|
-
.
|
|
30535
|
-
|
|
30536
|
-
|
|
30537
|
-
|
|
30538
|
-
display: flex;
|
|
30214
|
+
.w18knsg4.ant-alert-warning {
|
|
30215
|
+
border: 0;
|
|
30216
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30217
|
+
border-radius: 6px;
|
|
30539
30218
|
}
|
|
30540
|
-
.
|
|
30541
|
-
.
|
|
30542
|
-
|
|
30543
|
-
flex-shrink: 0;
|
|
30544
|
-
flex-basis: 21%;
|
|
30219
|
+
.w18knsg4.ant-alert,
|
|
30220
|
+
.w18knsg4 .ant-alert-message {
|
|
30221
|
+
color: #e07f00;
|
|
30545
30222
|
}
|
|
30546
|
-
.
|
|
30547
|
-
|
|
30548
|
-
|
|
30549
|
-
padding-right: 44px;
|
|
30223
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
30224
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
30225
|
+
border-bottom-color: #e07f00;
|
|
30550
30226
|
}
|
|
30551
|
-
|
|
30552
|
-
|
|
30227
|
+
|
|
30228
|
+
.ng31n2o {
|
|
30229
|
+
display: flex;
|
|
30230
|
+
flex-direction: row;
|
|
30231
|
+
padding: 7px 12px;
|
|
30232
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30233
|
+
border-radius: 6px;
|
|
30234
|
+
color: #e07f00;
|
|
30235
|
+
font-size: 12px;
|
|
30236
|
+
line-height: 18px;
|
|
30553
30237
|
}
|
|
30554
|
-
.
|
|
30555
|
-
margin-
|
|
30556
|
-
|
|
30557
|
-
flex-shrink: 0;
|
|
30558
|
-
flex-basis: 58%;
|
|
30238
|
+
.ng31n2o .icon-wrapper {
|
|
30239
|
+
margin-right: 10px;
|
|
30240
|
+
height: 18px;
|
|
30559
30241
|
}
|
|
30560
|
-
|
|
30561
|
-
|
|
30242
|
+
|
|
30243
|
+
.n15x5f5y {
|
|
30244
|
+
display: flex;
|
|
30245
|
+
flex-direction: row;
|
|
30246
|
+
padding: 7px 12px;
|
|
30247
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30248
|
+
border-radius: 6px;
|
|
30249
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30250
|
+
font-size: 12px;
|
|
30251
|
+
line-height: 18px;
|
|
30562
30252
|
}
|
|
30563
|
-
.
|
|
30564
|
-
|
|
30253
|
+
.n15x5f5y .icon-wrapper {
|
|
30254
|
+
margin-right: 10px;
|
|
30255
|
+
height: 18px;
|
|
30565
30256
|
}
|
|
30566
30257
|
|
|
30567
|
-
.
|
|
30568
|
-
|
|
30569
|
-
|
|
30570
|
-
|
|
30258
|
+
.i16ozz3f {
|
|
30259
|
+
display: flex;
|
|
30260
|
+
flex-direction: row;
|
|
30261
|
+
padding: 7px 12px;
|
|
30262
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30263
|
+
border-radius: 6px;
|
|
30264
|
+
color: #005ed1;
|
|
30265
|
+
font-size: 12px;
|
|
30266
|
+
line-height: 18px;
|
|
30571
30267
|
}
|
|
30572
|
-
.
|
|
30573
|
-
margin-
|
|
30268
|
+
.i16ozz3f .icon-wrapper {
|
|
30269
|
+
margin-right: 10px;
|
|
30270
|
+
height: 18px;
|
|
30574
30271
|
}
|
|
30575
|
-
|
|
30576
|
-
|
|
30577
|
-
|
|
30578
|
-
|
|
30579
|
-
|
|
30580
|
-
|
|
30272
|
+
|
|
30273
|
+
.dszu9qr {
|
|
30274
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30275
|
+
margin-top: 5px;
|
|
30276
|
+
font-size: 12px;
|
|
30277
|
+
line-height: 18px;
|
|
30581
30278
|
}
|
|
30582
|
-
|
|
30583
|
-
|
|
30279
|
+
|
|
30280
|
+
.snxzgx {
|
|
30281
|
+
color: #f0483e;
|
|
30282
|
+
font-size: 12px;
|
|
30283
|
+
white-space: pre-wrap;
|
|
30584
30284
|
}
|
|
30585
|
-
|
|
30586
|
-
|
|
30587
|
-
|
|
30285
|
+
|
|
30286
|
+
.o1i4orqw {
|
|
30287
|
+
display: flex;
|
|
30288
|
+
align-items: center;
|
|
30289
|
+
justify-content: flex-end;
|
|
30588
30290
|
}
|
|
30589
|
-
.
|
|
30590
|
-
margin:
|
|
30591
|
-
max-width: 648px;
|
|
30291
|
+
.o1i4orqw .icon-wrapper {
|
|
30292
|
+
margin-right: 16px;
|
|
30592
30293
|
}
|
|
30593
30294
|
|
|
30594
|
-
.
|
|
30595
|
-
|
|
30596
|
-
width: 100%;
|
|
30597
|
-
max-width: 1024px;
|
|
30295
|
+
.t79k8o2 {
|
|
30296
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30598
30297
|
}
|
|
30599
|
-
|
|
30600
|
-
|
|
30298
|
+
|
|
30299
|
+
.ipd9bk.ant-input {
|
|
30300
|
+
padding: 5px 12px;
|
|
30301
|
+
line-height: 20px;
|
|
30302
|
+
color: #2d3a56;
|
|
30303
|
+
border-radius: 6px;
|
|
30304
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30305
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30601
30306
|
}
|
|
30602
|
-
.
|
|
30603
|
-
|
|
30604
|
-
|
|
30605
|
-
width: 100%;
|
|
30606
|
-
max-width: 1024px;
|
|
30607
|
-
overflow: hidden;
|
|
30307
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
30308
|
+
padding: 8px 16px;
|
|
30309
|
+
line-height: 22px;
|
|
30608
30310
|
}
|
|
30609
|
-
.
|
|
30610
|
-
|
|
30311
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
30312
|
+
padding: 2px 8px;
|
|
30313
|
+
line-height: 18px;
|
|
30611
30314
|
}
|
|
30612
|
-
.
|
|
30613
|
-
|
|
30614
|
-
|
|
30315
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30316
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30317
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30318
|
+
z-index: 1;
|
|
30615
30319
|
}
|
|
30616
|
-
.
|
|
30617
|
-
|
|
30618
|
-
|
|
30320
|
+
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30321
|
+
border-color: #0096ff;
|
|
30322
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30323
|
+
z-index: 1;
|
|
30619
30324
|
}
|
|
30620
|
-
|
|
30621
|
-
|
|
30622
|
-
|
|
30325
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30326
|
+
border-color: #e75a3a;
|
|
30327
|
+
color: #e75a3a;
|
|
30623
30328
|
}
|
|
30624
|
-
.
|
|
30625
|
-
|
|
30626
|
-
|
|
30627
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30329
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
30330
|
+
border-color: #e75a3a;
|
|
30331
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30628
30332
|
}
|
|
30629
|
-
.
|
|
30630
|
-
|
|
30333
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
30334
|
+
border-color: #e75a3a;
|
|
30335
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30336
|
+
}
|
|
30337
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
30338
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30339
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30340
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30341
|
+
}
|
|
30342
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
30343
|
+
padding: 5px 12px;
|
|
30344
|
+
border-radius: 6px;
|
|
30345
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30631
30346
|
line-height: 20px;
|
|
30632
30347
|
color: #2d3a56;
|
|
30633
|
-
|
|
30348
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30634
30349
|
}
|
|
30635
|
-
.
|
|
30636
|
-
|
|
30350
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
30351
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
30352
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30637
30353
|
}
|
|
30638
|
-
|
|
30639
|
-
|
|
30640
|
-
|
|
30641
|
-
border-bottom: 1px solid #e1e5eb;
|
|
30642
|
-
margin-bottom: 16px;
|
|
30354
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30355
|
+
padding: 8px 16px;
|
|
30356
|
+
line-height: 22px;
|
|
30643
30357
|
}
|
|
30644
|
-
|
|
30645
|
-
|
|
30646
|
-
|
|
30647
|
-
align-items: center;
|
|
30648
|
-
margin-bottom: 8px;
|
|
30358
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30359
|
+
padding: 2px 8px;
|
|
30360
|
+
line-height: 18px;
|
|
30649
30361
|
}
|
|
30650
|
-
.
|
|
30651
|
-
|
|
30362
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30363
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30364
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30652
30365
|
}
|
|
30653
|
-
.
|
|
30654
|
-
|
|
30366
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30367
|
+
border-color: #0096ff;
|
|
30368
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30655
30369
|
}
|
|
30656
|
-
.
|
|
30657
|
-
|
|
30370
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30371
|
+
border-color: #e75a3a;
|
|
30658
30372
|
}
|
|
30659
|
-
|
|
30660
|
-
.e1pldf6v {
|
|
30373
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30661
30374
|
color: #e75a3a;
|
|
30662
|
-
margin-right: 10px;
|
|
30663
30375
|
}
|
|
30664
|
-
|
|
30665
|
-
|
|
30666
|
-
|
|
30667
|
-
height: 1px;
|
|
30668
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30669
|
-
margin: 24px 0;
|
|
30670
|
-
}
|
|
30671
|
-
|
|
30672
|
-
.l1v7sr0n {
|
|
30673
|
-
display: flex;
|
|
30674
|
-
justify-content: center;
|
|
30675
|
-
align-items: center;
|
|
30676
|
-
height: 100%;
|
|
30376
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30377
|
+
border-color: #e75a3a;
|
|
30378
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30677
30379
|
}
|
|
30678
|
-
|
|
30679
|
-
|
|
30680
|
-
|
|
30681
|
-
width: 4px;
|
|
30682
|
-
height: 4px;
|
|
30683
|
-
background: #8e9aa9;
|
|
30684
|
-
opacity: 0.4;
|
|
30685
|
-
border-radius: 50%;
|
|
30686
|
-
margin: 0 4px;
|
|
30380
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30381
|
+
border-color: #e75a3a;
|
|
30382
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30687
30383
|
}
|
|
30688
|
-
|
|
30689
|
-
|
|
30690
|
-
|
|
30691
|
-
|
|
30692
|
-
margin: 0 auto;
|
|
30384
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30385
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30386
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30387
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30693
30388
|
}
|
|
30694
|
-
.
|
|
30695
|
-
|
|
30696
|
-
|
|
30389
|
+
textarea.ipd9bk.ant-input {
|
|
30390
|
+
transition-property: height;
|
|
30391
|
+
transition-delay: 50ms;
|
|
30697
30392
|
}
|
|
30698
|
-
.
|
|
30699
|
-
|
|
30393
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
30394
|
+
min-height: 40px;
|
|
30395
|
+
height: 40px;
|
|
30700
30396
|
}
|
|
30701
|
-
.
|
|
30702
|
-
|
|
30397
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
30398
|
+
height: 80px;
|
|
30703
30399
|
}
|
|
30704
|
-
.
|
|
30705
|
-
|
|
30400
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
30401
|
+
min-height: 32px;
|
|
30402
|
+
height: 32px;
|
|
30706
30403
|
}
|
|
30707
|
-
|
|
30708
|
-
|
|
30709
|
-
font-size: 12px;
|
|
30710
|
-
line-height: 18px;
|
|
30711
|
-
font-weight: bold;
|
|
30712
|
-
color: #fff;
|
|
30713
|
-
padding: 0 4px;
|
|
30714
|
-
border-radius: 4px;
|
|
30715
|
-
display: inline-block;
|
|
30716
|
-
background: var(--ti7fpyu-0);
|
|
30404
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
30405
|
+
height: 64px;
|
|
30717
30406
|
}
|
|
30718
|
-
.
|
|
30719
|
-
|
|
30407
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
30408
|
+
min-height: 24px;
|
|
30409
|
+
height: 24px;
|
|
30720
30410
|
}
|
|
30721
|
-
|
|
30722
|
-
|
|
30723
|
-
width: 100%;
|
|
30724
|
-
height: 100%;
|
|
30725
|
-
display: flex;
|
|
30726
|
-
align-items: center;
|
|
30727
|
-
justify-content: center;
|
|
30411
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
30412
|
+
height: 40px;
|
|
30728
30413
|
}
|
|
30729
30414
|
|
|
30730
|
-
.
|
|
30731
|
-
font-size: 90%;
|
|
30732
|
-
font-weight: bold;
|
|
30733
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
30734
|
-
padding: 1px 4px 1px;
|
|
30735
|
-
margin-left: 2px;
|
|
30736
|
-
margin-right: 2px;
|
|
30415
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
30737
30416
|
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30738
30417
|
border-radius: 4px;
|
|
30739
30418
|
}
|
|
30740
|
-
|
|
30741
|
-
|
|
30742
|
-
|
|
30743
|
-
|
|
30744
|
-
|
|
30745
|
-
|
|
30419
|
+
.kypn5o5.input-tags {
|
|
30420
|
+
position: relative;
|
|
30421
|
+
padding: 6px;
|
|
30422
|
+
height: 32px;
|
|
30423
|
+
cursor: pointer;
|
|
30424
|
+
transition: border 150ms;
|
|
30746
30425
|
}
|
|
30747
|
-
.
|
|
30748
|
-
|
|
30426
|
+
.kypn5o5.input-tags:hover {
|
|
30427
|
+
border-color: #0080ff;
|
|
30428
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30749
30429
|
}
|
|
30750
|
-
.
|
|
30751
|
-
|
|
30430
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30431
|
+
padding-right: 30px;
|
|
30752
30432
|
}
|
|
30753
|
-
.
|
|
30754
|
-
|
|
30433
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
30434
|
+
display: flex;
|
|
30755
30435
|
}
|
|
30756
|
-
.
|
|
30757
|
-
position: relative;
|
|
30436
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30758
30437
|
display: flex;
|
|
30759
30438
|
}
|
|
30760
|
-
.
|
|
30761
|
-
|
|
30762
|
-
|
|
30763
|
-
|
|
30764
|
-
|
|
30765
|
-
font-size: 13px;
|
|
30766
|
-
line-height: 1.8;
|
|
30767
|
-
color: #8e9aa9;
|
|
30439
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
30440
|
+
position: absolute;
|
|
30441
|
+
right: 12px;
|
|
30442
|
+
top: 50%;
|
|
30443
|
+
transform: translateY(-50%);
|
|
30768
30444
|
}
|
|
30769
|
-
.
|
|
30770
|
-
|
|
30771
|
-
font-size:
|
|
30772
|
-
|
|
30445
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30446
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30447
|
+
font-size: 12px;
|
|
30448
|
+
cursor: pointer;
|
|
30773
30449
|
}
|
|
30774
|
-
.
|
|
30775
|
-
|
|
30450
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30451
|
+
color: rgba(0, 0, 0, 0.45);
|
|
30776
30452
|
}
|
|
30777
|
-
.
|
|
30778
|
-
|
|
30779
|
-
|
|
30453
|
+
.kypn5o5.has-focus-indicator {
|
|
30454
|
+
position: relative;
|
|
30455
|
+
overflow: hidden;
|
|
30780
30456
|
}
|
|
30781
|
-
.
|
|
30782
|
-
|
|
30457
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30458
|
+
position: absolute;
|
|
30459
|
+
top: 50%;
|
|
30460
|
+
transform: translateY(-50%);
|
|
30461
|
+
left: -16px;
|
|
30462
|
+
transition: left 150ms ease;
|
|
30463
|
+
opacity: 0;
|
|
30783
30464
|
}
|
|
30784
|
-
.
|
|
30785
|
-
|
|
30465
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30466
|
+
left: 8px;
|
|
30467
|
+
opacity: 1;
|
|
30786
30468
|
}
|
|
30787
|
-
.
|
|
30788
|
-
|
|
30469
|
+
.kypn5o5.has-focus-indicator input {
|
|
30470
|
+
transition: margin-left 150ms ease;
|
|
30471
|
+
margin-left: 0px;
|
|
30789
30472
|
}
|
|
30790
|
-
.
|
|
30791
|
-
|
|
30792
|
-
height: 0;
|
|
30793
|
-
overflow: hidden;
|
|
30473
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
30474
|
+
margin-left: 16px;
|
|
30794
30475
|
}
|
|
30795
|
-
|
|
30796
|
-
|
|
30797
|
-
|
|
30798
|
-
|
|
30476
|
+
|
|
30477
|
+
input.l1ki27se.ant-input {
|
|
30478
|
+
border-top-right-radius: 0;
|
|
30479
|
+
border-bottom-right-radius: 0;
|
|
30799
30480
|
}
|
|
30800
|
-
|
|
30801
|
-
.
|
|
30802
|
-
border:
|
|
30803
|
-
|
|
30481
|
+
|
|
30482
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
30483
|
+
border-top-right-radius: 0;
|
|
30484
|
+
border-bottom-right-radius: 0;
|
|
30804
30485
|
}
|
|
30805
30486
|
|
|
30806
|
-
.
|
|
30807
|
-
|
|
30808
|
-
|
|
30809
|
-
padding-bottom: 6px;
|
|
30810
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30811
|
-
margin-bottom: 16px;
|
|
30487
|
+
input.rrg1fkn.ant-input {
|
|
30488
|
+
border-top-left-radius: 0;
|
|
30489
|
+
border-bottom-left-radius: 0;
|
|
30812
30490
|
}
|
|
30813
|
-
|
|
30814
|
-
|
|
30491
|
+
|
|
30492
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30493
|
+
border-top-left-radius: 0;
|
|
30494
|
+
border-bottom-left-radius: 0;
|
|
30815
30495
|
}
|
|
30816
30496
|
|
|
30817
|
-
.
|
|
30818
|
-
|
|
30819
|
-
|
|
30820
|
-
display: flex;
|
|
30821
|
-
justify-content: center;
|
|
30822
|
-
align-items: center;
|
|
30823
|
-
cursor: pointer;
|
|
30824
|
-
transition: all 200ms ease-out 40ms;
|
|
30497
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30498
|
+
border-top-right-radius: 0;
|
|
30499
|
+
border-bottom-right-radius: 0;
|
|
30825
30500
|
}
|
|
30826
|
-
|
|
30827
|
-
|
|
30828
|
-
|
|
30829
|
-
|
|
30830
|
-
|
|
30831
|
-
|
|
30501
|
+
|
|
30502
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30503
|
+
border-top-left-radius: 0;
|
|
30504
|
+
border-bottom-left-radius: 0;
|
|
30505
|
+
}
|
|
30506
|
+
|
|
30507
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30508
|
+
display: inline-flex;
|
|
30509
|
+
align-items: baseline;
|
|
30510
|
+
white-space: pre-wrap;
|
|
30511
|
+
}
|
|
30512
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30832
30513
|
position: relative;
|
|
30833
|
-
|
|
30834
|
-
transform: rotate(-45deg);
|
|
30514
|
+
top: 3px;
|
|
30835
30515
|
}
|
|
30836
|
-
.
|
|
30837
|
-
|
|
30838
|
-
left: 1px;
|
|
30516
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30517
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30839
30518
|
}
|
|
30840
|
-
|
|
30841
|
-
|
|
30842
|
-
border: 0;
|
|
30843
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30844
|
-
border-radius: 6px;
|
|
30519
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30520
|
+
border-color: #0080ff;
|
|
30845
30521
|
}
|
|
30846
|
-
.
|
|
30847
|
-
|
|
30848
|
-
|
|
30522
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30523
|
+
border-color: #0080ff;
|
|
30524
|
+
background: #0080ff;
|
|
30849
30525
|
}
|
|
30850
|
-
.
|
|
30851
|
-
|
|
30852
|
-
|
|
30526
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30527
|
+
top: 4px;
|
|
30528
|
+
left: 4px;
|
|
30529
|
+
width: 6px;
|
|
30530
|
+
height: 6px;
|
|
30531
|
+
background: #fff;
|
|
30853
30532
|
}
|
|
30854
|
-
|
|
30855
|
-
.
|
|
30856
|
-
display: flex;
|
|
30857
|
-
flex-direction: row;
|
|
30858
|
-
padding: 7px 12px;
|
|
30859
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30860
|
-
border-radius: 6px;
|
|
30861
|
-
color: #e07f00;
|
|
30862
|
-
font-size: 12px;
|
|
30863
|
-
line-height: 18px;
|
|
30533
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30534
|
+
opacity: 0.5;
|
|
30864
30535
|
}
|
|
30865
|
-
.
|
|
30866
|
-
|
|
30867
|
-
|
|
30536
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30537
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30538
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30868
30539
|
}
|
|
30869
|
-
|
|
30870
|
-
|
|
30871
|
-
display: flex;
|
|
30872
|
-
flex-direction: row;
|
|
30873
|
-
padding: 7px 12px;
|
|
30874
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30875
|
-
border-radius: 6px;
|
|
30876
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30877
|
-
font-size: 12px;
|
|
30878
|
-
line-height: 18px;
|
|
30540
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30541
|
+
background: #00122e;
|
|
30879
30542
|
}
|
|
30880
|
-
.
|
|
30881
|
-
|
|
30882
|
-
|
|
30543
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30544
|
+
color: #00122e;
|
|
30545
|
+
opacity: 0.5;
|
|
30883
30546
|
}
|
|
30884
|
-
|
|
30885
|
-
|
|
30886
|
-
display: flex;
|
|
30887
|
-
flex-direction: row;
|
|
30888
|
-
padding: 7px 12px;
|
|
30889
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30890
|
-
border-radius: 6px;
|
|
30891
|
-
color: #005ed1;
|
|
30892
|
-
font-size: 12px;
|
|
30893
|
-
line-height: 18px;
|
|
30547
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30548
|
+
color: #00122e;
|
|
30894
30549
|
}
|
|
30895
|
-
.
|
|
30896
|
-
|
|
30897
|
-
|
|
30550
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30551
|
+
display: inline-block;
|
|
30552
|
+
padding: 0;
|
|
30553
|
+
padding-left: 12px;
|
|
30898
30554
|
}
|
|
30899
|
-
|
|
30900
|
-
|
|
30555
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30556
|
+
margin-bottom: 0;
|
|
30557
|
+
white-space: pre-wrap;
|
|
30901
30558
|
color: rgba(44, 56, 82, 0.6);
|
|
30902
|
-
margin-top: 5px;
|
|
30903
|
-
font-size: 12px;
|
|
30904
|
-
line-height: 18px;
|
|
30905
30559
|
}
|
|
30906
|
-
|
|
30907
|
-
|
|
30908
|
-
color: #f0483e;
|
|
30909
|
-
font-size: 12px;
|
|
30910
|
-
white-space: pre-wrap;
|
|
30560
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30561
|
+
padding-left: 8px;
|
|
30911
30562
|
}
|
|
30912
30563
|
|
|
30913
|
-
.
|
|
30914
|
-
|
|
30915
|
-
align-items: center;
|
|
30916
|
-
justify-content: flex-end;
|
|
30564
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30565
|
+
border-radius: 5px 0 0 5px;
|
|
30917
30566
|
}
|
|
30918
|
-
.
|
|
30919
|
-
|
|
30567
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30568
|
+
border-radius: 0 5px 5px 0;
|
|
30920
30569
|
}
|
|
30921
30570
|
|
|
30922
|
-
.
|
|
30923
|
-
color:
|
|
30571
|
+
.r1f0aqcc {
|
|
30572
|
+
color: #00122e;
|
|
30573
|
+
border-color: #ccd4e3;
|
|
30924
30574
|
}
|
|
30925
|
-
|
|
30926
|
-
|
|
30927
|
-
padding: 5px 12px;
|
|
30928
|
-
line-height: 20px;
|
|
30929
|
-
color: #2d3a56;
|
|
30930
|
-
border-radius: 6px;
|
|
30931
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30932
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30575
|
+
.r1f0aqcc:first-child {
|
|
30576
|
+
border-color: #a3b4cc;
|
|
30933
30577
|
}
|
|
30934
|
-
.
|
|
30935
|
-
padding:
|
|
30936
|
-
line-height:
|
|
30578
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30579
|
+
padding: 0 12px;
|
|
30580
|
+
line-height: 32px;
|
|
30581
|
+
height: 32px;
|
|
30937
30582
|
}
|
|
30938
|
-
.
|
|
30939
|
-
|
|
30940
|
-
line-height: 18px;
|
|
30583
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30584
|
+
white-space: nowrap;
|
|
30941
30585
|
}
|
|
30942
|
-
.
|
|
30943
|
-
|
|
30944
|
-
|
|
30945
|
-
|
|
30586
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30587
|
+
height: 22px;
|
|
30588
|
+
padding: 0 7px;
|
|
30589
|
+
line-height: 20px;
|
|
30946
30590
|
}
|
|
30947
|
-
.
|
|
30948
|
-
|
|
30949
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30950
|
-
z-index: 1;
|
|
30591
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30592
|
+
background: #ccd4e3;
|
|
30951
30593
|
}
|
|
30952
|
-
.
|
|
30953
|
-
|
|
30954
|
-
color: #e75a3a;
|
|
30594
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30595
|
+
background: #0080ff;
|
|
30955
30596
|
}
|
|
30956
|
-
.
|
|
30957
|
-
|
|
30958
|
-
|
|
30597
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30598
|
+
background: #ccd4e3;
|
|
30599
|
+
opacity: 0.5;
|
|
30959
30600
|
}
|
|
30960
|
-
.
|
|
30961
|
-
border-color: #
|
|
30962
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30601
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30602
|
+
border-right-color: #0080ff;
|
|
30963
30603
|
}
|
|
30964
|
-
.
|
|
30604
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30605
|
+
border-color: #0080ff;
|
|
30606
|
+
}
|
|
30607
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30608
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30609
|
+
}
|
|
30610
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30965
30611
|
background: rgba(211, 218, 235, 0.6);
|
|
30966
|
-
color:
|
|
30967
|
-
|
|
30612
|
+
border-color: #ccd4e3;
|
|
30613
|
+
opacity: 0.5;
|
|
30968
30614
|
}
|
|
30969
|
-
.
|
|
30970
|
-
|
|
30971
|
-
border-
|
|
30972
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30973
|
-
line-height: 20px;
|
|
30974
|
-
color: #2d3a56;
|
|
30975
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30615
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30616
|
+
color: #00122e;
|
|
30617
|
+
border-color: #ccd4e3;
|
|
30976
30618
|
}
|
|
30977
|
-
.
|
|
30978
|
-
|
|
30979
|
-
color:
|
|
30619
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30620
|
+
color: #00122e;
|
|
30621
|
+
border-color: #ccd4e3;
|
|
30622
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30980
30623
|
}
|
|
30981
|
-
.
|
|
30982
|
-
|
|
30983
|
-
|
|
30624
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30625
|
+
margin-right: 8px;
|
|
30626
|
+
display: inline;
|
|
30627
|
+
border: none;
|
|
30628
|
+
padding: 0;
|
|
30629
|
+
width: 36px;
|
|
30630
|
+
background: transparent;
|
|
30984
30631
|
}
|
|
30985
|
-
.
|
|
30986
|
-
|
|
30987
|
-
line-height: 18px;
|
|
30632
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30633
|
+
box-shadow: none;
|
|
30988
30634
|
}
|
|
30989
|
-
.
|
|
30990
|
-
|
|
30991
|
-
|
|
30635
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30636
|
+
margin-right: 0;
|
|
30637
|
+
width: initial;
|
|
30638
|
+
box-shadow: none;
|
|
30992
30639
|
}
|
|
30993
|
-
.
|
|
30994
|
-
|
|
30995
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30640
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30641
|
+
display: none;
|
|
30996
30642
|
}
|
|
30997
|
-
.
|
|
30998
|
-
|
|
30643
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30644
|
+
display: inline;
|
|
30999
30645
|
}
|
|
31000
|
-
.
|
|
31001
|
-
|
|
30646
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30647
|
+
display: inline;
|
|
30648
|
+
margin-right: 8px;
|
|
30649
|
+
padding: 0;
|
|
30650
|
+
width: 36px;
|
|
31002
30651
|
}
|
|
31003
|
-
|
|
31004
|
-
|
|
31005
|
-
|
|
30652
|
+
|
|
30653
|
+
.p12gwtiw {
|
|
30654
|
+
display: flex;
|
|
30655
|
+
justify-content: space-between;
|
|
30656
|
+
align-items: center;
|
|
30657
|
+
padding: 10px 0;
|
|
30658
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30659
|
+
font-size: 12px;
|
|
30660
|
+
line-height: 24px;
|
|
31006
30661
|
}
|
|
31007
|
-
.
|
|
31008
|
-
|
|
31009
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30662
|
+
.p12gwtiw .pagination-left {
|
|
30663
|
+
padding: 2px 8px;
|
|
31010
30664
|
}
|
|
31011
|
-
.
|
|
30665
|
+
.p12gwtiw .dropdown-trigger {
|
|
30666
|
+
display: flex;
|
|
30667
|
+
align-items: center;
|
|
30668
|
+
border-radius: 6px;
|
|
30669
|
+
cursor: pointer;
|
|
30670
|
+
transition: all 0.3s ease;
|
|
30671
|
+
}
|
|
30672
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
31012
30673
|
background: rgba(211, 218, 235, 0.6);
|
|
31013
|
-
color:
|
|
31014
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30674
|
+
color: #0080ff;
|
|
31015
30675
|
}
|
|
31016
|
-
|
|
31017
|
-
|
|
31018
|
-
transition-delay: 50ms;
|
|
30676
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30677
|
+
margin-left: 4px;
|
|
31019
30678
|
}
|
|
31020
|
-
|
|
31021
|
-
|
|
31022
|
-
|
|
30679
|
+
.p12gwtiw .pagination-right {
|
|
30680
|
+
display: flex;
|
|
30681
|
+
align-items: center;
|
|
30682
|
+
color: #0080ff;
|
|
30683
|
+
font-weight: bold;
|
|
31023
30684
|
}
|
|
31024
|
-
|
|
31025
|
-
|
|
30685
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30686
|
+
margin-left: 4px;
|
|
31026
30687
|
}
|
|
31027
|
-
|
|
31028
|
-
|
|
31029
|
-
|
|
30688
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30689
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30690
|
+
padding: 0 8px;
|
|
31030
30691
|
}
|
|
31031
|
-
|
|
31032
|
-
|
|
30692
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30693
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30694
|
+
color: #0080ff;
|
|
31033
30695
|
}
|
|
31034
|
-
|
|
31035
|
-
|
|
31036
|
-
height: 24px;
|
|
30696
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30697
|
+
transform: rotate(180deg);
|
|
31037
30698
|
}
|
|
31038
|
-
|
|
31039
|
-
|
|
30699
|
+
|
|
30700
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30701
|
+
max-height: calc(100vh - 128px);
|
|
30702
|
+
overflow-y: auto;
|
|
30703
|
+
}
|
|
30704
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30705
|
+
padding: 4px 20px;
|
|
30706
|
+
font-size: 12px;
|
|
30707
|
+
line-height: 18px;
|
|
31040
30708
|
}
|
|
31041
30709
|
|
|
31042
|
-
.
|
|
31043
|
-
|
|
31044
|
-
|
|
30710
|
+
.s34f1qb.ant-switch {
|
|
30711
|
+
min-width: 40px;
|
|
30712
|
+
height: 24px;
|
|
30713
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30714
|
+
overflow: hidden;
|
|
31045
30715
|
}
|
|
31046
|
-
.
|
|
31047
|
-
|
|
31048
|
-
padding: 6px;
|
|
31049
|
-
height: 32px;
|
|
31050
|
-
cursor: pointer;
|
|
31051
|
-
transition: border 150ms;
|
|
30716
|
+
.s34f1qb.ant-switch:focus {
|
|
30717
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31052
30718
|
}
|
|
31053
|
-
.
|
|
31054
|
-
|
|
31055
|
-
|
|
30719
|
+
.s34f1qb.ant-switch-small {
|
|
30720
|
+
min-width: 26px;
|
|
30721
|
+
height: 16px;
|
|
31056
30722
|
}
|
|
31057
|
-
.
|
|
31058
|
-
|
|
30723
|
+
.s34f1qb.ant-switch-large {
|
|
30724
|
+
min-width: 52px;
|
|
30725
|
+
height: 32px;
|
|
31059
30726
|
}
|
|
31060
|
-
.
|
|
31061
|
-
|
|
30727
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30728
|
+
height: 20px;
|
|
30729
|
+
width: 20px;
|
|
31062
30730
|
}
|
|
31063
|
-
.
|
|
31064
|
-
|
|
30731
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30732
|
+
border-radius: 10px;
|
|
30733
|
+
transition-delay: 120ms;
|
|
31065
30734
|
}
|
|
31066
|
-
.
|
|
31067
|
-
|
|
31068
|
-
|
|
31069
|
-
top:
|
|
31070
|
-
|
|
30735
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30736
|
+
height: 14px;
|
|
30737
|
+
width: 14px;
|
|
30738
|
+
top: 1px;
|
|
30739
|
+
left: 1px;
|
|
31071
30740
|
}
|
|
31072
|
-
.
|
|
31073
|
-
|
|
31074
|
-
|
|
31075
|
-
cursor: pointer;
|
|
30741
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30742
|
+
height: 28px;
|
|
30743
|
+
width: 28px;
|
|
31076
30744
|
}
|
|
31077
|
-
.
|
|
31078
|
-
|
|
30745
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30746
|
+
border-radius: 14px;
|
|
31079
30747
|
}
|
|
31080
|
-
.
|
|
31081
|
-
|
|
31082
|
-
overflow: hidden;
|
|
30748
|
+
.s34f1qb.ant-switch-checked {
|
|
30749
|
+
background-color: #00ba5d;
|
|
31083
30750
|
}
|
|
31084
|
-
.
|
|
31085
|
-
|
|
31086
|
-
top: 50%;
|
|
31087
|
-
transform: translateY(-50%);
|
|
31088
|
-
left: -16px;
|
|
31089
|
-
transition: left 150ms ease;
|
|
31090
|
-
opacity: 0;
|
|
31091
|
-
}
|
|
31092
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31093
|
-
left: 8px;
|
|
31094
|
-
opacity: 1;
|
|
31095
|
-
}
|
|
31096
|
-
.kypn5o5.has-focus-indicator input {
|
|
31097
|
-
transition: margin-left 150ms ease;
|
|
31098
|
-
margin-left: 0px;
|
|
30751
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30752
|
+
left: calc(100% - 20px - 2px);
|
|
31099
30753
|
}
|
|
31100
|
-
.
|
|
31101
|
-
|
|
30754
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30755
|
+
left: calc(100% - 14px - 1px);
|
|
31102
30756
|
}
|
|
31103
|
-
|
|
31104
|
-
|
|
31105
|
-
border-top-right-radius: 0;
|
|
31106
|
-
border-bottom-right-radius: 0;
|
|
30757
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30758
|
+
left: calc(100% - 28px - 2px);
|
|
31107
30759
|
}
|
|
31108
30760
|
|
|
31109
|
-
.
|
|
31110
|
-
|
|
31111
|
-
border-bottom-right-radius: 0;
|
|
30761
|
+
.c1to9vb9 {
|
|
30762
|
+
margin-left: 5px;
|
|
31112
30763
|
}
|
|
31113
30764
|
|
|
31114
|
-
|
|
31115
|
-
|
|
31116
|
-
border-bottom-left-radius: 0;
|
|
30765
|
+
.i1e4sgug {
|
|
30766
|
+
display: inline-block;
|
|
31117
30767
|
}
|
|
31118
30768
|
|
|
31119
|
-
.
|
|
31120
|
-
|
|
31121
|
-
border-bottom-left-radius: 0;
|
|
30769
|
+
.t1upn1sz {
|
|
30770
|
+
height: 100%;
|
|
31122
30771
|
}
|
|
31123
30772
|
|
|
31124
|
-
.
|
|
31125
|
-
|
|
31126
|
-
border-bottom-right-radius: 0;
|
|
30773
|
+
.tta5kd2 {
|
|
30774
|
+
height: 100%;
|
|
31127
30775
|
}
|
|
31128
|
-
|
|
31129
|
-
|
|
31130
|
-
|
|
31131
|
-
border-bottom-left-radius: 0;
|
|
30776
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
30777
|
+
overflow: visible !important;
|
|
30778
|
+
height: 100%;
|
|
31132
30779
|
}
|
|
31133
|
-
|
|
31134
|
-
|
|
31135
|
-
width: 430px !important;
|
|
30780
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30781
|
+
height: 100%;
|
|
31136
30782
|
}
|
|
31137
|
-
|
|
31138
|
-
|
|
31139
|
-
|
|
31140
|
-
line-height: 18px;
|
|
31141
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31142
|
-
height: 34px;
|
|
31143
|
-
min-height: 34px;
|
|
31144
|
-
box-sizing: border-box;
|
|
31145
|
-
margin-top: 8px;
|
|
30783
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
30784
|
+
width: 100% !important;
|
|
30785
|
+
height: 100%;
|
|
31146
30786
|
}
|
|
31147
|
-
|
|
31148
|
-
|
|
31149
|
-
display: flex;
|
|
31150
|
-
flex-direction: column;
|
|
31151
|
-
margin: 1px 8px;
|
|
31152
|
-
padding: 8px;
|
|
31153
|
-
border-radius: 4px;
|
|
30787
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30788
|
+
padding: 15px 0;
|
|
31154
30789
|
}
|
|
31155
|
-
.
|
|
30790
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31156
30791
|
display: none;
|
|
31157
30792
|
}
|
|
31158
|
-
.
|
|
31159
|
-
|
|
30793
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
30794
|
+
font-weight: 700;
|
|
31160
30795
|
}
|
|
31161
|
-
.
|
|
31162
|
-
|
|
30796
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
30797
|
+
font-weight: 700;
|
|
31163
30798
|
}
|
|
31164
|
-
.
|
|
31165
|
-
|
|
30799
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
30800
|
+
height: 100%;
|
|
31166
30801
|
}
|
|
31167
|
-
.
|
|
31168
|
-
|
|
30802
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
30803
|
+
height: 100%;
|
|
30804
|
+
overflow: visible;
|
|
31169
30805
|
}
|
|
31170
|
-
.
|
|
31171
|
-
|
|
30806
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
30807
|
+
max-height: none;
|
|
31172
30808
|
}
|
|
31173
|
-
.
|
|
31174
|
-
|
|
30809
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
30810
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
30811
|
+
display: none;
|
|
31175
30812
|
}
|
|
31176
|
-
.
|
|
31177
|
-
background:
|
|
31178
|
-
color: #0080ff;
|
|
30813
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
30814
|
+
background: transparent;
|
|
31179
30815
|
}
|
|
31180
|
-
|
|
31181
|
-
.
|
|
30816
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
30817
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
30818
|
+
background: #fff;
|
|
30819
|
+
padding: 0 !important;
|
|
30820
|
+
}
|
|
30821
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
30822
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31182
30823
|
display: flex;
|
|
31183
|
-
|
|
31184
|
-
height:
|
|
31185
|
-
|
|
30824
|
+
align-items: center;
|
|
30825
|
+
height: 100%;
|
|
30826
|
+
padding: 8px;
|
|
31186
30827
|
}
|
|
31187
|
-
.
|
|
31188
|
-
|
|
30828
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
30829
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31189
30830
|
overflow: hidden;
|
|
31190
30831
|
text-overflow: ellipsis;
|
|
30832
|
+
width: 100%;
|
|
31191
30833
|
}
|
|
31192
|
-
|
|
31193
|
-
|
|
31194
|
-
display: flex;
|
|
31195
|
-
justify-content: space-between;
|
|
31196
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31197
|
-
height: 18px;
|
|
31198
|
-
line-height: 18px;
|
|
31199
|
-
margin-top: 2px;
|
|
30834
|
+
.tta5kd2 .ant-table-container {
|
|
30835
|
+
height: 100%;
|
|
31200
30836
|
}
|
|
31201
|
-
|
|
31202
|
-
|
|
31203
|
-
border: none;
|
|
31204
|
-
margin-right: 0;
|
|
31205
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30837
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
30838
|
+
box-shadow: none !important;
|
|
31206
30839
|
}
|
|
31207
|
-
|
|
31208
|
-
|
|
31209
|
-
|
|
31210
|
-
|
|
31211
|
-
|
|
31212
|
-
|
|
30840
|
+
.tta5kd2 .ant-table {
|
|
30841
|
+
border-radius: 0px;
|
|
30842
|
+
border-left: none;
|
|
30843
|
+
border-right: none;
|
|
30844
|
+
border-bottom: none;
|
|
30845
|
+
height: 100%;
|
|
30846
|
+
font-size: 12px;
|
|
30847
|
+
background: transparent;
|
|
31213
30848
|
}
|
|
31214
|
-
|
|
31215
|
-
|
|
31216
|
-
|
|
30849
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
30850
|
+
position: relative;
|
|
30851
|
+
z-index: 3;
|
|
30852
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30853
|
+
margin-bottom: -1px;
|
|
31217
30854
|
}
|
|
31218
|
-
|
|
31219
|
-
.
|
|
31220
|
-
|
|
31221
|
-
font-style: normal;
|
|
31222
|
-
font-weight: bold;
|
|
31223
|
-
font-size: 32px;
|
|
31224
|
-
line-height: 40px;
|
|
30855
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
30856
|
+
.tta5kd2 .ant-table .value {
|
|
30857
|
+
color: #2d3a56;
|
|
31225
30858
|
}
|
|
31226
|
-
|
|
31227
|
-
.
|
|
31228
|
-
|
|
31229
|
-
font-style: normal;
|
|
31230
|
-
font-weight: bold;
|
|
31231
|
-
font-size: 24px;
|
|
31232
|
-
line-height: 32px;
|
|
30859
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
30860
|
+
.tta5kd2 .ant-table .unit {
|
|
30861
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31233
30862
|
}
|
|
31234
|
-
|
|
31235
|
-
|
|
31236
|
-
|
|
31237
|
-
font-style: normal;
|
|
31238
|
-
font-weight: normal;
|
|
31239
|
-
font-size: 32px;
|
|
31240
|
-
line-height: 40px;
|
|
30863
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
30864
|
+
position: unset;
|
|
30865
|
+
text-align: center;
|
|
31241
30866
|
}
|
|
31242
|
-
|
|
31243
|
-
|
|
31244
|
-
font-family: Inter;
|
|
31245
|
-
font-style: normal;
|
|
31246
|
-
font-weight: bold;
|
|
31247
|
-
font-size: 20px;
|
|
31248
|
-
line-height: 24px;
|
|
30867
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
30868
|
+
background: #fff;
|
|
31249
30869
|
}
|
|
31250
|
-
|
|
31251
|
-
|
|
31252
|
-
|
|
31253
|
-
|
|
31254
|
-
|
|
31255
|
-
|
|
31256
|
-
line-height: 24px;
|
|
30870
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
30871
|
+
cursor: pointer;
|
|
30872
|
+
position: absolute;
|
|
30873
|
+
top: 50%;
|
|
30874
|
+
right: 12px;
|
|
30875
|
+
transform: translateY(-50%);
|
|
31257
30876
|
}
|
|
31258
|
-
|
|
31259
|
-
|
|
31260
|
-
|
|
31261
|
-
|
|
31262
|
-
font-weight: bold;
|
|
31263
|
-
font-size: 18px;
|
|
31264
|
-
line-height: 22px;
|
|
30877
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
30878
|
+
box-shadow: none;
|
|
30879
|
+
width: 1px;
|
|
30880
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31265
30881
|
}
|
|
31266
|
-
|
|
31267
|
-
|
|
31268
|
-
|
|
31269
|
-
|
|
31270
|
-
font-weight: normal;
|
|
31271
|
-
font-size: 18px;
|
|
31272
|
-
line-height: 22px;
|
|
30882
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
30883
|
+
box-shadow: none;
|
|
30884
|
+
width: 1px;
|
|
30885
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31273
30886
|
}
|
|
31274
|
-
|
|
31275
|
-
|
|
31276
|
-
font-family: Inter;
|
|
31277
|
-
font-style: normal;
|
|
31278
|
-
font-weight: bold;
|
|
31279
|
-
font-size: 16px;
|
|
31280
|
-
line-height: 22px;
|
|
30887
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
30888
|
+
position: relative;
|
|
31281
30889
|
}
|
|
31282
|
-
|
|
31283
|
-
.
|
|
31284
|
-
|
|
31285
|
-
|
|
30890
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
30891
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30892
|
+
border-bottom: 1px solid white;
|
|
30893
|
+
height: 40px;
|
|
30894
|
+
vertical-align: middle;
|
|
30895
|
+
transition: background 0ms;
|
|
30896
|
+
color: #00122e;
|
|
30897
|
+
}
|
|
30898
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
30899
|
+
background: #f2f5fa;
|
|
30900
|
+
border-bottom-color: #f2f5fa;
|
|
30901
|
+
}
|
|
30902
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
30903
|
+
height: auto;
|
|
30904
|
+
color: #00122e;
|
|
30905
|
+
font-size: 12px;
|
|
30906
|
+
text-align: left;
|
|
30907
|
+
transition: none;
|
|
30908
|
+
overflow: hidden;
|
|
30909
|
+
text-overflow: ellipsis;
|
|
30910
|
+
white-space: nowrap;
|
|
30911
|
+
}
|
|
30912
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
30913
|
+
color: #0096ff;
|
|
30914
|
+
}
|
|
30915
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
30916
|
+
overflow: hidden;
|
|
30917
|
+
text-overflow: ellipsis;
|
|
30918
|
+
width: 100%;
|
|
30919
|
+
vertical-align: middle;
|
|
30920
|
+
}
|
|
30921
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
30922
|
+
line-height: 0px;
|
|
30923
|
+
}
|
|
30924
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
30925
|
+
padding-right: 25px;
|
|
30926
|
+
}
|
|
30927
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
30928
|
+
border-top-color: transparent;
|
|
30929
|
+
}
|
|
30930
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
30931
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30932
|
+
border-color: transparent transparent white;
|
|
30933
|
+
}
|
|
30934
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
30935
|
+
border-radius: 8px 0 0 8px;
|
|
30936
|
+
}
|
|
30937
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
30938
|
+
border-radius: 8px 0 0 8px;
|
|
30939
|
+
}
|
|
30940
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
30941
|
+
content: "";
|
|
30942
|
+
width: 4px;
|
|
30943
|
+
top: -1px;
|
|
30944
|
+
bottom: -1px;
|
|
30945
|
+
background: white;
|
|
30946
|
+
}
|
|
30947
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
30948
|
+
border-radius: 0 8px 8px 0;
|
|
30949
|
+
}
|
|
30950
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
30951
|
+
border-radius: 0;
|
|
30952
|
+
background: white;
|
|
30953
|
+
border-top: none;
|
|
30954
|
+
}
|
|
30955
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
30956
|
+
border-top: 1px solid transparent;
|
|
30957
|
+
border-radius: 0 8px 8px 0;
|
|
30958
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30959
|
+
}
|
|
30960
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
30961
|
+
background: white;
|
|
30962
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30963
|
+
}
|
|
30964
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30965
|
+
display: flex;
|
|
30966
|
+
align-items: center;
|
|
30967
|
+
height: 100%;
|
|
30968
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30969
|
+
}
|
|
30970
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
30971
|
+
background: white;
|
|
30972
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30973
|
+
}
|
|
30974
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
30975
|
+
display: flex;
|
|
30976
|
+
align-items: center;
|
|
30977
|
+
height: 100%;
|
|
30978
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30979
|
+
}
|
|
30980
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
30981
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30982
|
+
}
|
|
30983
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
30984
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
30985
|
+
border-radius: 8px;
|
|
30986
|
+
}
|
|
30987
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
30988
|
+
border-top-color: white;
|
|
30989
|
+
}
|
|
30990
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
30991
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30992
|
+
border-bottom-color: transparent;
|
|
30993
|
+
border-top-color: transparent;
|
|
30994
|
+
}
|
|
30995
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
30996
|
+
border-radius: 8px 0 0 8px;
|
|
30997
|
+
}
|
|
30998
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
30999
|
+
border-radius: 0 8px 8px 0;
|
|
31000
|
+
}
|
|
31001
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31002
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31003
|
+
}
|
|
31004
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31005
|
+
background: #fff;
|
|
31006
|
+
font-weight: 400;
|
|
31007
|
+
position: relative;
|
|
31008
|
+
border-bottom: none;
|
|
31009
|
+
color: #00122e;
|
|
31010
|
+
transition: none;
|
|
31011
|
+
padding: 15px 8px 15px 8px;
|
|
31012
|
+
}
|
|
31013
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31014
|
+
content: "";
|
|
31015
|
+
width: 1px;
|
|
31016
|
+
top: 0;
|
|
31017
|
+
bottom: 0;
|
|
31018
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31019
|
+
position: absolute;
|
|
31020
|
+
right: 0;
|
|
31021
|
+
}
|
|
31022
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31023
|
+
padding: unset;
|
|
31024
|
+
}
|
|
31025
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31026
|
+
display: none;
|
|
31027
|
+
}
|
|
31028
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31029
|
+
width: 100%;
|
|
31030
|
+
overflow: hidden;
|
|
31031
|
+
white-space: nowrap;
|
|
31032
|
+
text-overflow: ellipsis;
|
|
31033
|
+
}
|
|
31034
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31035
|
+
overflow: hidden;
|
|
31036
|
+
text-overflow: ellipsis;
|
|
31037
|
+
flex: 1;
|
|
31038
|
+
}
|
|
31039
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31040
|
+
padding: 15px 25px 15px 8px;
|
|
31041
|
+
}
|
|
31042
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31043
|
+
padding: 0;
|
|
31044
|
+
}
|
|
31045
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31046
|
+
position: absolute;
|
|
31047
|
+
right: 6px;
|
|
31048
|
+
top: 50%;
|
|
31049
|
+
transform: translateY(-50%);
|
|
31050
|
+
height: 16px;
|
|
31051
|
+
display: none;
|
|
31052
|
+
transition: transform 320ms ease;
|
|
31053
|
+
}
|
|
31054
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31055
|
+
display: block;
|
|
31056
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31057
|
+
}
|
|
31058
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31059
|
+
display: block;
|
|
31060
|
+
}
|
|
31061
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31062
|
+
display: none;
|
|
31063
|
+
}
|
|
31064
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31065
|
+
transform: translateY(-50%);
|
|
31066
|
+
}
|
|
31067
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31068
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31069
|
+
}
|
|
31070
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31071
|
+
background: #f2f5fa;
|
|
31072
|
+
}
|
|
31073
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31074
|
+
display: block;
|
|
31075
|
+
}
|
|
31076
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31077
|
+
padding-right: 25px;
|
|
31078
|
+
}
|
|
31079
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31080
|
+
padding: 0 !important;
|
|
31081
|
+
}
|
|
31082
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31083
|
+
position: absolute;
|
|
31084
|
+
left: 50%;
|
|
31085
|
+
top: 50%;
|
|
31086
|
+
transform: translate(-50%, -50%);
|
|
31087
|
+
}
|
|
31088
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31089
|
+
display: none;
|
|
31090
|
+
}
|
|
31091
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31092
|
+
background: #fff;
|
|
31093
|
+
}
|
|
31094
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31095
|
+
background: inherit;
|
|
31096
|
+
}
|
|
31097
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31098
|
+
position: static;
|
|
31099
|
+
border: none;
|
|
31100
|
+
background: inherit !important;
|
|
31101
|
+
height: 100px;
|
|
31102
|
+
vertical-align: middle;
|
|
31103
|
+
}
|
|
31104
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31105
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31106
|
+
font-weight: bold;
|
|
31107
|
+
font-size: 20px;
|
|
31108
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31109
|
+
}
|
|
31110
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31111
|
+
padding: 0 !important;
|
|
31112
|
+
position: relative;
|
|
31113
|
+
background: #fff;
|
|
31114
|
+
}
|
|
31115
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31116
|
+
height: 100%;
|
|
31117
|
+
display: flex;
|
|
31118
|
+
align-items: center;
|
|
31119
|
+
justify-content: flex-end;
|
|
31120
|
+
padding-right: 8px;
|
|
31121
|
+
}
|
|
31122
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31123
|
+
width: 24px;
|
|
31124
|
+
height: 24px;
|
|
31125
|
+
cursor: pointer;
|
|
31126
|
+
justify-content: center;
|
|
31127
|
+
border-radius: 4px;
|
|
31128
|
+
}
|
|
31129
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31130
|
+
background: #fff;
|
|
31131
|
+
}
|
|
31132
|
+
|
|
31133
|
+
.d6j0lbj {
|
|
31134
|
+
font-family: Inter;
|
|
31135
|
+
font-style: normal;
|
|
31136
|
+
font-weight: bold;
|
|
31137
|
+
font-size: 32px;
|
|
31138
|
+
line-height: 40px;
|
|
31139
|
+
}
|
|
31140
|
+
|
|
31141
|
+
.d1xhvvxe {
|
|
31142
|
+
font-family: Inter;
|
|
31143
|
+
font-style: normal;
|
|
31144
|
+
font-weight: bold;
|
|
31145
|
+
font-size: 24px;
|
|
31146
|
+
line-height: 32px;
|
|
31147
|
+
}
|
|
31148
|
+
|
|
31149
|
+
.dk10mxq {
|
|
31150
|
+
font-family: Inter;
|
|
31151
|
+
font-style: normal;
|
|
31152
|
+
font-weight: normal;
|
|
31153
|
+
font-size: 32px;
|
|
31154
|
+
line-height: 40px;
|
|
31155
|
+
}
|
|
31156
|
+
|
|
31157
|
+
.dxsait {
|
|
31158
|
+
font-family: Inter;
|
|
31159
|
+
font-style: normal;
|
|
31160
|
+
font-weight: bold;
|
|
31161
|
+
font-size: 20px;
|
|
31162
|
+
line-height: 24px;
|
|
31163
|
+
}
|
|
31164
|
+
|
|
31165
|
+
.dokn0h3 {
|
|
31166
|
+
font-family: Inter;
|
|
31167
|
+
font-style: normal;
|
|
31168
|
+
font-weight: normal;
|
|
31169
|
+
font-size: 20px;
|
|
31170
|
+
line-height: 24px;
|
|
31171
|
+
}
|
|
31172
|
+
|
|
31173
|
+
.dobau4p {
|
|
31174
|
+
font-family: Inter;
|
|
31175
|
+
font-style: normal;
|
|
31176
|
+
font-weight: bold;
|
|
31177
|
+
font-size: 18px;
|
|
31178
|
+
line-height: 22px;
|
|
31179
|
+
}
|
|
31180
|
+
|
|
31181
|
+
.dvolwok {
|
|
31182
|
+
font-family: Inter;
|
|
31183
|
+
font-style: normal;
|
|
31184
|
+
font-weight: normal;
|
|
31185
|
+
font-size: 18px;
|
|
31186
|
+
line-height: 22px;
|
|
31187
|
+
}
|
|
31188
|
+
|
|
31189
|
+
.h181qhg4 {
|
|
31190
|
+
font-family: Inter;
|
|
31191
|
+
font-style: normal;
|
|
31192
|
+
font-weight: bold;
|
|
31193
|
+
font-size: 16px;
|
|
31194
|
+
line-height: 22px;
|
|
31195
|
+
}
|
|
31196
|
+
|
|
31197
|
+
.h1phgmcq {
|
|
31198
|
+
font-family: Inter;
|
|
31199
|
+
font-style: normal;
|
|
31286
31200
|
font-weight: normal;
|
|
31287
31201
|
font-size: 16px;
|
|
31288
31202
|
line-height: 22px;
|
|
@@ -31496,563 +31410,280 @@ input.rrg1fkn.ant-input {
|
|
|
31496
31410
|
font-family: Inter;
|
|
31497
31411
|
font-style: normal;
|
|
31498
31412
|
font-weight: bold;
|
|
31499
|
-
font-size: 13px;
|
|
31500
|
-
line-height: 20px;
|
|
31501
|
-
}
|
|
31502
|
-
|
|
31503
|
-
.l17o1ffr {
|
|
31504
|
-
font-family: Inter;
|
|
31505
|
-
font-style: normal;
|
|
31506
|
-
font-weight: normal;
|
|
31507
|
-
text-transform: uppercase;
|
|
31508
|
-
font-feature-settings: "cpsp" on;
|
|
31509
|
-
font-size: 13px;
|
|
31510
|
-
line-height: 20px;
|
|
31511
|
-
}
|
|
31512
|
-
|
|
31513
|
-
.lngllvn {
|
|
31514
|
-
font-family: Inter;
|
|
31515
|
-
font-style: normal;
|
|
31516
|
-
font-weight: bold;
|
|
31517
|
-
text-transform: uppercase;
|
|
31518
|
-
font-feature-settings: "cpsp" on;
|
|
31519
|
-
font-size: 13px;
|
|
31520
|
-
line-height: 20px;
|
|
31521
|
-
}
|
|
31522
|
-
|
|
31523
|
-
.l2i7fo9 {
|
|
31524
|
-
font-family: Inter;
|
|
31525
|
-
font-style: normal;
|
|
31526
|
-
font-weight: normal;
|
|
31527
|
-
font-size: 12px;
|
|
31528
|
-
line-height: 18px;
|
|
31529
|
-
}
|
|
31530
|
-
|
|
31531
|
-
.l1x7hscx {
|
|
31532
|
-
font-family: Inter;
|
|
31533
|
-
font-style: normal;
|
|
31534
|
-
font-weight: 500;
|
|
31535
|
-
font-size: 12px;
|
|
31536
|
-
line-height: 18px;
|
|
31537
|
-
}
|
|
31538
|
-
|
|
31539
|
-
.le1jwan {
|
|
31540
|
-
font-family: Inter;
|
|
31541
|
-
font-style: normal;
|
|
31542
|
-
font-weight: bold;
|
|
31543
|
-
font-size: 12px;
|
|
31544
|
-
line-height: 18px;
|
|
31545
|
-
}
|
|
31546
|
-
|
|
31547
|
-
.lyxynfj {
|
|
31548
|
-
font-family: Inter;
|
|
31549
|
-
font-style: normal;
|
|
31550
|
-
font-weight: normal;
|
|
31551
|
-
font-size: 12px;
|
|
31552
|
-
line-height: 18px;
|
|
31553
|
-
}
|
|
31554
|
-
|
|
31555
|
-
.lpb2nxv {
|
|
31556
|
-
font-family: Inter;
|
|
31557
|
-
font-style: normal;
|
|
31558
|
-
font-weight: 500;
|
|
31559
|
-
font-size: 12px;
|
|
31560
|
-
line-height: 18px;
|
|
31561
|
-
}
|
|
31562
|
-
|
|
31563
|
-
.l1r8o3vv {
|
|
31564
|
-
font-family: Inter;
|
|
31565
|
-
font-style: normal;
|
|
31566
|
-
font-weight: bold;
|
|
31567
|
-
font-size: 12px;
|
|
31568
|
-
line-height: 18px;
|
|
31569
|
-
}
|
|
31570
|
-
|
|
31571
|
-
.lemnjy2 {
|
|
31572
|
-
font-family: Inter;
|
|
31573
|
-
font-style: normal;
|
|
31574
|
-
font-weight: normal;
|
|
31575
|
-
text-transform: uppercase;
|
|
31576
|
-
font-feature-settings: "cpsp" on;
|
|
31577
|
-
font-size: 12px;
|
|
31578
|
-
line-height: 18px;
|
|
31579
|
-
}
|
|
31580
|
-
|
|
31581
|
-
.lrc42gb {
|
|
31582
|
-
font-family: Inter;
|
|
31583
|
-
font-style: normal;
|
|
31584
|
-
font-weight: bold;
|
|
31585
|
-
text-transform: uppercase;
|
|
31586
|
-
font-feature-settings: "cpsp" on;
|
|
31587
|
-
font-size: 12px;
|
|
31588
|
-
line-height: 18px;
|
|
31589
|
-
}
|
|
31590
|
-
|
|
31591
|
-
.fqaz4mb {
|
|
31592
|
-
font-family: Inter;
|
|
31593
|
-
font-style: normal;
|
|
31594
|
-
font-weight: normal;
|
|
31595
|
-
font-size: 13px;
|
|
31596
|
-
line-height: 20px;
|
|
31597
|
-
}
|
|
31598
|
-
|
|
31599
|
-
.f13we5o {
|
|
31600
|
-
font-family: Inter;
|
|
31601
|
-
font-style: normal;
|
|
31602
|
-
font-weight: normal;
|
|
31603
|
-
font-size: 13px;
|
|
31604
|
-
line-height: 20px;
|
|
31605
|
-
}
|
|
31606
|
-
|
|
31607
|
-
.ffmjua2 {
|
|
31608
|
-
font-family: Inter;
|
|
31609
|
-
font-style: normal;
|
|
31610
|
-
font-weight: normal;
|
|
31611
|
-
font-size: 12px;
|
|
31612
|
-
line-height: 18px;
|
|
31613
|
-
}
|
|
31614
|
-
|
|
31615
|
-
.fz2mxw0 {
|
|
31616
|
-
font-family: Inter;
|
|
31617
|
-
font-style: normal;
|
|
31618
|
-
font-weight: normal;
|
|
31619
|
-
font-size: 12px;
|
|
31620
|
-
line-height: 18px;
|
|
31413
|
+
font-size: 13px;
|
|
31414
|
+
line-height: 20px;
|
|
31621
31415
|
}
|
|
31622
31416
|
|
|
31623
|
-
.
|
|
31417
|
+
.l17o1ffr {
|
|
31624
31418
|
font-family: Inter;
|
|
31625
31419
|
font-style: normal;
|
|
31626
31420
|
font-weight: normal;
|
|
31627
|
-
|
|
31421
|
+
text-transform: uppercase;
|
|
31422
|
+
font-feature-settings: "cpsp" on;
|
|
31628
31423
|
font-size: 13px;
|
|
31629
31424
|
line-height: 20px;
|
|
31630
31425
|
}
|
|
31631
31426
|
|
|
31632
|
-
.
|
|
31427
|
+
.lngllvn {
|
|
31633
31428
|
font-family: Inter;
|
|
31634
31429
|
font-style: normal;
|
|
31635
|
-
font-weight:
|
|
31636
|
-
|
|
31430
|
+
font-weight: bold;
|
|
31431
|
+
text-transform: uppercase;
|
|
31432
|
+
font-feature-settings: "cpsp" on;
|
|
31637
31433
|
font-size: 13px;
|
|
31638
31434
|
line-height: 20px;
|
|
31639
31435
|
}
|
|
31640
31436
|
|
|
31641
|
-
.
|
|
31437
|
+
.l2i7fo9 {
|
|
31642
31438
|
font-family: Inter;
|
|
31643
31439
|
font-style: normal;
|
|
31644
31440
|
font-weight: normal;
|
|
31645
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31646
31441
|
font-size: 12px;
|
|
31647
31442
|
line-height: 18px;
|
|
31648
31443
|
}
|
|
31649
31444
|
|
|
31650
|
-
.
|
|
31445
|
+
.l1x7hscx {
|
|
31651
31446
|
font-family: Inter;
|
|
31652
31447
|
font-style: normal;
|
|
31653
31448
|
font-weight: 500;
|
|
31654
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31655
31449
|
font-size: 12px;
|
|
31656
31450
|
line-height: 18px;
|
|
31657
31451
|
}
|
|
31658
31452
|
|
|
31659
|
-
.
|
|
31453
|
+
.le1jwan {
|
|
31660
31454
|
font-family: Inter;
|
|
31661
31455
|
font-style: normal;
|
|
31662
|
-
font-weight:
|
|
31663
|
-
font-feature-settings: "zero" on;
|
|
31456
|
+
font-weight: bold;
|
|
31664
31457
|
font-size: 12px;
|
|
31665
31458
|
line-height: 18px;
|
|
31666
31459
|
}
|
|
31667
31460
|
|
|
31668
|
-
.
|
|
31461
|
+
.lyxynfj {
|
|
31669
31462
|
font-family: Inter;
|
|
31670
31463
|
font-style: normal;
|
|
31671
|
-
font-weight:
|
|
31672
|
-
font-feature-settings: "zero" on;
|
|
31464
|
+
font-weight: normal;
|
|
31673
31465
|
font-size: 12px;
|
|
31674
31466
|
line-height: 18px;
|
|
31675
31467
|
}
|
|
31676
31468
|
|
|
31677
|
-
.
|
|
31678
|
-
font-family: Inter;
|
|
31679
|
-
font-style: normal;
|
|
31680
|
-
font-weight: bold;
|
|
31681
|
-
font-feature-settings: "zero" on;
|
|
31682
|
-
font-size: 16px;
|
|
31683
|
-
line-height: 24px;
|
|
31684
|
-
}
|
|
31685
|
-
|
|
31686
|
-
.u1w9abfe {
|
|
31469
|
+
.lpb2nxv {
|
|
31687
31470
|
font-family: Inter;
|
|
31688
31471
|
font-style: normal;
|
|
31689
|
-
font-weight:
|
|
31690
|
-
font-size:
|
|
31691
|
-
line-height:
|
|
31692
|
-
}
|
|
31693
|
-
|
|
31694
|
-
.t1upn1sz {
|
|
31695
|
-
height: 100%;
|
|
31696
|
-
}
|
|
31697
|
-
|
|
31698
|
-
.tta5kd2 {
|
|
31699
|
-
height: 100%;
|
|
31700
|
-
}
|
|
31701
|
-
.tta5kd2.empty-table .ant-table-content {
|
|
31702
|
-
overflow: visible !important;
|
|
31703
|
-
height: 100%;
|
|
31704
|
-
}
|
|
31705
|
-
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31706
|
-
height: 100%;
|
|
31707
|
-
}
|
|
31708
|
-
.tta5kd2.empty-table .ant-table-content table {
|
|
31709
|
-
width: 100% !important;
|
|
31710
|
-
height: 100%;
|
|
31711
|
-
}
|
|
31712
|
-
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31713
|
-
padding: 15px 0;
|
|
31714
|
-
}
|
|
31715
|
-
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31716
|
-
display: none;
|
|
31717
|
-
}
|
|
31718
|
-
.tta5kd2 .active-row td:nth-child(1) {
|
|
31719
|
-
font-weight: 700;
|
|
31720
|
-
}
|
|
31721
|
-
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31722
|
-
font-weight: 700;
|
|
31723
|
-
}
|
|
31724
|
-
.tta5kd2 .ant-spin-nested-loading {
|
|
31725
|
-
height: 100%;
|
|
31726
|
-
}
|
|
31727
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31728
|
-
height: 100%;
|
|
31729
|
-
overflow: visible;
|
|
31730
|
-
}
|
|
31731
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31732
|
-
max-height: none;
|
|
31733
|
-
}
|
|
31734
|
-
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31735
|
-
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31736
|
-
display: none;
|
|
31737
|
-
}
|
|
31738
|
-
.tta5kd2 td.ant-table-column-sort {
|
|
31739
|
-
background: transparent;
|
|
31740
|
-
}
|
|
31741
|
-
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31742
|
-
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31743
|
-
background: #fff;
|
|
31744
|
-
padding: 0 !important;
|
|
31745
|
-
}
|
|
31746
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31747
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31748
|
-
display: flex;
|
|
31749
|
-
align-items: center;
|
|
31750
|
-
height: 100%;
|
|
31751
|
-
padding: 8px;
|
|
31752
|
-
}
|
|
31753
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31754
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31755
|
-
overflow: hidden;
|
|
31756
|
-
text-overflow: ellipsis;
|
|
31757
|
-
width: 100%;
|
|
31758
|
-
}
|
|
31759
|
-
.tta5kd2 .ant-table-container {
|
|
31760
|
-
height: 100%;
|
|
31761
|
-
}
|
|
31762
|
-
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31763
|
-
box-shadow: none !important;
|
|
31764
|
-
}
|
|
31765
|
-
.tta5kd2 .ant-table {
|
|
31766
|
-
border-radius: 0px;
|
|
31767
|
-
border-left: none;
|
|
31768
|
-
border-right: none;
|
|
31769
|
-
border-bottom: none;
|
|
31770
|
-
height: 100%;
|
|
31771
|
-
font-size: 12px;
|
|
31772
|
-
background: transparent;
|
|
31773
|
-
}
|
|
31774
|
-
.tta5kd2 .ant-table .ant-table-header {
|
|
31775
|
-
position: relative;
|
|
31776
|
-
z-index: 3;
|
|
31777
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31778
|
-
margin-bottom: -1px;
|
|
31779
|
-
}
|
|
31780
|
-
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31781
|
-
.tta5kd2 .ant-table .value {
|
|
31782
|
-
color: #2d3a56;
|
|
31783
|
-
}
|
|
31784
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31785
|
-
.tta5kd2 .ant-table .unit {
|
|
31786
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31787
|
-
}
|
|
31788
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
31789
|
-
position: unset;
|
|
31790
|
-
text-align: center;
|
|
31791
|
-
}
|
|
31792
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31793
|
-
background: #fff;
|
|
31794
|
-
}
|
|
31795
|
-
.tta5kd2 .ant-table .anticon-setting {
|
|
31796
|
-
cursor: pointer;
|
|
31797
|
-
position: absolute;
|
|
31798
|
-
top: 50%;
|
|
31799
|
-
right: 12px;
|
|
31800
|
-
transform: translateY(-50%);
|
|
31801
|
-
}
|
|
31802
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31803
|
-
box-shadow: none;
|
|
31804
|
-
width: 1px;
|
|
31805
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31806
|
-
}
|
|
31807
|
-
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31808
|
-
box-shadow: none;
|
|
31809
|
-
width: 1px;
|
|
31810
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31811
|
-
}
|
|
31812
|
-
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31813
|
-
position: relative;
|
|
31814
|
-
}
|
|
31815
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31816
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31817
|
-
border-bottom: 1px solid white;
|
|
31818
|
-
height: 40px;
|
|
31819
|
-
vertical-align: middle;
|
|
31820
|
-
transition: background 0ms;
|
|
31821
|
-
color: #00122e;
|
|
31822
|
-
}
|
|
31823
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31824
|
-
background: #f2f5fa;
|
|
31825
|
-
border-bottom-color: #f2f5fa;
|
|
31826
|
-
}
|
|
31827
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31828
|
-
height: auto;
|
|
31829
|
-
color: #00122e;
|
|
31830
|
-
font-size: 12px;
|
|
31831
|
-
text-align: left;
|
|
31832
|
-
transition: none;
|
|
31833
|
-
overflow: hidden;
|
|
31834
|
-
text-overflow: ellipsis;
|
|
31835
|
-
white-space: nowrap;
|
|
31836
|
-
}
|
|
31837
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31838
|
-
color: #0096ff;
|
|
31839
|
-
}
|
|
31840
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31841
|
-
overflow: hidden;
|
|
31842
|
-
text-overflow: ellipsis;
|
|
31843
|
-
width: 100%;
|
|
31844
|
-
vertical-align: middle;
|
|
31845
|
-
}
|
|
31846
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31847
|
-
line-height: 0px;
|
|
31848
|
-
}
|
|
31849
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31850
|
-
padding-right: 25px;
|
|
31851
|
-
}
|
|
31852
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31853
|
-
border-top-color: transparent;
|
|
31854
|
-
}
|
|
31855
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31856
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31857
|
-
border-color: transparent transparent white;
|
|
31858
|
-
}
|
|
31859
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31860
|
-
border-radius: 8px 0 0 8px;
|
|
31861
|
-
}
|
|
31862
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31863
|
-
border-radius: 8px 0 0 8px;
|
|
31864
|
-
}
|
|
31865
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31866
|
-
content: "";
|
|
31867
|
-
width: 4px;
|
|
31868
|
-
top: -1px;
|
|
31869
|
-
bottom: -1px;
|
|
31870
|
-
background: white;
|
|
31871
|
-
}
|
|
31872
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31873
|
-
border-radius: 0 8px 8px 0;
|
|
31874
|
-
}
|
|
31875
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31876
|
-
border-radius: 0;
|
|
31877
|
-
background: white;
|
|
31878
|
-
border-top: none;
|
|
31879
|
-
}
|
|
31880
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31881
|
-
border-top: 1px solid transparent;
|
|
31882
|
-
border-radius: 0 8px 8px 0;
|
|
31883
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31884
|
-
}
|
|
31885
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31886
|
-
background: white;
|
|
31887
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31888
|
-
}
|
|
31889
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31890
|
-
display: flex;
|
|
31891
|
-
align-items: center;
|
|
31892
|
-
height: 100%;
|
|
31893
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31894
|
-
}
|
|
31895
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31896
|
-
background: white;
|
|
31897
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31898
|
-
}
|
|
31899
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31900
|
-
display: flex;
|
|
31901
|
-
align-items: center;
|
|
31902
|
-
height: 100%;
|
|
31903
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31472
|
+
font-weight: 500;
|
|
31473
|
+
font-size: 12px;
|
|
31474
|
+
line-height: 18px;
|
|
31904
31475
|
}
|
|
31905
|
-
|
|
31906
|
-
|
|
31476
|
+
|
|
31477
|
+
.l1r8o3vv {
|
|
31478
|
+
font-family: Inter;
|
|
31479
|
+
font-style: normal;
|
|
31480
|
+
font-weight: bold;
|
|
31481
|
+
font-size: 12px;
|
|
31482
|
+
line-height: 18px;
|
|
31907
31483
|
}
|
|
31908
|
-
|
|
31909
|
-
|
|
31910
|
-
|
|
31484
|
+
|
|
31485
|
+
.lemnjy2 {
|
|
31486
|
+
font-family: Inter;
|
|
31487
|
+
font-style: normal;
|
|
31488
|
+
font-weight: normal;
|
|
31489
|
+
text-transform: uppercase;
|
|
31490
|
+
font-feature-settings: "cpsp" on;
|
|
31491
|
+
font-size: 12px;
|
|
31492
|
+
line-height: 18px;
|
|
31911
31493
|
}
|
|
31912
|
-
|
|
31913
|
-
|
|
31494
|
+
|
|
31495
|
+
.lrc42gb {
|
|
31496
|
+
font-family: Inter;
|
|
31497
|
+
font-style: normal;
|
|
31498
|
+
font-weight: bold;
|
|
31499
|
+
text-transform: uppercase;
|
|
31500
|
+
font-feature-settings: "cpsp" on;
|
|
31501
|
+
font-size: 12px;
|
|
31502
|
+
line-height: 18px;
|
|
31914
31503
|
}
|
|
31915
|
-
|
|
31916
|
-
|
|
31917
|
-
|
|
31918
|
-
|
|
31504
|
+
|
|
31505
|
+
.fqaz4mb {
|
|
31506
|
+
font-family: Inter;
|
|
31507
|
+
font-style: normal;
|
|
31508
|
+
font-weight: normal;
|
|
31509
|
+
font-size: 13px;
|
|
31510
|
+
line-height: 20px;
|
|
31919
31511
|
}
|
|
31920
|
-
|
|
31921
|
-
|
|
31512
|
+
|
|
31513
|
+
.f13we5o {
|
|
31514
|
+
font-family: Inter;
|
|
31515
|
+
font-style: normal;
|
|
31516
|
+
font-weight: normal;
|
|
31517
|
+
font-size: 13px;
|
|
31518
|
+
line-height: 20px;
|
|
31922
31519
|
}
|
|
31923
|
-
|
|
31924
|
-
|
|
31520
|
+
|
|
31521
|
+
.ffmjua2 {
|
|
31522
|
+
font-family: Inter;
|
|
31523
|
+
font-style: normal;
|
|
31524
|
+
font-weight: normal;
|
|
31525
|
+
font-size: 12px;
|
|
31526
|
+
line-height: 18px;
|
|
31925
31527
|
}
|
|
31926
|
-
|
|
31927
|
-
|
|
31528
|
+
|
|
31529
|
+
.fz2mxw0 {
|
|
31530
|
+
font-family: Inter;
|
|
31531
|
+
font-style: normal;
|
|
31532
|
+
font-weight: normal;
|
|
31533
|
+
font-size: 12px;
|
|
31534
|
+
line-height: 18px;
|
|
31928
31535
|
}
|
|
31929
|
-
|
|
31930
|
-
|
|
31931
|
-
font-
|
|
31932
|
-
|
|
31933
|
-
|
|
31934
|
-
|
|
31935
|
-
|
|
31936
|
-
|
|
31536
|
+
|
|
31537
|
+
.t1ertzoh {
|
|
31538
|
+
font-family: Inter;
|
|
31539
|
+
font-style: normal;
|
|
31540
|
+
font-weight: normal;
|
|
31541
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31542
|
+
font-size: 13px;
|
|
31543
|
+
line-height: 20px;
|
|
31937
31544
|
}
|
|
31938
|
-
|
|
31939
|
-
|
|
31940
|
-
|
|
31941
|
-
|
|
31942
|
-
|
|
31943
|
-
|
|
31944
|
-
|
|
31945
|
-
|
|
31545
|
+
|
|
31546
|
+
.t19bge8r {
|
|
31547
|
+
font-family: Inter;
|
|
31548
|
+
font-style: normal;
|
|
31549
|
+
font-weight: normal;
|
|
31550
|
+
font-feature-settings: "zero" on;
|
|
31551
|
+
font-size: 13px;
|
|
31552
|
+
line-height: 20px;
|
|
31946
31553
|
}
|
|
31947
|
-
|
|
31948
|
-
|
|
31554
|
+
|
|
31555
|
+
.tjrzfyl {
|
|
31556
|
+
font-family: Inter;
|
|
31557
|
+
font-style: normal;
|
|
31558
|
+
font-weight: normal;
|
|
31559
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31560
|
+
font-size: 12px;
|
|
31561
|
+
line-height: 18px;
|
|
31949
31562
|
}
|
|
31950
|
-
|
|
31951
|
-
|
|
31563
|
+
|
|
31564
|
+
.tm6s7bo {
|
|
31565
|
+
font-family: Inter;
|
|
31566
|
+
font-style: normal;
|
|
31567
|
+
font-weight: 500;
|
|
31568
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31569
|
+
font-size: 12px;
|
|
31570
|
+
line-height: 18px;
|
|
31952
31571
|
}
|
|
31953
|
-
|
|
31954
|
-
|
|
31955
|
-
|
|
31956
|
-
|
|
31957
|
-
|
|
31572
|
+
|
|
31573
|
+
.t19zq6ic {
|
|
31574
|
+
font-family: Inter;
|
|
31575
|
+
font-style: normal;
|
|
31576
|
+
font-weight: normal;
|
|
31577
|
+
font-feature-settings: "zero" on;
|
|
31578
|
+
font-size: 12px;
|
|
31579
|
+
line-height: 18px;
|
|
31958
31580
|
}
|
|
31959
|
-
|
|
31960
|
-
|
|
31961
|
-
|
|
31962
|
-
|
|
31581
|
+
|
|
31582
|
+
.t1gduru8 {
|
|
31583
|
+
font-family: Inter;
|
|
31584
|
+
font-style: normal;
|
|
31585
|
+
font-weight: 500;
|
|
31586
|
+
font-feature-settings: "zero" on;
|
|
31587
|
+
font-size: 12px;
|
|
31588
|
+
line-height: 18px;
|
|
31963
31589
|
}
|
|
31964
|
-
|
|
31965
|
-
|
|
31590
|
+
|
|
31591
|
+
.t55raab {
|
|
31592
|
+
font-family: Inter;
|
|
31593
|
+
font-style: normal;
|
|
31594
|
+
font-weight: bold;
|
|
31595
|
+
font-feature-settings: "zero" on;
|
|
31596
|
+
font-size: 16px;
|
|
31597
|
+
line-height: 24px;
|
|
31966
31598
|
}
|
|
31967
|
-
|
|
31968
|
-
|
|
31599
|
+
|
|
31600
|
+
.u1w9abfe {
|
|
31601
|
+
font-family: Inter;
|
|
31602
|
+
font-style: normal;
|
|
31603
|
+
font-weight: normal;
|
|
31604
|
+
font-size: 10px;
|
|
31605
|
+
line-height: 12px;
|
|
31969
31606
|
}
|
|
31970
|
-
|
|
31971
|
-
|
|
31972
|
-
|
|
31973
|
-
top: 50%;
|
|
31974
|
-
transform: translateY(-50%);
|
|
31975
|
-
height: 16px;
|
|
31976
|
-
display: none;
|
|
31977
|
-
transition: transform 320ms ease;
|
|
31607
|
+
|
|
31608
|
+
.s1fc623g {
|
|
31609
|
+
width: 430px !important;
|
|
31978
31610
|
}
|
|
31979
|
-
|
|
31980
|
-
|
|
31981
|
-
|
|
31611
|
+
|
|
31612
|
+
.da3mx0o .ant-select-item-group {
|
|
31613
|
+
padding: 8px 16px;
|
|
31614
|
+
line-height: 18px;
|
|
31615
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31616
|
+
height: 34px;
|
|
31617
|
+
min-height: 34px;
|
|
31618
|
+
box-sizing: border-box;
|
|
31619
|
+
margin-top: 8px;
|
|
31982
31620
|
}
|
|
31983
|
-
|
|
31984
|
-
|
|
31621
|
+
|
|
31622
|
+
.onr9gzt {
|
|
31623
|
+
display: flex;
|
|
31624
|
+
flex-direction: column;
|
|
31625
|
+
margin: 1px 8px;
|
|
31626
|
+
padding: 8px;
|
|
31627
|
+
border-radius: 4px;
|
|
31985
31628
|
}
|
|
31986
|
-
.
|
|
31629
|
+
.onr9gzt .selected-icon {
|
|
31987
31630
|
display: none;
|
|
31988
31631
|
}
|
|
31989
|
-
.
|
|
31990
|
-
|
|
31632
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31633
|
+
padding-left: 8px;
|
|
31991
31634
|
}
|
|
31992
|
-
.
|
|
31993
|
-
|
|
31635
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31636
|
+
background-color: white;
|
|
31994
31637
|
}
|
|
31995
|
-
.
|
|
31996
|
-
|
|
31638
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31639
|
+
color: #0080ff;
|
|
31997
31640
|
}
|
|
31998
|
-
.
|
|
31641
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31999
31642
|
display: block;
|
|
32000
31643
|
}
|
|
32001
|
-
.
|
|
32002
|
-
|
|
32003
|
-
}
|
|
32004
|
-
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
32005
|
-
padding: 0 !important;
|
|
32006
|
-
}
|
|
32007
|
-
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
32008
|
-
position: absolute;
|
|
32009
|
-
left: 50%;
|
|
32010
|
-
top: 50%;
|
|
32011
|
-
transform: translate(-50%, -50%);
|
|
32012
|
-
}
|
|
32013
|
-
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
32014
|
-
display: none;
|
|
32015
|
-
}
|
|
32016
|
-
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
32017
|
-
background: #fff;
|
|
31644
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31645
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32018
31646
|
}
|
|
32019
|
-
.
|
|
32020
|
-
|
|
31647
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31648
|
+
color: #0080ff;
|
|
32021
31649
|
}
|
|
32022
|
-
.
|
|
32023
|
-
|
|
32024
|
-
|
|
32025
|
-
background: inherit !important;
|
|
32026
|
-
height: 100px;
|
|
32027
|
-
vertical-align: middle;
|
|
31650
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31651
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31652
|
+
color: #0080ff;
|
|
32028
31653
|
}
|
|
32029
|
-
|
|
32030
|
-
.
|
|
32031
|
-
|
|
32032
|
-
|
|
32033
|
-
|
|
31654
|
+
|
|
31655
|
+
.oiy0apc {
|
|
31656
|
+
display: flex;
|
|
31657
|
+
justify-content: space-between;
|
|
31658
|
+
height: 20px;
|
|
31659
|
+
line-height: 20px;
|
|
32034
31660
|
}
|
|
32035
|
-
.
|
|
32036
|
-
|
|
32037
|
-
|
|
32038
|
-
|
|
31661
|
+
.oiy0apc .timezone-title {
|
|
31662
|
+
color: #2d3a56;
|
|
31663
|
+
overflow: hidden;
|
|
31664
|
+
text-overflow: ellipsis;
|
|
32039
31665
|
}
|
|
32040
|
-
|
|
32041
|
-
|
|
31666
|
+
|
|
31667
|
+
.of4y382 {
|
|
32042
31668
|
display: flex;
|
|
32043
|
-
|
|
32044
|
-
|
|
32045
|
-
|
|
31669
|
+
justify-content: space-between;
|
|
31670
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31671
|
+
height: 18px;
|
|
31672
|
+
line-height: 18px;
|
|
31673
|
+
margin-top: 2px;
|
|
32046
31674
|
}
|
|
32047
|
-
|
|
32048
|
-
|
|
32049
|
-
|
|
32050
|
-
|
|
32051
|
-
|
|
32052
|
-
border-radius: 4px;
|
|
31675
|
+
|
|
31676
|
+
.t19903l9 {
|
|
31677
|
+
border: none;
|
|
31678
|
+
margin-right: 0;
|
|
31679
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32053
31680
|
}
|
|
32054
|
-
|
|
32055
|
-
|
|
31681
|
+
|
|
31682
|
+
.ohwbvxu {
|
|
31683
|
+
pointer-events: none;
|
|
31684
|
+
height: 32px;
|
|
31685
|
+
width: 100%;
|
|
31686
|
+
opacity: 0;
|
|
32056
31687
|
}
|
|
32057
31688
|
|
|
32058
31689
|
.m15dvk92 {
|
|
@@ -32088,20 +31719,44 @@ input.rrg1fkn.ant-input {
|
|
|
32088
31719
|
padding: 8px 12px;
|
|
32089
31720
|
}
|
|
32090
31721
|
|
|
32091
|
-
.
|
|
32092
|
-
color:
|
|
32093
|
-
|
|
31722
|
+
.c1bus5hc {
|
|
31723
|
+
--color: white;
|
|
31724
|
+
height: 14px;
|
|
31725
|
+
width: 14px;
|
|
31726
|
+
border-radius: 50%;
|
|
31727
|
+
flex-shrink: 0;
|
|
31728
|
+
display: flex;
|
|
31729
|
+
align-items: center;
|
|
31730
|
+
justify-content: center;
|
|
31731
|
+
border: 1px solid var(--color);
|
|
32094
31732
|
}
|
|
32095
|
-
.
|
|
32096
|
-
|
|
32097
|
-
|
|
32098
|
-
|
|
31733
|
+
.c1bus5hc .circle-inner {
|
|
31734
|
+
position: relative;
|
|
31735
|
+
height: 10px;
|
|
31736
|
+
width: 10px;
|
|
31737
|
+
border-radius: 50%;
|
|
31738
|
+
overflow: hidden;
|
|
32099
31739
|
}
|
|
32100
|
-
.
|
|
32101
|
-
|
|
31740
|
+
.c1bus5hc .circle-content {
|
|
31741
|
+
position: absolute;
|
|
31742
|
+
height: 100%;
|
|
31743
|
+
width: 100%;
|
|
31744
|
+
left: 0;
|
|
31745
|
+
top: 0;
|
|
31746
|
+
border-radius: 50%;
|
|
31747
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31748
|
+
transform: rotate(180deg);
|
|
32102
31749
|
}
|
|
32103
|
-
.
|
|
32104
|
-
|
|
31750
|
+
.c1bus5hc .circle-child {
|
|
31751
|
+
position: absolute;
|
|
31752
|
+
height: 100%;
|
|
31753
|
+
width: 100%;
|
|
31754
|
+
left: 0;
|
|
31755
|
+
top: 0;
|
|
31756
|
+
margin-left: 50%;
|
|
31757
|
+
transform-origin: left;
|
|
31758
|
+
background: white;
|
|
31759
|
+
transform: rotate(0deg);
|
|
32105
31760
|
}
|
|
32106
31761
|
|
|
32107
31762
|
.c1uzzomf {
|
|
@@ -32133,33 +31788,20 @@ input.rrg1fkn.ant-input {
|
|
|
32133
31788
|
text-overflow: ellipsis;
|
|
32134
31789
|
}
|
|
32135
31790
|
|
|
32136
|
-
.
|
|
32137
|
-
|
|
32138
|
-
|
|
32139
|
-
}
|
|
32140
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32141
|
-
padding-top: 0px;
|
|
32142
|
-
padding-bottom: 0px;
|
|
32143
|
-
padding-left: 0px !important;
|
|
32144
|
-
padding-right: 24px;
|
|
32145
|
-
}
|
|
32146
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32147
|
-
right: 0px;
|
|
32148
|
-
}
|
|
32149
|
-
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32150
|
-
padding: 0px;
|
|
31791
|
+
.berrcjl {
|
|
31792
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31793
|
+
margin-bottom: 4px;
|
|
32151
31794
|
}
|
|
32152
|
-
|
|
32153
|
-
|
|
32154
|
-
|
|
32155
|
-
|
|
31795
|
+
.berrcjl .breadcrumb-link {
|
|
31796
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31797
|
+
cursor: pointer;
|
|
31798
|
+
transition: color 160ms ease;
|
|
32156
31799
|
}
|
|
32157
|
-
|
|
32158
|
-
|
|
32159
|
-
border-radius: 8px;
|
|
31800
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31801
|
+
color: #0080ff;
|
|
32160
31802
|
}
|
|
32161
|
-
.
|
|
32162
|
-
|
|
31803
|
+
.berrcjl .breadcrumb-link:active {
|
|
31804
|
+
color: #005ed1;
|
|
32163
31805
|
}
|
|
32164
31806
|
|
|
32165
31807
|
.c198s9j3 {
|
|
@@ -32233,20 +31875,33 @@ input.rrg1fkn.ant-input {
|
|
|
32233
31875
|
margin-left: 24px;
|
|
32234
31876
|
}
|
|
32235
31877
|
|
|
32236
|
-
.
|
|
32237
|
-
|
|
32238
|
-
|
|
32239
|
-
|
|
32240
|
-
|
|
32241
|
-
|
|
32242
|
-
|
|
32243
|
-
|
|
32244
|
-
|
|
32245
|
-
|
|
31878
|
+
.cav9p2m .ant-collapse-item {
|
|
31879
|
+
border: 0px;
|
|
31880
|
+
background-color: #fff;
|
|
31881
|
+
}
|
|
31882
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
31883
|
+
padding-top: 0px;
|
|
31884
|
+
padding-bottom: 0px;
|
|
31885
|
+
padding-left: 0px !important;
|
|
31886
|
+
padding-right: 24px;
|
|
31887
|
+
}
|
|
31888
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31889
|
+
right: 0px;
|
|
31890
|
+
}
|
|
31891
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31892
|
+
padding: 0px;
|
|
32246
31893
|
}
|
|
32247
31894
|
|
|
32248
|
-
.
|
|
32249
|
-
|
|
31895
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
31896
|
+
padding-right: 0px;
|
|
31897
|
+
cursor: default;
|
|
31898
|
+
}
|
|
31899
|
+
|
|
31900
|
+
.c10crapj {
|
|
31901
|
+
border-radius: 8px;
|
|
31902
|
+
}
|
|
31903
|
+
.c10crapj .ant-card-body {
|
|
31904
|
+
padding: 20px 24px 24px 24px;
|
|
32250
31905
|
}
|
|
32251
31906
|
|
|
32252
31907
|
.o8ocss1 {
|
|
@@ -32258,6 +31913,14 @@ input.rrg1fkn.ant-input {
|
|
|
32258
31913
|
white-space: nowrap;
|
|
32259
31914
|
}
|
|
32260
31915
|
|
|
31916
|
+
.t3qomhu {
|
|
31917
|
+
margin: 0 2px;
|
|
31918
|
+
}
|
|
31919
|
+
|
|
31920
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
31921
|
+
display: flex;
|
|
31922
|
+
}
|
|
31923
|
+
|
|
32261
31924
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32262
31925
|
border-radius: 6px;
|
|
32263
31926
|
}
|
|
@@ -32399,10 +32062,6 @@ input.rrg1fkn.ant-input {
|
|
|
32399
32062
|
display: inline-block;
|
|
32400
32063
|
}
|
|
32401
32064
|
|
|
32402
|
-
.t19ustft .date {
|
|
32403
|
-
margin-right: 4px;
|
|
32404
|
-
}
|
|
32405
|
-
|
|
32406
32065
|
.s1uupxds {
|
|
32407
32066
|
padding: 0 8px;
|
|
32408
32067
|
border-radius: 4px;
|
|
@@ -32485,6 +32144,59 @@ input.rrg1fkn.ant-input {
|
|
|
32485
32144
|
background-color: #7E41FF;
|
|
32486
32145
|
}
|
|
32487
32146
|
|
|
32147
|
+
.t19ustft .date {
|
|
32148
|
+
margin-right: 4px;
|
|
32149
|
+
}
|
|
32150
|
+
|
|
32151
|
+
.l4bld33 {
|
|
32152
|
+
width: 64px;
|
|
32153
|
+
height: 64px;
|
|
32154
|
+
display: flex;
|
|
32155
|
+
align-items: center;
|
|
32156
|
+
justify-content: center;
|
|
32157
|
+
position: relative;
|
|
32158
|
+
opacity: 0.2;
|
|
32159
|
+
}
|
|
32160
|
+
|
|
32161
|
+
.lgitjoj {
|
|
32162
|
+
position: absolute;
|
|
32163
|
+
width: 5px;
|
|
32164
|
+
height: 48px;
|
|
32165
|
+
left: 9.33px;
|
|
32166
|
+
top: 40.5px;
|
|
32167
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32168
|
+
border-radius: 5px;
|
|
32169
|
+
transform: rotate(-128deg);
|
|
32170
|
+
transform-origin: top left;
|
|
32171
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32172
|
+
}
|
|
32173
|
+
|
|
32174
|
+
.l13g0exg {
|
|
32175
|
+
position: absolute;
|
|
32176
|
+
width: 5px;
|
|
32177
|
+
height: 48px;
|
|
32178
|
+
left: 40.8px;
|
|
32179
|
+
top: 8.4px;
|
|
32180
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32181
|
+
border-radius: 5px;
|
|
32182
|
+
transform: rotate(-8deg);
|
|
32183
|
+
transform-origin: top left;
|
|
32184
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32185
|
+
}
|
|
32186
|
+
|
|
32187
|
+
.l1exo3h6 {
|
|
32188
|
+
position: absolute;
|
|
32189
|
+
width: 5px;
|
|
32190
|
+
height: 48px;
|
|
32191
|
+
left: 52.9px;
|
|
32192
|
+
top: 51.8px;
|
|
32193
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32194
|
+
border-radius: 5px;
|
|
32195
|
+
transform: rotate(112deg);
|
|
32196
|
+
transform-origin: top left;
|
|
32197
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32198
|
+
}
|
|
32199
|
+
|
|
32488
32200
|
.m1thnes4 {
|
|
32489
32201
|
color: rgba(44, 56, 82, 0.6);
|
|
32490
32202
|
text-align: center;
|
|
@@ -32905,22 +32617,6 @@ input.rrg1fkn.ant-input {
|
|
|
32905
32617
|
margin-right: 2px;
|
|
32906
32618
|
}
|
|
32907
32619
|
|
|
32908
|
-
.rrwcpby {
|
|
32909
|
-
display: flex;
|
|
32910
|
-
align-items: center;
|
|
32911
|
-
}
|
|
32912
|
-
.rrwcpby .order {
|
|
32913
|
-
height: 24px;
|
|
32914
|
-
width: 24px;
|
|
32915
|
-
border-radius: 20px;
|
|
32916
|
-
color: #0080ff;
|
|
32917
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32918
|
-
display: flex;
|
|
32919
|
-
align-items: center;
|
|
32920
|
-
justify-content: center;
|
|
32921
|
-
margin-right: 6px;
|
|
32922
|
-
}
|
|
32923
|
-
|
|
32924
32620
|
.bab9xum {
|
|
32925
32621
|
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);
|
|
32926
32622
|
}
|
|
@@ -32938,6 +32634,22 @@ input.rrg1fkn.ant-input {
|
|
|
32938
32634
|
transform: translateY(-4px);
|
|
32939
32635
|
}
|
|
32940
32636
|
|
|
32637
|
+
.rrwcpby {
|
|
32638
|
+
display: flex;
|
|
32639
|
+
align-items: center;
|
|
32640
|
+
}
|
|
32641
|
+
.rrwcpby .order {
|
|
32642
|
+
height: 24px;
|
|
32643
|
+
width: 24px;
|
|
32644
|
+
border-radius: 20px;
|
|
32645
|
+
color: #0080ff;
|
|
32646
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32647
|
+
display: flex;
|
|
32648
|
+
align-items: center;
|
|
32649
|
+
justify-content: center;
|
|
32650
|
+
margin-right: 6px;
|
|
32651
|
+
}
|
|
32652
|
+
|
|
32941
32653
|
.tc40oxa {
|
|
32942
32654
|
margin-bottom: 4px;
|
|
32943
32655
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33162,6 +32874,11 @@ input.rrg1fkn.ant-input {
|
|
|
33162
32874
|
min-height: 0px;
|
|
33163
32875
|
}
|
|
33164
32876
|
|
|
32877
|
+
.iwsze0q {
|
|
32878
|
+
margin-right: 4px;
|
|
32879
|
+
height: 16px;
|
|
32880
|
+
}
|
|
32881
|
+
|
|
33165
32882
|
.sut42l0 {
|
|
33166
32883
|
padding: 0 8px;
|
|
33167
32884
|
height: 18px;
|
|
@@ -33181,6 +32898,13 @@ input.rrg1fkn.ant-input {
|
|
|
33181
32898
|
height: 16px;
|
|
33182
32899
|
}
|
|
33183
32900
|
|
|
32901
|
+
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
32902
|
+
font-weight: 700;
|
|
32903
|
+
color: #00122e;
|
|
32904
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
32905
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
32906
|
+
}
|
|
32907
|
+
|
|
33184
32908
|
.w1xcixj5.outside-tag {
|
|
33185
32909
|
padding-left: 0;
|
|
33186
32910
|
}
|
|
@@ -33190,11 +32914,6 @@ input.rrg1fkn.ant-input {
|
|
|
33190
32914
|
margin-right: 4px;
|
|
33191
32915
|
}
|
|
33192
32916
|
|
|
33193
|
-
.iwsze0q {
|
|
33194
|
-
margin-right: 4px;
|
|
33195
|
-
height: 16px;
|
|
33196
|
-
}
|
|
33197
|
-
|
|
33198
32917
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33199
32918
|
display: var(--at4ovwe-0);
|
|
33200
32919
|
}
|