@cloudtower/eagle 0.27.6-dry → 0.27.8
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.css +685 -685
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/type.d.ts +2 -2
- package/dist/style.css +2437 -2437
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29471,50 +29471,144 @@ html body {
|
|
|
29471
29471
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29472
29472
|
}
|
|
29473
29473
|
}
|
|
29474
|
-
.
|
|
29475
|
-
|
|
29476
|
-
|
|
29477
|
-
|
|
29478
|
-
border-
|
|
29479
|
-
|
|
29480
|
-
|
|
29474
|
+
.c1up1pdz {
|
|
29475
|
+
width: 648px;
|
|
29476
|
+
}
|
|
29477
|
+
.c1up1pdz.active {
|
|
29478
|
+
border-color: #0080ff;
|
|
29479
|
+
}
|
|
29480
|
+
.c1up1pdz.active > header {
|
|
29481
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29482
|
+
}
|
|
29483
|
+
.c1up1pdz .expand {
|
|
29484
|
+
padding: 12px;
|
|
29485
|
+
}
|
|
29486
|
+
.c1up1pdz .field-item {
|
|
29481
29487
|
display: flex;
|
|
29482
|
-
|
|
29483
|
-
|
|
29484
|
-
|
|
29488
|
+
padding: 10px 0;
|
|
29489
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29490
|
+
}
|
|
29491
|
+
.c1up1pdz .field-item:last-child {
|
|
29492
|
+
border-bottom: none;
|
|
29493
|
+
padding-bottom: 0;
|
|
29494
|
+
}
|
|
29495
|
+
.c1up1pdz .field-item label {
|
|
29496
|
+
line-height: 32px;
|
|
29497
|
+
width: 100px;
|
|
29498
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29499
|
+
}
|
|
29500
|
+
.c1up1pdz .help {
|
|
29501
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29502
|
+
margin-top: 5px;
|
|
29503
|
+
}
|
|
29504
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
29505
|
+
.c1up1pdz .ant-picker {
|
|
29506
|
+
width: 128px;
|
|
29485
29507
|
}
|
|
29486
29508
|
|
|
29487
|
-
.
|
|
29488
|
-
width: 100%;
|
|
29489
|
-
height: 100%;
|
|
29490
|
-
min-height: 124px;
|
|
29509
|
+
.c156wh19 {
|
|
29491
29510
|
display: flex;
|
|
29492
|
-
flex-direction: column;
|
|
29493
|
-
justify-content: center;
|
|
29494
29511
|
align-items: center;
|
|
29512
|
+
justify-content: space-between;
|
|
29513
|
+
word-break: keep-all;
|
|
29495
29514
|
}
|
|
29496
|
-
.
|
|
29497
|
-
|
|
29498
|
-
margin-bottom: 16px;
|
|
29499
|
-
font-size: 18px;
|
|
29515
|
+
.c156wh19 .title {
|
|
29516
|
+
margin: 0 16px 0 8px;
|
|
29500
29517
|
}
|
|
29501
|
-
|
|
29502
|
-
.
|
|
29503
|
-
|
|
29518
|
+
.c156wh19 .retain {
|
|
29519
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29520
|
+
}
|
|
29521
|
+
.c156wh19 .left {
|
|
29522
|
+
flex: 1;
|
|
29523
|
+
display: flex;
|
|
29524
|
+
overflow: hidden;
|
|
29504
29525
|
align-items: center;
|
|
29526
|
+
justify-content: flex-start;
|
|
29527
|
+
white-space: nowrap;
|
|
29505
29528
|
}
|
|
29506
|
-
.
|
|
29507
|
-
|
|
29529
|
+
.c156wh19 .left .title {
|
|
29530
|
+
max-width: 100%;
|
|
29531
|
+
overflow: hidden;
|
|
29532
|
+
text-overflow: ellipsis;
|
|
29533
|
+
}
|
|
29534
|
+
.c156wh19 .right {
|
|
29535
|
+
display: flex;
|
|
29508
29536
|
align-items: center;
|
|
29509
|
-
justify-content: center;
|
|
29510
29537
|
}
|
|
29511
|
-
.
|
|
29512
|
-
|
|
29513
|
-
|
|
29538
|
+
.c156wh19 .reverse {
|
|
29539
|
+
display: flex;
|
|
29540
|
+
flex-direction: row-reverse;
|
|
29541
|
+
align-items: center;
|
|
29514
29542
|
}
|
|
29515
|
-
.
|
|
29516
|
-
|
|
29517
|
-
|
|
29543
|
+
.c156wh19 .reverse .ant-switch {
|
|
29544
|
+
margin-left: 8px;
|
|
29545
|
+
}
|
|
29546
|
+
.c156wh19 .close {
|
|
29547
|
+
padding-left: 14px;
|
|
29548
|
+
margin-left: 14px;
|
|
29549
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29550
|
+
cursor: pointer;
|
|
29551
|
+
}
|
|
29552
|
+
|
|
29553
|
+
.m126spxy {
|
|
29554
|
+
padding-bottom: 4px;
|
|
29555
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29556
|
+
}
|
|
29557
|
+
.m126spxy .ant-btn-link {
|
|
29558
|
+
padding: 1px 10px;
|
|
29559
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29560
|
+
border-radius: 4px;
|
|
29561
|
+
}
|
|
29562
|
+
.m126spxy .ant-btn-link.active {
|
|
29563
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29564
|
+
color: #0096ff;
|
|
29565
|
+
}
|
|
29566
|
+
|
|
29567
|
+
.wpbf4pq {
|
|
29568
|
+
padding: 10px 0;
|
|
29569
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29570
|
+
}
|
|
29571
|
+
.wpbf4pq .ant-input,
|
|
29572
|
+
.wpbf4pq .ant-picker {
|
|
29573
|
+
width: 80px;
|
|
29574
|
+
margin: 0 9px;
|
|
29575
|
+
text-align: center;
|
|
29576
|
+
}
|
|
29577
|
+
.wpbf4pq .options {
|
|
29578
|
+
padding: 12px 0 12px 16px;
|
|
29579
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
29580
|
+
margin: 5px 0 5px 8px;
|
|
29581
|
+
}
|
|
29582
|
+
.wpbf4pq .week-day-option,
|
|
29583
|
+
.wpbf4pq .month-day-option {
|
|
29584
|
+
background: #f5f7fa;
|
|
29585
|
+
box-sizing: border-box;
|
|
29586
|
+
border-radius: 16px;
|
|
29587
|
+
margin-right: 8px;
|
|
29588
|
+
}
|
|
29589
|
+
.wpbf4pq .week-day-option:focus,
|
|
29590
|
+
.wpbf4pq .month-day-option:focus {
|
|
29591
|
+
color: inherit;
|
|
29592
|
+
border-color: #d9d9d9;
|
|
29593
|
+
}
|
|
29594
|
+
.wpbf4pq .week-day-option.active {
|
|
29595
|
+
background-color: #0096ff;
|
|
29596
|
+
border-color: #0096ff;
|
|
29597
|
+
color: #fff;
|
|
29598
|
+
}
|
|
29599
|
+
.wpbf4pq .week-day-option.en-text {
|
|
29600
|
+
width: 110px;
|
|
29601
|
+
margin-top: 4px;
|
|
29602
|
+
}
|
|
29603
|
+
.wpbf4pq .month-day-option {
|
|
29604
|
+
width: 32px;
|
|
29605
|
+
padding: 0;
|
|
29606
|
+
margin-bottom: 8px;
|
|
29607
|
+
}
|
|
29608
|
+
.wpbf4pq .month-day-option.active {
|
|
29609
|
+
background-color: #0096ff;
|
|
29610
|
+
border-color: #0096ff;
|
|
29611
|
+
color: #fff;
|
|
29518
29612
|
}
|
|
29519
29613
|
|
|
29520
29614
|
.bpq0js6 {
|
|
@@ -29546,6 +29640,34 @@ html body {
|
|
|
29546
29640
|
border-radius: unset;
|
|
29547
29641
|
}
|
|
29548
29642
|
|
|
29643
|
+
.iap75of {
|
|
29644
|
+
height: 18px;
|
|
29645
|
+
line-height: 18px;
|
|
29646
|
+
padding: 0 4px;
|
|
29647
|
+
border-radius: 4px;
|
|
29648
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29649
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29650
|
+
display: flex;
|
|
29651
|
+
align-items: center;
|
|
29652
|
+
white-space: nowrap;
|
|
29653
|
+
margin-right: 4px;
|
|
29654
|
+
}
|
|
29655
|
+
|
|
29656
|
+
.fde5mpd {
|
|
29657
|
+
width: 100%;
|
|
29658
|
+
height: 100%;
|
|
29659
|
+
min-height: 124px;
|
|
29660
|
+
display: flex;
|
|
29661
|
+
flex-direction: column;
|
|
29662
|
+
justify-content: center;
|
|
29663
|
+
align-items: center;
|
|
29664
|
+
}
|
|
29665
|
+
.fde5mpd .error-text {
|
|
29666
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29667
|
+
margin-bottom: 16px;
|
|
29668
|
+
font-size: 18px;
|
|
29669
|
+
}
|
|
29670
|
+
|
|
29549
29671
|
.buj61ew.ant-btn-icon-only {
|
|
29550
29672
|
justify-content: center;
|
|
29551
29673
|
}
|
|
@@ -29796,85 +29918,88 @@ html body {
|
|
|
29796
29918
|
padding: 0;
|
|
29797
29919
|
}
|
|
29798
29920
|
|
|
29799
|
-
.
|
|
29800
|
-
|
|
29921
|
+
.i1mrf09m {
|
|
29922
|
+
display: inline-flex;
|
|
29923
|
+
align-items: center;
|
|
29801
29924
|
}
|
|
29802
|
-
|
|
29803
|
-
|
|
29804
|
-
|
|
29805
|
-
|
|
29806
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29807
|
-
height: 34px;
|
|
29808
|
-
min-height: 34px;
|
|
29809
|
-
box-sizing: border-box;
|
|
29810
|
-
margin-top: 8px;
|
|
29925
|
+
.i1mrf09m .icon-inner {
|
|
29926
|
+
display: inline-flex;
|
|
29927
|
+
align-items: center;
|
|
29928
|
+
justify-content: center;
|
|
29811
29929
|
}
|
|
29812
|
-
|
|
29813
|
-
.
|
|
29814
|
-
|
|
29815
|
-
flex-direction: column;
|
|
29816
|
-
margin: 1px 8px;
|
|
29817
|
-
padding: 8px;
|
|
29818
|
-
border-radius: 4px;
|
|
29930
|
+
.i1mrf09m .icon-inner + span,
|
|
29931
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29932
|
+
margin-left: 4px;
|
|
29819
29933
|
}
|
|
29820
|
-
.
|
|
29821
|
-
|
|
29934
|
+
.i1mrf09m.is-rotate img,
|
|
29935
|
+
.i1mrf09m.is-rotate svg {
|
|
29936
|
+
animation: rotate 680ms linear infinite;
|
|
29822
29937
|
}
|
|
29823
|
-
|
|
29824
|
-
|
|
29938
|
+
|
|
29939
|
+
.obf05yr {
|
|
29940
|
+
display: inline-block;
|
|
29825
29941
|
}
|
|
29826
|
-
|
|
29827
|
-
|
|
29942
|
+
|
|
29943
|
+
.hsms1n6 {
|
|
29944
|
+
visibility: hidden;
|
|
29945
|
+
position: absolute;
|
|
29828
29946
|
}
|
|
29829
|
-
|
|
29830
|
-
|
|
29947
|
+
|
|
29948
|
+
.p12gwtiw {
|
|
29949
|
+
display: flex;
|
|
29950
|
+
justify-content: space-between;
|
|
29951
|
+
align-items: center;
|
|
29952
|
+
padding: 10px 0;
|
|
29953
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29954
|
+
font-size: 12px;
|
|
29955
|
+
line-height: 24px;
|
|
29831
29956
|
}
|
|
29832
|
-
.
|
|
29833
|
-
|
|
29957
|
+
.p12gwtiw .pagination-left {
|
|
29958
|
+
padding: 2px 8px;
|
|
29834
29959
|
}
|
|
29835
|
-
.
|
|
29836
|
-
|
|
29960
|
+
.p12gwtiw .dropdown-trigger {
|
|
29961
|
+
display: flex;
|
|
29962
|
+
align-items: center;
|
|
29963
|
+
border-radius: 6px;
|
|
29964
|
+
cursor: pointer;
|
|
29965
|
+
transition: all 0.3s ease;
|
|
29837
29966
|
}
|
|
29838
|
-
.
|
|
29967
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
29968
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29839
29969
|
color: #0080ff;
|
|
29840
29970
|
}
|
|
29841
|
-
.
|
|
29842
|
-
|
|
29843
|
-
color: #0080ff;
|
|
29971
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
29972
|
+
margin-left: 4px;
|
|
29844
29973
|
}
|
|
29845
|
-
|
|
29846
|
-
.oiy0apc {
|
|
29974
|
+
.p12gwtiw .pagination-right {
|
|
29847
29975
|
display: flex;
|
|
29848
|
-
|
|
29849
|
-
|
|
29850
|
-
|
|
29976
|
+
align-items: center;
|
|
29977
|
+
color: #0080ff;
|
|
29978
|
+
font-weight: bold;
|
|
29851
29979
|
}
|
|
29852
|
-
.
|
|
29853
|
-
|
|
29854
|
-
overflow: hidden;
|
|
29855
|
-
text-overflow: ellipsis;
|
|
29980
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
29981
|
+
margin-left: 4px;
|
|
29856
29982
|
}
|
|
29857
|
-
|
|
29858
|
-
.
|
|
29859
|
-
|
|
29860
|
-
justify-content: space-between;
|
|
29861
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29862
|
-
height: 18px;
|
|
29863
|
-
line-height: 18px;
|
|
29864
|
-
margin-top: 2px;
|
|
29983
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
29984
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
29985
|
+
padding: 0 8px;
|
|
29865
29986
|
}
|
|
29866
|
-
|
|
29867
|
-
.
|
|
29868
|
-
|
|
29869
|
-
|
|
29870
|
-
|
|
29987
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
29988
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
29989
|
+
color: #0080ff;
|
|
29990
|
+
}
|
|
29991
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29992
|
+
transform: rotate(180deg);
|
|
29871
29993
|
}
|
|
29872
29994
|
|
|
29873
|
-
.
|
|
29874
|
-
|
|
29875
|
-
|
|
29876
|
-
|
|
29877
|
-
|
|
29995
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29996
|
+
max-height: calc(100vh - 128px);
|
|
29997
|
+
overflow-y: auto;
|
|
29998
|
+
}
|
|
29999
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30000
|
+
padding: 4px 20px;
|
|
30001
|
+
font-size: 12px;
|
|
30002
|
+
line-height: 18px;
|
|
29878
30003
|
}
|
|
29879
30004
|
|
|
29880
30005
|
.i1e4sgug {
|
|
@@ -30245,15 +30370,6 @@ html body {
|
|
|
30245
30370
|
background: #fff;
|
|
30246
30371
|
}
|
|
30247
30372
|
|
|
30248
|
-
.obf05yr {
|
|
30249
|
-
display: inline-block;
|
|
30250
|
-
}
|
|
30251
|
-
|
|
30252
|
-
.hsms1n6 {
|
|
30253
|
-
visibility: hidden;
|
|
30254
|
-
position: absolute;
|
|
30255
|
-
}
|
|
30256
|
-
|
|
30257
30373
|
.s34f1qb.ant-switch {
|
|
30258
30374
|
min-width: 40px;
|
|
30259
30375
|
height: 24px;
|
|
@@ -30309,6 +30425,152 @@ html body {
|
|
|
30309
30425
|
margin-left: 5px;
|
|
30310
30426
|
}
|
|
30311
30427
|
|
|
30428
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30429
|
+
display: inline-flex;
|
|
30430
|
+
align-items: baseline;
|
|
30431
|
+
white-space: pre-wrap;
|
|
30432
|
+
}
|
|
30433
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30434
|
+
position: relative;
|
|
30435
|
+
top: 3px;
|
|
30436
|
+
}
|
|
30437
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30438
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30439
|
+
}
|
|
30440
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30441
|
+
border-color: #0080ff;
|
|
30442
|
+
}
|
|
30443
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30444
|
+
border-color: #0080ff;
|
|
30445
|
+
background: #0080ff;
|
|
30446
|
+
}
|
|
30447
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30448
|
+
top: 4px;
|
|
30449
|
+
left: 4px;
|
|
30450
|
+
width: 6px;
|
|
30451
|
+
height: 6px;
|
|
30452
|
+
background: #fff;
|
|
30453
|
+
}
|
|
30454
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30455
|
+
opacity: 0.5;
|
|
30456
|
+
}
|
|
30457
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30458
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30459
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30460
|
+
}
|
|
30461
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30462
|
+
background: #00122e;
|
|
30463
|
+
}
|
|
30464
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30465
|
+
color: #00122e;
|
|
30466
|
+
opacity: 0.5;
|
|
30467
|
+
}
|
|
30468
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30469
|
+
color: #00122e;
|
|
30470
|
+
}
|
|
30471
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30472
|
+
display: inline-block;
|
|
30473
|
+
padding: 0;
|
|
30474
|
+
padding-left: 12px;
|
|
30475
|
+
}
|
|
30476
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30477
|
+
margin-bottom: 0;
|
|
30478
|
+
white-space: pre-wrap;
|
|
30479
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30480
|
+
}
|
|
30481
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30482
|
+
padding-left: 8px;
|
|
30483
|
+
}
|
|
30484
|
+
|
|
30485
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30486
|
+
border-radius: 5px 0 0 5px;
|
|
30487
|
+
}
|
|
30488
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30489
|
+
border-radius: 0 5px 5px 0;
|
|
30490
|
+
}
|
|
30491
|
+
|
|
30492
|
+
.r1f0aqcc {
|
|
30493
|
+
color: #00122e;
|
|
30494
|
+
border-color: #ccd4e3;
|
|
30495
|
+
}
|
|
30496
|
+
.r1f0aqcc:first-child {
|
|
30497
|
+
border-color: #a3b4cc;
|
|
30498
|
+
}
|
|
30499
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30500
|
+
padding: 0 12px;
|
|
30501
|
+
line-height: 32px;
|
|
30502
|
+
height: 32px;
|
|
30503
|
+
}
|
|
30504
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30505
|
+
white-space: nowrap;
|
|
30506
|
+
}
|
|
30507
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30508
|
+
height: 22px;
|
|
30509
|
+
padding: 0 7px;
|
|
30510
|
+
line-height: 20px;
|
|
30511
|
+
}
|
|
30512
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30513
|
+
background: #ccd4e3;
|
|
30514
|
+
}
|
|
30515
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30516
|
+
background: #0080ff;
|
|
30517
|
+
}
|
|
30518
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30519
|
+
background: #ccd4e3;
|
|
30520
|
+
opacity: 0.5;
|
|
30521
|
+
}
|
|
30522
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30523
|
+
border-right-color: #0080ff;
|
|
30524
|
+
}
|
|
30525
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30526
|
+
border-color: #0080ff;
|
|
30527
|
+
}
|
|
30528
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30529
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30530
|
+
}
|
|
30531
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30532
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30533
|
+
border-color: #ccd4e3;
|
|
30534
|
+
opacity: 0.5;
|
|
30535
|
+
}
|
|
30536
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30537
|
+
color: #00122e;
|
|
30538
|
+
border-color: #ccd4e3;
|
|
30539
|
+
}
|
|
30540
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30541
|
+
color: #00122e;
|
|
30542
|
+
border-color: #ccd4e3;
|
|
30543
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30544
|
+
}
|
|
30545
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30546
|
+
margin-right: 8px;
|
|
30547
|
+
display: inline;
|
|
30548
|
+
border: none;
|
|
30549
|
+
padding: 0;
|
|
30550
|
+
width: 36px;
|
|
30551
|
+
background: transparent;
|
|
30552
|
+
}
|
|
30553
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30554
|
+
box-shadow: none;
|
|
30555
|
+
}
|
|
30556
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30557
|
+
margin-right: 0;
|
|
30558
|
+
width: initial;
|
|
30559
|
+
box-shadow: none;
|
|
30560
|
+
}
|
|
30561
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30562
|
+
display: none;
|
|
30563
|
+
}
|
|
30564
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30565
|
+
display: inline;
|
|
30566
|
+
}
|
|
30567
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30568
|
+
display: inline;
|
|
30569
|
+
margin-right: 8px;
|
|
30570
|
+
padding: 0;
|
|
30571
|
+
width: 36px;
|
|
30572
|
+
}
|
|
30573
|
+
|
|
30312
30574
|
.cz04yix {
|
|
30313
30575
|
display: flex;
|
|
30314
30576
|
flex-direction: column;
|
|
@@ -31464,223 +31726,134 @@ input.rrg1fkn.ant-input {
|
|
|
31464
31726
|
line-height: 12px;
|
|
31465
31727
|
}
|
|
31466
31728
|
|
|
31467
|
-
.
|
|
31468
|
-
|
|
31469
|
-
align-items: baseline;
|
|
31470
|
-
white-space: pre-wrap;
|
|
31729
|
+
.s1fc623g {
|
|
31730
|
+
width: 430px !important;
|
|
31471
31731
|
}
|
|
31472
|
-
|
|
31473
|
-
|
|
31474
|
-
|
|
31732
|
+
|
|
31733
|
+
.da3mx0o .ant-select-item-group {
|
|
31734
|
+
padding: 8px 16px;
|
|
31735
|
+
line-height: 18px;
|
|
31736
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31737
|
+
height: 34px;
|
|
31738
|
+
min-height: 34px;
|
|
31739
|
+
box-sizing: border-box;
|
|
31740
|
+
margin-top: 8px;
|
|
31475
31741
|
}
|
|
31476
|
-
|
|
31477
|
-
|
|
31742
|
+
|
|
31743
|
+
.onr9gzt {
|
|
31744
|
+
display: flex;
|
|
31745
|
+
flex-direction: column;
|
|
31746
|
+
margin: 1px 8px;
|
|
31747
|
+
padding: 8px;
|
|
31748
|
+
border-radius: 4px;
|
|
31478
31749
|
}
|
|
31479
|
-
.
|
|
31480
|
-
|
|
31750
|
+
.onr9gzt .selected-icon {
|
|
31751
|
+
display: none;
|
|
31481
31752
|
}
|
|
31482
|
-
.
|
|
31483
|
-
|
|
31484
|
-
background: #0080ff;
|
|
31753
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31754
|
+
padding-left: 8px;
|
|
31485
31755
|
}
|
|
31486
|
-
.
|
|
31487
|
-
|
|
31488
|
-
left: 4px;
|
|
31489
|
-
width: 6px;
|
|
31490
|
-
height: 6px;
|
|
31491
|
-
background: #fff;
|
|
31756
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31757
|
+
background-color: white;
|
|
31492
31758
|
}
|
|
31493
|
-
.
|
|
31494
|
-
|
|
31495
|
-
}
|
|
31496
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31497
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31498
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31499
|
-
}
|
|
31500
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31501
|
-
background: #00122e;
|
|
31502
|
-
}
|
|
31503
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31504
|
-
color: #00122e;
|
|
31505
|
-
opacity: 0.5;
|
|
31506
|
-
}
|
|
31507
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31508
|
-
color: #00122e;
|
|
31509
|
-
}
|
|
31510
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31511
|
-
display: inline-block;
|
|
31512
|
-
padding: 0;
|
|
31513
|
-
padding-left: 12px;
|
|
31759
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31760
|
+
color: #0080ff;
|
|
31514
31761
|
}
|
|
31515
|
-
.
|
|
31516
|
-
|
|
31517
|
-
white-space: pre-wrap;
|
|
31518
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31762
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31763
|
+
display: block;
|
|
31519
31764
|
}
|
|
31520
|
-
.
|
|
31521
|
-
|
|
31765
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31766
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31522
31767
|
}
|
|
31523
|
-
|
|
31524
|
-
|
|
31525
|
-
border-radius: 5px 0 0 5px;
|
|
31768
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31769
|
+
color: #0080ff;
|
|
31526
31770
|
}
|
|
31527
|
-
.
|
|
31528
|
-
|
|
31771
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31772
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31773
|
+
color: #0080ff;
|
|
31529
31774
|
}
|
|
31530
31775
|
|
|
31531
|
-
.
|
|
31532
|
-
|
|
31533
|
-
|
|
31534
|
-
|
|
31535
|
-
.r1f0aqcc:first-child {
|
|
31536
|
-
border-color: #a3b4cc;
|
|
31537
|
-
}
|
|
31538
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31539
|
-
padding: 0 12px;
|
|
31540
|
-
line-height: 32px;
|
|
31541
|
-
height: 32px;
|
|
31542
|
-
}
|
|
31543
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31544
|
-
white-space: nowrap;
|
|
31545
|
-
}
|
|
31546
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31547
|
-
height: 22px;
|
|
31548
|
-
padding: 0 7px;
|
|
31776
|
+
.oiy0apc {
|
|
31777
|
+
display: flex;
|
|
31778
|
+
justify-content: space-between;
|
|
31779
|
+
height: 20px;
|
|
31549
31780
|
line-height: 20px;
|
|
31550
31781
|
}
|
|
31551
|
-
.
|
|
31552
|
-
|
|
31553
|
-
|
|
31554
|
-
|
|
31555
|
-
background: #0080ff;
|
|
31556
|
-
}
|
|
31557
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31558
|
-
background: #ccd4e3;
|
|
31559
|
-
opacity: 0.5;
|
|
31560
|
-
}
|
|
31561
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31562
|
-
border-right-color: #0080ff;
|
|
31563
|
-
}
|
|
31564
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31565
|
-
border-color: #0080ff;
|
|
31566
|
-
}
|
|
31567
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31568
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31569
|
-
}
|
|
31570
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31571
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31572
|
-
border-color: #ccd4e3;
|
|
31573
|
-
opacity: 0.5;
|
|
31574
|
-
}
|
|
31575
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31576
|
-
color: #00122e;
|
|
31577
|
-
border-color: #ccd4e3;
|
|
31578
|
-
}
|
|
31579
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31580
|
-
color: #00122e;
|
|
31581
|
-
border-color: #ccd4e3;
|
|
31582
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31583
|
-
}
|
|
31584
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
31585
|
-
margin-right: 8px;
|
|
31586
|
-
display: inline;
|
|
31587
|
-
border: none;
|
|
31588
|
-
padding: 0;
|
|
31589
|
-
width: 36px;
|
|
31590
|
-
background: transparent;
|
|
31591
|
-
}
|
|
31592
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31593
|
-
box-shadow: none;
|
|
31594
|
-
}
|
|
31595
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31596
|
-
margin-right: 0;
|
|
31597
|
-
width: initial;
|
|
31598
|
-
box-shadow: none;
|
|
31599
|
-
}
|
|
31600
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31601
|
-
display: none;
|
|
31602
|
-
}
|
|
31603
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31604
|
-
display: inline;
|
|
31605
|
-
}
|
|
31606
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31607
|
-
display: inline;
|
|
31608
|
-
margin-right: 8px;
|
|
31609
|
-
padding: 0;
|
|
31610
|
-
width: 36px;
|
|
31782
|
+
.oiy0apc .timezone-title {
|
|
31783
|
+
color: #2d3a56;
|
|
31784
|
+
overflow: hidden;
|
|
31785
|
+
text-overflow: ellipsis;
|
|
31611
31786
|
}
|
|
31612
31787
|
|
|
31613
|
-
.
|
|
31788
|
+
.of4y382 {
|
|
31614
31789
|
display: flex;
|
|
31615
31790
|
justify-content: space-between;
|
|
31616
|
-
align-items: center;
|
|
31617
|
-
padding: 10px 0;
|
|
31618
31791
|
color: rgba(44, 56, 82, 0.6);
|
|
31619
|
-
|
|
31620
|
-
line-height:
|
|
31621
|
-
|
|
31622
|
-
.p12gwtiw .pagination-left {
|
|
31623
|
-
padding: 2px 8px;
|
|
31624
|
-
}
|
|
31625
|
-
.p12gwtiw .dropdown-trigger {
|
|
31626
|
-
display: flex;
|
|
31627
|
-
align-items: center;
|
|
31628
|
-
border-radius: 6px;
|
|
31629
|
-
cursor: pointer;
|
|
31630
|
-
transition: all 0.3s ease;
|
|
31792
|
+
height: 18px;
|
|
31793
|
+
line-height: 18px;
|
|
31794
|
+
margin-top: 2px;
|
|
31631
31795
|
}
|
|
31632
|
-
|
|
31633
|
-
|
|
31634
|
-
|
|
31796
|
+
|
|
31797
|
+
.t19903l9 {
|
|
31798
|
+
border: none;
|
|
31799
|
+
margin-right: 0;
|
|
31800
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31635
31801
|
}
|
|
31636
|
-
|
|
31637
|
-
|
|
31802
|
+
|
|
31803
|
+
.ohwbvxu {
|
|
31804
|
+
pointer-events: none;
|
|
31805
|
+
height: 32px;
|
|
31806
|
+
width: 100%;
|
|
31807
|
+
opacity: 0;
|
|
31638
31808
|
}
|
|
31639
|
-
|
|
31809
|
+
|
|
31810
|
+
.l4bld33 {
|
|
31811
|
+
width: 64px;
|
|
31812
|
+
height: 64px;
|
|
31640
31813
|
display: flex;
|
|
31641
31814
|
align-items: center;
|
|
31642
|
-
|
|
31643
|
-
|
|
31644
|
-
|
|
31645
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
31646
|
-
margin-left: 4px;
|
|
31647
|
-
}
|
|
31648
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
31649
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
31650
|
-
padding: 0 8px;
|
|
31651
|
-
}
|
|
31652
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31653
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
31654
|
-
color: #0080ff;
|
|
31655
|
-
}
|
|
31656
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31657
|
-
transform: rotate(180deg);
|
|
31815
|
+
justify-content: center;
|
|
31816
|
+
position: relative;
|
|
31817
|
+
opacity: 0.2;
|
|
31658
31818
|
}
|
|
31659
31819
|
|
|
31660
|
-
.
|
|
31661
|
-
|
|
31662
|
-
|
|
31663
|
-
|
|
31664
|
-
|
|
31665
|
-
|
|
31666
|
-
|
|
31667
|
-
|
|
31820
|
+
.lgitjoj {
|
|
31821
|
+
position: absolute;
|
|
31822
|
+
width: 5px;
|
|
31823
|
+
height: 48px;
|
|
31824
|
+
left: 9.33px;
|
|
31825
|
+
top: 40.5px;
|
|
31826
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31827
|
+
border-radius: 5px;
|
|
31828
|
+
transform: rotate(-128deg);
|
|
31829
|
+
transform-origin: top left;
|
|
31830
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
31668
31831
|
}
|
|
31669
31832
|
|
|
31670
|
-
.
|
|
31671
|
-
|
|
31672
|
-
|
|
31673
|
-
|
|
31674
|
-
|
|
31675
|
-
|
|
31676
|
-
|
|
31677
|
-
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
|
|
31833
|
+
.l13g0exg {
|
|
31834
|
+
position: absolute;
|
|
31835
|
+
width: 5px;
|
|
31836
|
+
height: 48px;
|
|
31837
|
+
left: 40.8px;
|
|
31838
|
+
top: 8.4px;
|
|
31839
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31840
|
+
border-radius: 5px;
|
|
31841
|
+
transform: rotate(-8deg);
|
|
31842
|
+
transform-origin: top left;
|
|
31843
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
31681
31844
|
}
|
|
31682
|
-
|
|
31683
|
-
|
|
31845
|
+
|
|
31846
|
+
.l1exo3h6 {
|
|
31847
|
+
position: absolute;
|
|
31848
|
+
width: 5px;
|
|
31849
|
+
height: 48px;
|
|
31850
|
+
left: 52.9px;
|
|
31851
|
+
top: 51.8px;
|
|
31852
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31853
|
+
border-radius: 5px;
|
|
31854
|
+
transform: rotate(112deg);
|
|
31855
|
+
transform-origin: top left;
|
|
31856
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
31684
31857
|
}
|
|
31685
31858
|
|
|
31686
31859
|
.c1bus5hc {
|
|
@@ -31723,6 +31896,64 @@ input.rrg1fkn.ant-input {
|
|
|
31723
31896
|
transform: rotate(0deg);
|
|
31724
31897
|
}
|
|
31725
31898
|
|
|
31899
|
+
.c18gxmrl {
|
|
31900
|
+
border: 1px solid #d8deeb;
|
|
31901
|
+
border-radius: 4px;
|
|
31902
|
+
}
|
|
31903
|
+
.c18gxmrl + .c18gxmrl {
|
|
31904
|
+
margin-top: 8px;
|
|
31905
|
+
}
|
|
31906
|
+
.c18gxmrl:hover {
|
|
31907
|
+
border-color: #0080ff;
|
|
31908
|
+
}
|
|
31909
|
+
.c18gxmrl:hover > header {
|
|
31910
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31911
|
+
}
|
|
31912
|
+
.c18gxmrl.active header {
|
|
31913
|
+
border-bottom: 1px solid #d8deeb;
|
|
31914
|
+
}
|
|
31915
|
+
.c18gxmrl > header {
|
|
31916
|
+
padding: 8px 12px;
|
|
31917
|
+
}
|
|
31918
|
+
|
|
31919
|
+
.berrcjl {
|
|
31920
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31921
|
+
margin-bottom: 4px;
|
|
31922
|
+
}
|
|
31923
|
+
.berrcjl .breadcrumb-link {
|
|
31924
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31925
|
+
cursor: pointer;
|
|
31926
|
+
transition: color 160ms ease;
|
|
31927
|
+
}
|
|
31928
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31929
|
+
color: #0080ff;
|
|
31930
|
+
}
|
|
31931
|
+
.berrcjl .breadcrumb-link:active {
|
|
31932
|
+
color: #005ed1;
|
|
31933
|
+
}
|
|
31934
|
+
|
|
31935
|
+
.c1uzzomf {
|
|
31936
|
+
margin-bottom: 16px;
|
|
31937
|
+
}
|
|
31938
|
+
.c1uzzomf .card-title {
|
|
31939
|
+
font-size: 16px;
|
|
31940
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31941
|
+
font-weight: 700;
|
|
31942
|
+
line-height: 32px;
|
|
31943
|
+
}
|
|
31944
|
+
.c1uzzomf .card-body {
|
|
31945
|
+
padding: 24px;
|
|
31946
|
+
border-radius: 8px;
|
|
31947
|
+
background: #fff;
|
|
31948
|
+
}
|
|
31949
|
+
.c1uzzomf .empty {
|
|
31950
|
+
font-weight: 700;
|
|
31951
|
+
font-size: 14px;
|
|
31952
|
+
line-height: 22px;
|
|
31953
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31954
|
+
text-align: center;
|
|
31955
|
+
}
|
|
31956
|
+
|
|
31726
31957
|
.c18bcrac {
|
|
31727
31958
|
display: inline-block;
|
|
31728
31959
|
width: 100%;
|
|
@@ -31770,26 +32001,14 @@ input.rrg1fkn.ant-input {
|
|
|
31770
32001
|
margin-right: 4px;
|
|
31771
32002
|
}
|
|
31772
32003
|
|
|
31773
|
-
.
|
|
31774
|
-
|
|
31775
|
-
}
|
|
31776
|
-
.c1uzzomf .card-title {
|
|
31777
|
-
font-size: 16px;
|
|
31778
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31779
|
-
font-weight: 700;
|
|
31780
|
-
line-height: 32px;
|
|
31781
|
-
}
|
|
31782
|
-
.c1uzzomf .card-body {
|
|
31783
|
-
padding: 24px;
|
|
31784
|
-
border-radius: 8px;
|
|
31785
|
-
background: #fff;
|
|
32004
|
+
.gmyahx3 {
|
|
32005
|
+
cursor: pointer;
|
|
31786
32006
|
}
|
|
31787
|
-
.
|
|
31788
|
-
font-weight: 700;
|
|
31789
|
-
font-size: 14px;
|
|
31790
|
-
line-height: 22px;
|
|
32007
|
+
.gmyahx3 .link-text {
|
|
31791
32008
|
color: rgba(0, 21, 64, 0.3);
|
|
31792
|
-
|
|
32009
|
+
}
|
|
32010
|
+
.gmyahx3:hover .link-text {
|
|
32011
|
+
color: #0080ff;
|
|
31793
32012
|
}
|
|
31794
32013
|
|
|
31795
32014
|
.n12mqh7z {
|
|
@@ -31811,29 +32030,6 @@ input.rrg1fkn.ant-input {
|
|
|
31811
32030
|
overflow: "auto";
|
|
31812
32031
|
}
|
|
31813
32032
|
|
|
31814
|
-
.gmyahx3 {
|
|
31815
|
-
cursor: pointer;
|
|
31816
|
-
}
|
|
31817
|
-
.gmyahx3 .link-text {
|
|
31818
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31819
|
-
}
|
|
31820
|
-
.gmyahx3:hover .link-text {
|
|
31821
|
-
color: #0080ff;
|
|
31822
|
-
}
|
|
31823
|
-
|
|
31824
|
-
.m15dvk92 {
|
|
31825
|
-
display: flex;
|
|
31826
|
-
justify-content: space-between;
|
|
31827
|
-
width: 100%;
|
|
31828
|
-
}
|
|
31829
|
-
.m15dvk92 .action {
|
|
31830
|
-
margin-left: 16px;
|
|
31831
|
-
}
|
|
31832
|
-
|
|
31833
|
-
.aql8iqz .ant-alert-message {
|
|
31834
|
-
width: 100%;
|
|
31835
|
-
}
|
|
31836
|
-
|
|
31837
32033
|
.s1iv0tp1 .enabled-switch {
|
|
31838
32034
|
display: flex;
|
|
31839
32035
|
align-items: center;
|
|
@@ -31842,6 +32038,13 @@ input.rrg1fkn.ant-input {
|
|
|
31842
32038
|
margin-right: 8px;
|
|
31843
32039
|
}
|
|
31844
32040
|
|
|
32041
|
+
.tje3huy {
|
|
32042
|
+
width: 100%;
|
|
32043
|
+
overflow: inherit;
|
|
32044
|
+
white-space: inherit;
|
|
32045
|
+
text-overflow: ellipsis;
|
|
32046
|
+
}
|
|
32047
|
+
|
|
31845
32048
|
.wg1tsps {
|
|
31846
32049
|
display: flex;
|
|
31847
32050
|
align-items: center;
|
|
@@ -31865,171 +32068,17 @@ input.rrg1fkn.ant-input {
|
|
|
31865
32068
|
color: #00122e !important;
|
|
31866
32069
|
}
|
|
31867
32070
|
|
|
31868
|
-
.
|
|
31869
|
-
width: 100%;
|
|
31870
|
-
overflow: inherit;
|
|
31871
|
-
white-space: inherit;
|
|
31872
|
-
text-overflow: ellipsis;
|
|
31873
|
-
}
|
|
31874
|
-
|
|
31875
|
-
.c18gxmrl {
|
|
31876
|
-
border: 1px solid #d8deeb;
|
|
31877
|
-
border-radius: 4px;
|
|
31878
|
-
}
|
|
31879
|
-
.c18gxmrl + .c18gxmrl {
|
|
31880
|
-
margin-top: 8px;
|
|
31881
|
-
}
|
|
31882
|
-
.c18gxmrl:hover {
|
|
31883
|
-
border-color: #0080ff;
|
|
31884
|
-
}
|
|
31885
|
-
.c18gxmrl:hover > header {
|
|
31886
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31887
|
-
}
|
|
31888
|
-
.c18gxmrl.active header {
|
|
31889
|
-
border-bottom: 1px solid #d8deeb;
|
|
31890
|
-
}
|
|
31891
|
-
.c18gxmrl > header {
|
|
31892
|
-
padding: 8px 12px;
|
|
31893
|
-
}
|
|
31894
|
-
|
|
31895
|
-
.c1up1pdz {
|
|
31896
|
-
width: 648px;
|
|
31897
|
-
}
|
|
31898
|
-
.c1up1pdz.active {
|
|
31899
|
-
border-color: #0080ff;
|
|
31900
|
-
}
|
|
31901
|
-
.c1up1pdz.active > header {
|
|
31902
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31903
|
-
}
|
|
31904
|
-
.c1up1pdz .expand {
|
|
31905
|
-
padding: 12px;
|
|
31906
|
-
}
|
|
31907
|
-
.c1up1pdz .field-item {
|
|
31908
|
-
display: flex;
|
|
31909
|
-
padding: 10px 0;
|
|
31910
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31911
|
-
}
|
|
31912
|
-
.c1up1pdz .field-item:last-child {
|
|
31913
|
-
border-bottom: none;
|
|
31914
|
-
padding-bottom: 0;
|
|
31915
|
-
}
|
|
31916
|
-
.c1up1pdz .field-item label {
|
|
31917
|
-
line-height: 32px;
|
|
31918
|
-
width: 100px;
|
|
31919
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31920
|
-
}
|
|
31921
|
-
.c1up1pdz .help {
|
|
31922
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31923
|
-
margin-top: 5px;
|
|
31924
|
-
}
|
|
31925
|
-
.c1up1pdz .ant-input-affix-wrapper,
|
|
31926
|
-
.c1up1pdz .ant-picker {
|
|
31927
|
-
width: 128px;
|
|
31928
|
-
}
|
|
31929
|
-
|
|
31930
|
-
.c156wh19 {
|
|
32071
|
+
.m15dvk92 {
|
|
31931
32072
|
display: flex;
|
|
31932
|
-
align-items: center;
|
|
31933
32073
|
justify-content: space-between;
|
|
31934
|
-
|
|
31935
|
-
}
|
|
31936
|
-
.c156wh19 .title {
|
|
31937
|
-
margin: 0 16px 0 8px;
|
|
31938
|
-
}
|
|
31939
|
-
.c156wh19 .retain {
|
|
31940
|
-
color: rgba(129, 138, 153, 0.6);
|
|
31941
|
-
}
|
|
31942
|
-
.c156wh19 .left {
|
|
31943
|
-
flex: 1;
|
|
31944
|
-
display: flex;
|
|
31945
|
-
overflow: hidden;
|
|
31946
|
-
align-items: center;
|
|
31947
|
-
justify-content: flex-start;
|
|
31948
|
-
white-space: nowrap;
|
|
31949
|
-
}
|
|
31950
|
-
.c156wh19 .left .title {
|
|
31951
|
-
max-width: 100%;
|
|
31952
|
-
overflow: hidden;
|
|
31953
|
-
text-overflow: ellipsis;
|
|
31954
|
-
}
|
|
31955
|
-
.c156wh19 .right {
|
|
31956
|
-
display: flex;
|
|
31957
|
-
align-items: center;
|
|
31958
|
-
}
|
|
31959
|
-
.c156wh19 .reverse {
|
|
31960
|
-
display: flex;
|
|
31961
|
-
flex-direction: row-reverse;
|
|
31962
|
-
align-items: center;
|
|
31963
|
-
}
|
|
31964
|
-
.c156wh19 .reverse .ant-switch {
|
|
31965
|
-
margin-left: 8px;
|
|
31966
|
-
}
|
|
31967
|
-
.c156wh19 .close {
|
|
31968
|
-
padding-left: 14px;
|
|
31969
|
-
margin-left: 14px;
|
|
31970
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31971
|
-
cursor: pointer;
|
|
31972
|
-
}
|
|
31973
|
-
|
|
31974
|
-
.m126spxy {
|
|
31975
|
-
padding-bottom: 4px;
|
|
31976
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31977
|
-
}
|
|
31978
|
-
.m126spxy .ant-btn-link {
|
|
31979
|
-
padding: 1px 10px;
|
|
31980
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31981
|
-
border-radius: 4px;
|
|
32074
|
+
width: 100%;
|
|
31982
32075
|
}
|
|
31983
|
-
.
|
|
31984
|
-
|
|
31985
|
-
color: #0096ff;
|
|
32076
|
+
.m15dvk92 .action {
|
|
32077
|
+
margin-left: 16px;
|
|
31986
32078
|
}
|
|
31987
32079
|
|
|
31988
|
-
.
|
|
31989
|
-
|
|
31990
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31991
|
-
}
|
|
31992
|
-
.wpbf4pq .ant-input,
|
|
31993
|
-
.wpbf4pq .ant-picker {
|
|
31994
|
-
width: 80px;
|
|
31995
|
-
margin: 0 9px;
|
|
31996
|
-
text-align: center;
|
|
31997
|
-
}
|
|
31998
|
-
.wpbf4pq .options {
|
|
31999
|
-
padding: 12px 0 12px 16px;
|
|
32000
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
32001
|
-
margin: 5px 0 5px 8px;
|
|
32002
|
-
}
|
|
32003
|
-
.wpbf4pq .week-day-option,
|
|
32004
|
-
.wpbf4pq .month-day-option {
|
|
32005
|
-
background: #f5f7fa;
|
|
32006
|
-
box-sizing: border-box;
|
|
32007
|
-
border-radius: 16px;
|
|
32008
|
-
margin-right: 8px;
|
|
32009
|
-
}
|
|
32010
|
-
.wpbf4pq .week-day-option:focus,
|
|
32011
|
-
.wpbf4pq .month-day-option:focus {
|
|
32012
|
-
color: inherit;
|
|
32013
|
-
border-color: #d9d9d9;
|
|
32014
|
-
}
|
|
32015
|
-
.wpbf4pq .week-day-option.active {
|
|
32016
|
-
background-color: #0096ff;
|
|
32017
|
-
border-color: #0096ff;
|
|
32018
|
-
color: #fff;
|
|
32019
|
-
}
|
|
32020
|
-
.wpbf4pq .week-day-option.en-text {
|
|
32021
|
-
width: 110px;
|
|
32022
|
-
margin-top: 4px;
|
|
32023
|
-
}
|
|
32024
|
-
.wpbf4pq .month-day-option {
|
|
32025
|
-
width: 32px;
|
|
32026
|
-
padding: 0;
|
|
32027
|
-
margin-bottom: 8px;
|
|
32028
|
-
}
|
|
32029
|
-
.wpbf4pq .month-day-option.active {
|
|
32030
|
-
background-color: #0096ff;
|
|
32031
|
-
border-color: #0096ff;
|
|
32032
|
-
color: #fff;
|
|
32080
|
+
.aql8iqz .ant-alert-message {
|
|
32081
|
+
width: 100%;
|
|
32033
32082
|
}
|
|
32034
32083
|
|
|
32035
32084
|
.c198s9j3 {
|
|
@@ -32103,6 +32152,13 @@ input.rrg1fkn.ant-input {
|
|
|
32103
32152
|
margin-left: 24px;
|
|
32104
32153
|
}
|
|
32105
32154
|
|
|
32155
|
+
.c10crapj {
|
|
32156
|
+
border-radius: 8px;
|
|
32157
|
+
}
|
|
32158
|
+
.c10crapj .ant-card-body {
|
|
32159
|
+
padding: 20px 24px 24px 24px;
|
|
32160
|
+
}
|
|
32161
|
+
|
|
32106
32162
|
.cav9p2m .ant-collapse-item {
|
|
32107
32163
|
border: 0px;
|
|
32108
32164
|
background-color: #fff;
|
|
@@ -32125,21 +32181,10 @@ input.rrg1fkn.ant-input {
|
|
|
32125
32181
|
cursor: default;
|
|
32126
32182
|
}
|
|
32127
32183
|
|
|
32128
|
-
.c10crapj {
|
|
32129
|
-
border-radius: 8px;
|
|
32130
|
-
}
|
|
32131
|
-
.c10crapj .ant-card-body {
|
|
32132
|
-
padding: 20px 24px 24px 24px;
|
|
32133
|
-
}
|
|
32134
|
-
|
|
32135
32184
|
.t3qomhu {
|
|
32136
32185
|
margin: 0 2px;
|
|
32137
32186
|
}
|
|
32138
32187
|
|
|
32139
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32140
|
-
display: flex;
|
|
32141
|
-
}
|
|
32142
|
-
|
|
32143
32188
|
.o8ocss1 {
|
|
32144
32189
|
overflow: hidden;
|
|
32145
32190
|
text-overflow: ellipsis;
|
|
@@ -32149,14 +32194,8 @@ input.rrg1fkn.ant-input {
|
|
|
32149
32194
|
white-space: nowrap;
|
|
32150
32195
|
}
|
|
32151
32196
|
|
|
32152
|
-
.
|
|
32153
|
-
|
|
32154
|
-
width: 56px !important;
|
|
32155
|
-
margin-right: 4px;
|
|
32156
|
-
}
|
|
32157
|
-
|
|
32158
|
-
.c1riexje {
|
|
32159
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32197
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32198
|
+
display: flex;
|
|
32160
32199
|
}
|
|
32161
32200
|
|
|
32162
32201
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
@@ -32216,6 +32255,16 @@ input.rrg1fkn.ant-input {
|
|
|
32216
32255
|
transform: rotate(180deg);
|
|
32217
32256
|
}
|
|
32218
32257
|
|
|
32258
|
+
.igz4le8 {
|
|
32259
|
+
height: 24px;
|
|
32260
|
+
width: 56px !important;
|
|
32261
|
+
margin-right: 4px;
|
|
32262
|
+
}
|
|
32263
|
+
|
|
32264
|
+
.c1riexje {
|
|
32265
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32266
|
+
}
|
|
32267
|
+
|
|
32219
32268
|
.s14dk8r1 {
|
|
32220
32269
|
margin: 0;
|
|
32221
32270
|
border-radius: 20px;
|
|
@@ -32366,63 +32415,14 @@ input.rrg1fkn.ant-input {
|
|
|
32366
32415
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32367
32416
|
background-color: #00ba5d;
|
|
32368
32417
|
}
|
|
32369
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32370
|
-
background-color: #0080ff;
|
|
32371
|
-
}
|
|
32372
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32373
|
-
background-color: #6b7d99;
|
|
32374
|
-
}
|
|
32375
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32376
|
-
background-color: #7E41FF;
|
|
32377
|
-
}
|
|
32378
|
-
|
|
32379
|
-
.l4bld33 {
|
|
32380
|
-
width: 64px;
|
|
32381
|
-
height: 64px;
|
|
32382
|
-
display: flex;
|
|
32383
|
-
align-items: center;
|
|
32384
|
-
justify-content: center;
|
|
32385
|
-
position: relative;
|
|
32386
|
-
opacity: 0.2;
|
|
32387
|
-
}
|
|
32388
|
-
|
|
32389
|
-
.lgitjoj {
|
|
32390
|
-
position: absolute;
|
|
32391
|
-
width: 5px;
|
|
32392
|
-
height: 48px;
|
|
32393
|
-
left: 9.33px;
|
|
32394
|
-
top: 40.5px;
|
|
32395
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32396
|
-
border-radius: 5px;
|
|
32397
|
-
transform: rotate(-128deg);
|
|
32398
|
-
transform-origin: top left;
|
|
32399
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32400
|
-
}
|
|
32401
|
-
|
|
32402
|
-
.l13g0exg {
|
|
32403
|
-
position: absolute;
|
|
32404
|
-
width: 5px;
|
|
32405
|
-
height: 48px;
|
|
32406
|
-
left: 40.8px;
|
|
32407
|
-
top: 8.4px;
|
|
32408
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32409
|
-
border-radius: 5px;
|
|
32410
|
-
transform: rotate(-8deg);
|
|
32411
|
-
transform-origin: top left;
|
|
32412
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32413
|
-
}
|
|
32414
|
-
|
|
32415
|
-
.l1exo3h6 {
|
|
32416
|
-
position: absolute;
|
|
32417
|
-
width: 5px;
|
|
32418
|
-
height: 48px;
|
|
32419
|
-
left: 52.9px;
|
|
32420
|
-
top: 51.8px;
|
|
32421
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32422
|
-
border-radius: 5px;
|
|
32423
|
-
transform: rotate(112deg);
|
|
32424
|
-
transform-origin: top left;
|
|
32425
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32418
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32419
|
+
background-color: #0080ff;
|
|
32420
|
+
}
|
|
32421
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32422
|
+
background-color: #6b7d99;
|
|
32423
|
+
}
|
|
32424
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32425
|
+
background-color: #7E41FF;
|
|
32426
32426
|
}
|
|
32427
32427
|
|
|
32428
32428
|
.clm1wy1 {
|
|
@@ -32894,39 +32894,6 @@ input.rrg1fkn.ant-input {
|
|
|
32894
32894
|
background: rgba(163, 180, 204, 0.18);
|
|
32895
32895
|
}
|
|
32896
32896
|
|
|
32897
|
-
.skwah65 {
|
|
32898
|
-
height: 8px;
|
|
32899
|
-
box-sizing: border-box;
|
|
32900
|
-
border-radius: 2px;
|
|
32901
|
-
background: #f5f7fa;
|
|
32902
|
-
display: flex;
|
|
32903
|
-
width: 100%;
|
|
32904
|
-
overflow: hidden;
|
|
32905
|
-
}
|
|
32906
|
-
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32907
|
-
margin-left: 1px;
|
|
32908
|
-
}
|
|
32909
|
-
|
|
32910
|
-
.rrwcpby {
|
|
32911
|
-
display: flex;
|
|
32912
|
-
align-items: center;
|
|
32913
|
-
}
|
|
32914
|
-
.rrwcpby .order {
|
|
32915
|
-
height: 24px;
|
|
32916
|
-
width: 24px;
|
|
32917
|
-
border-radius: 20px;
|
|
32918
|
-
color: #0080ff;
|
|
32919
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32920
|
-
display: flex;
|
|
32921
|
-
align-items: center;
|
|
32922
|
-
justify-content: center;
|
|
32923
|
-
margin-right: 6px;
|
|
32924
|
-
}
|
|
32925
|
-
|
|
32926
|
-
.c1k4vanq {
|
|
32927
|
-
padding: 0 12px 14px 12px;
|
|
32928
|
-
}
|
|
32929
|
-
|
|
32930
32897
|
.c1udgdh2 {
|
|
32931
32898
|
color: #2d3a56;
|
|
32932
32899
|
padding: 7px 12px;
|
|
@@ -32967,6 +32934,10 @@ input.rrg1fkn.ant-input {
|
|
|
32967
32934
|
margin-right: 2px;
|
|
32968
32935
|
}
|
|
32969
32936
|
|
|
32937
|
+
.c1k4vanq {
|
|
32938
|
+
padding: 0 12px 14px 12px;
|
|
32939
|
+
}
|
|
32940
|
+
|
|
32970
32941
|
.f1p9ti6d {
|
|
32971
32942
|
width: 100%;
|
|
32972
32943
|
margin-bottom: 0 !important;
|
|
@@ -32998,6 +32969,19 @@ input.rrg1fkn.ant-input {
|
|
|
32998
32969
|
min-height: 0px;
|
|
32999
32970
|
}
|
|
33000
32971
|
|
|
32972
|
+
.skwah65 {
|
|
32973
|
+
height: 8px;
|
|
32974
|
+
box-sizing: border-box;
|
|
32975
|
+
border-radius: 2px;
|
|
32976
|
+
background: #f5f7fa;
|
|
32977
|
+
display: flex;
|
|
32978
|
+
width: 100%;
|
|
32979
|
+
overflow: hidden;
|
|
32980
|
+
}
|
|
32981
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32982
|
+
margin-left: 1px;
|
|
32983
|
+
}
|
|
32984
|
+
|
|
33001
32985
|
.bab9xum {
|
|
33002
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);
|
|
33003
32987
|
}
|
|
@@ -33015,6 +32999,107 @@ input.rrg1fkn.ant-input {
|
|
|
33015
32999
|
transform: translateY(-4px);
|
|
33016
33000
|
}
|
|
33017
33001
|
|
|
33002
|
+
.rrwcpby {
|
|
33003
|
+
display: flex;
|
|
33004
|
+
align-items: center;
|
|
33005
|
+
}
|
|
33006
|
+
.rrwcpby .order {
|
|
33007
|
+
height: 24px;
|
|
33008
|
+
width: 24px;
|
|
33009
|
+
border-radius: 20px;
|
|
33010
|
+
color: #0080ff;
|
|
33011
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33012
|
+
display: flex;
|
|
33013
|
+
align-items: center;
|
|
33014
|
+
justify-content: center;
|
|
33015
|
+
margin-right: 6px;
|
|
33016
|
+
}
|
|
33017
|
+
|
|
33018
|
+
.sut42l0 {
|
|
33019
|
+
padding: 0 8px;
|
|
33020
|
+
height: 18px;
|
|
33021
|
+
}
|
|
33022
|
+
|
|
33023
|
+
.mfsz1jz {
|
|
33024
|
+
padding: 2px 8px;
|
|
33025
|
+
height: 24px;
|
|
33026
|
+
}
|
|
33027
|
+
|
|
33028
|
+
.tnd6h4m {
|
|
33029
|
+
margin: 0;
|
|
33030
|
+
}
|
|
33031
|
+
|
|
33032
|
+
.i1qw4clm {
|
|
33033
|
+
margin-right: 4px;
|
|
33034
|
+
height: 16px;
|
|
33035
|
+
}
|
|
33036
|
+
|
|
33037
|
+
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33038
|
+
font-weight: 700;
|
|
33039
|
+
color: #00122e;
|
|
33040
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33041
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33042
|
+
}
|
|
33043
|
+
|
|
33044
|
+
.w1xcixj5.outside-tag {
|
|
33045
|
+
padding-left: 0;
|
|
33046
|
+
}
|
|
33047
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33048
|
+
border-radius: 4px 0 0 4px;
|
|
33049
|
+
padding-right: 4px;
|
|
33050
|
+
margin-right: 4px;
|
|
33051
|
+
}
|
|
33052
|
+
|
|
33053
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
33054
|
+
display: var(--at4ovwe-0);
|
|
33055
|
+
}
|
|
33056
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
33057
|
+
padding: 5px 12px;
|
|
33058
|
+
display: inline-flex;
|
|
33059
|
+
line-height: 1.5715;
|
|
33060
|
+
height: 100%;
|
|
33061
|
+
width: 100%;
|
|
33062
|
+
}
|
|
33063
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33064
|
+
content: var(--at4ovwe-1);
|
|
33065
|
+
display: var(--at4ovwe-2);
|
|
33066
|
+
flex: none;
|
|
33067
|
+
align-items: center;
|
|
33068
|
+
margin-left: 4px;
|
|
33069
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33070
|
+
}
|
|
33071
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33072
|
+
content: var(--at4ovwe-3);
|
|
33073
|
+
display: var(--at4ovwe-4);
|
|
33074
|
+
flex: none;
|
|
33075
|
+
align-items: center;
|
|
33076
|
+
margin-right: 4px;
|
|
33077
|
+
cursor: auto;
|
|
33078
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33079
|
+
}
|
|
33080
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33081
|
+
border-radius: 0;
|
|
33082
|
+
}
|
|
33083
|
+
.at4ovwe.ant-input-number {
|
|
33084
|
+
width: 100%;
|
|
33085
|
+
border-radius: 6px;
|
|
33086
|
+
}
|
|
33087
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33088
|
+
border-color: #0096ff;
|
|
33089
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33090
|
+
z-index: 1;
|
|
33091
|
+
}
|
|
33092
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33093
|
+
border-color: #e75a3a;
|
|
33094
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33095
|
+
}
|
|
33096
|
+
.at4ovwe .ant-input-number-input {
|
|
33097
|
+
padding: 0;
|
|
33098
|
+
margin: 0;
|
|
33099
|
+
height: auto;
|
|
33100
|
+
font-size: inherit;
|
|
33101
|
+
}
|
|
33102
|
+
|
|
33018
33103
|
.tc40oxa {
|
|
33019
33104
|
margin-bottom: 4px;
|
|
33020
33105
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33208,91 +33293,6 @@ input.rrg1fkn.ant-input {
|
|
|
33208
33293
|
margin-right: 8px;
|
|
33209
33294
|
}
|
|
33210
33295
|
|
|
33211
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
33212
|
-
display: var(--at4ovwe-0);
|
|
33213
|
-
}
|
|
33214
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
33215
|
-
padding: 5px 12px;
|
|
33216
|
-
display: inline-flex;
|
|
33217
|
-
line-height: 1.5715;
|
|
33218
|
-
height: 100%;
|
|
33219
|
-
width: 100%;
|
|
33220
|
-
}
|
|
33221
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33222
|
-
content: var(--at4ovwe-1);
|
|
33223
|
-
display: var(--at4ovwe-2);
|
|
33224
|
-
flex: none;
|
|
33225
|
-
align-items: center;
|
|
33226
|
-
margin-left: 4px;
|
|
33227
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33228
|
-
}
|
|
33229
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33230
|
-
content: var(--at4ovwe-3);
|
|
33231
|
-
display: var(--at4ovwe-4);
|
|
33232
|
-
flex: none;
|
|
33233
|
-
align-items: center;
|
|
33234
|
-
margin-right: 4px;
|
|
33235
|
-
cursor: auto;
|
|
33236
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33237
|
-
}
|
|
33238
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33239
|
-
border-radius: 0;
|
|
33240
|
-
}
|
|
33241
|
-
.at4ovwe.ant-input-number {
|
|
33242
|
-
width: 100%;
|
|
33243
|
-
border-radius: 6px;
|
|
33244
|
-
}
|
|
33245
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33246
|
-
border-color: #0096ff;
|
|
33247
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33248
|
-
z-index: 1;
|
|
33249
|
-
}
|
|
33250
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33251
|
-
border-color: #e75a3a;
|
|
33252
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33253
|
-
}
|
|
33254
|
-
.at4ovwe .ant-input-number-input {
|
|
33255
|
-
padding: 0;
|
|
33256
|
-
margin: 0;
|
|
33257
|
-
height: auto;
|
|
33258
|
-
font-size: inherit;
|
|
33259
|
-
}
|
|
33260
|
-
|
|
33261
|
-
.sut42l0 {
|
|
33262
|
-
padding: 0 8px;
|
|
33263
|
-
height: 18px;
|
|
33264
|
-
}
|
|
33265
|
-
|
|
33266
|
-
.mfsz1jz {
|
|
33267
|
-
padding: 2px 8px;
|
|
33268
|
-
height: 24px;
|
|
33269
|
-
}
|
|
33270
|
-
|
|
33271
|
-
.tnd6h4m {
|
|
33272
|
-
margin: 0;
|
|
33273
|
-
}
|
|
33274
|
-
|
|
33275
|
-
.i1qw4clm {
|
|
33276
|
-
margin-right: 4px;
|
|
33277
|
-
height: 16px;
|
|
33278
|
-
}
|
|
33279
|
-
|
|
33280
|
-
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33281
|
-
font-weight: 700;
|
|
33282
|
-
color: #00122e;
|
|
33283
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33284
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33285
|
-
}
|
|
33286
|
-
|
|
33287
|
-
.w1xcixj5.outside-tag {
|
|
33288
|
-
padding-left: 0;
|
|
33289
|
-
}
|
|
33290
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33291
|
-
border-radius: 4px 0 0 4px;
|
|
33292
|
-
padding-right: 4px;
|
|
33293
|
-
margin-right: 4px;
|
|
33294
|
-
}
|
|
33295
|
-
|
|
33296
33296
|
.iwsze0q {
|
|
33297
33297
|
margin-right: 4px;
|
|
33298
33298
|
height: 16px;
|