@cloudtower/eagle 0.27.3-alpha.0 → 0.27.3
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/Metric/metric.d.ts +1 -1
- package/dist/components/index.d.ts +0 -10
- package/dist/components.css +607 -531
- package/dist/coreX/CronPlan/CronPlan.stories.d.ts +9 -0
- package/dist/coreX/CronPlan/index.d.ts +18 -0
- package/dist/coreX/NamesTooltip/NamesTooltip.stories.d.ts +7 -0
- package/dist/coreX/NamesTooltip/__test__/index.test.d.ts +1 -0
- package/dist/coreX/NamesTooltip/index.d.ts +4 -0
- package/dist/coreX/index.d.ts +1 -0
- package/dist/esm/index.js +3408 -2726
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/spec/base.d.ts +21 -7
- package/dist/style.css +1294 -1218
- package/dist/umd/index.js +3413 -2731
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/__test__/compute.spec.d.ts +1 -0
- package/dist/utils/__test__/cron-time.spec.d.ts +1 -0
- package/dist/utils/__test__/time.spec.d.ts +1 -0
- package/dist/utils/compute.d.ts +1 -0
- package/dist/utils/cron-time.d.ts +65 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/time.d.ts +25 -0
- package/dist/utils/tower.d.ts +0 -1
- package/package.json +6 -6
- package/dist/coreX/BarChart/BarChart.stories.d.ts +0 -6
- package/dist/coreX/BarChart/index.d.ts +0 -10
- package/dist/coreX/ChartWithTooltip/ChartWithTooltip.stories.d.ts +0 -7
- package/dist/coreX/ChartWithTooltip/index.d.ts +0 -40
- package/dist/coreX/DonutChart/DonutChart.stories.d.ts +0 -6
- package/dist/coreX/DonutChart/index.d.ts +0 -12
- package/dist/coreX/UnitWithChart/UnitWithChart.stories.d.ts +0 -7
- package/dist/coreX/UnitWithChart/index.d.ts +0 -30
package/dist/components.css
CHANGED
|
@@ -29765,24 +29765,6 @@ html body {
|
|
|
29765
29765
|
font-size: 18px;
|
|
29766
29766
|
}
|
|
29767
29767
|
|
|
29768
|
-
.i1mrf09m {
|
|
29769
|
-
display: inline-flex;
|
|
29770
|
-
align-items: center;
|
|
29771
|
-
}
|
|
29772
|
-
.i1mrf09m .icon-inner {
|
|
29773
|
-
display: inline-flex;
|
|
29774
|
-
align-items: center;
|
|
29775
|
-
justify-content: center;
|
|
29776
|
-
}
|
|
29777
|
-
.i1mrf09m .icon-inner + span,
|
|
29778
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
29779
|
-
margin-left: 4px;
|
|
29780
|
-
}
|
|
29781
|
-
.i1mrf09m.is-rotate img,
|
|
29782
|
-
.i1mrf09m.is-rotate svg {
|
|
29783
|
-
animation: rotate 680ms linear infinite;
|
|
29784
|
-
}
|
|
29785
|
-
|
|
29786
29768
|
.iap75of {
|
|
29787
29769
|
height: 18px;
|
|
29788
29770
|
line-height: 18px;
|
|
@@ -29796,216 +29778,22 @@ html body {
|
|
|
29796
29778
|
margin-right: 4px;
|
|
29797
29779
|
}
|
|
29798
29780
|
|
|
29799
|
-
.
|
|
29800
|
-
display: inline-
|
|
29801
|
-
}
|
|
29802
|
-
|
|
29803
|
-
.hsms1n6 {
|
|
29804
|
-
visibility: hidden;
|
|
29805
|
-
position: absolute;
|
|
29806
|
-
}
|
|
29807
|
-
|
|
29808
|
-
.p12gwtiw {
|
|
29809
|
-
display: flex;
|
|
29810
|
-
justify-content: space-between;
|
|
29811
|
-
align-items: center;
|
|
29812
|
-
padding: 10px 0;
|
|
29813
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29814
|
-
font-size: 12px;
|
|
29815
|
-
line-height: 24px;
|
|
29816
|
-
}
|
|
29817
|
-
.p12gwtiw .pagination-left {
|
|
29818
|
-
padding: 2px 8px;
|
|
29819
|
-
}
|
|
29820
|
-
.p12gwtiw .dropdown-trigger {
|
|
29821
|
-
display: flex;
|
|
29781
|
+
.i1mrf09m {
|
|
29782
|
+
display: inline-flex;
|
|
29822
29783
|
align-items: center;
|
|
29823
|
-
border-radius: 6px;
|
|
29824
|
-
cursor: pointer;
|
|
29825
|
-
transition: all 0.3s ease;
|
|
29826
|
-
}
|
|
29827
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
29828
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29829
|
-
color: #0080ff;
|
|
29830
|
-
}
|
|
29831
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
29832
|
-
margin-left: 4px;
|
|
29833
29784
|
}
|
|
29834
|
-
.
|
|
29835
|
-
display: flex;
|
|
29785
|
+
.i1mrf09m .icon-inner {
|
|
29786
|
+
display: inline-flex;
|
|
29836
29787
|
align-items: center;
|
|
29837
|
-
|
|
29838
|
-
font-weight: bold;
|
|
29788
|
+
justify-content: center;
|
|
29839
29789
|
}
|
|
29840
|
-
.
|
|
29790
|
+
.i1mrf09m .icon-inner + span,
|
|
29791
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29841
29792
|
margin-left: 4px;
|
|
29842
29793
|
}
|
|
29843
|
-
.
|
|
29844
|
-
.
|
|
29845
|
-
|
|
29846
|
-
}
|
|
29847
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
29848
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
29849
|
-
color: #0080ff;
|
|
29850
|
-
}
|
|
29851
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29852
|
-
transform: rotate(180deg);
|
|
29853
|
-
}
|
|
29854
|
-
|
|
29855
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29856
|
-
max-height: calc(100vh - 128px);
|
|
29857
|
-
overflow-y: auto;
|
|
29858
|
-
}
|
|
29859
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29860
|
-
padding: 4px 20px;
|
|
29861
|
-
font-size: 12px;
|
|
29862
|
-
line-height: 18px;
|
|
29863
|
-
}
|
|
29864
|
-
|
|
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 {
|
|
29909
|
-
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
|
-
}
|
|
29921
|
-
|
|
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;
|
|
29794
|
+
.i1mrf09m.is-rotate img,
|
|
29795
|
+
.i1mrf09m.is-rotate svg {
|
|
29796
|
+
animation: rotate 680ms linear infinite;
|
|
30009
29797
|
}
|
|
30010
29798
|
|
|
30011
29799
|
.cz04yix {
|
|
@@ -30620,22 +30408,168 @@ input.rrg1fkn.ant-input {
|
|
|
30620
30408
|
border-bottom-left-radius: 0;
|
|
30621
30409
|
}
|
|
30622
30410
|
|
|
30623
|
-
.
|
|
30624
|
-
|
|
30625
|
-
|
|
30626
|
-
|
|
30627
|
-
overflow: hidden;
|
|
30411
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30412
|
+
display: inline-flex;
|
|
30413
|
+
align-items: baseline;
|
|
30414
|
+
white-space: pre-wrap;
|
|
30628
30415
|
}
|
|
30629
|
-
.
|
|
30630
|
-
|
|
30416
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30417
|
+
position: relative;
|
|
30418
|
+
top: 3px;
|
|
30631
30419
|
}
|
|
30632
|
-
.
|
|
30633
|
-
|
|
30634
|
-
height: 16px;
|
|
30420
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30421
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30635
30422
|
}
|
|
30636
|
-
.
|
|
30637
|
-
|
|
30638
|
-
|
|
30423
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30424
|
+
border-color: #0080ff;
|
|
30425
|
+
}
|
|
30426
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30427
|
+
border-color: #0080ff;
|
|
30428
|
+
background: #0080ff;
|
|
30429
|
+
}
|
|
30430
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30431
|
+
top: 4px;
|
|
30432
|
+
left: 4px;
|
|
30433
|
+
width: 6px;
|
|
30434
|
+
height: 6px;
|
|
30435
|
+
background: #fff;
|
|
30436
|
+
}
|
|
30437
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30438
|
+
opacity: 0.5;
|
|
30439
|
+
}
|
|
30440
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30441
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30442
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30443
|
+
}
|
|
30444
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30445
|
+
background: #00122e;
|
|
30446
|
+
}
|
|
30447
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30448
|
+
color: #00122e;
|
|
30449
|
+
opacity: 0.5;
|
|
30450
|
+
}
|
|
30451
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30452
|
+
color: #00122e;
|
|
30453
|
+
}
|
|
30454
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30455
|
+
display: inline-block;
|
|
30456
|
+
padding: 0;
|
|
30457
|
+
padding-left: 12px;
|
|
30458
|
+
}
|
|
30459
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30460
|
+
margin-bottom: 0;
|
|
30461
|
+
white-space: pre-wrap;
|
|
30462
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30463
|
+
}
|
|
30464
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30465
|
+
padding-left: 8px;
|
|
30466
|
+
}
|
|
30467
|
+
|
|
30468
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30469
|
+
border-radius: 5px 0 0 5px;
|
|
30470
|
+
}
|
|
30471
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30472
|
+
border-radius: 0 5px 5px 0;
|
|
30473
|
+
}
|
|
30474
|
+
|
|
30475
|
+
.r1f0aqcc {
|
|
30476
|
+
color: #00122e;
|
|
30477
|
+
border-color: #ccd4e3;
|
|
30478
|
+
}
|
|
30479
|
+
.r1f0aqcc:first-child {
|
|
30480
|
+
border-color: #a3b4cc;
|
|
30481
|
+
}
|
|
30482
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30483
|
+
padding: 0 12px;
|
|
30484
|
+
line-height: 32px;
|
|
30485
|
+
height: 32px;
|
|
30486
|
+
}
|
|
30487
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30488
|
+
white-space: nowrap;
|
|
30489
|
+
}
|
|
30490
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30491
|
+
height: 22px;
|
|
30492
|
+
padding: 0 7px;
|
|
30493
|
+
line-height: 20px;
|
|
30494
|
+
}
|
|
30495
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30496
|
+
background: #ccd4e3;
|
|
30497
|
+
}
|
|
30498
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30499
|
+
background: #0080ff;
|
|
30500
|
+
}
|
|
30501
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30502
|
+
background: #ccd4e3;
|
|
30503
|
+
opacity: 0.5;
|
|
30504
|
+
}
|
|
30505
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30506
|
+
border-right-color: #0080ff;
|
|
30507
|
+
}
|
|
30508
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30509
|
+
border-color: #0080ff;
|
|
30510
|
+
}
|
|
30511
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30512
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30513
|
+
}
|
|
30514
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30515
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30516
|
+
border-color: #ccd4e3;
|
|
30517
|
+
opacity: 0.5;
|
|
30518
|
+
}
|
|
30519
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30520
|
+
color: #00122e;
|
|
30521
|
+
border-color: #ccd4e3;
|
|
30522
|
+
}
|
|
30523
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30524
|
+
color: #00122e;
|
|
30525
|
+
border-color: #ccd4e3;
|
|
30526
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30527
|
+
}
|
|
30528
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30529
|
+
margin-right: 8px;
|
|
30530
|
+
display: inline;
|
|
30531
|
+
border: none;
|
|
30532
|
+
padding: 0;
|
|
30533
|
+
width: 36px;
|
|
30534
|
+
background: transparent;
|
|
30535
|
+
}
|
|
30536
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30537
|
+
box-shadow: none;
|
|
30538
|
+
}
|
|
30539
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30540
|
+
margin-right: 0;
|
|
30541
|
+
width: initial;
|
|
30542
|
+
box-shadow: none;
|
|
30543
|
+
}
|
|
30544
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30545
|
+
display: none;
|
|
30546
|
+
}
|
|
30547
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30548
|
+
display: inline;
|
|
30549
|
+
}
|
|
30550
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30551
|
+
display: inline;
|
|
30552
|
+
margin-right: 8px;
|
|
30553
|
+
padding: 0;
|
|
30554
|
+
width: 36px;
|
|
30555
|
+
}
|
|
30556
|
+
|
|
30557
|
+
.s34f1qb.ant-switch {
|
|
30558
|
+
min-width: 40px;
|
|
30559
|
+
height: 24px;
|
|
30560
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30561
|
+
overflow: hidden;
|
|
30562
|
+
}
|
|
30563
|
+
.s34f1qb.ant-switch:focus {
|
|
30564
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30565
|
+
}
|
|
30566
|
+
.s34f1qb.ant-switch-small {
|
|
30567
|
+
min-width: 26px;
|
|
30568
|
+
height: 16px;
|
|
30569
|
+
}
|
|
30570
|
+
.s34f1qb.ant-switch-large {
|
|
30571
|
+
min-width: 52px;
|
|
30572
|
+
height: 32px;
|
|
30639
30573
|
}
|
|
30640
30574
|
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30641
30575
|
height: 20px;
|
|
@@ -30675,6 +30609,72 @@ input.rrg1fkn.ant-input {
|
|
|
30675
30609
|
margin-left: 5px;
|
|
30676
30610
|
}
|
|
30677
30611
|
|
|
30612
|
+
.obf05yr {
|
|
30613
|
+
display: inline-block;
|
|
30614
|
+
}
|
|
30615
|
+
|
|
30616
|
+
.hsms1n6 {
|
|
30617
|
+
visibility: hidden;
|
|
30618
|
+
position: absolute;
|
|
30619
|
+
}
|
|
30620
|
+
|
|
30621
|
+
.p12gwtiw {
|
|
30622
|
+
display: flex;
|
|
30623
|
+
justify-content: space-between;
|
|
30624
|
+
align-items: center;
|
|
30625
|
+
padding: 10px 0;
|
|
30626
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30627
|
+
font-size: 12px;
|
|
30628
|
+
line-height: 24px;
|
|
30629
|
+
}
|
|
30630
|
+
.p12gwtiw .pagination-left {
|
|
30631
|
+
padding: 2px 8px;
|
|
30632
|
+
}
|
|
30633
|
+
.p12gwtiw .dropdown-trigger {
|
|
30634
|
+
display: flex;
|
|
30635
|
+
align-items: center;
|
|
30636
|
+
border-radius: 6px;
|
|
30637
|
+
cursor: pointer;
|
|
30638
|
+
transition: all 0.3s ease;
|
|
30639
|
+
}
|
|
30640
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30641
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30642
|
+
color: #0080ff;
|
|
30643
|
+
}
|
|
30644
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30645
|
+
margin-left: 4px;
|
|
30646
|
+
}
|
|
30647
|
+
.p12gwtiw .pagination-right {
|
|
30648
|
+
display: flex;
|
|
30649
|
+
align-items: center;
|
|
30650
|
+
color: #0080ff;
|
|
30651
|
+
font-weight: bold;
|
|
30652
|
+
}
|
|
30653
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30654
|
+
margin-left: 4px;
|
|
30655
|
+
}
|
|
30656
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30657
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30658
|
+
padding: 0 8px;
|
|
30659
|
+
}
|
|
30660
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30661
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30662
|
+
color: #0080ff;
|
|
30663
|
+
}
|
|
30664
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30665
|
+
transform: rotate(180deg);
|
|
30666
|
+
}
|
|
30667
|
+
|
|
30668
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30669
|
+
max-height: calc(100vh - 128px);
|
|
30670
|
+
overflow-y: auto;
|
|
30671
|
+
}
|
|
30672
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30673
|
+
padding: 4px 20px;
|
|
30674
|
+
font-size: 12px;
|
|
30675
|
+
line-height: 18px;
|
|
30676
|
+
}
|
|
30677
|
+
|
|
30678
30678
|
.t1upn1sz {
|
|
30679
30679
|
height: 100%;
|
|
30680
30680
|
}
|
|
@@ -31021,107 +31021,22 @@ input.rrg1fkn.ant-input {
|
|
|
31021
31021
|
position: relative;
|
|
31022
31022
|
background: #fff;
|
|
31023
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;
|
|
31058
|
-
}
|
|
31059
|
-
|
|
31060
|
-
.onr9gzt {
|
|
31061
|
-
display: flex;
|
|
31062
|
-
flex-direction: column;
|
|
31063
|
-
margin: 1px 8px;
|
|
31064
|
-
padding: 8px;
|
|
31065
|
-
border-radius: 4px;
|
|
31066
|
-
}
|
|
31067
|
-
.onr9gzt .selected-icon {
|
|
31068
|
-
display: none;
|
|
31069
|
-
}
|
|
31070
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31071
|
-
padding-left: 8px;
|
|
31072
|
-
}
|
|
31073
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31074
|
-
background-color: white;
|
|
31075
|
-
}
|
|
31076
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31077
|
-
color: #0080ff;
|
|
31078
|
-
}
|
|
31079
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31080
|
-
display: block;
|
|
31081
|
-
}
|
|
31082
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31083
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31084
|
-
}
|
|
31085
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31086
|
-
color: #0080ff;
|
|
31087
|
-
}
|
|
31088
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31089
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31090
|
-
color: #0080ff;
|
|
31091
|
-
}
|
|
31092
|
-
|
|
31093
|
-
.oiy0apc {
|
|
31094
|
-
display: flex;
|
|
31095
|
-
justify-content: space-between;
|
|
31096
|
-
height: 20px;
|
|
31097
|
-
line-height: 20px;
|
|
31098
|
-
}
|
|
31099
|
-
.oiy0apc .timezone-title {
|
|
31100
|
-
color: #2d3a56;
|
|
31101
|
-
overflow: hidden;
|
|
31102
|
-
text-overflow: ellipsis;
|
|
31103
|
-
}
|
|
31104
|
-
|
|
31105
|
-
.of4y382 {
|
|
31024
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31025
|
+
height: 100%;
|
|
31106
31026
|
display: flex;
|
|
31107
|
-
|
|
31108
|
-
|
|
31109
|
-
|
|
31110
|
-
line-height: 18px;
|
|
31111
|
-
margin-top: 2px;
|
|
31027
|
+
align-items: center;
|
|
31028
|
+
justify-content: flex-end;
|
|
31029
|
+
padding-right: 8px;
|
|
31112
31030
|
}
|
|
31113
|
-
|
|
31114
|
-
|
|
31115
|
-
|
|
31116
|
-
|
|
31117
|
-
|
|
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;
|
|
31118
31037
|
}
|
|
31119
|
-
|
|
31120
|
-
|
|
31121
|
-
pointer-events: none;
|
|
31122
|
-
height: 32px;
|
|
31123
|
-
width: 100%;
|
|
31124
|
-
opacity: 0;
|
|
31038
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31039
|
+
background: #fff;
|
|
31125
31040
|
}
|
|
31126
31041
|
|
|
31127
31042
|
.d6j0lbj {
|
|
@@ -31599,43 +31514,230 @@ input.rrg1fkn.ant-input {
|
|
|
31599
31514
|
line-height: 12px;
|
|
31600
31515
|
}
|
|
31601
31516
|
|
|
31602
|
-
.
|
|
31603
|
-
|
|
31604
|
-
margin-bottom: 4px;
|
|
31517
|
+
.i1e4sgug {
|
|
31518
|
+
display: inline-block;
|
|
31605
31519
|
}
|
|
31606
|
-
|
|
31607
|
-
|
|
31608
|
-
|
|
31609
|
-
transition: color 160ms ease;
|
|
31520
|
+
|
|
31521
|
+
.s1fc623g {
|
|
31522
|
+
width: 430px !important;
|
|
31610
31523
|
}
|
|
31611
|
-
|
|
31524
|
+
|
|
31525
|
+
.da3mx0o .ant-select-item-group {
|
|
31526
|
+
padding: 8px 16px;
|
|
31527
|
+
line-height: 18px;
|
|
31528
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31529
|
+
height: 34px;
|
|
31530
|
+
min-height: 34px;
|
|
31531
|
+
box-sizing: border-box;
|
|
31532
|
+
margin-top: 8px;
|
|
31533
|
+
}
|
|
31534
|
+
|
|
31535
|
+
.onr9gzt {
|
|
31536
|
+
display: flex;
|
|
31537
|
+
flex-direction: column;
|
|
31538
|
+
margin: 1px 8px;
|
|
31539
|
+
padding: 8px;
|
|
31540
|
+
border-radius: 4px;
|
|
31541
|
+
}
|
|
31542
|
+
.onr9gzt .selected-icon {
|
|
31543
|
+
display: none;
|
|
31544
|
+
}
|
|
31545
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31546
|
+
padding-left: 8px;
|
|
31547
|
+
}
|
|
31548
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31549
|
+
background-color: white;
|
|
31550
|
+
}
|
|
31551
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31612
31552
|
color: #0080ff;
|
|
31613
31553
|
}
|
|
31614
|
-
.
|
|
31615
|
-
|
|
31554
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31555
|
+
display: block;
|
|
31556
|
+
}
|
|
31557
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31558
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31559
|
+
}
|
|
31560
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31561
|
+
color: #0080ff;
|
|
31562
|
+
}
|
|
31563
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31564
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31565
|
+
color: #0080ff;
|
|
31616
31566
|
}
|
|
31617
31567
|
|
|
31618
|
-
.
|
|
31619
|
-
|
|
31568
|
+
.oiy0apc {
|
|
31569
|
+
display: flex;
|
|
31570
|
+
justify-content: space-between;
|
|
31571
|
+
height: 20px;
|
|
31572
|
+
line-height: 20px;
|
|
31620
31573
|
}
|
|
31621
|
-
.
|
|
31622
|
-
|
|
31574
|
+
.oiy0apc .timezone-title {
|
|
31575
|
+
color: #2d3a56;
|
|
31576
|
+
overflow: hidden;
|
|
31577
|
+
text-overflow: ellipsis;
|
|
31578
|
+
}
|
|
31579
|
+
|
|
31580
|
+
.of4y382 {
|
|
31581
|
+
display: flex;
|
|
31582
|
+
justify-content: space-between;
|
|
31623
31583
|
color: rgba(44, 56, 82, 0.6);
|
|
31624
|
-
|
|
31584
|
+
height: 18px;
|
|
31585
|
+
line-height: 18px;
|
|
31586
|
+
margin-top: 2px;
|
|
31587
|
+
}
|
|
31588
|
+
|
|
31589
|
+
.t19903l9 {
|
|
31590
|
+
border: none;
|
|
31591
|
+
margin-right: 0;
|
|
31592
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31593
|
+
}
|
|
31594
|
+
|
|
31595
|
+
.ohwbvxu {
|
|
31596
|
+
pointer-events: none;
|
|
31597
|
+
height: 32px;
|
|
31598
|
+
width: 100%;
|
|
31599
|
+
opacity: 0;
|
|
31600
|
+
}
|
|
31601
|
+
|
|
31602
|
+
.c1up1pdz {
|
|
31603
|
+
width: 648px;
|
|
31604
|
+
}
|
|
31605
|
+
.c1up1pdz.active {
|
|
31606
|
+
border-color: #0080ff;
|
|
31607
|
+
}
|
|
31608
|
+
.c1up1pdz.active > header {
|
|
31609
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31610
|
+
}
|
|
31611
|
+
.c1up1pdz .expand {
|
|
31612
|
+
padding: 12px;
|
|
31613
|
+
}
|
|
31614
|
+
.c1up1pdz .field-item {
|
|
31615
|
+
display: flex;
|
|
31616
|
+
padding: 10px 0;
|
|
31617
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31618
|
+
}
|
|
31619
|
+
.c1up1pdz .field-item:last-child {
|
|
31620
|
+
border-bottom: none;
|
|
31621
|
+
padding-bottom: 0;
|
|
31622
|
+
}
|
|
31623
|
+
.c1up1pdz .field-item label {
|
|
31625
31624
|
line-height: 32px;
|
|
31625
|
+
width: 100px;
|
|
31626
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31626
31627
|
}
|
|
31627
|
-
.
|
|
31628
|
-
|
|
31629
|
-
|
|
31630
|
-
background: #fff;
|
|
31628
|
+
.c1up1pdz .help {
|
|
31629
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31630
|
+
margin-top: 5px;
|
|
31631
31631
|
}
|
|
31632
|
-
.
|
|
31633
|
-
|
|
31634
|
-
|
|
31635
|
-
|
|
31636
|
-
|
|
31632
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
31633
|
+
.c1up1pdz .ant-picker {
|
|
31634
|
+
width: 128px;
|
|
31635
|
+
}
|
|
31636
|
+
|
|
31637
|
+
.c156wh19 {
|
|
31638
|
+
display: flex;
|
|
31639
|
+
align-items: center;
|
|
31640
|
+
justify-content: space-between;
|
|
31641
|
+
word-break: keep-all;
|
|
31642
|
+
}
|
|
31643
|
+
.c156wh19 .title {
|
|
31644
|
+
margin: 0 16px 0 8px;
|
|
31645
|
+
}
|
|
31646
|
+
.c156wh19 .retain {
|
|
31647
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31648
|
+
}
|
|
31649
|
+
.c156wh19 .left {
|
|
31650
|
+
flex: 1;
|
|
31651
|
+
display: flex;
|
|
31652
|
+
overflow: hidden;
|
|
31653
|
+
align-items: center;
|
|
31654
|
+
justify-content: flex-start;
|
|
31655
|
+
white-space: nowrap;
|
|
31656
|
+
}
|
|
31657
|
+
.c156wh19 .left .title {
|
|
31658
|
+
max-width: 100%;
|
|
31659
|
+
overflow: hidden;
|
|
31660
|
+
text-overflow: ellipsis;
|
|
31661
|
+
}
|
|
31662
|
+
.c156wh19 .right {
|
|
31663
|
+
display: flex;
|
|
31664
|
+
align-items: center;
|
|
31665
|
+
}
|
|
31666
|
+
.c156wh19 .reverse {
|
|
31667
|
+
display: flex;
|
|
31668
|
+
flex-direction: row-reverse;
|
|
31669
|
+
align-items: center;
|
|
31670
|
+
}
|
|
31671
|
+
.c156wh19 .reverse .ant-switch {
|
|
31672
|
+
margin-left: 8px;
|
|
31673
|
+
}
|
|
31674
|
+
.c156wh19 .close {
|
|
31675
|
+
padding-left: 14px;
|
|
31676
|
+
margin-left: 14px;
|
|
31677
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31678
|
+
cursor: pointer;
|
|
31679
|
+
}
|
|
31680
|
+
|
|
31681
|
+
.m126spxy {
|
|
31682
|
+
padding-bottom: 4px;
|
|
31683
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31684
|
+
}
|
|
31685
|
+
.m126spxy .ant-btn-link {
|
|
31686
|
+
padding: 1px 10px;
|
|
31687
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31688
|
+
border-radius: 4px;
|
|
31689
|
+
}
|
|
31690
|
+
.m126spxy .ant-btn-link.active {
|
|
31691
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31692
|
+
color: #0096ff;
|
|
31693
|
+
}
|
|
31694
|
+
|
|
31695
|
+
.wpbf4pq {
|
|
31696
|
+
padding: 10px 0;
|
|
31697
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31698
|
+
}
|
|
31699
|
+
.wpbf4pq .ant-input,
|
|
31700
|
+
.wpbf4pq .ant-picker {
|
|
31701
|
+
width: 80px;
|
|
31702
|
+
margin: 0 9px;
|
|
31637
31703
|
text-align: center;
|
|
31638
31704
|
}
|
|
31705
|
+
.wpbf4pq .options {
|
|
31706
|
+
padding: 12px 0 12px 16px;
|
|
31707
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31708
|
+
margin: 5px 0 5px 8px;
|
|
31709
|
+
}
|
|
31710
|
+
.wpbf4pq .week-day-option,
|
|
31711
|
+
.wpbf4pq .month-day-option {
|
|
31712
|
+
background: #f5f7fa;
|
|
31713
|
+
box-sizing: border-box;
|
|
31714
|
+
border-radius: 16px;
|
|
31715
|
+
margin-right: 8px;
|
|
31716
|
+
}
|
|
31717
|
+
.wpbf4pq .week-day-option:focus,
|
|
31718
|
+
.wpbf4pq .month-day-option:focus {
|
|
31719
|
+
color: inherit;
|
|
31720
|
+
border-color: #d9d9d9;
|
|
31721
|
+
}
|
|
31722
|
+
.wpbf4pq .week-day-option.active {
|
|
31723
|
+
background-color: #0096ff;
|
|
31724
|
+
border-color: #0096ff;
|
|
31725
|
+
color: #fff;
|
|
31726
|
+
}
|
|
31727
|
+
.wpbf4pq .week-day-option.en-text {
|
|
31728
|
+
width: 110px;
|
|
31729
|
+
margin-top: 4px;
|
|
31730
|
+
}
|
|
31731
|
+
.wpbf4pq .month-day-option {
|
|
31732
|
+
width: 32px;
|
|
31733
|
+
padding: 0;
|
|
31734
|
+
margin-bottom: 8px;
|
|
31735
|
+
}
|
|
31736
|
+
.wpbf4pq .month-day-option.active {
|
|
31737
|
+
background-color: #0096ff;
|
|
31738
|
+
border-color: #0096ff;
|
|
31739
|
+
color: #fff;
|
|
31740
|
+
}
|
|
31639
31741
|
|
|
31640
31742
|
.c1bus5hc {
|
|
31641
31743
|
--color: white;
|
|
@@ -31677,51 +31779,76 @@ input.rrg1fkn.ant-input {
|
|
|
31677
31779
|
transform: rotate(0deg);
|
|
31678
31780
|
}
|
|
31679
31781
|
|
|
31680
|
-
.
|
|
31681
|
-
|
|
31682
|
-
|
|
31782
|
+
.tje3huy {
|
|
31783
|
+
width: 100%;
|
|
31784
|
+
overflow: inherit;
|
|
31785
|
+
white-space: inherit;
|
|
31786
|
+
text-overflow: ellipsis;
|
|
31787
|
+
}
|
|
31788
|
+
|
|
31789
|
+
.n12mqh7z {
|
|
31790
|
+
display: flex;
|
|
31791
|
+
align-items: center;
|
|
31792
|
+
font-size: 12px;
|
|
31793
|
+
line-height: 18px;
|
|
31794
|
+
}
|
|
31795
|
+
.n12mqh7z:not(:last-child) {
|
|
31796
|
+
margin-bottom: 4px;
|
|
31797
|
+
}
|
|
31798
|
+
|
|
31799
|
+
.tf5bynu {
|
|
31800
|
+
margin: 0 3px;
|
|
31801
|
+
}
|
|
31802
|
+
|
|
31803
|
+
.tcckoz1 {
|
|
31804
|
+
max-height: 400px;
|
|
31805
|
+
overflow: "auto";
|
|
31806
|
+
}
|
|
31807
|
+
|
|
31808
|
+
.c1uzzomf {
|
|
31809
|
+
margin-bottom: 16px;
|
|
31810
|
+
}
|
|
31811
|
+
.c1uzzomf .card-title {
|
|
31812
|
+
font-size: 16px;
|
|
31813
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31814
|
+
font-weight: 700;
|
|
31815
|
+
line-height: 32px;
|
|
31816
|
+
}
|
|
31817
|
+
.c1uzzomf .card-body {
|
|
31818
|
+
padding: 24px;
|
|
31819
|
+
border-radius: 8px;
|
|
31820
|
+
background: #fff;
|
|
31821
|
+
}
|
|
31822
|
+
.c1uzzomf .empty {
|
|
31823
|
+
font-weight: 700;
|
|
31824
|
+
font-size: 14px;
|
|
31825
|
+
line-height: 22px;
|
|
31826
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31827
|
+
text-align: center;
|
|
31828
|
+
}
|
|
31829
|
+
|
|
31830
|
+
.berrcjl {
|
|
31831
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31832
|
+
margin-bottom: 4px;
|
|
31683
31833
|
}
|
|
31684
|
-
.
|
|
31685
|
-
|
|
31834
|
+
.berrcjl .breadcrumb-link {
|
|
31835
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31836
|
+
cursor: pointer;
|
|
31837
|
+
transition: color 160ms ease;
|
|
31686
31838
|
}
|
|
31687
|
-
|
|
31688
|
-
|
|
31689
|
-
|
|
31839
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31840
|
+
color: #0080ff;
|
|
31841
|
+
}
|
|
31842
|
+
.berrcjl .breadcrumb-link:active {
|
|
31843
|
+
color: #005ed1;
|
|
31690
31844
|
}
|
|
31691
31845
|
|
|
31692
|
-
.
|
|
31846
|
+
.s1iv0tp1 .enabled-switch {
|
|
31693
31847
|
display: flex;
|
|
31694
|
-
justify-content: space-between;
|
|
31695
31848
|
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;
|
|
31719
31849
|
}
|
|
31720
|
-
|
|
31721
|
-
|
|
31722
|
-
font-weight: bold;
|
|
31723
|
-
color: white;
|
|
31724
|
-
margin-right: 4px;
|
|
31850
|
+
.s1iv0tp1 .enabled-text {
|
|
31851
|
+
margin-right: 8px;
|
|
31725
31852
|
}
|
|
31726
31853
|
|
|
31727
31854
|
.c18gxmrl {
|
|
@@ -31744,18 +31871,17 @@ input.rrg1fkn.ant-input {
|
|
|
31744
31871
|
padding: 8px 12px;
|
|
31745
31872
|
}
|
|
31746
31873
|
|
|
31747
|
-
.
|
|
31748
|
-
|
|
31874
|
+
.m15dvk92 {
|
|
31875
|
+
display: flex;
|
|
31876
|
+
justify-content: space-between;
|
|
31877
|
+
width: 100%;
|
|
31749
31878
|
}
|
|
31750
|
-
.
|
|
31751
|
-
|
|
31879
|
+
.m15dvk92 .action {
|
|
31880
|
+
margin-left: 16px;
|
|
31752
31881
|
}
|
|
31753
31882
|
|
|
31754
|
-
.
|
|
31883
|
+
.aql8iqz .ant-alert-message {
|
|
31755
31884
|
width: 100%;
|
|
31756
|
-
overflow: inherit;
|
|
31757
|
-
white-space: inherit;
|
|
31758
|
-
text-overflow: ellipsis;
|
|
31759
31885
|
}
|
|
31760
31886
|
|
|
31761
31887
|
.c198s9j3 {
|
|
@@ -31829,48 +31955,11 @@ input.rrg1fkn.ant-input {
|
|
|
31829
31955
|
margin-left: 24px;
|
|
31830
31956
|
}
|
|
31831
31957
|
|
|
31832
|
-
.
|
|
31833
|
-
|
|
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;
|
|
31958
|
+
.c10crapj {
|
|
31959
|
+
border-radius: 8px;
|
|
31871
31960
|
}
|
|
31872
|
-
.
|
|
31873
|
-
|
|
31961
|
+
.c10crapj .ant-card-body {
|
|
31962
|
+
padding: 20px 24px 24px 24px;
|
|
31874
31963
|
}
|
|
31875
31964
|
|
|
31876
31965
|
.cav9p2m .ant-collapse-item {
|
|
@@ -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,55 +32228,6 @@ 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;
|
|
32163
|
-
}
|
|
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;
|
|
32176
|
-
}
|
|
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;
|
|
32189
|
-
}
|
|
32190
|
-
|
|
32191
32231
|
.m1thnes4 {
|
|
32192
32232
|
color: rgba(44, 56, 82, 0.6);
|
|
32193
32233
|
text-align: center;
|
|
@@ -32534,6 +32574,55 @@ input.rrg1fkn.ant-input {
|
|
|
32534
32574
|
justify-content: center;
|
|
32535
32575
|
}
|
|
32536
32576
|
|
|
32577
|
+
.l4bld33 {
|
|
32578
|
+
width: 64px;
|
|
32579
|
+
height: 64px;
|
|
32580
|
+
display: flex;
|
|
32581
|
+
align-items: center;
|
|
32582
|
+
justify-content: center;
|
|
32583
|
+
position: relative;
|
|
32584
|
+
opacity: 0.2;
|
|
32585
|
+
}
|
|
32586
|
+
|
|
32587
|
+
.lgitjoj {
|
|
32588
|
+
position: absolute;
|
|
32589
|
+
width: 5px;
|
|
32590
|
+
height: 48px;
|
|
32591
|
+
left: 9.33px;
|
|
32592
|
+
top: 40.5px;
|
|
32593
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32594
|
+
border-radius: 5px;
|
|
32595
|
+
transform: rotate(-128deg);
|
|
32596
|
+
transform-origin: top left;
|
|
32597
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32598
|
+
}
|
|
32599
|
+
|
|
32600
|
+
.l13g0exg {
|
|
32601
|
+
position: absolute;
|
|
32602
|
+
width: 5px;
|
|
32603
|
+
height: 48px;
|
|
32604
|
+
left: 40.8px;
|
|
32605
|
+
top: 8.4px;
|
|
32606
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32607
|
+
border-radius: 5px;
|
|
32608
|
+
transform: rotate(-8deg);
|
|
32609
|
+
transform-origin: top left;
|
|
32610
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32611
|
+
}
|
|
32612
|
+
|
|
32613
|
+
.l1exo3h6 {
|
|
32614
|
+
position: absolute;
|
|
32615
|
+
width: 5px;
|
|
32616
|
+
height: 48px;
|
|
32617
|
+
left: 52.9px;
|
|
32618
|
+
top: 51.8px;
|
|
32619
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32620
|
+
border-radius: 5px;
|
|
32621
|
+
transform: rotate(112deg);
|
|
32622
|
+
transform-origin: top left;
|
|
32623
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32624
|
+
}
|
|
32625
|
+
|
|
32537
32626
|
.t1gz6wqf {
|
|
32538
32627
|
height: 100%;
|
|
32539
32628
|
}
|
|
@@ -32564,10 +32653,6 @@ input.rrg1fkn.ant-input {
|
|
|
32564
32653
|
background: rgba(163, 180, 204, 0.18);
|
|
32565
32654
|
}
|
|
32566
32655
|
|
|
32567
|
-
.c1k4vanq {
|
|
32568
|
-
padding: 0 12px 14px 12px;
|
|
32569
|
-
}
|
|
32570
|
-
|
|
32571
32656
|
.c1udgdh2 {
|
|
32572
32657
|
color: #2d3a56;
|
|
32573
32658
|
padding: 7px 12px;
|
|
@@ -32608,17 +32693,8 @@ input.rrg1fkn.ant-input {
|
|
|
32608
32693
|
margin-right: 2px;
|
|
32609
32694
|
}
|
|
32610
32695
|
|
|
32611
|
-
.
|
|
32612
|
-
|
|
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;
|
|
32696
|
+
.c1k4vanq {
|
|
32697
|
+
padding: 0 12px 14px 12px;
|
|
32622
32698
|
}
|
|
32623
32699
|
|
|
32624
32700
|
.rrwcpby {
|
|
@@ -32968,25 +33044,6 @@ input.rrg1fkn.ant-input {
|
|
|
32968
33044
|
margin-right: 4px;
|
|
32969
33045
|
}
|
|
32970
33046
|
|
|
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
33047
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
32991
33048
|
display: var(--a6dbbkm-0);
|
|
32992
33049
|
}
|
|
@@ -33016,4 +33073,23 @@ input.rrg1fkn.ant-input {
|
|
|
33016
33073
|
margin: 0;
|
|
33017
33074
|
height: auto;
|
|
33018
33075
|
font-size: inherit;
|
|
33076
|
+
}
|
|
33077
|
+
|
|
33078
|
+
.feau332.ant-form-item {
|
|
33079
|
+
margin-bottom: 0;
|
|
33080
|
+
}
|
|
33081
|
+
.feau332 .ant-form-item-explain {
|
|
33082
|
+
display: none;
|
|
33083
|
+
min-height: 18px;
|
|
33084
|
+
margin-top: 5px;
|
|
33085
|
+
font-family: "Inter";
|
|
33086
|
+
font-weight: 400;
|
|
33087
|
+
font-size: 12px;
|
|
33088
|
+
line-height: 18px;
|
|
33089
|
+
}
|
|
33090
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33091
|
+
white-space: pre-wrap;
|
|
33092
|
+
}
|
|
33093
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33094
|
+
display: block;
|
|
33019
33095
|
}
|