@cloudtower/eagle 0.27.3-alpha.0 → 0.27.3-gobackbutton1

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.
Files changed (35) hide show
  1. package/dist/components/Metric/metric.d.ts +1 -1
  2. package/dist/components/index.d.ts +0 -10
  3. package/dist/components.css +946 -860
  4. package/dist/coreX/CronPlan/CronPlan.stories.d.ts +9 -0
  5. package/dist/coreX/CronPlan/index.d.ts +18 -0
  6. package/dist/coreX/GoBackButton/GoBackButton.stories.d.ts +12 -0
  7. package/dist/coreX/GoBackButton/index.d.ts +11 -0
  8. package/dist/coreX/NamesTooltip/NamesTooltip.stories.d.ts +7 -0
  9. package/dist/coreX/NamesTooltip/__test__/index.test.d.ts +1 -0
  10. package/dist/coreX/NamesTooltip/index.d.ts +4 -0
  11. package/dist/coreX/index.d.ts +1 -0
  12. package/dist/esm/index.js +3434 -2716
  13. package/dist/esm/stats1.html +1 -1
  14. package/dist/index.d.ts +1 -0
  15. package/dist/spec/base.d.ts +22 -7
  16. package/dist/style.css +756 -670
  17. package/dist/umd/index.js +3429 -2711
  18. package/dist/umd/stats1.html +1 -1
  19. package/dist/utils/__test__/compute.spec.d.ts +1 -0
  20. package/dist/utils/__test__/cron-time.spec.d.ts +1 -0
  21. package/dist/utils/__test__/time.spec.d.ts +1 -0
  22. package/dist/utils/compute.d.ts +1 -0
  23. package/dist/utils/cron-time.d.ts +65 -0
  24. package/dist/utils/index.d.ts +3 -0
  25. package/dist/utils/time.d.ts +25 -0
  26. package/dist/utils/tower.d.ts +0 -1
  27. package/package.json +8 -6
  28. package/dist/coreX/BarChart/BarChart.stories.d.ts +0 -6
  29. package/dist/coreX/BarChart/index.d.ts +0 -10
  30. package/dist/coreX/ChartWithTooltip/ChartWithTooltip.stories.d.ts +0 -7
  31. package/dist/coreX/ChartWithTooltip/index.d.ts +0 -40
  32. package/dist/coreX/DonutChart/DonutChart.stories.d.ts +0 -6
  33. package/dist/coreX/DonutChart/index.d.ts +0 -12
  34. package/dist/coreX/UnitWithChart/UnitWithChart.stories.d.ts +0 -7
  35. package/dist/coreX/UnitWithChart/index.d.ts +0 -30
@@ -29796,15 +29796,6 @@ html body {
29796
29796
  margin-right: 4px;
29797
29797
  }
29798
29798
 
29799
- .obf05yr {
29800
- display: inline-block;
29801
- }
29802
-
29803
- .hsms1n6 {
29804
- visibility: hidden;
29805
- position: absolute;
29806
- }
29807
-
29808
29799
  .p12gwtiw {
29809
29800
  display: flex;
29810
29801
  justify-content: space-between;
@@ -29862,150 +29853,13 @@ html body {
29862
29853
  line-height: 18px;
29863
29854
  }
29864
29855
 
29865
- .rxbeqvl.ant-radio-wrapper {
29866
- display: inline-flex;
29867
- align-items: baseline;
29868
- white-space: pre-wrap;
29869
- }
29870
- .rxbeqvl.ant-radio-wrapper .ant-radio {
29871
- position: relative;
29872
- top: 3px;
29873
- }
29874
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
29875
- border-color: rgba(107, 128, 167, 0.6);
29876
- }
29877
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
29878
- border-color: #0080ff;
29879
- }
29880
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
29881
- border-color: #0080ff;
29882
- background: #0080ff;
29883
- }
29884
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
29885
- top: 4px;
29886
- left: 4px;
29887
- width: 6px;
29888
- height: 6px;
29889
- background: #fff;
29890
- }
29891
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
29892
- opacity: 0.5;
29893
- }
29894
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
29895
- border-color: rgba(107, 128, 167, 0.6);
29896
- background: rgba(211, 218, 235, 0.6);
29897
- }
29898
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
29899
- background: #00122e;
29900
- }
29901
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
29902
- color: #00122e;
29903
- opacity: 0.5;
29904
- }
29905
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
29906
- color: #00122e;
29907
- }
29908
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
29856
+ .obf05yr {
29909
29857
  display: inline-block;
29910
- padding: 0;
29911
- padding-left: 12px;
29912
- }
29913
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
29914
- margin-bottom: 0;
29915
- white-space: pre-wrap;
29916
- color: rgba(44, 56, 82, 0.6);
29917
- }
29918
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
29919
- padding-left: 8px;
29920
29858
  }
29921
29859
 
29922
- .r5ie79y .ant-radio-button-wrapper:first-child {
29923
- border-radius: 5px 0 0 5px;
29924
- }
29925
- .r5ie79y .ant-radio-button-wrapper:last-child {
29926
- border-radius: 0 5px 5px 0;
29927
- }
29928
-
29929
- .r1f0aqcc {
29930
- color: #00122e;
29931
- border-color: #ccd4e3;
29932
- }
29933
- .r1f0aqcc:first-child {
29934
- border-color: #a3b4cc;
29935
- }
29936
- .r1f0aqcc.ant-radio-button-wrapper {
29937
- padding: 0 12px;
29938
- line-height: 32px;
29939
- height: 32px;
29940
- }
29941
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
29942
- white-space: nowrap;
29943
- }
29944
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
29945
- height: 22px;
29946
- padding: 0 7px;
29947
- line-height: 20px;
29948
- }
29949
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
29950
- background: #ccd4e3;
29951
- }
29952
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
29953
- background: #0080ff;
29954
- }
29955
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
29956
- background: #ccd4e3;
29957
- opacity: 0.5;
29958
- }
29959
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
29960
- border-right-color: #0080ff;
29961
- }
29962
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
29963
- border-color: #0080ff;
29964
- }
29965
- .r1f0aqcc.ant-radio-button-wrapper-checked {
29966
- background: rgba(0, 136, 255, 0.1);
29967
- }
29968
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
29969
- background: rgba(211, 218, 235, 0.6);
29970
- border-color: #ccd4e3;
29971
- opacity: 0.5;
29972
- }
29973
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
29974
- color: #00122e;
29975
- border-color: #ccd4e3;
29976
- }
29977
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
29978
- color: #00122e;
29979
- border-color: #ccd4e3;
29980
- background: rgba(172, 186, 211, 0.6);
29981
- }
29982
- .r1f0aqcc .ant-radio-button-input {
29983
- margin-right: 8px;
29984
- display: inline;
29985
- border: none;
29986
- padding: 0;
29987
- width: 36px;
29988
- background: transparent;
29989
- }
29990
- .r1f0aqcc .ant-radio-button-input:focus {
29991
- box-shadow: none;
29992
- }
29993
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
29994
- margin-right: 0;
29995
- width: initial;
29996
- box-shadow: none;
29997
- }
29998
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
29999
- display: none;
30000
- }
30001
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30002
- display: inline;
30003
- }
30004
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30005
- display: inline;
30006
- margin-right: 8px;
30007
- padding: 0;
30008
- width: 36px;
29860
+ .hsms1n6 {
29861
+ visibility: hidden;
29862
+ position: absolute;
30009
29863
  }
30010
29864
 
30011
29865
  .cz04yix {
@@ -30620,441 +30474,219 @@ input.rrg1fkn.ant-input {
30620
30474
  border-bottom-left-radius: 0;
30621
30475
  }
30622
30476
 
30623
- .s34f1qb.ant-switch {
30624
- min-width: 40px;
30625
- height: 24px;
30626
- background: rgba(172, 186, 211, 0.6);
30627
- overflow: hidden;
30477
+ .rxbeqvl.ant-radio-wrapper {
30478
+ display: inline-flex;
30479
+ align-items: baseline;
30480
+ white-space: pre-wrap;
30628
30481
  }
30629
- .s34f1qb.ant-switch:focus {
30630
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30482
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30483
+ position: relative;
30484
+ top: 3px;
30631
30485
  }
30632
- .s34f1qb.ant-switch-small {
30633
- min-width: 26px;
30634
- height: 16px;
30486
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30487
+ border-color: rgba(107, 128, 167, 0.6);
30635
30488
  }
30636
- .s34f1qb.ant-switch-large {
30637
- min-width: 52px;
30638
- height: 32px;
30489
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30490
+ border-color: #0080ff;
30639
30491
  }
30640
- .s34f1qb.ant-switch .ant-switch-handle {
30641
- height: 20px;
30642
- width: 20px;
30492
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30493
+ border-color: #0080ff;
30494
+ background: #0080ff;
30643
30495
  }
30644
- .s34f1qb.ant-switch .ant-switch-handle::before {
30645
- border-radius: 10px;
30646
- transition-delay: 120ms;
30496
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30497
+ top: 4px;
30498
+ left: 4px;
30499
+ width: 6px;
30500
+ height: 6px;
30501
+ background: #fff;
30647
30502
  }
30648
- .s34f1qb.ant-switch-small .ant-switch-handle {
30649
- height: 14px;
30650
- width: 14px;
30651
- top: 1px;
30652
- left: 1px;
30503
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30504
+ opacity: 0.5;
30653
30505
  }
30654
- .s34f1qb.ant-switch-large .ant-switch-handle {
30655
- height: 28px;
30656
- width: 28px;
30506
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30507
+ border-color: rgba(107, 128, 167, 0.6);
30508
+ background: rgba(211, 218, 235, 0.6);
30657
30509
  }
30658
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30659
- border-radius: 14px;
30510
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30511
+ background: #00122e;
30660
30512
  }
30661
- .s34f1qb.ant-switch-checked {
30662
- background-color: #00ba5d;
30513
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30514
+ color: #00122e;
30515
+ opacity: 0.5;
30663
30516
  }
30664
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30665
- left: calc(100% - 20px - 2px);
30517
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30518
+ color: #00122e;
30666
30519
  }
30667
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30668
- left: calc(100% - 14px - 1px);
30520
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30521
+ display: inline-block;
30522
+ padding: 0;
30523
+ padding-left: 12px;
30669
30524
  }
30670
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30671
- left: calc(100% - 28px - 2px);
30525
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30526
+ margin-bottom: 0;
30527
+ white-space: pre-wrap;
30528
+ color: rgba(44, 56, 82, 0.6);
30672
30529
  }
30673
-
30674
- .c1to9vb9 {
30675
- margin-left: 5px;
30530
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30531
+ padding-left: 8px;
30676
30532
  }
30677
30533
 
30678
- .t1upn1sz {
30679
- height: 100%;
30534
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30535
+ border-radius: 5px 0 0 5px;
30680
30536
  }
30681
-
30682
- .tta5kd2 {
30683
- height: 100%;
30537
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30538
+ border-radius: 0 5px 5px 0;
30684
30539
  }
30685
- .tta5kd2.empty-table .ant-table-content {
30686
- overflow: visible !important;
30687
- height: 100%;
30540
+
30541
+ .r1f0aqcc {
30542
+ color: #00122e;
30543
+ border-color: #ccd4e3;
30688
30544
  }
30689
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
30690
- height: 100%;
30545
+ .r1f0aqcc:first-child {
30546
+ border-color: #a3b4cc;
30691
30547
  }
30692
- .tta5kd2.empty-table .ant-table-content table {
30693
- width: 100% !important;
30694
- height: 100%;
30695
- }
30696
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
30697
- padding: 15px 0;
30698
- }
30699
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
30700
- display: none;
30701
- }
30702
- .tta5kd2 .active-row td:nth-child(1) {
30703
- font-weight: 700;
30548
+ .r1f0aqcc.ant-radio-button-wrapper {
30549
+ padding: 0 12px;
30550
+ line-height: 32px;
30551
+ height: 32px;
30704
30552
  }
30705
- .tta5kd2.has-selection .active-row td:nth-child(2) {
30706
- font-weight: 700;
30553
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30554
+ white-space: nowrap;
30707
30555
  }
30708
- .tta5kd2 .ant-spin-nested-loading {
30709
- height: 100%;
30556
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30557
+ height: 22px;
30558
+ padding: 0 7px;
30559
+ line-height: 20px;
30710
30560
  }
30711
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
30712
- height: 100%;
30713
- overflow: visible;
30561
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30562
+ background: #ccd4e3;
30714
30563
  }
30715
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
30716
- max-height: none;
30564
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30565
+ background: #0080ff;
30717
30566
  }
30718
- .tta5kd2.table-init-loading .ant-spin-blur thead,
30719
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
30720
- display: none;
30567
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30568
+ background: #ccd4e3;
30569
+ opacity: 0.5;
30721
30570
  }
30722
- .tta5kd2 td.ant-table-column-sort {
30723
- background: transparent;
30571
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30572
+ border-right-color: #0080ff;
30724
30573
  }
30725
- .tta5kd2 td.ant-table-cell-fix-left,
30726
- .tta5kd2 td.ant-table-cell-fix-right {
30727
- background: #fff;
30728
- padding: 0 !important;
30574
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30575
+ border-color: #0080ff;
30729
30576
  }
30730
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
30731
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
30732
- display: flex;
30733
- align-items: center;
30734
- height: 100%;
30735
- padding: 8px;
30577
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30578
+ background: rgba(0, 136, 255, 0.1);
30736
30579
  }
30737
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
30738
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
30739
- overflow: hidden;
30740
- text-overflow: ellipsis;
30741
- width: 100%;
30580
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30581
+ background: rgba(211, 218, 235, 0.6);
30582
+ border-color: #ccd4e3;
30583
+ opacity: 0.5;
30742
30584
  }
30743
- .tta5kd2 .ant-table-container {
30744
- height: 100%;
30585
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30586
+ color: #00122e;
30587
+ border-color: #ccd4e3;
30745
30588
  }
30746
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
30747
- box-shadow: none !important;
30589
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30590
+ color: #00122e;
30591
+ border-color: #ccd4e3;
30592
+ background: rgba(172, 186, 211, 0.6);
30748
30593
  }
30749
- .tta5kd2 .ant-table {
30750
- border-radius: 0px;
30751
- border-left: none;
30752
- border-right: none;
30753
- border-bottom: none;
30754
- height: 100%;
30755
- font-size: 12px;
30594
+ .r1f0aqcc .ant-radio-button-input {
30595
+ margin-right: 8px;
30596
+ display: inline;
30597
+ border: none;
30598
+ padding: 0;
30599
+ width: 36px;
30756
30600
  background: transparent;
30757
30601
  }
30758
- .tta5kd2 .ant-table .ant-table-header {
30759
- position: relative;
30760
- z-index: 3;
30761
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30762
- margin-bottom: -1px;
30763
- }
30764
- .tta5kd2 .ant-table .time-wrapper .date,
30765
- .tta5kd2 .ant-table .value {
30766
- color: #2d3a56;
30767
- }
30768
- .tta5kd2 .ant-table .time-wrapper .time,
30769
- .tta5kd2 .ant-table .unit {
30770
- color: rgba(44, 56, 82, 0.6);
30771
- }
30772
- .tta5kd2 .ant-table .ant-table-selection {
30773
- position: unset;
30774
- text-align: center;
30775
- }
30776
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
30777
- background: #fff;
30778
- }
30779
- .tta5kd2 .ant-table .anticon-setting {
30780
- cursor: pointer;
30781
- position: absolute;
30782
- top: 50%;
30783
- right: 12px;
30784
- transform: translateY(-50%);
30785
- }
30786
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
30602
+ .r1f0aqcc .ant-radio-button-input:focus {
30787
30603
  box-shadow: none;
30788
- width: 1px;
30789
- background: rgba(213, 219, 227, 0.6);
30790
30604
  }
30791
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
30605
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30606
+ margin-right: 0;
30607
+ width: initial;
30792
30608
  box-shadow: none;
30793
- width: 1px;
30794
- background: rgba(213, 219, 227, 0.6);
30795
30609
  }
30796
- .tta5kd2 .ant-table .ant-table-tbody {
30797
- position: relative;
30610
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30611
+ display: none;
30798
30612
  }
30799
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
30800
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30801
- border-bottom: 1px solid white;
30802
- height: 40px;
30803
- vertical-align: middle;
30804
- transition: background 0ms;
30805
- color: #00122e;
30613
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30614
+ display: inline;
30806
30615
  }
30807
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
30808
- background: #f2f5fa;
30809
- border-bottom-color: #f2f5fa;
30616
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30617
+ display: inline;
30618
+ margin-right: 8px;
30619
+ padding: 0;
30620
+ width: 36px;
30810
30621
  }
30811
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
30812
- height: auto;
30813
- color: #00122e;
30814
- font-size: 12px;
30815
- text-align: left;
30816
- transition: none;
30622
+
30623
+ .s34f1qb.ant-switch {
30624
+ min-width: 40px;
30625
+ height: 24px;
30626
+ background: rgba(172, 186, 211, 0.6);
30817
30627
  overflow: hidden;
30818
- text-overflow: ellipsis;
30819
- white-space: nowrap;
30820
30628
  }
30821
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
30822
- color: #0096ff;
30629
+ .s34f1qb.ant-switch:focus {
30630
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30823
30631
  }
30824
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
30825
- overflow: hidden;
30826
- text-overflow: ellipsis;
30827
- width: 100%;
30828
- vertical-align: middle;
30632
+ .s34f1qb.ant-switch-small {
30633
+ min-width: 26px;
30634
+ height: 16px;
30829
30635
  }
30830
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
30831
- line-height: 0px;
30636
+ .s34f1qb.ant-switch-large {
30637
+ min-width: 52px;
30638
+ height: 32px;
30832
30639
  }
30833
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
30834
- padding-right: 25px;
30640
+ .s34f1qb.ant-switch .ant-switch-handle {
30641
+ height: 20px;
30642
+ width: 20px;
30835
30643
  }
30836
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
30837
- border-top-color: transparent;
30644
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30645
+ border-radius: 10px;
30646
+ transition-delay: 120ms;
30838
30647
  }
30839
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
30840
- background: rgba(225, 230, 241, 0.6);
30841
- border-color: transparent transparent white;
30648
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30649
+ height: 14px;
30650
+ width: 14px;
30651
+ top: 1px;
30652
+ left: 1px;
30842
30653
  }
30843
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
30844
- border-radius: 8px 0 0 8px;
30654
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30655
+ height: 28px;
30656
+ width: 28px;
30845
30657
  }
30846
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
30847
- border-radius: 8px 0 0 8px;
30658
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30659
+ border-radius: 14px;
30848
30660
  }
30849
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
30850
- content: "";
30851
- width: 4px;
30852
- top: -1px;
30853
- bottom: -1px;
30854
- background: white;
30661
+ .s34f1qb.ant-switch-checked {
30662
+ background-color: #00ba5d;
30855
30663
  }
30856
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
30857
- border-radius: 0 8px 8px 0;
30664
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30665
+ left: calc(100% - 20px - 2px);
30858
30666
  }
30859
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
30860
- border-radius: 0;
30861
- background: white;
30862
- border-top: none;
30667
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30668
+ left: calc(100% - 14px - 1px);
30863
30669
  }
30864
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
30865
- border-top: 1px solid transparent;
30866
- border-radius: 0 8px 8px 0;
30867
- background: rgba(225, 230, 241, 0.6);
30670
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30671
+ left: calc(100% - 28px - 2px);
30868
30672
  }
30869
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
30870
- background: white;
30871
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30673
+
30674
+ .c1to9vb9 {
30675
+ margin-left: 5px;
30872
30676
  }
30873
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
30874
- display: flex;
30875
- align-items: center;
30876
- height: 100%;
30877
- background: rgba(225, 230, 241, 0.6);
30677
+
30678
+ .s1fc623g {
30679
+ width: 430px !important;
30878
30680
  }
30879
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
30880
- background: white;
30681
+
30682
+ .da3mx0o .ant-select-item-group {
30683
+ padding: 8px 16px;
30684
+ line-height: 18px;
30881
30685
  border-top: 1px solid rgba(211, 218, 235, 0.6);
30882
- }
30883
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
30884
- display: flex;
30885
- align-items: center;
30886
- height: 100%;
30887
- background: rgba(225, 230, 241, 0.6);
30888
- }
30889
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
30890
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
30891
- }
30892
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
30893
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
30894
- border-radius: 8px;
30895
- }
30896
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
30897
- border-top-color: white;
30898
- }
30899
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
30900
- background: rgba(0, 136, 255, 0.1);
30901
- border-bottom-color: transparent;
30902
- border-top-color: transparent;
30903
- }
30904
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
30905
- border-radius: 8px 0 0 8px;
30906
- }
30907
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
30908
- border-radius: 0 8px 8px 0;
30909
- }
30910
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
30911
- background: rgba(0, 136, 255, 0.1);
30912
- }
30913
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
30914
- background: #fff;
30915
- font-weight: 400;
30916
- position: relative;
30917
- border-bottom: none;
30918
- color: #00122e;
30919
- transition: none;
30920
- padding: 15px 8px 15px 8px;
30921
- }
30922
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
30923
- content: "";
30924
- width: 1px;
30925
- top: 0;
30926
- bottom: 0;
30927
- background: rgba(211, 218, 235, 0.6);
30928
- position: absolute;
30929
- right: 0;
30930
- }
30931
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
30932
- padding: unset;
30933
- }
30934
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
30935
- display: none;
30936
- }
30937
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
30938
- width: 100%;
30939
- overflow: hidden;
30940
- white-space: nowrap;
30941
- text-overflow: ellipsis;
30942
- }
30943
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
30944
- overflow: hidden;
30945
- text-overflow: ellipsis;
30946
- flex: 1;
30947
- }
30948
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
30949
- padding: 15px 25px 15px 8px;
30950
- }
30951
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
30952
- padding: 0;
30953
- }
30954
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
30955
- position: absolute;
30956
- right: 6px;
30957
- top: 50%;
30958
- transform: translateY(-50%);
30959
- height: 16px;
30960
- display: none;
30961
- transition: transform 320ms ease;
30962
- }
30963
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
30964
- display: block;
30965
- transform: translateY(-50%) rotateX(180deg);
30966
- }
30967
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
30968
- display: block;
30969
- }
30970
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
30971
- display: none;
30972
- }
30973
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
30974
- transform: translateY(-50%);
30975
- }
30976
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
30977
- transform: translateY(-50%) rotateX(180deg);
30978
- }
30979
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
30980
- background: #f2f5fa;
30981
- }
30982
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
30983
- display: block;
30984
- }
30985
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
30986
- padding-right: 25px;
30987
- }
30988
- .tta5kd2 .ant-table .ant-table-selection-column {
30989
- padding: 0 !important;
30990
- }
30991
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
30992
- position: absolute;
30993
- left: 50%;
30994
- top: 50%;
30995
- transform: translate(-50%, -50%);
30996
- }
30997
- .tta5kd2 .ant-table .ant-table-selection-column:after {
30998
- display: none;
30999
- }
31000
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31001
- background: #fff;
31002
- }
31003
- .tta5kd2 .ant-table .ant-table-placeholder {
31004
- background: inherit;
31005
- }
31006
- .tta5kd2 .ant-table .ant-table-placeholder td {
31007
- position: static;
31008
- border: none;
31009
- background: inherit !important;
31010
- height: 100px;
31011
- vertical-align: middle;
31012
- }
31013
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31014
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31015
- font-weight: bold;
31016
- font-size: 20px;
31017
- color: rgba(10, 37, 85, 0.6);
31018
- }
31019
- .tta5kd2 .ant-table td.cell__action_ {
31020
- padding: 0 !important;
31021
- position: relative;
31022
- background: #fff;
31023
- }
31024
- .tta5kd2 .ant-table td.cell__action_ > * {
31025
- height: 100%;
31026
- display: flex;
31027
- align-items: center;
31028
- justify-content: flex-end;
31029
- padding-right: 8px;
31030
- }
31031
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31032
- width: 24px;
31033
- height: 24px;
31034
- cursor: pointer;
31035
- justify-content: center;
31036
- border-radius: 4px;
31037
- }
31038
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31039
- background: #fff;
31040
- }
31041
-
31042
- .i1e4sgug {
31043
- display: inline-block;
31044
- }
31045
-
31046
- .s1fc623g {
31047
- width: 430px !important;
31048
- }
31049
-
31050
- .da3mx0o .ant-select-item-group {
31051
- padding: 8px 16px;
31052
- line-height: 18px;
31053
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31054
- height: 34px;
31055
- min-height: 34px;
31056
- box-sizing: border-box;
31057
- margin-top: 8px;
30686
+ height: 34px;
30687
+ min-height: 34px;
30688
+ box-sizing: border-box;
30689
+ margin-top: 8px;
31058
30690
  }
31059
30691
 
31060
30692
  .onr9gzt {
@@ -31554,49 +31186,604 @@ input.rrg1fkn.ant-input {
31554
31186
  font-size: 12px;
31555
31187
  line-height: 18px;
31556
31188
  }
31557
-
31558
- .tm6s7bo {
31559
- font-family: Inter;
31560
- font-style: normal;
31561
- font-weight: 500;
31562
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31563
- font-size: 12px;
31564
- line-height: 18px;
31189
+
31190
+ .tm6s7bo {
31191
+ font-family: Inter;
31192
+ font-style: normal;
31193
+ font-weight: 500;
31194
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31195
+ font-size: 12px;
31196
+ line-height: 18px;
31197
+ }
31198
+
31199
+ .t19zq6ic {
31200
+ font-family: Inter;
31201
+ font-style: normal;
31202
+ font-weight: normal;
31203
+ font-feature-settings: "zero" on;
31204
+ font-size: 12px;
31205
+ line-height: 18px;
31206
+ }
31207
+
31208
+ .t1gduru8 {
31209
+ font-family: Inter;
31210
+ font-style: normal;
31211
+ font-weight: 500;
31212
+ font-feature-settings: "zero" on;
31213
+ font-size: 12px;
31214
+ line-height: 18px;
31215
+ }
31216
+
31217
+ .t55raab {
31218
+ font-family: Inter;
31219
+ font-style: normal;
31220
+ font-weight: bold;
31221
+ font-feature-settings: "zero" on;
31222
+ font-size: 16px;
31223
+ line-height: 24px;
31224
+ }
31225
+
31226
+ .u1w9abfe {
31227
+ font-family: Inter;
31228
+ font-style: normal;
31229
+ font-weight: normal;
31230
+ font-size: 10px;
31231
+ line-height: 12px;
31232
+ }
31233
+
31234
+ .i1e4sgug {
31235
+ display: inline-block;
31236
+ }
31237
+
31238
+ .t1upn1sz {
31239
+ height: 100%;
31240
+ }
31241
+
31242
+ .tta5kd2 {
31243
+ height: 100%;
31244
+ }
31245
+ .tta5kd2.empty-table .ant-table-content {
31246
+ overflow: visible !important;
31247
+ height: 100%;
31248
+ }
31249
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31250
+ height: 100%;
31251
+ }
31252
+ .tta5kd2.empty-table .ant-table-content table {
31253
+ width: 100% !important;
31254
+ height: 100%;
31255
+ }
31256
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31257
+ padding: 15px 0;
31258
+ }
31259
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31260
+ display: none;
31261
+ }
31262
+ .tta5kd2 .active-row td:nth-child(1) {
31263
+ font-weight: 700;
31264
+ }
31265
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
31266
+ font-weight: 700;
31267
+ }
31268
+ .tta5kd2 .ant-spin-nested-loading {
31269
+ height: 100%;
31270
+ }
31271
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31272
+ height: 100%;
31273
+ overflow: visible;
31274
+ }
31275
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
31276
+ max-height: none;
31277
+ }
31278
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
31279
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
31280
+ display: none;
31281
+ }
31282
+ .tta5kd2 td.ant-table-column-sort {
31283
+ background: transparent;
31284
+ }
31285
+ .tta5kd2 td.ant-table-cell-fix-left,
31286
+ .tta5kd2 td.ant-table-cell-fix-right {
31287
+ background: #fff;
31288
+ padding: 0 !important;
31289
+ }
31290
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31291
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31292
+ display: flex;
31293
+ align-items: center;
31294
+ height: 100%;
31295
+ padding: 8px;
31296
+ }
31297
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31298
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31299
+ overflow: hidden;
31300
+ text-overflow: ellipsis;
31301
+ width: 100%;
31302
+ }
31303
+ .tta5kd2 .ant-table-container {
31304
+ height: 100%;
31305
+ }
31306
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31307
+ box-shadow: none !important;
31308
+ }
31309
+ .tta5kd2 .ant-table {
31310
+ border-radius: 0px;
31311
+ border-left: none;
31312
+ border-right: none;
31313
+ border-bottom: none;
31314
+ height: 100%;
31315
+ font-size: 12px;
31316
+ background: transparent;
31317
+ }
31318
+ .tta5kd2 .ant-table .ant-table-header {
31319
+ position: relative;
31320
+ z-index: 3;
31321
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31322
+ margin-bottom: -1px;
31323
+ }
31324
+ .tta5kd2 .ant-table .time-wrapper .date,
31325
+ .tta5kd2 .ant-table .value {
31326
+ color: #2d3a56;
31327
+ }
31328
+ .tta5kd2 .ant-table .time-wrapper .time,
31329
+ .tta5kd2 .ant-table .unit {
31330
+ color: rgba(44, 56, 82, 0.6);
31331
+ }
31332
+ .tta5kd2 .ant-table .ant-table-selection {
31333
+ position: unset;
31334
+ text-align: center;
31335
+ }
31336
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31337
+ background: #fff;
31338
+ }
31339
+ .tta5kd2 .ant-table .anticon-setting {
31340
+ cursor: pointer;
31341
+ position: absolute;
31342
+ top: 50%;
31343
+ right: 12px;
31344
+ transform: translateY(-50%);
31345
+ }
31346
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31347
+ box-shadow: none;
31348
+ width: 1px;
31349
+ background: rgba(213, 219, 227, 0.6);
31350
+ }
31351
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
31352
+ box-shadow: none;
31353
+ width: 1px;
31354
+ background: rgba(213, 219, 227, 0.6);
31355
+ }
31356
+ .tta5kd2 .ant-table .ant-table-tbody {
31357
+ position: relative;
31358
+ }
31359
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
31360
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31361
+ border-bottom: 1px solid white;
31362
+ height: 40px;
31363
+ vertical-align: middle;
31364
+ transition: background 0ms;
31365
+ color: #00122e;
31366
+ }
31367
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
31368
+ background: #f2f5fa;
31369
+ border-bottom-color: #f2f5fa;
31370
+ }
31371
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
31372
+ height: auto;
31373
+ color: #00122e;
31374
+ font-size: 12px;
31375
+ text-align: left;
31376
+ transition: none;
31377
+ overflow: hidden;
31378
+ text-overflow: ellipsis;
31379
+ white-space: nowrap;
31380
+ }
31381
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
31382
+ color: #0096ff;
31383
+ }
31384
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
31385
+ overflow: hidden;
31386
+ text-overflow: ellipsis;
31387
+ width: 100%;
31388
+ vertical-align: middle;
31389
+ }
31390
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
31391
+ line-height: 0px;
31392
+ }
31393
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
31394
+ padding-right: 25px;
31395
+ }
31396
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
31397
+ border-top-color: transparent;
31398
+ }
31399
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
31400
+ background: rgba(225, 230, 241, 0.6);
31401
+ border-color: transparent transparent white;
31402
+ }
31403
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
31404
+ border-radius: 8px 0 0 8px;
31405
+ }
31406
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
31407
+ border-radius: 8px 0 0 8px;
31408
+ }
31409
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
31410
+ content: "";
31411
+ width: 4px;
31412
+ top: -1px;
31413
+ bottom: -1px;
31414
+ background: white;
31415
+ }
31416
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
31417
+ border-radius: 0 8px 8px 0;
31418
+ }
31419
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
31420
+ border-radius: 0;
31421
+ background: white;
31422
+ border-top: none;
31423
+ }
31424
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
31425
+ border-top: 1px solid transparent;
31426
+ border-radius: 0 8px 8px 0;
31427
+ background: rgba(225, 230, 241, 0.6);
31428
+ }
31429
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
31430
+ background: white;
31431
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31432
+ }
31433
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
31434
+ display: flex;
31435
+ align-items: center;
31436
+ height: 100%;
31437
+ background: rgba(225, 230, 241, 0.6);
31438
+ }
31439
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
31440
+ background: white;
31441
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31442
+ }
31443
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
31444
+ display: flex;
31445
+ align-items: center;
31446
+ height: 100%;
31447
+ background: rgba(225, 230, 241, 0.6);
31448
+ }
31449
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
31450
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31451
+ }
31452
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
31453
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
31454
+ border-radius: 8px;
31455
+ }
31456
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
31457
+ border-top-color: white;
31458
+ }
31459
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
31460
+ background: rgba(0, 136, 255, 0.1);
31461
+ border-bottom-color: transparent;
31462
+ border-top-color: transparent;
31463
+ }
31464
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
31465
+ border-radius: 8px 0 0 8px;
31466
+ }
31467
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
31468
+ border-radius: 0 8px 8px 0;
31469
+ }
31470
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
31471
+ background: rgba(0, 136, 255, 0.1);
31472
+ }
31473
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
31474
+ background: #fff;
31475
+ font-weight: 400;
31476
+ position: relative;
31477
+ border-bottom: none;
31478
+ color: #00122e;
31479
+ transition: none;
31480
+ padding: 15px 8px 15px 8px;
31481
+ }
31482
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
31483
+ content: "";
31484
+ width: 1px;
31485
+ top: 0;
31486
+ bottom: 0;
31487
+ background: rgba(211, 218, 235, 0.6);
31488
+ position: absolute;
31489
+ right: 0;
31490
+ }
31491
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
31492
+ padding: unset;
31493
+ }
31494
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
31495
+ display: none;
31496
+ }
31497
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
31498
+ width: 100%;
31499
+ overflow: hidden;
31500
+ white-space: nowrap;
31501
+ text-overflow: ellipsis;
31502
+ }
31503
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
31504
+ overflow: hidden;
31505
+ text-overflow: ellipsis;
31506
+ flex: 1;
31507
+ }
31508
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
31509
+ padding: 15px 25px 15px 8px;
31510
+ }
31511
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
31512
+ padding: 0;
31513
+ }
31514
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
31515
+ position: absolute;
31516
+ right: 6px;
31517
+ top: 50%;
31518
+ transform: translateY(-50%);
31519
+ height: 16px;
31520
+ display: none;
31521
+ transition: transform 320ms ease;
31522
+ }
31523
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
31524
+ display: block;
31525
+ transform: translateY(-50%) rotateX(180deg);
31526
+ }
31527
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
31528
+ display: block;
31529
+ }
31530
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
31531
+ display: none;
31532
+ }
31533
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
31534
+ transform: translateY(-50%);
31535
+ }
31536
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
31537
+ transform: translateY(-50%) rotateX(180deg);
31538
+ }
31539
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
31540
+ background: #f2f5fa;
31541
+ }
31542
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
31543
+ display: block;
31544
+ }
31545
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
31546
+ padding-right: 25px;
31547
+ }
31548
+ .tta5kd2 .ant-table .ant-table-selection-column {
31549
+ padding: 0 !important;
31550
+ }
31551
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
31552
+ position: absolute;
31553
+ left: 50%;
31554
+ top: 50%;
31555
+ transform: translate(-50%, -50%);
31556
+ }
31557
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
31558
+ display: none;
31559
+ }
31560
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
31561
+ background: #fff;
31562
+ }
31563
+ .tta5kd2 .ant-table .ant-table-placeholder {
31564
+ background: inherit;
31565
+ }
31566
+ .tta5kd2 .ant-table .ant-table-placeholder td {
31567
+ position: static;
31568
+ border: none;
31569
+ background: inherit !important;
31570
+ height: 100px;
31571
+ vertical-align: middle;
31572
+ }
31573
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
31574
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
31575
+ font-weight: bold;
31576
+ font-size: 20px;
31577
+ color: rgba(10, 37, 85, 0.6);
31578
+ }
31579
+ .tta5kd2 .ant-table td.cell__action_ {
31580
+ padding: 0 !important;
31581
+ position: relative;
31582
+ background: #fff;
31583
+ }
31584
+ .tta5kd2 .ant-table td.cell__action_ > * {
31585
+ height: 100%;
31586
+ display: flex;
31587
+ align-items: center;
31588
+ justify-content: flex-end;
31589
+ padding-right: 8px;
31590
+ }
31591
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31592
+ width: 24px;
31593
+ height: 24px;
31594
+ cursor: pointer;
31595
+ justify-content: center;
31596
+ border-radius: 4px;
31597
+ }
31598
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31599
+ background: #fff;
31600
+ }
31601
+
31602
+ .n12mqh7z {
31603
+ display: flex;
31604
+ align-items: center;
31605
+ font-size: 12px;
31606
+ line-height: 18px;
31607
+ }
31608
+ .n12mqh7z:not(:last-child) {
31609
+ margin-bottom: 4px;
31610
+ }
31611
+
31612
+ .tf5bynu {
31613
+ margin: 0 3px;
31614
+ }
31615
+
31616
+ .tcckoz1 {
31617
+ max-height: 400px;
31618
+ overflow: "auto";
31619
+ }
31620
+
31621
+ .s1iv0tp1 .enabled-switch {
31622
+ display: flex;
31623
+ align-items: center;
31624
+ }
31625
+ .s1iv0tp1 .enabled-text {
31626
+ margin-right: 8px;
31627
+ }
31628
+
31629
+ .c18gxmrl {
31630
+ border: 1px solid #d8deeb;
31631
+ border-radius: 4px;
31632
+ }
31633
+ .c18gxmrl + .c18gxmrl {
31634
+ margin-top: 8px;
31635
+ }
31636
+ .c18gxmrl:hover {
31637
+ border-color: #0080ff;
31638
+ }
31639
+ .c18gxmrl:hover > header {
31640
+ background: rgba(0, 128, 255, 0.1);
31641
+ }
31642
+ .c18gxmrl.active header {
31643
+ border-bottom: 1px solid #d8deeb;
31644
+ }
31645
+ .c18gxmrl > header {
31646
+ padding: 8px 12px;
31647
+ }
31648
+
31649
+ .c1up1pdz {
31650
+ width: 648px;
31651
+ }
31652
+ .c1up1pdz.active {
31653
+ border-color: #0080ff;
31654
+ }
31655
+ .c1up1pdz.active > header {
31656
+ background: rgba(0, 128, 255, 0.1);
31657
+ }
31658
+ .c1up1pdz .expand {
31659
+ padding: 12px;
31660
+ }
31661
+ .c1up1pdz .field-item {
31662
+ display: flex;
31663
+ padding: 10px 0;
31664
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31665
+ }
31666
+ .c1up1pdz .field-item:last-child {
31667
+ border-bottom: none;
31668
+ padding-bottom: 0;
31669
+ }
31670
+ .c1up1pdz .field-item label {
31671
+ line-height: 32px;
31672
+ width: 100px;
31673
+ color: rgba(62, 70, 82, 0.6);
31674
+ }
31675
+ .c1up1pdz .help {
31676
+ color: rgba(62, 70, 82, 0.6);
31677
+ margin-top: 5px;
31678
+ }
31679
+ .c1up1pdz .ant-input-affix-wrapper,
31680
+ .c1up1pdz .ant-picker {
31681
+ width: 128px;
31682
+ }
31683
+
31684
+ .c156wh19 {
31685
+ display: flex;
31686
+ align-items: center;
31687
+ justify-content: space-between;
31688
+ word-break: keep-all;
31689
+ }
31690
+ .c156wh19 .title {
31691
+ margin: 0 16px 0 8px;
31692
+ }
31693
+ .c156wh19 .retain {
31694
+ color: rgba(129, 138, 153, 0.6);
31695
+ }
31696
+ .c156wh19 .left {
31697
+ flex: 1;
31698
+ display: flex;
31699
+ overflow: hidden;
31700
+ align-items: center;
31701
+ justify-content: flex-start;
31702
+ white-space: nowrap;
31703
+ }
31704
+ .c156wh19 .left .title {
31705
+ max-width: 100%;
31706
+ overflow: hidden;
31707
+ text-overflow: ellipsis;
31708
+ }
31709
+ .c156wh19 .right {
31710
+ display: flex;
31711
+ align-items: center;
31712
+ }
31713
+ .c156wh19 .reverse {
31714
+ display: flex;
31715
+ flex-direction: row-reverse;
31716
+ align-items: center;
31717
+ }
31718
+ .c156wh19 .reverse .ant-switch {
31719
+ margin-left: 8px;
31720
+ }
31721
+ .c156wh19 .close {
31722
+ padding-left: 14px;
31723
+ margin-left: 14px;
31724
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
31725
+ cursor: pointer;
31726
+ }
31727
+
31728
+ .m126spxy {
31729
+ padding-bottom: 4px;
31730
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31731
+ }
31732
+ .m126spxy .ant-btn-link {
31733
+ padding: 1px 10px;
31734
+ color: rgba(62, 70, 82, 0.6);
31735
+ border-radius: 4px;
31736
+ }
31737
+ .m126spxy .ant-btn-link.active {
31738
+ background: rgba(0, 128, 255, 0.1);
31739
+ color: #0096ff;
31740
+ }
31741
+
31742
+ .wpbf4pq {
31743
+ padding: 10px 0;
31744
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31745
+ }
31746
+ .wpbf4pq .ant-input,
31747
+ .wpbf4pq .ant-picker {
31748
+ width: 80px;
31749
+ margin: 0 9px;
31750
+ text-align: center;
31751
+ }
31752
+ .wpbf4pq .options {
31753
+ padding: 12px 0 12px 16px;
31754
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
31755
+ margin: 5px 0 5px 8px;
31756
+ }
31757
+ .wpbf4pq .week-day-option,
31758
+ .wpbf4pq .month-day-option {
31759
+ background: #f5f7fa;
31760
+ box-sizing: border-box;
31761
+ border-radius: 16px;
31762
+ margin-right: 8px;
31763
+ }
31764
+ .wpbf4pq .week-day-option:focus,
31765
+ .wpbf4pq .month-day-option:focus {
31766
+ color: inherit;
31767
+ border-color: #d9d9d9;
31565
31768
  }
31566
-
31567
- .t19zq6ic {
31568
- font-family: Inter;
31569
- font-style: normal;
31570
- font-weight: normal;
31571
- font-feature-settings: "zero" on;
31572
- font-size: 12px;
31573
- line-height: 18px;
31769
+ .wpbf4pq .week-day-option.active {
31770
+ background-color: #0096ff;
31771
+ border-color: #0096ff;
31772
+ color: #fff;
31574
31773
  }
31575
-
31576
- .t1gduru8 {
31577
- font-family: Inter;
31578
- font-style: normal;
31579
- font-weight: 500;
31580
- font-feature-settings: "zero" on;
31581
- font-size: 12px;
31582
- line-height: 18px;
31774
+ .wpbf4pq .week-day-option.en-text {
31775
+ width: 110px;
31776
+ margin-top: 4px;
31583
31777
  }
31584
-
31585
- .t55raab {
31586
- font-family: Inter;
31587
- font-style: normal;
31588
- font-weight: bold;
31589
- font-feature-settings: "zero" on;
31590
- font-size: 16px;
31591
- line-height: 24px;
31778
+ .wpbf4pq .month-day-option {
31779
+ width: 32px;
31780
+ padding: 0;
31781
+ margin-bottom: 8px;
31592
31782
  }
31593
-
31594
- .u1w9abfe {
31595
- font-family: Inter;
31596
- font-style: normal;
31597
- font-weight: normal;
31598
- font-size: 10px;
31599
- line-height: 12px;
31783
+ .wpbf4pq .month-day-option.active {
31784
+ background-color: #0096ff;
31785
+ border-color: #0096ff;
31786
+ color: #fff;
31600
31787
  }
31601
31788
 
31602
31789
  .berrcjl {
@@ -31677,71 +31864,24 @@ input.rrg1fkn.ant-input {
31677
31864
  transform: rotate(0deg);
31678
31865
  }
31679
31866
 
31680
- .c18bcrac {
31681
- display: inline-block;
31867
+ .tje3huy {
31682
31868
  width: 100%;
31683
- }
31684
- .c18bcrac .recharts-wrapper {
31685
- margin-left: 4px;
31686
- }
31687
-
31688
- .cro7kg2 {
31689
- padding: 4px;
31869
+ overflow: inherit;
31870
+ white-space: inherit;
31871
+ text-overflow: ellipsis;
31690
31872
  }
31691
31873
 
31692
- .c14wcxf0 {
31874
+ .m15dvk92 {
31693
31875
  display: flex;
31694
31876
  justify-content: space-between;
31695
- align-items: center;
31696
- font-size: 13px;
31697
- line-height: 24px;
31698
- color: #cccccc;
31699
- white-space: nowrap;
31700
- }
31701
- .c14wcxf0 label {
31702
- margin-right: 32px;
31703
- }
31704
-
31705
- .coy29mj.c14wcxf0 {
31706
- font-weight: bold;
31707
- color: white;
31708
- }
31709
-
31710
- .s11212zy {
31711
- width: 8px;
31712
- height: 8px;
31713
- border-radius: 2px;
31714
- display: inline-block;
31715
- background: var(--s11212zy-0);
31716
- border: 1px solid #fff;
31717
- box-sizing: content-box;
31718
- margin-right: 6px;
31877
+ width: 100%;
31719
31878
  }
31720
-
31721
- .p1lyky6c > :first-child {
31722
- font-weight: bold;
31723
- color: white;
31724
- margin-right: 4px;
31879
+ .m15dvk92 .action {
31880
+ margin-left: 16px;
31725
31881
  }
31726
31882
 
31727
- .c18gxmrl {
31728
- border: 1px solid #d8deeb;
31729
- border-radius: 4px;
31730
- }
31731
- .c18gxmrl + .c18gxmrl {
31732
- margin-top: 8px;
31733
- }
31734
- .c18gxmrl:hover {
31735
- border-color: #0080ff;
31736
- }
31737
- .c18gxmrl:hover > header {
31738
- background: rgba(0, 128, 255, 0.1);
31739
- }
31740
- .c18gxmrl.active header {
31741
- border-bottom: 1px solid #d8deeb;
31742
- }
31743
- .c18gxmrl > header {
31744
- padding: 8px 12px;
31883
+ .aql8iqz .ant-alert-message {
31884
+ width: 100%;
31745
31885
  }
31746
31886
 
31747
31887
  .c10crapj {
@@ -31751,13 +31891,6 @@ input.rrg1fkn.ant-input {
31751
31891
  padding: 20px 24px 24px 24px;
31752
31892
  }
31753
31893
 
31754
- .tje3huy {
31755
- width: 100%;
31756
- overflow: inherit;
31757
- white-space: inherit;
31758
- text-overflow: ellipsis;
31759
- }
31760
-
31761
31894
  .c198s9j3 {
31762
31895
  color: #2d3a56;
31763
31896
  line-height: 22px;
@@ -31829,50 +31962,6 @@ input.rrg1fkn.ant-input {
31829
31962
  margin-left: 24px;
31830
31963
  }
31831
31964
 
31832
- .m15dvk92 {
31833
- display: flex;
31834
- justify-content: space-between;
31835
- width: 100%;
31836
- }
31837
- .m15dvk92 .action {
31838
- margin-left: 16px;
31839
- }
31840
-
31841
- .aql8iqz .ant-alert-message {
31842
- width: 100%;
31843
- }
31844
-
31845
- .wg1tsps {
31846
- display: flex;
31847
- align-items: center;
31848
- justify-content: flex-end;
31849
- }
31850
-
31851
- .b1ctd5xy {
31852
- display: flex;
31853
- align-items: center;
31854
- width: calc(100% - 40px);
31855
- }
31856
- .b1ctd5xy .chart {
31857
- display: inline-block;
31858
- width: 100%;
31859
- }
31860
-
31861
- .u1p8acpn {
31862
- width: 40px;
31863
- }
31864
- .u1p8acpn .unit {
31865
- color: #00122e !important;
31866
- }
31867
-
31868
- .s1iv0tp1 .enabled-switch {
31869
- display: flex;
31870
- align-items: center;
31871
- }
31872
- .s1iv0tp1 .enabled-text {
31873
- margin-right: 8px;
31874
- }
31875
-
31876
31965
  .cav9p2m .ant-collapse-item {
31877
31966
  border: 0px;
31878
31967
  background-color: #fff;
@@ -31908,6 +31997,10 @@ input.rrg1fkn.ant-input {
31908
31997
  white-space: nowrap;
31909
31998
  }
31910
31999
 
32000
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32001
+ display: flex;
32002
+ }
32003
+
31911
32004
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
31912
32005
  border-radius: 6px;
31913
32006
  }
@@ -31975,10 +32068,6 @@ input.rrg1fkn.ant-input {
31975
32068
  color: rgba(44, 56, 82, 0.6);
31976
32069
  }
31977
32070
 
31978
- .iiqau4c.ant-input-group.ant-input-group-compact {
31979
- display: flex;
31980
- }
31981
-
31982
32071
  .s14dk8r1 {
31983
32072
  margin: 0;
31984
32073
  border-radius: 20px;
@@ -32139,53 +32228,14 @@ input.rrg1fkn.ant-input {
32139
32228
  background-color: #7E41FF;
32140
32229
  }
32141
32230
 
32142
- .l4bld33 {
32143
- width: 64px;
32144
- height: 64px;
32145
- display: flex;
32146
- align-items: center;
32147
- justify-content: center;
32148
- position: relative;
32149
- opacity: 0.2;
32150
- }
32151
-
32152
- .lgitjoj {
32153
- position: absolute;
32154
- width: 5px;
32155
- height: 48px;
32156
- left: 9.33px;
32157
- top: 40.5px;
32158
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32159
- border-radius: 5px;
32160
- transform: rotate(-128deg);
32161
- transform-origin: top left;
32162
- animation: loading-indicator1 1100ms ease-out infinite;
32231
+ .gmyahx3 {
32232
+ cursor: pointer;
32163
32233
  }
32164
-
32165
- .l13g0exg {
32166
- position: absolute;
32167
- width: 5px;
32168
- height: 48px;
32169
- left: 40.8px;
32170
- top: 8.4px;
32171
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32172
- border-radius: 5px;
32173
- transform: rotate(-8deg);
32174
- transform-origin: top left;
32175
- animation: loading-indicator2 1100ms ease-out infinite;
32234
+ .gmyahx3 .link-text {
32235
+ color: rgba(0, 21, 64, 0.3);
32176
32236
  }
32177
-
32178
- .l1exo3h6 {
32179
- position: absolute;
32180
- width: 5px;
32181
- height: 48px;
32182
- left: 52.9px;
32183
- top: 51.8px;
32184
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32185
- border-radius: 5px;
32186
- transform: rotate(112deg);
32187
- transform-origin: top left;
32188
- animation: loading-indicator3 1100ms ease-out infinite;
32237
+ .gmyahx3:hover .link-text {
32238
+ color: #0080ff;
32189
32239
  }
32190
32240
 
32191
32241
  .m1thnes4 {
@@ -32314,39 +32364,118 @@ input.rrg1fkn.ant-input {
32314
32364
  .m16f7gpb .recharts-xAxis {
32315
32365
  font-size: 12px;
32316
32366
  }
32317
- .m16f7gpb .pointer-wrapper {
32367
+ .m16f7gpb .pointer-wrapper {
32368
+ position: absolute;
32369
+ bottom: 10px;
32370
+ padding: 0 8px;
32371
+ border-radius: 4px;
32372
+ font-size: 12px;
32373
+ color: #fff;
32374
+ background: rgba(0, 0, 0, 0.75);
32375
+ transform: translateX(-50%);
32376
+ }
32377
+
32378
+ .t1ipvk51 {
32379
+ min-width: 200px;
32380
+ }
32381
+
32382
+ .t1kgldps {
32383
+ display: flex;
32384
+ align-items: center;
32385
+ justify-content: space-between;
32386
+ background-color: rgba(0, 0, 0, 0.75);
32387
+ color: #b4beca;
32388
+ font-size: 12px;
32389
+ padding: 3px 6px;
32390
+ }
32391
+ .t1kgldps:first-child {
32392
+ padding-top: 3px;
32393
+ }
32394
+ .t1kgldps:last-child {
32395
+ padding-bottom: 3px;
32396
+ }
32397
+ .t1kgldps .column-value {
32398
+ color: #fff;
32399
+ margin-left: 8px;
32400
+ }
32401
+
32402
+ .l4bld33 {
32403
+ width: 64px;
32404
+ height: 64px;
32405
+ display: flex;
32406
+ align-items: center;
32407
+ justify-content: center;
32408
+ position: relative;
32409
+ opacity: 0.2;
32410
+ }
32411
+
32412
+ .lgitjoj {
32413
+ position: absolute;
32414
+ width: 5px;
32415
+ height: 48px;
32416
+ left: 9.33px;
32417
+ top: 40.5px;
32418
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32419
+ border-radius: 5px;
32420
+ transform: rotate(-128deg);
32421
+ transform-origin: top left;
32422
+ animation: loading-indicator1 1100ms ease-out infinite;
32423
+ }
32424
+
32425
+ .l13g0exg {
32318
32426
  position: absolute;
32319
- bottom: 10px;
32320
- padding: 0 8px;
32321
- border-radius: 4px;
32322
- font-size: 12px;
32323
- color: #fff;
32324
- background: rgba(0, 0, 0, 0.75);
32325
- transform: translateX(-50%);
32427
+ width: 5px;
32428
+ height: 48px;
32429
+ left: 40.8px;
32430
+ top: 8.4px;
32431
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32432
+ border-radius: 5px;
32433
+ transform: rotate(-8deg);
32434
+ transform-origin: top left;
32435
+ animation: loading-indicator2 1100ms ease-out infinite;
32326
32436
  }
32327
32437
 
32328
- .t1ipvk51 {
32329
- min-width: 200px;
32438
+ .l1exo3h6 {
32439
+ position: absolute;
32440
+ width: 5px;
32441
+ height: 48px;
32442
+ left: 52.9px;
32443
+ top: 51.8px;
32444
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32445
+ border-radius: 5px;
32446
+ transform: rotate(112deg);
32447
+ transform-origin: top left;
32448
+ animation: loading-indicator3 1100ms ease-out infinite;
32330
32449
  }
32331
32450
 
32332
- .t1kgldps {
32451
+ .t1gz6wqf {
32452
+ height: 100%;
32453
+ }
32454
+ .t1gz6wqf .table-loading-item {
32455
+ padding: 12px 4px;
32456
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32333
32457
  display: flex;
32334
- align-items: center;
32335
- justify-content: space-between;
32336
- background-color: rgba(0, 0, 0, 0.75);
32337
- color: #b4beca;
32338
- font-size: 12px;
32339
- padding: 3px 6px;
32340
32458
  }
32341
- .t1kgldps:first-child {
32342
- padding-top: 3px;
32459
+ .t1gz6wqf .table-loading-item > * {
32460
+ height: 16px;
32461
+ margin: 4px;
32462
+ background: rgba(204, 212, 227, 0.18);
32463
+ border-radius: 2px;
32343
32464
  }
32344
- .t1kgldps:last-child {
32345
- padding-bottom: 3px;
32465
+ .t1gz6wqf .table-loading-item .checkbox-loading {
32466
+ width: 16px;
32346
32467
  }
32347
- .t1kgldps .column-value {
32348
- color: #fff;
32349
- margin-left: 8px;
32468
+ .t1gz6wqf .table-loading-item .td-loading {
32469
+ flex: 1;
32470
+ }
32471
+ .t1gz6wqf :nth-child(1) {
32472
+ padding: 8px 4px;
32473
+ }
32474
+ .t1gz6wqf :nth-child(1) > * {
32475
+ background: rgba(107, 125, 153, 0.18);
32476
+ }
32477
+ .t1gz6wqf :nth-child(1) > * {
32478
+ background: rgba(163, 180, 204, 0.18);
32350
32479
  }
32351
32480
 
32352
32481
  .sq6vos1 {
@@ -32534,36 +32663,6 @@ input.rrg1fkn.ant-input {
32534
32663
  justify-content: center;
32535
32664
  }
32536
32665
 
32537
- .t1gz6wqf {
32538
- height: 100%;
32539
- }
32540
- .t1gz6wqf .table-loading-item {
32541
- padding: 12px 4px;
32542
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32543
- display: flex;
32544
- }
32545
- .t1gz6wqf .table-loading-item > * {
32546
- height: 16px;
32547
- margin: 4px;
32548
- background: rgba(204, 212, 227, 0.18);
32549
- border-radius: 2px;
32550
- }
32551
- .t1gz6wqf .table-loading-item .checkbox-loading {
32552
- width: 16px;
32553
- }
32554
- .t1gz6wqf .table-loading-item .td-loading {
32555
- flex: 1;
32556
- }
32557
- .t1gz6wqf :nth-child(1) {
32558
- padding: 8px 4px;
32559
- }
32560
- .t1gz6wqf :nth-child(1) > * {
32561
- background: rgba(107, 125, 153, 0.18);
32562
- }
32563
- .t1gz6wqf :nth-child(1) > * {
32564
- background: rgba(163, 180, 204, 0.18);
32565
- }
32566
-
32567
32666
  .c1k4vanq {
32568
32667
  padding: 0 12px 14px 12px;
32569
32668
  }
@@ -32608,19 +32707,6 @@ input.rrg1fkn.ant-input {
32608
32707
  margin-right: 2px;
32609
32708
  }
32610
32709
 
32611
- .skwah65 {
32612
- height: 8px;
32613
- box-sizing: border-box;
32614
- border-radius: 2px;
32615
- background: #f5f7fa;
32616
- display: flex;
32617
- width: 100%;
32618
- overflow: hidden;
32619
- }
32620
- .skwah65 .stack-bar-item + .stack-bar-item {
32621
- margin-left: 1px;
32622
- }
32623
-
32624
32710
  .rrwcpby {
32625
32711
  display: flex;
32626
32712
  align-items: center;
@@ -32685,56 +32771,6 @@ input.rrg1fkn.ant-input {
32685
32771
  min-height: 0px;
32686
32772
  }
32687
32773
 
32688
- .at4ovwe .ant-input-number-handler-wrap {
32689
- display: var(--at4ovwe-0);
32690
- }
32691
- .at4ovwe .ant-input-number-input-wrap {
32692
- padding: 5px 12px;
32693
- display: inline-flex;
32694
- line-height: 1.5715;
32695
- height: 100%;
32696
- width: 100%;
32697
- }
32698
- .at4ovwe .ant-input-number-input-wrap::after {
32699
- content: var(--at4ovwe-1);
32700
- display: var(--at4ovwe-2);
32701
- flex: none;
32702
- align-items: center;
32703
- margin-left: 4px;
32704
- color: rgba(44, 56, 82, 0.6);
32705
- }
32706
- .at4ovwe .ant-input-number-input-wrap::before {
32707
- content: var(--at4ovwe-3);
32708
- display: var(--at4ovwe-4);
32709
- flex: none;
32710
- align-items: center;
32711
- margin-right: 4px;
32712
- cursor: auto;
32713
- color: rgba(44, 56, 82, 0.6);
32714
- }
32715
- .ant-input-group.ant-input-group-compact > .at4ovwe {
32716
- border-radius: 0;
32717
- }
32718
- .at4ovwe.ant-input-number {
32719
- width: 100%;
32720
- border-radius: 6px;
32721
- }
32722
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
32723
- border-color: #0096ff;
32724
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32725
- z-index: 1;
32726
- }
32727
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
32728
- border-color: #e75a3a;
32729
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32730
- }
32731
- .at4ovwe .ant-input-number-input {
32732
- padding: 0;
32733
- margin: 0;
32734
- height: auto;
32735
- font-size: inherit;
32736
- }
32737
-
32738
32774
  .tc40oxa {
32739
32775
  margin-bottom: 4px;
32740
32776
  color: rgba(44, 56, 82, 0.6);
@@ -32928,6 +32964,56 @@ input.rrg1fkn.ant-input {
32928
32964
  margin-right: 8px;
32929
32965
  }
32930
32966
 
32967
+ .at4ovwe .ant-input-number-handler-wrap {
32968
+ display: var(--at4ovwe-0);
32969
+ }
32970
+ .at4ovwe .ant-input-number-input-wrap {
32971
+ padding: 5px 12px;
32972
+ display: inline-flex;
32973
+ line-height: 1.5715;
32974
+ height: 100%;
32975
+ width: 100%;
32976
+ }
32977
+ .at4ovwe .ant-input-number-input-wrap::after {
32978
+ content: var(--at4ovwe-1);
32979
+ display: var(--at4ovwe-2);
32980
+ flex: none;
32981
+ align-items: center;
32982
+ margin-left: 4px;
32983
+ color: rgba(44, 56, 82, 0.6);
32984
+ }
32985
+ .at4ovwe .ant-input-number-input-wrap::before {
32986
+ content: var(--at4ovwe-3);
32987
+ display: var(--at4ovwe-4);
32988
+ flex: none;
32989
+ align-items: center;
32990
+ margin-right: 4px;
32991
+ cursor: auto;
32992
+ color: rgba(44, 56, 82, 0.6);
32993
+ }
32994
+ .ant-input-group.ant-input-group-compact > .at4ovwe {
32995
+ border-radius: 0;
32996
+ }
32997
+ .at4ovwe.ant-input-number {
32998
+ width: 100%;
32999
+ border-radius: 6px;
33000
+ }
33001
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
33002
+ border-color: #0096ff;
33003
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33004
+ z-index: 1;
33005
+ }
33006
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
33007
+ border-color: #e75a3a;
33008
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33009
+ }
33010
+ .at4ovwe .ant-input-number-input {
33011
+ padding: 0;
33012
+ margin: 0;
33013
+ height: auto;
33014
+ font-size: inherit;
33015
+ }
33016
+
32931
33017
  .sut42l0 {
32932
33018
  padding: 0 8px;
32933
33019
  height: 18px;
@@ -32968,25 +33054,6 @@ input.rrg1fkn.ant-input {
32968
33054
  margin-right: 4px;
32969
33055
  }
32970
33056
 
32971
- .feau332.ant-form-item {
32972
- margin-bottom: 0;
32973
- }
32974
- .feau332 .ant-form-item-explain {
32975
- display: none;
32976
- min-height: 18px;
32977
- margin-top: 5px;
32978
- font-family: "Inter";
32979
- font-weight: 400;
32980
- font-size: 12px;
32981
- line-height: 18px;
32982
- }
32983
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
32984
- white-space: pre-wrap;
32985
- }
32986
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
32987
- display: block;
32988
- }
32989
-
32990
33057
  .a6dbbkm .ant-input-number-handler-wrap {
32991
33058
  display: var(--a6dbbkm-0);
32992
33059
  }
@@ -33016,4 +33083,23 @@ input.rrg1fkn.ant-input {
33016
33083
  margin: 0;
33017
33084
  height: auto;
33018
33085
  font-size: inherit;
33086
+ }
33087
+
33088
+ .feau332.ant-form-item {
33089
+ margin-bottom: 0;
33090
+ }
33091
+ .feau332 .ant-form-item-explain {
33092
+ display: none;
33093
+ min-height: 18px;
33094
+ margin-top: 5px;
33095
+ font-family: "Inter";
33096
+ font-weight: 400;
33097
+ font-size: 12px;
33098
+ line-height: 18px;
33099
+ }
33100
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33101
+ white-space: pre-wrap;
33102
+ }
33103
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33104
+ display: block;
33019
33105
  }