@cloudtower/eagle 0.27.1-beta.1 → 0.27.1-dry
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Fields/FieldsString/FieldsString.stories.d.ts +1 -1
- package/dist/components/Loading/style.d.ts +4 -0
- package/dist/components/Metric/metric.d.ts +1 -1
- package/dist/components.css +800 -932
- package/dist/core/StepProgress/StepProgress.stories.d.ts +8 -0
- package/dist/core/StepProgress/index.d.ts +3 -0
- package/dist/coreX/CronPlan/CronPlan.stories.d.ts +9 -0
- package/dist/coreX/CronPlan/index.d.ts +18 -0
- package/dist/coreX/SwitchWithText/SwitchWithText.stories.d.ts +9 -0
- package/dist/coreX/SwitchWithText/__tests__/h5_css.test.d.ts +1 -0
- package/dist/coreX/SwitchWithText/index.d.ts +4 -0
- package/dist/esm/index.js +2146 -1115
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +23 -1
- package/dist/spec/type.d.ts +6 -0
- package/dist/style.css +645 -777
- package/dist/umd/index.js +2147 -1117
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/__test__/compute.spec.d.ts +1 -0
- package/dist/utils/__test__/cron-time.spec.d.ts +1 -0
- package/dist/utils/__test__/time.spec.d.ts +1 -0
- package/dist/utils/compute.d.ts +1 -0
- package/dist/utils/cron-time.d.ts +65 -0
- package/dist/utils/icon.d.ts +2 -1
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/time.d.ts +25 -0
- package/package.json +6 -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;
|
|
@@ -28467,291 +28371,21 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28467
28371
|
top: 51.8px;
|
|
28468
28372
|
}
|
|
28469
28373
|
50% {
|
|
28470
|
-
height: 5px;
|
|
28471
|
-
left: 52.9px;
|
|
28472
|
-
top: 51.8px;
|
|
28473
|
-
}
|
|
28474
|
-
51% {
|
|
28475
|
-
height: 5px;
|
|
28476
|
-
left: 13px;
|
|
28477
|
-
top: 35.7px;
|
|
28478
|
-
}
|
|
28479
|
-
100% {
|
|
28480
|
-
height: 48px;
|
|
28481
|
-
left: 52.9px;
|
|
28482
|
-
top: 51.8px;
|
|
28483
|
-
}
|
|
28484
|
-
}
|
|
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
|
-
.ant-dropdown,
|
|
28533
|
-
.ant-dropdown-menu-submenu {
|
|
28534
|
-
background: #fff;
|
|
28535
|
-
border-radius: 3px;
|
|
28536
|
-
min-width: 130px;
|
|
28537
|
-
box-sizing: content-box !important;
|
|
28538
|
-
box-shadow: none;
|
|
28539
|
-
border: none;
|
|
28540
|
-
}
|
|
28541
|
-
.ant-dropdown > .ant-dropdown-menu,
|
|
28542
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu {
|
|
28543
|
-
border: 1px solid #dfe4eb;
|
|
28544
|
-
box-shadow: 0px 8px 16px rgba(129, 138, 153, 0.18), 0px 0px 4px rgba(235, 239, 245, 0.6);
|
|
28545
|
-
}
|
|
28546
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-group-title,
|
|
28547
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-group-title {
|
|
28548
|
-
font-family: Inter;
|
|
28549
|
-
font-style: normal;
|
|
28550
|
-
font-weight: normal;
|
|
28551
|
-
text-transform: uppercase;
|
|
28552
|
-
font-feature-settings: "cpsp" on;
|
|
28553
|
-
font-size: 12px;
|
|
28554
|
-
line-height: 18px;
|
|
28555
|
-
padding: 4px 16px;
|
|
28556
|
-
color: rgba(129, 138, 153, 0.6);
|
|
28557
|
-
}
|
|
28558
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-group-list,
|
|
28559
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-group-list {
|
|
28560
|
-
margin: 0;
|
|
28561
|
-
}
|
|
28562
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item,
|
|
28563
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
28564
|
-
min-width: 128px;
|
|
28565
|
-
}
|
|
28566
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item,
|
|
28567
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title,
|
|
28568
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item,
|
|
28569
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title {
|
|
28570
|
-
display: flex;
|
|
28571
|
-
padding: 4px 22px 4px 10px;
|
|
28572
|
-
font-family: Inter;
|
|
28573
|
-
font-style: normal;
|
|
28574
|
-
font-weight: normal;
|
|
28575
|
-
font-size: 14px;
|
|
28576
|
-
line-height: 22px;
|
|
28577
|
-
color: #2d3a56;
|
|
28578
|
-
}
|
|
28579
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover,
|
|
28580
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title:not(.ant-dropdown-menu-item-disabled):hover,
|
|
28581
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover,
|
|
28582
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title:not(.ant-dropdown-menu-item-disabled):hover {
|
|
28583
|
-
background-color: rgba(0, 128, 255, 0.1);
|
|
28584
|
-
color: #005ed1;
|
|
28585
|
-
}
|
|
28586
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
|
|
28587
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled,
|
|
28588
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-disabled,
|
|
28589
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-disabled {
|
|
28590
|
-
opacity: 0.5;
|
|
28591
|
-
}
|
|
28592
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger,
|
|
28593
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger,
|
|
28594
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger,
|
|
28595
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger {
|
|
28596
|
-
color: #f0483e;
|
|
28597
|
-
}
|
|
28598
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover,
|
|
28599
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger:hover,
|
|
28600
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover,
|
|
28601
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-danger:hover {
|
|
28602
|
-
background-color: rgba(240, 72, 62, 0.1);
|
|
28603
|
-
color: #f0483e;
|
|
28604
|
-
}
|
|
28605
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item.item-danger-disabled,
|
|
28606
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.item-danger-disabled,
|
|
28607
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item.item-danger-disabled,
|
|
28608
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title.item-danger-disabled {
|
|
28609
|
-
color: #f0483e;
|
|
28610
|
-
opacity: 0.5;
|
|
28611
|
-
}
|
|
28612
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-item-divider,
|
|
28613
|
-
.ant-dropdown > .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider,
|
|
28614
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-item-divider,
|
|
28615
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .ant-dropdown-menu-submenu-title-divider {
|
|
28616
|
-
margin-left: 0;
|
|
28617
|
-
margin-right: 0;
|
|
28618
|
-
background: rgba(213, 219, 227, 0.6);
|
|
28619
|
-
}
|
|
28620
|
-
.ant-dropdown > .ant-dropdown-menu .icon-wrapper,
|
|
28621
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .icon-wrapper {
|
|
28622
|
-
display: flex;
|
|
28623
|
-
width: 100%;
|
|
28624
|
-
}
|
|
28625
|
-
.ant-dropdown > .ant-dropdown-menu .icon-wrapper .icon-inner,
|
|
28626
|
-
.ant-dropdown-menu-submenu > .ant-dropdown-menu .icon-wrapper .icon-inner {
|
|
28627
|
-
margin-right: 4px;
|
|
28628
|
-
}
|
|
28629
|
-
|
|
28630
|
-
.ant-dropdown-menu-submenu.ant-dropdown-menu {
|
|
28631
|
-
padding: 0;
|
|
28632
|
-
}
|
|
28633
|
-
.ant-dropdown-menu-submenu.ant-dropdown-menu > [role=menu] {
|
|
28634
|
-
margin: 0;
|
|
28635
|
-
}
|
|
28636
|
-
|
|
28637
|
-
.ant-dropdown.no-animation-enter {
|
|
28638
|
-
display: block;
|
|
28639
|
-
opacity: 1 !important;
|
|
28640
|
-
}
|
|
28641
|
-
|
|
28642
|
-
.ant-dropdown.no-animation-leave {
|
|
28643
|
-
display: none;
|
|
28644
|
-
}
|
|
28645
|
-
|
|
28646
|
-
.ant-message-notice-content {
|
|
28647
|
-
max-width: 800px;
|
|
28648
|
-
}
|
|
28649
|
-
.ant-message-notice-content .ant-message-custom-content {
|
|
28650
|
-
overflow: hidden;
|
|
28651
|
-
white-space: nowrap;
|
|
28652
|
-
text-overflow: ellipsis;
|
|
28653
|
-
}
|
|
28654
|
-
|
|
28655
|
-
#top_bar {
|
|
28656
|
-
display: flex;
|
|
28657
|
-
align-items: center;
|
|
28658
|
-
justify-content: space-between;
|
|
28659
|
-
background: #222;
|
|
28660
|
-
color: #cec17e;
|
|
28661
|
-
height: 36px;
|
|
28662
|
-
padding: 0 4px;
|
|
28663
|
-
}
|
|
28664
|
-
|
|
28665
|
-
#shortcuts {
|
|
28666
|
-
padding: 4px 6px;
|
|
28667
|
-
color: #eee;
|
|
28668
|
-
cursor: pointer;
|
|
28669
|
-
outline: none;
|
|
28670
|
-
border-radius: 2px;
|
|
28671
|
-
border: 0;
|
|
28672
|
-
background: #525252;
|
|
28673
|
-
position: relative;
|
|
28674
|
-
}
|
|
28675
|
-
|
|
28676
|
-
#shortcuts ul {
|
|
28677
|
-
display: none;
|
|
28678
|
-
position: absolute;
|
|
28679
|
-
right: 0px;
|
|
28680
|
-
top: 30px;
|
|
28681
|
-
word-wrap: none;
|
|
28682
|
-
white-space: nowrap;
|
|
28683
|
-
}
|
|
28684
|
-
|
|
28685
|
-
#shortcuts:hover ul {
|
|
28686
|
-
display: inherit;
|
|
28687
|
-
}
|
|
28688
|
-
|
|
28689
|
-
#sendCtrlAltDelButton {
|
|
28690
|
-
padding: 4px 6px;
|
|
28691
|
-
color: #eee;
|
|
28692
|
-
cursor: pointer;
|
|
28693
|
-
outline: none;
|
|
28694
|
-
border-radius: 2px;
|
|
28695
|
-
border: 0;
|
|
28696
|
-
background: #525252;
|
|
28697
|
-
opacity: 0.8;
|
|
28698
|
-
}
|
|
28699
|
-
|
|
28700
|
-
#sendCtrlAltDelButton:hover {
|
|
28701
|
-
opacity: 1;
|
|
28702
|
-
}
|
|
28703
|
-
|
|
28704
|
-
#screen canvas {
|
|
28705
|
-
margin-top: 0 !important;
|
|
28374
|
+
height: 5px;
|
|
28375
|
+
left: 52.9px;
|
|
28376
|
+
top: 51.8px;
|
|
28377
|
+
}
|
|
28378
|
+
51% {
|
|
28379
|
+
height: 5px;
|
|
28380
|
+
left: 13px;
|
|
28381
|
+
top: 35.7px;
|
|
28382
|
+
}
|
|
28383
|
+
100% {
|
|
28384
|
+
height: 48px;
|
|
28385
|
+
left: 52.9px;
|
|
28386
|
+
top: 51.8px;
|
|
28387
|
+
}
|
|
28706
28388
|
}
|
|
28707
|
-
|
|
28708
|
-
/* // basic */
|
|
28709
|
-
/* FishEye Color Variables and Functions */
|
|
28710
|
-
/*
|
|
28711
|
-
--------------------------- Primary Color ---------------------------
|
|
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
28389
|
.ant-dropdown,
|
|
28756
28390
|
.ant-dropdown-menu-submenu {
|
|
28757
28391
|
background: #fff;
|
|
@@ -28875,23 +28509,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28875
28509
|
text-overflow: ellipsis;
|
|
28876
28510
|
}
|
|
28877
28511
|
|
|
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
28512
|
.disable-select {
|
|
28896
28513
|
-webkit-touch-callout: none;
|
|
28897
28514
|
-webkit-user-select: none;
|
|
@@ -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,68 +29808,6 @@ html body {
|
|
|
30177
29808
|
padding: 0;
|
|
30178
29809
|
}
|
|
30179
29810
|
|
|
30180
|
-
.bpq0js6 {
|
|
30181
|
-
padding: 4px 11px;
|
|
30182
|
-
}
|
|
30183
|
-
|
|
30184
|
-
.b15sn34c {
|
|
30185
|
-
white-space: nowrap;
|
|
30186
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30187
|
-
}
|
|
30188
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30189
|
-
--color: #0080ff;
|
|
30190
|
-
}
|
|
30191
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30192
|
-
--color: #0080ff;
|
|
30193
|
-
}
|
|
30194
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30195
|
-
margin-left: 1px;
|
|
30196
|
-
}
|
|
30197
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30198
|
-
border-top-right-radius: 0;
|
|
30199
|
-
border-bottom-right-radius: 0;
|
|
30200
|
-
}
|
|
30201
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30202
|
-
border-top-left-radius: 0;
|
|
30203
|
-
border-bottom-left-radius: 0;
|
|
30204
|
-
}
|
|
30205
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30206
|
-
border-radius: unset;
|
|
30207
|
-
}
|
|
30208
|
-
|
|
30209
|
-
.fde5mpd {
|
|
30210
|
-
width: 100%;
|
|
30211
|
-
height: 100%;
|
|
30212
|
-
min-height: 124px;
|
|
30213
|
-
display: flex;
|
|
30214
|
-
flex-direction: column;
|
|
30215
|
-
justify-content: center;
|
|
30216
|
-
align-items: center;
|
|
30217
|
-
}
|
|
30218
|
-
.fde5mpd .error-text {
|
|
30219
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30220
|
-
margin-bottom: 16px;
|
|
30221
|
-
font-size: 18px;
|
|
30222
|
-
}
|
|
30223
|
-
|
|
30224
|
-
.i1mrf09m {
|
|
30225
|
-
display: inline-flex;
|
|
30226
|
-
align-items: center;
|
|
30227
|
-
}
|
|
30228
|
-
.i1mrf09m .icon-inner {
|
|
30229
|
-
display: inline-flex;
|
|
30230
|
-
align-items: center;
|
|
30231
|
-
justify-content: center;
|
|
30232
|
-
}
|
|
30233
|
-
.i1mrf09m .icon-inner + span,
|
|
30234
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
30235
|
-
margin-left: 4px;
|
|
30236
|
-
}
|
|
30237
|
-
.i1mrf09m.is-rotate img,
|
|
30238
|
-
.i1mrf09m.is-rotate svg {
|
|
30239
|
-
animation: rotate 680ms linear infinite;
|
|
30240
|
-
}
|
|
30241
|
-
|
|
30242
29811
|
.iap75of {
|
|
30243
29812
|
height: 18px;
|
|
30244
29813
|
line-height: 18px;
|
|
@@ -30318,150 +29887,74 @@ html body {
|
|
|
30318
29887
|
line-height: 18px;
|
|
30319
29888
|
}
|
|
30320
29889
|
|
|
30321
|
-
.
|
|
30322
|
-
|
|
30323
|
-
|
|
30324
|
-
|
|
30325
|
-
|
|
30326
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30327
|
-
position: relative;
|
|
30328
|
-
top: 3px;
|
|
30329
|
-
}
|
|
30330
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30331
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30332
|
-
}
|
|
30333
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30334
|
-
border-color: #0080ff;
|
|
30335
|
-
}
|
|
30336
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30337
|
-
border-color: #0080ff;
|
|
30338
|
-
background: #0080ff;
|
|
30339
|
-
}
|
|
30340
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30341
|
-
top: 4px;
|
|
30342
|
-
left: 4px;
|
|
30343
|
-
width: 6px;
|
|
30344
|
-
height: 6px;
|
|
30345
|
-
background: #fff;
|
|
30346
|
-
}
|
|
30347
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30348
|
-
opacity: 0.5;
|
|
30349
|
-
}
|
|
30350
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30351
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30352
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30353
|
-
}
|
|
30354
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30355
|
-
background: #00122e;
|
|
30356
|
-
}
|
|
30357
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30358
|
-
color: #00122e;
|
|
30359
|
-
opacity: 0.5;
|
|
30360
|
-
}
|
|
30361
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30362
|
-
color: #00122e;
|
|
30363
|
-
}
|
|
30364
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30365
|
-
display: inline-block;
|
|
30366
|
-
padding: 0;
|
|
30367
|
-
padding-left: 12px;
|
|
30368
|
-
}
|
|
30369
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30370
|
-
margin-bottom: 0;
|
|
30371
|
-
white-space: pre-wrap;
|
|
30372
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30373
|
-
}
|
|
30374
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30375
|
-
padding-left: 8px;
|
|
30376
|
-
}
|
|
30377
|
-
|
|
30378
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30379
|
-
border-radius: 5px 0 0 5px;
|
|
30380
|
-
}
|
|
30381
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30382
|
-
border-radius: 0 5px 5px 0;
|
|
30383
|
-
}
|
|
30384
|
-
|
|
30385
|
-
.r1f0aqcc {
|
|
30386
|
-
color: #00122e;
|
|
30387
|
-
border-color: #ccd4e3;
|
|
30388
|
-
}
|
|
30389
|
-
.r1f0aqcc:first-child {
|
|
30390
|
-
border-color: #a3b4cc;
|
|
30391
|
-
}
|
|
30392
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30393
|
-
padding: 0 12px;
|
|
30394
|
-
line-height: 32px;
|
|
30395
|
-
height: 32px;
|
|
30396
|
-
}
|
|
30397
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30398
|
-
white-space: nowrap;
|
|
30399
|
-
}
|
|
30400
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30401
|
-
height: 22px;
|
|
30402
|
-
padding: 0 7px;
|
|
30403
|
-
line-height: 20px;
|
|
29890
|
+
.s34f1qb.ant-switch {
|
|
29891
|
+
min-width: 40px;
|
|
29892
|
+
height: 24px;
|
|
29893
|
+
background: rgba(172, 186, 211, 0.6);
|
|
29894
|
+
overflow: hidden;
|
|
30404
29895
|
}
|
|
30405
|
-
.
|
|
30406
|
-
|
|
29896
|
+
.s34f1qb.ant-switch:focus {
|
|
29897
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30407
29898
|
}
|
|
30408
|
-
.
|
|
30409
|
-
|
|
29899
|
+
.s34f1qb.ant-switch-small {
|
|
29900
|
+
min-width: 26px;
|
|
29901
|
+
height: 16px;
|
|
30410
29902
|
}
|
|
30411
|
-
.
|
|
30412
|
-
|
|
30413
|
-
|
|
29903
|
+
.s34f1qb.ant-switch-large {
|
|
29904
|
+
min-width: 52px;
|
|
29905
|
+
height: 32px;
|
|
30414
29906
|
}
|
|
30415
|
-
.
|
|
30416
|
-
|
|
29907
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
29908
|
+
height: 20px;
|
|
29909
|
+
width: 20px;
|
|
30417
29910
|
}
|
|
30418
|
-
.
|
|
30419
|
-
border-
|
|
29911
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
29912
|
+
border-radius: 10px;
|
|
29913
|
+
transition-delay: 120ms;
|
|
30420
29914
|
}
|
|
30421
|
-
.
|
|
30422
|
-
|
|
29915
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
29916
|
+
height: 14px;
|
|
29917
|
+
width: 14px;
|
|
29918
|
+
top: 1px;
|
|
29919
|
+
left: 1px;
|
|
30423
29920
|
}
|
|
30424
|
-
.
|
|
30425
|
-
|
|
30426
|
-
|
|
30427
|
-
opacity: 0.5;
|
|
29921
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
29922
|
+
height: 28px;
|
|
29923
|
+
width: 28px;
|
|
30428
29924
|
}
|
|
30429
|
-
.
|
|
30430
|
-
|
|
30431
|
-
border-color: #ccd4e3;
|
|
29925
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
29926
|
+
border-radius: 14px;
|
|
30432
29927
|
}
|
|
30433
|
-
.
|
|
30434
|
-
color: #
|
|
30435
|
-
border-color: #ccd4e3;
|
|
30436
|
-
background: rgba(172, 186, 211, 0.6);
|
|
29928
|
+
.s34f1qb.ant-switch-checked {
|
|
29929
|
+
background-color: #00ba5d;
|
|
30437
29930
|
}
|
|
30438
|
-
.
|
|
30439
|
-
|
|
30440
|
-
display: inline;
|
|
30441
|
-
border: none;
|
|
30442
|
-
padding: 0;
|
|
30443
|
-
width: 36px;
|
|
30444
|
-
background: transparent;
|
|
29931
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
29932
|
+
left: calc(100% - 20px - 2px);
|
|
30445
29933
|
}
|
|
30446
|
-
.
|
|
30447
|
-
|
|
29934
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
29935
|
+
left: calc(100% - 14px - 1px);
|
|
30448
29936
|
}
|
|
30449
|
-
.
|
|
30450
|
-
|
|
30451
|
-
width: initial;
|
|
30452
|
-
box-shadow: none;
|
|
29937
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
29938
|
+
left: calc(100% - 28px - 2px);
|
|
30453
29939
|
}
|
|
30454
|
-
|
|
30455
|
-
|
|
29940
|
+
|
|
29941
|
+
.c1to9vb9 {
|
|
29942
|
+
margin-left: 5px;
|
|
30456
29943
|
}
|
|
30457
|
-
|
|
30458
|
-
|
|
29944
|
+
|
|
29945
|
+
.fde5mpd {
|
|
29946
|
+
width: 100%;
|
|
29947
|
+
height: 100%;
|
|
29948
|
+
min-height: 124px;
|
|
29949
|
+
display: flex;
|
|
29950
|
+
flex-direction: column;
|
|
29951
|
+
justify-content: center;
|
|
29952
|
+
align-items: center;
|
|
30459
29953
|
}
|
|
30460
|
-
.
|
|
30461
|
-
|
|
30462
|
-
margin-
|
|
30463
|
-
|
|
30464
|
-
width: 36px;
|
|
29954
|
+
.fde5mpd .error-text {
|
|
29955
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29956
|
+
margin-bottom: 16px;
|
|
29957
|
+
font-size: 18px;
|
|
30465
29958
|
}
|
|
30466
29959
|
|
|
30467
29960
|
.cz04yix {
|
|
@@ -31076,144 +30569,197 @@ input.rrg1fkn.ant-input {
|
|
|
31076
30569
|
border-bottom-left-radius: 0;
|
|
31077
30570
|
}
|
|
31078
30571
|
|
|
31079
|
-
.
|
|
31080
|
-
|
|
31081
|
-
|
|
31082
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31083
|
-
overflow: hidden;
|
|
31084
|
-
}
|
|
31085
|
-
.s34f1qb.ant-switch:focus {
|
|
31086
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30572
|
+
.i1mrf09m {
|
|
30573
|
+
display: inline-flex;
|
|
30574
|
+
align-items: center;
|
|
31087
30575
|
}
|
|
31088
|
-
.
|
|
31089
|
-
|
|
31090
|
-
|
|
30576
|
+
.i1mrf09m .icon-inner {
|
|
30577
|
+
display: inline-flex;
|
|
30578
|
+
align-items: center;
|
|
30579
|
+
justify-content: center;
|
|
31091
30580
|
}
|
|
31092
|
-
.
|
|
31093
|
-
|
|
31094
|
-
|
|
30581
|
+
.i1mrf09m .icon-inner + span,
|
|
30582
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30583
|
+
margin-left: 4px;
|
|
31095
30584
|
}
|
|
31096
|
-
.
|
|
31097
|
-
|
|
31098
|
-
|
|
30585
|
+
.i1mrf09m.is-rotate img,
|
|
30586
|
+
.i1mrf09m.is-rotate svg {
|
|
30587
|
+
animation: rotate 680ms linear infinite;
|
|
31099
30588
|
}
|
|
31100
|
-
|
|
31101
|
-
|
|
31102
|
-
|
|
30589
|
+
|
|
30590
|
+
.bpq0js6 {
|
|
30591
|
+
padding: 4px 11px;
|
|
31103
30592
|
}
|
|
31104
|
-
|
|
31105
|
-
|
|
31106
|
-
|
|
31107
|
-
|
|
31108
|
-
left: 1px;
|
|
30593
|
+
|
|
30594
|
+
.b15sn34c {
|
|
30595
|
+
white-space: nowrap;
|
|
30596
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
31109
30597
|
}
|
|
31110
|
-
.
|
|
31111
|
-
|
|
31112
|
-
width: 28px;
|
|
30598
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30599
|
+
--color: #0080ff;
|
|
31113
30600
|
}
|
|
31114
|
-
.
|
|
31115
|
-
|
|
30601
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30602
|
+
--color: #0080ff;
|
|
31116
30603
|
}
|
|
31117
|
-
.
|
|
31118
|
-
|
|
30604
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30605
|
+
margin-left: 1px;
|
|
31119
30606
|
}
|
|
31120
|
-
.
|
|
31121
|
-
|
|
30607
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30608
|
+
border-top-right-radius: 0;
|
|
30609
|
+
border-bottom-right-radius: 0;
|
|
31122
30610
|
}
|
|
31123
|
-
.
|
|
31124
|
-
left:
|
|
30611
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30612
|
+
border-top-left-radius: 0;
|
|
30613
|
+
border-bottom-left-radius: 0;
|
|
31125
30614
|
}
|
|
31126
|
-
.
|
|
31127
|
-
|
|
30615
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30616
|
+
border-radius: unset;
|
|
31128
30617
|
}
|
|
31129
30618
|
|
|
31130
|
-
.
|
|
31131
|
-
|
|
30619
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30620
|
+
display: inline-flex;
|
|
30621
|
+
align-items: baseline;
|
|
30622
|
+
white-space: pre-wrap;
|
|
31132
30623
|
}
|
|
31133
|
-
|
|
31134
|
-
|
|
30624
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30625
|
+
position: relative;
|
|
30626
|
+
top: 3px;
|
|
30627
|
+
}
|
|
30628
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30629
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30630
|
+
}
|
|
30631
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30632
|
+
border-color: #0080ff;
|
|
30633
|
+
}
|
|
30634
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30635
|
+
border-color: #0080ff;
|
|
30636
|
+
background: #0080ff;
|
|
30637
|
+
}
|
|
30638
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30639
|
+
top: 4px;
|
|
30640
|
+
left: 4px;
|
|
30641
|
+
width: 6px;
|
|
30642
|
+
height: 6px;
|
|
30643
|
+
background: #fff;
|
|
30644
|
+
}
|
|
30645
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30646
|
+
opacity: 0.5;
|
|
30647
|
+
}
|
|
30648
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30649
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30650
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30651
|
+
}
|
|
30652
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30653
|
+
background: #00122e;
|
|
30654
|
+
}
|
|
30655
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30656
|
+
color: #00122e;
|
|
30657
|
+
opacity: 0.5;
|
|
30658
|
+
}
|
|
30659
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30660
|
+
color: #00122e;
|
|
30661
|
+
}
|
|
30662
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31135
30663
|
display: inline-block;
|
|
30664
|
+
padding: 0;
|
|
30665
|
+
padding-left: 12px;
|
|
31136
30666
|
}
|
|
31137
|
-
|
|
31138
|
-
|
|
31139
|
-
|
|
30667
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30668
|
+
margin-bottom: 0;
|
|
30669
|
+
white-space: pre-wrap;
|
|
30670
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30671
|
+
}
|
|
30672
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30673
|
+
padding-left: 8px;
|
|
31140
30674
|
}
|
|
31141
30675
|
|
|
31142
|
-
.
|
|
31143
|
-
|
|
31144
|
-
|
|
31145
|
-
|
|
31146
|
-
|
|
31147
|
-
min-height: 34px;
|
|
31148
|
-
box-sizing: border-box;
|
|
31149
|
-
margin-top: 8px;
|
|
30676
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30677
|
+
border-radius: 5px 0 0 5px;
|
|
30678
|
+
}
|
|
30679
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30680
|
+
border-radius: 0 5px 5px 0;
|
|
31150
30681
|
}
|
|
31151
30682
|
|
|
31152
|
-
.
|
|
31153
|
-
|
|
31154
|
-
|
|
31155
|
-
margin: 1px 8px;
|
|
31156
|
-
padding: 8px;
|
|
31157
|
-
border-radius: 4px;
|
|
30683
|
+
.r1f0aqcc {
|
|
30684
|
+
color: #00122e;
|
|
30685
|
+
border-color: #ccd4e3;
|
|
31158
30686
|
}
|
|
31159
|
-
.
|
|
31160
|
-
|
|
30687
|
+
.r1f0aqcc:first-child {
|
|
30688
|
+
border-color: #a3b4cc;
|
|
31161
30689
|
}
|
|
31162
|
-
.
|
|
31163
|
-
padding
|
|
30690
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30691
|
+
padding: 0 12px;
|
|
30692
|
+
line-height: 32px;
|
|
30693
|
+
height: 32px;
|
|
31164
30694
|
}
|
|
31165
|
-
.
|
|
31166
|
-
|
|
30695
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30696
|
+
white-space: nowrap;
|
|
31167
30697
|
}
|
|
31168
|
-
.
|
|
31169
|
-
|
|
30698
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30699
|
+
height: 22px;
|
|
30700
|
+
padding: 0 7px;
|
|
30701
|
+
line-height: 20px;
|
|
30702
|
+
}
|
|
30703
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30704
|
+
background: #ccd4e3;
|
|
31170
30705
|
}
|
|
31171
|
-
.
|
|
31172
|
-
|
|
30706
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30707
|
+
background: #0080ff;
|
|
31173
30708
|
}
|
|
31174
|
-
.
|
|
31175
|
-
background:
|
|
30709
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30710
|
+
background: #ccd4e3;
|
|
30711
|
+
opacity: 0.5;
|
|
31176
30712
|
}
|
|
31177
|
-
.
|
|
31178
|
-
color: #0080ff;
|
|
30713
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30714
|
+
border-right-color: #0080ff;
|
|
31179
30715
|
}
|
|
31180
|
-
.
|
|
30716
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30717
|
+
border-color: #0080ff;
|
|
30718
|
+
}
|
|
30719
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31181
30720
|
background: rgba(0, 136, 255, 0.1);
|
|
31182
|
-
color: #0080ff;
|
|
31183
30721
|
}
|
|
31184
|
-
|
|
31185
|
-
.
|
|
31186
|
-
|
|
31187
|
-
|
|
31188
|
-
height: 20px;
|
|
31189
|
-
line-height: 20px;
|
|
30722
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30723
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30724
|
+
border-color: #ccd4e3;
|
|
30725
|
+
opacity: 0.5;
|
|
31190
30726
|
}
|
|
31191
|
-
.
|
|
31192
|
-
color: #
|
|
31193
|
-
|
|
31194
|
-
text-overflow: ellipsis;
|
|
30727
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30728
|
+
color: #00122e;
|
|
30729
|
+
border-color: #ccd4e3;
|
|
31195
30730
|
}
|
|
31196
|
-
|
|
31197
|
-
|
|
31198
|
-
|
|
31199
|
-
|
|
31200
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31201
|
-
height: 18px;
|
|
31202
|
-
line-height: 18px;
|
|
31203
|
-
margin-top: 2px;
|
|
30731
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30732
|
+
color: #00122e;
|
|
30733
|
+
border-color: #ccd4e3;
|
|
30734
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31204
30735
|
}
|
|
31205
|
-
|
|
31206
|
-
|
|
30736
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30737
|
+
margin-right: 8px;
|
|
30738
|
+
display: inline;
|
|
31207
30739
|
border: none;
|
|
30740
|
+
padding: 0;
|
|
30741
|
+
width: 36px;
|
|
30742
|
+
background: transparent;
|
|
30743
|
+
}
|
|
30744
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30745
|
+
box-shadow: none;
|
|
30746
|
+
}
|
|
30747
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31208
30748
|
margin-right: 0;
|
|
31209
|
-
|
|
30749
|
+
width: initial;
|
|
30750
|
+
box-shadow: none;
|
|
31210
30751
|
}
|
|
31211
|
-
|
|
31212
|
-
|
|
31213
|
-
|
|
31214
|
-
|
|
31215
|
-
|
|
31216
|
-
|
|
30752
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30753
|
+
display: none;
|
|
30754
|
+
}
|
|
30755
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30756
|
+
display: inline;
|
|
30757
|
+
}
|
|
30758
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30759
|
+
display: inline;
|
|
30760
|
+
margin-right: 8px;
|
|
30761
|
+
padding: 0;
|
|
30762
|
+
width: 36px;
|
|
31217
30763
|
}
|
|
31218
30764
|
|
|
31219
30765
|
.t1upn1sz {
|
|
@@ -31580,6 +31126,91 @@ input.rrg1fkn.ant-input {
|
|
|
31580
31126
|
background: #fff;
|
|
31581
31127
|
}
|
|
31582
31128
|
|
|
31129
|
+
.s1fc623g {
|
|
31130
|
+
width: 430px !important;
|
|
31131
|
+
}
|
|
31132
|
+
|
|
31133
|
+
.da3mx0o .ant-select-item-group {
|
|
31134
|
+
padding: 8px 16px;
|
|
31135
|
+
line-height: 18px;
|
|
31136
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31137
|
+
height: 34px;
|
|
31138
|
+
min-height: 34px;
|
|
31139
|
+
box-sizing: border-box;
|
|
31140
|
+
margin-top: 8px;
|
|
31141
|
+
}
|
|
31142
|
+
|
|
31143
|
+
.onr9gzt {
|
|
31144
|
+
display: flex;
|
|
31145
|
+
flex-direction: column;
|
|
31146
|
+
margin: 1px 8px;
|
|
31147
|
+
padding: 8px;
|
|
31148
|
+
border-radius: 4px;
|
|
31149
|
+
}
|
|
31150
|
+
.onr9gzt .selected-icon {
|
|
31151
|
+
display: none;
|
|
31152
|
+
}
|
|
31153
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31154
|
+
padding-left: 8px;
|
|
31155
|
+
}
|
|
31156
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31157
|
+
background-color: white;
|
|
31158
|
+
}
|
|
31159
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31160
|
+
color: #0080ff;
|
|
31161
|
+
}
|
|
31162
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31163
|
+
display: block;
|
|
31164
|
+
}
|
|
31165
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31166
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31167
|
+
}
|
|
31168
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31169
|
+
color: #0080ff;
|
|
31170
|
+
}
|
|
31171
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31172
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31173
|
+
color: #0080ff;
|
|
31174
|
+
}
|
|
31175
|
+
|
|
31176
|
+
.oiy0apc {
|
|
31177
|
+
display: flex;
|
|
31178
|
+
justify-content: space-between;
|
|
31179
|
+
height: 20px;
|
|
31180
|
+
line-height: 20px;
|
|
31181
|
+
}
|
|
31182
|
+
.oiy0apc .timezone-title {
|
|
31183
|
+
color: #2d3a56;
|
|
31184
|
+
overflow: hidden;
|
|
31185
|
+
text-overflow: ellipsis;
|
|
31186
|
+
}
|
|
31187
|
+
|
|
31188
|
+
.of4y382 {
|
|
31189
|
+
display: flex;
|
|
31190
|
+
justify-content: space-between;
|
|
31191
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31192
|
+
height: 18px;
|
|
31193
|
+
line-height: 18px;
|
|
31194
|
+
margin-top: 2px;
|
|
31195
|
+
}
|
|
31196
|
+
|
|
31197
|
+
.t19903l9 {
|
|
31198
|
+
border: none;
|
|
31199
|
+
margin-right: 0;
|
|
31200
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31201
|
+
}
|
|
31202
|
+
|
|
31203
|
+
.ohwbvxu {
|
|
31204
|
+
pointer-events: none;
|
|
31205
|
+
height: 32px;
|
|
31206
|
+
width: 100%;
|
|
31207
|
+
opacity: 0;
|
|
31208
|
+
}
|
|
31209
|
+
|
|
31210
|
+
.i1e4sgug {
|
|
31211
|
+
display: inline-block;
|
|
31212
|
+
}
|
|
31213
|
+
|
|
31583
31214
|
.d6j0lbj {
|
|
31584
31215
|
font-family: Inter;
|
|
31585
31216
|
font-style: normal;
|
|
@@ -32068,24 +31699,26 @@ input.rrg1fkn.ant-input {
|
|
|
32068
31699
|
width: 100%;
|
|
32069
31700
|
}
|
|
32070
31701
|
|
|
32071
|
-
.
|
|
32072
|
-
border:
|
|
32073
|
-
|
|
32074
|
-
}
|
|
32075
|
-
.c18gxmrl + .c18gxmrl {
|
|
32076
|
-
margin-top: 8px;
|
|
31702
|
+
.cav9p2m .ant-collapse-item {
|
|
31703
|
+
border: 0px;
|
|
31704
|
+
background-color: #fff;
|
|
32077
31705
|
}
|
|
32078
|
-
.
|
|
32079
|
-
|
|
31706
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
31707
|
+
padding-top: 0px;
|
|
31708
|
+
padding-bottom: 0px;
|
|
31709
|
+
padding-left: 0px !important;
|
|
31710
|
+
padding-right: 24px;
|
|
32080
31711
|
}
|
|
32081
|
-
.
|
|
32082
|
-
|
|
31712
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31713
|
+
right: 0px;
|
|
32083
31714
|
}
|
|
32084
|
-
.
|
|
32085
|
-
|
|
31715
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31716
|
+
padding: 0px;
|
|
32086
31717
|
}
|
|
32087
|
-
|
|
32088
|
-
|
|
31718
|
+
|
|
31719
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
31720
|
+
padding-right: 0px;
|
|
31721
|
+
cursor: default;
|
|
32089
31722
|
}
|
|
32090
31723
|
|
|
32091
31724
|
.c1uzzomf {
|
|
@@ -32126,6 +31759,46 @@ input.rrg1fkn.ant-input {
|
|
|
32126
31759
|
color: #005ed1;
|
|
32127
31760
|
}
|
|
32128
31761
|
|
|
31762
|
+
.c1bus5hc {
|
|
31763
|
+
--color: white;
|
|
31764
|
+
height: 14px;
|
|
31765
|
+
width: 14px;
|
|
31766
|
+
border-radius: 50%;
|
|
31767
|
+
flex-shrink: 0;
|
|
31768
|
+
display: flex;
|
|
31769
|
+
align-items: center;
|
|
31770
|
+
justify-content: center;
|
|
31771
|
+
border: 1px solid var(--color);
|
|
31772
|
+
}
|
|
31773
|
+
.c1bus5hc .circle-inner {
|
|
31774
|
+
position: relative;
|
|
31775
|
+
height: 10px;
|
|
31776
|
+
width: 10px;
|
|
31777
|
+
border-radius: 50%;
|
|
31778
|
+
overflow: hidden;
|
|
31779
|
+
}
|
|
31780
|
+
.c1bus5hc .circle-content {
|
|
31781
|
+
position: absolute;
|
|
31782
|
+
height: 100%;
|
|
31783
|
+
width: 100%;
|
|
31784
|
+
left: 0;
|
|
31785
|
+
top: 0;
|
|
31786
|
+
border-radius: 50%;
|
|
31787
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31788
|
+
transform: rotate(180deg);
|
|
31789
|
+
}
|
|
31790
|
+
.c1bus5hc .circle-child {
|
|
31791
|
+
position: absolute;
|
|
31792
|
+
height: 100%;
|
|
31793
|
+
width: 100%;
|
|
31794
|
+
left: 0;
|
|
31795
|
+
top: 0;
|
|
31796
|
+
margin-left: 50%;
|
|
31797
|
+
transform-origin: left;
|
|
31798
|
+
background: white;
|
|
31799
|
+
transform: rotate(0deg);
|
|
31800
|
+
}
|
|
31801
|
+
|
|
32129
31802
|
.tje3huy {
|
|
32130
31803
|
width: 100%;
|
|
32131
31804
|
overflow: inherit;
|
|
@@ -32133,6 +31806,13 @@ input.rrg1fkn.ant-input {
|
|
|
32133
31806
|
text-overflow: ellipsis;
|
|
32134
31807
|
}
|
|
32135
31808
|
|
|
31809
|
+
.c10crapj {
|
|
31810
|
+
border-radius: 8px;
|
|
31811
|
+
}
|
|
31812
|
+
.c10crapj .ant-card-body {
|
|
31813
|
+
padding: 20px 24px 24px 24px;
|
|
31814
|
+
}
|
|
31815
|
+
|
|
32136
31816
|
.c198s9j3 {
|
|
32137
31817
|
color: #2d3a56;
|
|
32138
31818
|
line-height: 22px;
|
|
@@ -32204,33 +31884,24 @@ input.rrg1fkn.ant-input {
|
|
|
32204
31884
|
margin-left: 24px;
|
|
32205
31885
|
}
|
|
32206
31886
|
|
|
32207
|
-
.
|
|
32208
|
-
border
|
|
32209
|
-
|
|
32210
|
-
.c10crapj .ant-card-body {
|
|
32211
|
-
padding: 20px 24px 24px 24px;
|
|
31887
|
+
.c18gxmrl {
|
|
31888
|
+
border: 1px solid #d8deeb;
|
|
31889
|
+
border-radius: 4px;
|
|
32212
31890
|
}
|
|
32213
|
-
|
|
32214
|
-
|
|
32215
|
-
border: 0px;
|
|
32216
|
-
background-color: #fff;
|
|
31891
|
+
.c18gxmrl + .c18gxmrl {
|
|
31892
|
+
margin-top: 8px;
|
|
32217
31893
|
}
|
|
32218
|
-
.
|
|
32219
|
-
|
|
32220
|
-
padding-bottom: 0px;
|
|
32221
|
-
padding-left: 0px !important;
|
|
32222
|
-
padding-right: 24px;
|
|
31894
|
+
.c18gxmrl:hover {
|
|
31895
|
+
border-color: #0080ff;
|
|
32223
31896
|
}
|
|
32224
|
-
.
|
|
32225
|
-
|
|
31897
|
+
.c18gxmrl:hover > header {
|
|
31898
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32226
31899
|
}
|
|
32227
|
-
.
|
|
32228
|
-
|
|
31900
|
+
.c18gxmrl.active header {
|
|
31901
|
+
border-bottom: 1px solid #d8deeb;
|
|
32229
31902
|
}
|
|
32230
|
-
|
|
32231
|
-
|
|
32232
|
-
padding-right: 0px;
|
|
32233
|
-
cursor: default;
|
|
31903
|
+
.c18gxmrl > header {
|
|
31904
|
+
padding: 8px 12px;
|
|
32234
31905
|
}
|
|
32235
31906
|
|
|
32236
31907
|
.n3qomhu {
|
|
@@ -32485,6 +32156,55 @@ input.rrg1fkn.ant-input {
|
|
|
32485
32156
|
background-color: #7E41FF;
|
|
32486
32157
|
}
|
|
32487
32158
|
|
|
32159
|
+
.l4bld33 {
|
|
32160
|
+
width: 64px;
|
|
32161
|
+
height: 64px;
|
|
32162
|
+
display: flex;
|
|
32163
|
+
align-items: center;
|
|
32164
|
+
justify-content: center;
|
|
32165
|
+
position: relative;
|
|
32166
|
+
opacity: 0.2;
|
|
32167
|
+
}
|
|
32168
|
+
|
|
32169
|
+
.lgitjoj {
|
|
32170
|
+
position: absolute;
|
|
32171
|
+
width: 5px;
|
|
32172
|
+
height: 48px;
|
|
32173
|
+
left: 9.33px;
|
|
32174
|
+
top: 40.5px;
|
|
32175
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32176
|
+
border-radius: 5px;
|
|
32177
|
+
transform: rotate(-128deg);
|
|
32178
|
+
transform-origin: top left;
|
|
32179
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32180
|
+
}
|
|
32181
|
+
|
|
32182
|
+
.l13g0exg {
|
|
32183
|
+
position: absolute;
|
|
32184
|
+
width: 5px;
|
|
32185
|
+
height: 48px;
|
|
32186
|
+
left: 40.8px;
|
|
32187
|
+
top: 8.4px;
|
|
32188
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32189
|
+
border-radius: 5px;
|
|
32190
|
+
transform: rotate(-8deg);
|
|
32191
|
+
transform-origin: top left;
|
|
32192
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32193
|
+
}
|
|
32194
|
+
|
|
32195
|
+
.l1exo3h6 {
|
|
32196
|
+
position: absolute;
|
|
32197
|
+
width: 5px;
|
|
32198
|
+
height: 48px;
|
|
32199
|
+
left: 52.9px;
|
|
32200
|
+
top: 51.8px;
|
|
32201
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32202
|
+
border-radius: 5px;
|
|
32203
|
+
transform: rotate(112deg);
|
|
32204
|
+
transform-origin: top left;
|
|
32205
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32206
|
+
}
|
|
32207
|
+
|
|
32488
32208
|
.m1thnes4 {
|
|
32489
32209
|
color: rgba(44, 56, 82, 0.6);
|
|
32490
32210
|
text-align: center;
|
|
@@ -32646,6 +32366,154 @@ input.rrg1fkn.ant-input {
|
|
|
32646
32366
|
margin-left: 8px;
|
|
32647
32367
|
}
|
|
32648
32368
|
|
|
32369
|
+
.s1iv0tp1 .enabled-switch {
|
|
32370
|
+
display: flex;
|
|
32371
|
+
align-items: center;
|
|
32372
|
+
}
|
|
32373
|
+
.s1iv0tp1 .enabled-text {
|
|
32374
|
+
margin-right: 8px;
|
|
32375
|
+
}
|
|
32376
|
+
|
|
32377
|
+
.c1up1pdz {
|
|
32378
|
+
width: 648px;
|
|
32379
|
+
}
|
|
32380
|
+
.c1up1pdz.active {
|
|
32381
|
+
border-color: #0080ff;
|
|
32382
|
+
}
|
|
32383
|
+
.c1up1pdz.active > header {
|
|
32384
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32385
|
+
}
|
|
32386
|
+
.c1up1pdz .expand {
|
|
32387
|
+
padding: 12px;
|
|
32388
|
+
}
|
|
32389
|
+
.c1up1pdz .field-item {
|
|
32390
|
+
display: flex;
|
|
32391
|
+
padding: 10px 0;
|
|
32392
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32393
|
+
}
|
|
32394
|
+
.c1up1pdz .field-item:last-child {
|
|
32395
|
+
border-bottom: none;
|
|
32396
|
+
padding-bottom: 0;
|
|
32397
|
+
}
|
|
32398
|
+
.c1up1pdz .field-item label {
|
|
32399
|
+
line-height: 32px;
|
|
32400
|
+
width: 100px;
|
|
32401
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32402
|
+
}
|
|
32403
|
+
.c1up1pdz .help {
|
|
32404
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32405
|
+
margin-top: 5px;
|
|
32406
|
+
}
|
|
32407
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
32408
|
+
.c1up1pdz .ant-picker {
|
|
32409
|
+
width: 128px;
|
|
32410
|
+
}
|
|
32411
|
+
|
|
32412
|
+
.c156wh19 {
|
|
32413
|
+
display: flex;
|
|
32414
|
+
align-items: center;
|
|
32415
|
+
justify-content: space-between;
|
|
32416
|
+
word-break: keep-all;
|
|
32417
|
+
}
|
|
32418
|
+
.c156wh19 .title {
|
|
32419
|
+
margin: 0 16px 0 8px;
|
|
32420
|
+
}
|
|
32421
|
+
.c156wh19 .retain {
|
|
32422
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32423
|
+
}
|
|
32424
|
+
.c156wh19 .left {
|
|
32425
|
+
flex: 1;
|
|
32426
|
+
display: flex;
|
|
32427
|
+
overflow: hidden;
|
|
32428
|
+
align-items: center;
|
|
32429
|
+
justify-content: flex-start;
|
|
32430
|
+
white-space: nowrap;
|
|
32431
|
+
}
|
|
32432
|
+
.c156wh19 .left .title {
|
|
32433
|
+
max-width: 100%;
|
|
32434
|
+
overflow: hidden;
|
|
32435
|
+
text-overflow: ellipsis;
|
|
32436
|
+
}
|
|
32437
|
+
.c156wh19 .right {
|
|
32438
|
+
display: flex;
|
|
32439
|
+
align-items: center;
|
|
32440
|
+
}
|
|
32441
|
+
.c156wh19 .reverse {
|
|
32442
|
+
display: flex;
|
|
32443
|
+
flex-direction: row-reverse;
|
|
32444
|
+
align-items: center;
|
|
32445
|
+
}
|
|
32446
|
+
.c156wh19 .reverse .ant-switch {
|
|
32447
|
+
margin-left: 8px;
|
|
32448
|
+
}
|
|
32449
|
+
.c156wh19 .close {
|
|
32450
|
+
padding-left: 14px;
|
|
32451
|
+
margin-left: 14px;
|
|
32452
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
32453
|
+
cursor: pointer;
|
|
32454
|
+
}
|
|
32455
|
+
|
|
32456
|
+
.m126spxy {
|
|
32457
|
+
padding-bottom: 4px;
|
|
32458
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32459
|
+
}
|
|
32460
|
+
.m126spxy .ant-btn-link {
|
|
32461
|
+
padding: 1px 10px;
|
|
32462
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32463
|
+
border-radius: 4px;
|
|
32464
|
+
}
|
|
32465
|
+
.m126spxy .ant-btn-link.active {
|
|
32466
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32467
|
+
color: #0096ff;
|
|
32468
|
+
}
|
|
32469
|
+
|
|
32470
|
+
.wpbf4pq {
|
|
32471
|
+
padding: 10px 0;
|
|
32472
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32473
|
+
}
|
|
32474
|
+
.wpbf4pq .ant-input,
|
|
32475
|
+
.wpbf4pq .ant-picker {
|
|
32476
|
+
width: 80px;
|
|
32477
|
+
margin: 0 9px;
|
|
32478
|
+
text-align: center;
|
|
32479
|
+
}
|
|
32480
|
+
.wpbf4pq .options {
|
|
32481
|
+
padding: 12px 0 12px 16px;
|
|
32482
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
32483
|
+
margin: 5px 0 5px 8px;
|
|
32484
|
+
}
|
|
32485
|
+
.wpbf4pq .week-day-option,
|
|
32486
|
+
.wpbf4pq .month-day-option {
|
|
32487
|
+
background: #f5f7fa;
|
|
32488
|
+
box-sizing: border-box;
|
|
32489
|
+
border-radius: 16px;
|
|
32490
|
+
margin-right: 8px;
|
|
32491
|
+
}
|
|
32492
|
+
.wpbf4pq .week-day-option:focus,
|
|
32493
|
+
.wpbf4pq .month-day-option:focus {
|
|
32494
|
+
color: inherit;
|
|
32495
|
+
border-color: #d9d9d9;
|
|
32496
|
+
}
|
|
32497
|
+
.wpbf4pq .week-day-option.active {
|
|
32498
|
+
background-color: #0096ff;
|
|
32499
|
+
border-color: #0096ff;
|
|
32500
|
+
color: #fff;
|
|
32501
|
+
}
|
|
32502
|
+
.wpbf4pq .week-day-option.en-text {
|
|
32503
|
+
width: 110px;
|
|
32504
|
+
margin-top: 4px;
|
|
32505
|
+
}
|
|
32506
|
+
.wpbf4pq .month-day-option {
|
|
32507
|
+
width: 32px;
|
|
32508
|
+
padding: 0;
|
|
32509
|
+
margin-bottom: 8px;
|
|
32510
|
+
}
|
|
32511
|
+
.wpbf4pq .month-day-option.active {
|
|
32512
|
+
background-color: #0096ff;
|
|
32513
|
+
border-color: #0096ff;
|
|
32514
|
+
color: #fff;
|
|
32515
|
+
}
|
|
32516
|
+
|
|
32649
32517
|
.sq6vos1 {
|
|
32650
32518
|
--item-min-width: 60px;
|
|
32651
32519
|
}
|
|
@@ -32861,6 +32729,22 @@ input.rrg1fkn.ant-input {
|
|
|
32861
32729
|
background: rgba(163, 180, 204, 0.18);
|
|
32862
32730
|
}
|
|
32863
32731
|
|
|
32732
|
+
.rrwcpby {
|
|
32733
|
+
display: flex;
|
|
32734
|
+
align-items: center;
|
|
32735
|
+
}
|
|
32736
|
+
.rrwcpby .order {
|
|
32737
|
+
height: 24px;
|
|
32738
|
+
width: 24px;
|
|
32739
|
+
border-radius: 20px;
|
|
32740
|
+
color: #0080ff;
|
|
32741
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32742
|
+
display: flex;
|
|
32743
|
+
align-items: center;
|
|
32744
|
+
justify-content: center;
|
|
32745
|
+
margin-right: 6px;
|
|
32746
|
+
}
|
|
32747
|
+
|
|
32864
32748
|
.c1k4vanq {
|
|
32865
32749
|
padding: 0 12px 14px 12px;
|
|
32866
32750
|
}
|
|
@@ -32905,39 +32789,6 @@ input.rrg1fkn.ant-input {
|
|
|
32905
32789
|
margin-right: 2px;
|
|
32906
32790
|
}
|
|
32907
32791
|
|
|
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
|
-
.bab9xum {
|
|
32925
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32926
|
-
}
|
|
32927
|
-
|
|
32928
|
-
.cav4gt6 {
|
|
32929
|
-
border-radius: 8px;
|
|
32930
|
-
background-color: white;
|
|
32931
|
-
}
|
|
32932
|
-
.cav4gt6.hoverable {
|
|
32933
|
-
cursor: pointer;
|
|
32934
|
-
}
|
|
32935
|
-
.cav4gt6.hoverable:hover {
|
|
32936
|
-
transition: all 200ms ease;
|
|
32937
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32938
|
-
transform: translateY(-4px);
|
|
32939
|
-
}
|
|
32940
|
-
|
|
32941
32792
|
.tc40oxa {
|
|
32942
32793
|
margin-bottom: 4px;
|
|
32943
32794
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33131,28 +32982,21 @@ input.rrg1fkn.ant-input {
|
|
|
33131
32982
|
margin-right: 8px;
|
|
33132
32983
|
}
|
|
33133
32984
|
|
|
33134
|
-
.
|
|
33135
|
-
|
|
33136
|
-
height: 18px;
|
|
33137
|
-
}
|
|
33138
|
-
|
|
33139
|
-
.mfsz1jz {
|
|
33140
|
-
padding: 2px 8px;
|
|
33141
|
-
height: 24px;
|
|
32985
|
+
.bab9xum {
|
|
32986
|
+
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);
|
|
33142
32987
|
}
|
|
33143
32988
|
|
|
33144
|
-
.
|
|
33145
|
-
|
|
32989
|
+
.cav4gt6 {
|
|
32990
|
+
border-radius: 8px;
|
|
32991
|
+
background-color: white;
|
|
33146
32992
|
}
|
|
33147
|
-
|
|
33148
|
-
|
|
33149
|
-
margin-right: 4px;
|
|
33150
|
-
height: 16px;
|
|
32993
|
+
.cav4gt6.hoverable {
|
|
32994
|
+
cursor: pointer;
|
|
33151
32995
|
}
|
|
33152
|
-
|
|
33153
|
-
|
|
33154
|
-
|
|
33155
|
-
|
|
32996
|
+
.cav4gt6.hoverable:hover {
|
|
32997
|
+
transition: all 200ms ease;
|
|
32998
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32999
|
+
transform: translateY(-4px);
|
|
33156
33000
|
}
|
|
33157
33001
|
|
|
33158
33002
|
.f1p9ti6d {
|
|
@@ -33195,6 +33039,30 @@ input.rrg1fkn.ant-input {
|
|
|
33195
33039
|
margin-right: 4px;
|
|
33196
33040
|
}
|
|
33197
33041
|
|
|
33042
|
+
.sut42l0 {
|
|
33043
|
+
padding: 0 8px;
|
|
33044
|
+
height: 18px;
|
|
33045
|
+
}
|
|
33046
|
+
|
|
33047
|
+
.mfsz1jz {
|
|
33048
|
+
padding: 2px 8px;
|
|
33049
|
+
height: 24px;
|
|
33050
|
+
}
|
|
33051
|
+
|
|
33052
|
+
.tnd6h4m {
|
|
33053
|
+
margin: 0;
|
|
33054
|
+
}
|
|
33055
|
+
|
|
33056
|
+
.i1qw4clm {
|
|
33057
|
+
margin-right: 4px;
|
|
33058
|
+
height: 16px;
|
|
33059
|
+
}
|
|
33060
|
+
|
|
33061
|
+
.iwsze0q {
|
|
33062
|
+
margin-right: 4px;
|
|
33063
|
+
height: 16px;
|
|
33064
|
+
}
|
|
33065
|
+
|
|
33198
33066
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33199
33067
|
display: var(--at4ovwe-0);
|
|
33200
33068
|
}
|