@cloudtower/eagle 0.26.29 → 0.26.30-dry-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30383,6 +30383,61 @@ html body {
30383
30383
  width: 36px;
30384
30384
  }
30385
30385
 
30386
+ .s34f1qb.ant-switch {
30387
+ min-width: 40px;
30388
+ height: 24px;
30389
+ background: rgba(172, 186, 211, 0.6);
30390
+ overflow: hidden;
30391
+ }
30392
+ .s34f1qb.ant-switch:focus {
30393
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30394
+ }
30395
+ .s34f1qb.ant-switch-small {
30396
+ min-width: 26px;
30397
+ height: 16px;
30398
+ }
30399
+ .s34f1qb.ant-switch-large {
30400
+ min-width: 52px;
30401
+ height: 32px;
30402
+ }
30403
+ .s34f1qb.ant-switch .ant-switch-handle {
30404
+ height: 20px;
30405
+ width: 20px;
30406
+ }
30407
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30408
+ border-radius: 10px;
30409
+ transition-delay: 120ms;
30410
+ }
30411
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30412
+ height: 14px;
30413
+ width: 14px;
30414
+ top: 1px;
30415
+ left: 1px;
30416
+ }
30417
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30418
+ height: 28px;
30419
+ width: 28px;
30420
+ }
30421
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30422
+ border-radius: 14px;
30423
+ }
30424
+ .s34f1qb.ant-switch-checked {
30425
+ background-color: #00ba5d;
30426
+ }
30427
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30428
+ left: calc(100% - 20px - 2px);
30429
+ }
30430
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30431
+ left: calc(100% - 14px - 1px);
30432
+ }
30433
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30434
+ left: calc(100% - 28px - 2px);
30435
+ }
30436
+
30437
+ .c1to9vb9 {
30438
+ margin-left: 5px;
30439
+ }
30440
+
30386
30441
  .cz04yix {
30387
30442
  display: flex;
30388
30443
  flex-direction: column;
@@ -30811,6 +30866,7 @@ html body {
30811
30866
  .ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
30812
30867
  border-color: #0096ff;
30813
30868
  box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
30869
+ z-index: 1;
30814
30870
  }
30815
30871
  .ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
30816
30872
  border-color: #e75a3a;
@@ -30994,61 +31050,6 @@ input.rrg1fkn.ant-input {
30994
31050
  border-bottom-left-radius: 0;
30995
31051
  }
30996
31052
 
30997
- .s34f1qb.ant-switch {
30998
- min-width: 40px;
30999
- height: 24px;
31000
- background: rgba(172, 186, 211, 0.6);
31001
- overflow: hidden;
31002
- }
31003
- .s34f1qb.ant-switch:focus {
31004
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31005
- }
31006
- .s34f1qb.ant-switch-small {
31007
- min-width: 26px;
31008
- height: 16px;
31009
- }
31010
- .s34f1qb.ant-switch-large {
31011
- min-width: 52px;
31012
- height: 32px;
31013
- }
31014
- .s34f1qb.ant-switch .ant-switch-handle {
31015
- height: 20px;
31016
- width: 20px;
31017
- }
31018
- .s34f1qb.ant-switch .ant-switch-handle::before {
31019
- border-radius: 10px;
31020
- transition-delay: 120ms;
31021
- }
31022
- .s34f1qb.ant-switch-small .ant-switch-handle {
31023
- height: 14px;
31024
- width: 14px;
31025
- top: 1px;
31026
- left: 1px;
31027
- }
31028
- .s34f1qb.ant-switch-large .ant-switch-handle {
31029
- height: 28px;
31030
- width: 28px;
31031
- }
31032
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
31033
- border-radius: 14px;
31034
- }
31035
- .s34f1qb.ant-switch-checked {
31036
- background-color: #00ba5d;
31037
- }
31038
- .s34f1qb.ant-switch-checked .ant-switch-handle {
31039
- left: calc(100% - 20px - 2px);
31040
- }
31041
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31042
- left: calc(100% - 14px - 1px);
31043
- }
31044
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31045
- left: calc(100% - 28px - 2px);
31046
- }
31047
-
31048
- .c1to9vb9 {
31049
- margin-left: 5px;
31050
- }
31051
-
31052
31053
  .t1upn1sz {
31053
31054
  height: 100%;
31054
31055
  }
@@ -32086,16 +32087,6 @@ input.rrg1fkn.ant-input {
32086
32087
  cursor: default;
32087
32088
  }
32088
32089
 
32089
- .igz4le8 {
32090
- height: 24px;
32091
- width: 56px !important;
32092
- margin-right: 4px;
32093
- }
32094
-
32095
- .c1riexje {
32096
- color: rgba(44, 56, 82, 0.6);
32097
- }
32098
-
32099
32090
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32100
32091
  border-radius: 6px;
32101
32092
  }
@@ -32153,6 +32144,16 @@ input.rrg1fkn.ant-input {
32153
32144
  transform: rotate(180deg);
32154
32145
  }
32155
32146
 
32147
+ .igz4le8 {
32148
+ height: 24px;
32149
+ width: 56px !important;
32150
+ margin-right: 4px;
32151
+ }
32152
+
32153
+ .c1riexje {
32154
+ color: rgba(44, 56, 82, 0.6);
32155
+ }
32156
+
32156
32157
  .iiqau4c.ant-input-group.ant-input-group-compact {
32157
32158
  display: flex;
32158
32159
  }
@@ -32326,223 +32327,74 @@ input.rrg1fkn.ant-input {
32326
32327
  white-space: nowrap;
32327
32328
  }
32328
32329
 
32329
- .m1thnes4 {
32330
- color: rgba(44, 56, 82, 0.6);
32331
- text-align: center;
32332
- display: flex;
32333
- align-items: center;
32334
- justify-content: center;
32335
- flex-direction: column;
32336
- height: 100%;
32337
- }
32338
- .m1thnes4 .link {
32339
- color: #0080ff;
32340
- cursor: pointer;
32330
+ .n3qomhu {
32331
+ font-size: 90%;
32332
+ font-weight: bold;
32333
+ background-color: rgba(240, 243, 247, 0.6);
32334
+ padding: 1px 4px 1px;
32335
+ margin-left: 2px;
32336
+ margin-right: 2px;
32337
+ border: 1px solid rgba(213, 219, 227, 0.6);
32338
+ border-radius: 4px;
32339
+ word-break: break-all;
32341
32340
  }
32342
32341
 
32343
- .m1bixfdy {
32344
- width: 100%;
32345
- height: 100%;
32346
- display: flex;
32347
- flex-direction: column;
32342
+ .sq6vos1 {
32343
+ --item-min-width: 60px;
32348
32344
  }
32349
- .m1bixfdy .name-toolbar {
32350
- width: 100%;
32351
- display: flex;
32352
- line-height: 30px;
32353
- padding: 0 16px;
32354
- justify-content: space-between;
32345
+ .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32346
+ display: none !important;
32355
32347
  }
32356
- .m1bixfdy .name-toolbar .metric-extra {
32357
- display: flex;
32358
- font-size: 12px;
32359
- align-items: center;
32348
+ .sq6vos1 .ant-steps-item.ant-steps-item-active {
32349
+ flex-shrink: 0 !important;
32360
32350
  }
32361
- .m1bixfdy .name-toolbar .metric-extra .info-item {
32362
- color: #a3b4cc;
32351
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32352
+ color: #0080ff;
32363
32353
  }
32364
- .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32365
- margin-left: 10px;
32354
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32355
+ color: #0080ff;
32356
+ font-weight: normal;
32366
32357
  }
32367
- .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32368
- margin-left: 10px;
32369
- cursor: pointer;
32358
+ .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
32359
+ color: rgba(44, 56, 82, 0.6);
32370
32360
  }
32371
- .m1bixfdy .content {
32372
- flex: 1;
32373
- width: 100%;
32374
- display: flex;
32375
- justify-content: center;
32376
- align-items: center;
32361
+ .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32362
+ color: #00122e;
32377
32363
  }
32378
- .m1bixfdy .single-content {
32379
- height: 65px;
32364
+ .sq6vos1 .step-item-text {
32365
+ display: inline-block;
32380
32366
  }
32381
-
32382
- .lfamfcw {
32383
- display: flex;
32384
- align-items: center;
32385
- white-space: nowrap;
32367
+ .sq6vos1 .step-item-title {
32386
32368
  overflow: hidden;
32387
- width: 100%;
32388
- }
32389
- .lfamfcw .ant-dropdown-trigger {
32390
- margin-left: auto;
32391
- font-size: 12px;
32369
+ white-space: nowrap;
32370
+ text-overflow: ellipsis;
32392
32371
  }
32393
32372
 
32394
- .la6u9b4 {
32395
- display: flex;
32396
- justify-content: flex-start;
32397
- align-items: center;
32398
- font-size: 12px;
32399
- cursor: pointer;
32373
+ .hjtnwxg .ant-steps-item-container {
32374
+ min-width: var(--item-min-width);
32400
32375
  }
32401
- .la6u9b4:not(:last-child) {
32402
- margin-right: 20px;
32376
+ .hjtnwxg .ant-steps-item-disabled {
32377
+ cursor: not-allowed !important;
32403
32378
  }
32404
- .la6u9b4.deselected {
32405
- opacity: 0.4;
32379
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32380
+ flex-direction: row;
32381
+ justify-content: stretch;
32406
32382
  }
32407
- .la6u9b4.deselected .color-block {
32408
- background: #b4beca !important;
32383
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32384
+ padding: 0;
32385
+ margin-right: 4px;
32386
+ flex: 1;
32387
+ overflow: visible;
32409
32388
  }
32410
-
32411
- .chhvk8b {
32412
- display: inline-block;
32413
- height: 8px;
32414
- width: 8px;
32415
- margin-right: 8px;
32389
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32390
+ width: 100%;
32391
+ min-height: unset;
32416
32392
  }
32417
-
32418
- .e1sdlxq1 .ant-dropdown-menu-item {
32419
- display: flex;
32420
- align-items: center;
32421
- font-size: 12px;
32422
- margin: 0;
32423
- }
32424
-
32425
- .m16f7gpb {
32426
- position: relative;
32427
- }
32428
- .m16f7gpb.hidden-xaxis .pointer-wrapper {
32429
- bottom: -12px;
32430
- }
32431
- .m16f7gpb .metric-toolbar {
32432
- display: flex;
32433
- justify-content: space-between;
32434
- line-height: 30px;
32435
- margin: 0 16px;
32436
- }
32437
- .m16f7gpb .metric-toolbar .metric-extra {
32438
- display: flex;
32439
- font-size: 12px;
32440
- align-items: center;
32441
- }
32442
- .m16f7gpb .metric-toolbar .metric-extra .info-item {
32443
- color: #a3b4cc;
32444
- }
32445
- .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32446
- margin-left: 10px;
32447
- }
32448
- .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32449
- margin-left: 10px;
32450
- cursor: pointer;
32451
- }
32452
- .m16f7gpb .recharts-xAxis {
32453
- font-size: 12px;
32454
- }
32455
- .m16f7gpb .pointer-wrapper {
32456
- position: absolute;
32457
- bottom: 10px;
32458
- padding: 0 8px;
32459
- border-radius: 4px;
32460
- font-size: 12px;
32461
- color: #fff;
32462
- background: rgba(0, 0, 0, 0.75);
32463
- transform: translateX(-50%);
32464
- }
32465
-
32466
- .t1ipvk51 {
32467
- min-width: 200px;
32468
- }
32469
-
32470
- .t1kgldps {
32471
- display: flex;
32472
- align-items: center;
32473
- justify-content: space-between;
32474
- background-color: rgba(0, 0, 0, 0.75);
32475
- color: #b4beca;
32476
- font-size: 12px;
32477
- padding: 3px 6px;
32478
- }
32479
- .t1kgldps:first-child {
32480
- padding-top: 3px;
32481
- }
32482
- .t1kgldps:last-child {
32483
- padding-bottom: 3px;
32484
- }
32485
- .t1kgldps .column-value {
32486
- color: #fff;
32487
- margin-left: 8px;
32488
- }
32489
-
32490
- .sq6vos1 {
32491
- --item-min-width: 60px;
32492
- }
32493
- .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32494
- display: none !important;
32495
- }
32496
- .sq6vos1 .ant-steps-item.ant-steps-item-active {
32497
- flex-shrink: 0 !important;
32498
- }
32499
- .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32500
- color: #0080ff;
32501
- }
32502
- .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32503
- color: #0080ff;
32504
- font-weight: normal;
32505
- }
32506
- .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
32507
- color: rgba(44, 56, 82, 0.6);
32508
- }
32509
- .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32510
- color: #00122e;
32511
- }
32512
- .sq6vos1 .step-item-text {
32513
- display: inline-block;
32514
- }
32515
- .sq6vos1 .step-item-title {
32516
- overflow: hidden;
32517
- white-space: nowrap;
32518
- text-overflow: ellipsis;
32519
- }
32520
-
32521
- .hjtnwxg .ant-steps-item-container {
32522
- min-width: var(--item-min-width);
32523
- }
32524
- .hjtnwxg .ant-steps-item-disabled {
32525
- cursor: not-allowed !important;
32526
- }
32527
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32528
- flex-direction: row;
32529
- justify-content: stretch;
32530
- }
32531
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32532
- padding: 0;
32533
- margin-right: 4px;
32534
- flex: 1;
32535
- overflow: visible;
32536
- }
32537
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32538
- width: 100%;
32539
- min-height: unset;
32540
- }
32541
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32542
- height: 26px;
32543
- line-height: 26px;
32544
- width: 100%;
32545
- padding: 0;
32393
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32394
+ height: 26px;
32395
+ line-height: 26px;
32396
+ width: 100%;
32397
+ padding: 0;
32546
32398
  font-size: 12px;
32547
32399
  }
32548
32400
  .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
@@ -32702,6 +32554,167 @@ input.rrg1fkn.ant-input {
32702
32554
  background: rgba(163, 180, 204, 0.18);
32703
32555
  }
32704
32556
 
32557
+ .m1thnes4 {
32558
+ color: rgba(44, 56, 82, 0.6);
32559
+ text-align: center;
32560
+ display: flex;
32561
+ align-items: center;
32562
+ justify-content: center;
32563
+ flex-direction: column;
32564
+ height: 100%;
32565
+ }
32566
+ .m1thnes4 .link {
32567
+ color: #0080ff;
32568
+ cursor: pointer;
32569
+ }
32570
+
32571
+ .m1bixfdy {
32572
+ width: 100%;
32573
+ height: 100%;
32574
+ display: flex;
32575
+ flex-direction: column;
32576
+ }
32577
+ .m1bixfdy .name-toolbar {
32578
+ width: 100%;
32579
+ display: flex;
32580
+ line-height: 30px;
32581
+ padding: 0 16px;
32582
+ justify-content: space-between;
32583
+ }
32584
+ .m1bixfdy .name-toolbar .metric-extra {
32585
+ display: flex;
32586
+ font-size: 12px;
32587
+ align-items: center;
32588
+ }
32589
+ .m1bixfdy .name-toolbar .metric-extra .info-item {
32590
+ color: #a3b4cc;
32591
+ }
32592
+ .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32593
+ margin-left: 10px;
32594
+ }
32595
+ .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32596
+ margin-left: 10px;
32597
+ cursor: pointer;
32598
+ }
32599
+ .m1bixfdy .content {
32600
+ flex: 1;
32601
+ width: 100%;
32602
+ display: flex;
32603
+ justify-content: center;
32604
+ align-items: center;
32605
+ }
32606
+ .m1bixfdy .single-content {
32607
+ height: 65px;
32608
+ }
32609
+
32610
+ .lfamfcw {
32611
+ display: flex;
32612
+ align-items: center;
32613
+ white-space: nowrap;
32614
+ overflow: hidden;
32615
+ width: 100%;
32616
+ }
32617
+ .lfamfcw .ant-dropdown-trigger {
32618
+ margin-left: auto;
32619
+ font-size: 12px;
32620
+ }
32621
+
32622
+ .la6u9b4 {
32623
+ display: flex;
32624
+ justify-content: flex-start;
32625
+ align-items: center;
32626
+ font-size: 12px;
32627
+ cursor: pointer;
32628
+ }
32629
+ .la6u9b4:not(:last-child) {
32630
+ margin-right: 20px;
32631
+ }
32632
+ .la6u9b4.deselected {
32633
+ opacity: 0.4;
32634
+ }
32635
+ .la6u9b4.deselected .color-block {
32636
+ background: #b4beca !important;
32637
+ }
32638
+
32639
+ .chhvk8b {
32640
+ display: inline-block;
32641
+ height: 8px;
32642
+ width: 8px;
32643
+ margin-right: 8px;
32644
+ }
32645
+
32646
+ .e1sdlxq1 .ant-dropdown-menu-item {
32647
+ display: flex;
32648
+ align-items: center;
32649
+ font-size: 12px;
32650
+ margin: 0;
32651
+ }
32652
+
32653
+ .m16f7gpb {
32654
+ position: relative;
32655
+ }
32656
+ .m16f7gpb.hidden-xaxis .pointer-wrapper {
32657
+ bottom: -12px;
32658
+ }
32659
+ .m16f7gpb .metric-toolbar {
32660
+ display: flex;
32661
+ justify-content: space-between;
32662
+ line-height: 30px;
32663
+ margin: 0 16px;
32664
+ }
32665
+ .m16f7gpb .metric-toolbar .metric-extra {
32666
+ display: flex;
32667
+ font-size: 12px;
32668
+ align-items: center;
32669
+ }
32670
+ .m16f7gpb .metric-toolbar .metric-extra .info-item {
32671
+ color: #a3b4cc;
32672
+ }
32673
+ .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32674
+ margin-left: 10px;
32675
+ }
32676
+ .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32677
+ margin-left: 10px;
32678
+ cursor: pointer;
32679
+ }
32680
+ .m16f7gpb .recharts-xAxis {
32681
+ font-size: 12px;
32682
+ }
32683
+ .m16f7gpb .pointer-wrapper {
32684
+ position: absolute;
32685
+ bottom: 10px;
32686
+ padding: 0 8px;
32687
+ border-radius: 4px;
32688
+ font-size: 12px;
32689
+ color: #fff;
32690
+ background: rgba(0, 0, 0, 0.75);
32691
+ transform: translateX(-50%);
32692
+ }
32693
+
32694
+ .t1ipvk51 {
32695
+ min-width: 200px;
32696
+ }
32697
+
32698
+ .t1kgldps {
32699
+ display: flex;
32700
+ align-items: center;
32701
+ justify-content: space-between;
32702
+ background-color: rgba(0, 0, 0, 0.75);
32703
+ color: #b4beca;
32704
+ font-size: 12px;
32705
+ padding: 3px 6px;
32706
+ }
32707
+ .t1kgldps:first-child {
32708
+ padding-top: 3px;
32709
+ }
32710
+ .t1kgldps:last-child {
32711
+ padding-bottom: 3px;
32712
+ }
32713
+ .t1kgldps .column-value {
32714
+ color: #fff;
32715
+ margin-left: 8px;
32716
+ }
32717
+
32705
32718
  .c1k4vanq {
32706
32719
  padding: 0 12px 14px 12px;
32707
32720
  }
@@ -32762,37 +32775,6 @@ input.rrg1fkn.ant-input {
32762
32775
  margin-right: 6px;
32763
32776
  }
32764
32777
 
32765
- .f1p9ti6d {
32766
- width: 100%;
32767
- margin-bottom: 0 !important;
32768
- flex-flow: nowrap !important;
32769
- line-break: auto;
32770
- }
32771
- .f1p9ti6d > .ant-form-item-label {
32772
- text-align: left !important;
32773
- padding-bottom: 0 !important;
32774
- }
32775
- .f1p9ti6d > .ant-form-item-label > label {
32776
- min-height: 32px;
32777
- height: auto;
32778
- font-size: 13px;
32779
- color: rgba(44, 56, 82, 0.6);
32780
- white-space: normal;
32781
- }
32782
- .f1p9ti6d.ant-form-item-has-error .ant-input {
32783
- border-color: #ff4d4f !important;
32784
- }
32785
- .f1p9ti6d .ant-form-item-explain {
32786
- margin-top: 4px;
32787
- font-size: 12px;
32788
- min-height: 0px;
32789
- }
32790
- .f1p9ti6d .ant-form-item-extra {
32791
- font-size: 12px;
32792
- color: rgba(44, 56, 82, 0.6);
32793
- min-height: 0px;
32794
- }
32795
-
32796
32778
  .bab9xum {
32797
32779
  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);
32798
32780
  }
@@ -32810,55 +32792,6 @@ input.rrg1fkn.ant-input {
32810
32792
  transform: translateY(-4px);
32811
32793
  }
32812
32794
 
32813
- .at4ovwe .ant-input-number-handler-wrap {
32814
- display: var(--at4ovwe-0);
32815
- }
32816
- .at4ovwe .ant-input-number-input-wrap {
32817
- padding: 5px 12px;
32818
- display: inline-flex;
32819
- line-height: 1.5715;
32820
- height: 100%;
32821
- width: 100%;
32822
- }
32823
- .at4ovwe .ant-input-number-input-wrap::after {
32824
- content: var(--at4ovwe-1);
32825
- display: var(--at4ovwe-2);
32826
- flex: none;
32827
- align-items: center;
32828
- margin-left: 4px;
32829
- color: rgba(44, 56, 82, 0.6);
32830
- }
32831
- .at4ovwe .ant-input-number-input-wrap::before {
32832
- content: var(--at4ovwe-3);
32833
- display: var(--at4ovwe-4);
32834
- flex: none;
32835
- align-items: center;
32836
- margin-right: 4px;
32837
- cursor: auto;
32838
- color: rgba(44, 56, 82, 0.6);
32839
- }
32840
- .ant-input-group.ant-input-group-compact > .at4ovwe {
32841
- border-radius: 0;
32842
- }
32843
- .at4ovwe.ant-input-number {
32844
- width: 100%;
32845
- border-radius: 6px;
32846
- }
32847
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
32848
- border-color: #0096ff;
32849
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32850
- }
32851
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
32852
- border-color: #e75a3a;
32853
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32854
- }
32855
- .at4ovwe .ant-input-number-input {
32856
- padding: 0;
32857
- margin: 0;
32858
- height: auto;
32859
- font-size: inherit;
32860
- }
32861
-
32862
32795
  .tc40oxa {
32863
32796
  margin-bottom: 4px;
32864
32797
  color: rgba(44, 56, 82, 0.6);
@@ -33052,6 +32985,87 @@ input.rrg1fkn.ant-input {
33052
32985
  margin-right: 8px;
33053
32986
  }
33054
32987
 
32988
+ .f1p9ti6d {
32989
+ width: 100%;
32990
+ margin-bottom: 0 !important;
32991
+ flex-flow: nowrap !important;
32992
+ line-break: auto;
32993
+ }
32994
+ .f1p9ti6d > .ant-form-item-label {
32995
+ text-align: left !important;
32996
+ padding-bottom: 0 !important;
32997
+ }
32998
+ .f1p9ti6d > .ant-form-item-label > label {
32999
+ min-height: 32px;
33000
+ height: auto;
33001
+ font-size: 13px;
33002
+ color: rgba(44, 56, 82, 0.6);
33003
+ white-space: normal;
33004
+ }
33005
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33006
+ border-color: #ff4d4f !important;
33007
+ }
33008
+ .f1p9ti6d .ant-form-item-explain {
33009
+ margin-top: 4px;
33010
+ font-size: 12px;
33011
+ min-height: 0px;
33012
+ }
33013
+ .f1p9ti6d .ant-form-item-extra {
33014
+ font-size: 12px;
33015
+ color: rgba(44, 56, 82, 0.6);
33016
+ min-height: 0px;
33017
+ }
33018
+
33019
+ .at4ovwe .ant-input-number-handler-wrap {
33020
+ display: var(--at4ovwe-0);
33021
+ }
33022
+ .at4ovwe .ant-input-number-input-wrap {
33023
+ padding: 5px 12px;
33024
+ display: inline-flex;
33025
+ line-height: 1.5715;
33026
+ height: 100%;
33027
+ width: 100%;
33028
+ }
33029
+ .at4ovwe .ant-input-number-input-wrap::after {
33030
+ content: var(--at4ovwe-1);
33031
+ display: var(--at4ovwe-2);
33032
+ flex: none;
33033
+ align-items: center;
33034
+ margin-left: 4px;
33035
+ color: rgba(44, 56, 82, 0.6);
33036
+ }
33037
+ .at4ovwe .ant-input-number-input-wrap::before {
33038
+ content: var(--at4ovwe-3);
33039
+ display: var(--at4ovwe-4);
33040
+ flex: none;
33041
+ align-items: center;
33042
+ margin-right: 4px;
33043
+ cursor: auto;
33044
+ color: rgba(44, 56, 82, 0.6);
33045
+ }
33046
+ .ant-input-group.ant-input-group-compact > .at4ovwe {
33047
+ border-radius: 0;
33048
+ }
33049
+ .at4ovwe.ant-input-number {
33050
+ width: 100%;
33051
+ border-radius: 6px;
33052
+ }
33053
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
33054
+ border-color: #0096ff;
33055
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33056
+ z-index: 1;
33057
+ }
33058
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
33059
+ border-color: #e75a3a;
33060
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33061
+ }
33062
+ .at4ovwe .ant-input-number-input {
33063
+ padding: 0;
33064
+ margin: 0;
33065
+ height: auto;
33066
+ font-size: inherit;
33067
+ }
33068
+
33055
33069
  .w1xcixj5.outside-tag {
33056
33070
  padding-left: 0;
33057
33071
  }