@cloudtower/eagle 0.27.14 → 0.27.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +1045 -1045
- package/dist/coreX/SidebarSubtitle/SidebarSubtitle.stories.d.ts +5 -0
- package/dist/coreX/SidebarSubtitle/__test__/index.test.d.ts +1 -0
- package/dist/coreX/SidebarSubtitle/index.d.ts +3 -0
- package/dist/coreX/SortableList/SortableList.stories.d.ts +6 -0
- package/dist/coreX/SortableList/index.d.ts +3 -0
- package/dist/esm/index.js +489 -456
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +12 -0
- package/dist/style.css +1730 -1730
- package/dist/umd/index.js +492 -459
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29471,66 +29471,6 @@ html body {
|
|
|
29471
29471
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29472
29472
|
}
|
|
29473
29473
|
}
|
|
29474
|
-
.i1mrf09m {
|
|
29475
|
-
display: inline-flex;
|
|
29476
|
-
align-items: center;
|
|
29477
|
-
}
|
|
29478
|
-
.i1mrf09m .icon-inner {
|
|
29479
|
-
display: inline-flex;
|
|
29480
|
-
align-items: center;
|
|
29481
|
-
justify-content: center;
|
|
29482
|
-
}
|
|
29483
|
-
.i1mrf09m .icon-inner + span,
|
|
29484
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
29485
|
-
margin-left: 4px;
|
|
29486
|
-
}
|
|
29487
|
-
.i1mrf09m.is-rotate img,
|
|
29488
|
-
.i1mrf09m.is-rotate svg {
|
|
29489
|
-
animation: rotate 680ms linear infinite;
|
|
29490
|
-
}
|
|
29491
|
-
|
|
29492
|
-
.iap75of {
|
|
29493
|
-
height: 18px;
|
|
29494
|
-
line-height: 18px;
|
|
29495
|
-
padding: 0 4px;
|
|
29496
|
-
border-radius: 4px;
|
|
29497
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29498
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29499
|
-
display: flex;
|
|
29500
|
-
align-items: center;
|
|
29501
|
-
white-space: nowrap;
|
|
29502
|
-
margin-right: 4px;
|
|
29503
|
-
}
|
|
29504
|
-
|
|
29505
|
-
.bpq0js6 {
|
|
29506
|
-
padding: 4px 11px;
|
|
29507
|
-
}
|
|
29508
|
-
|
|
29509
|
-
.b15sn34c {
|
|
29510
|
-
white-space: nowrap;
|
|
29511
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29512
|
-
}
|
|
29513
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29514
|
-
--color: #0080ff;
|
|
29515
|
-
}
|
|
29516
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29517
|
-
--color: #0080ff;
|
|
29518
|
-
}
|
|
29519
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29520
|
-
margin-left: 1px;
|
|
29521
|
-
}
|
|
29522
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29523
|
-
border-top-right-radius: 0;
|
|
29524
|
-
border-bottom-right-radius: 0;
|
|
29525
|
-
}
|
|
29526
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29527
|
-
border-top-left-radius: 0;
|
|
29528
|
-
border-bottom-left-radius: 0;
|
|
29529
|
-
}
|
|
29530
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29531
|
-
border-radius: unset;
|
|
29532
|
-
}
|
|
29533
|
-
|
|
29534
29474
|
.fde5mpd {
|
|
29535
29475
|
width: 100%;
|
|
29536
29476
|
height: 100%;
|
|
@@ -29796,133 +29736,333 @@ html body {
|
|
|
29796
29736
|
padding: 0;
|
|
29797
29737
|
}
|
|
29798
29738
|
|
|
29799
|
-
.
|
|
29800
|
-
|
|
29739
|
+
.iap75of {
|
|
29740
|
+
height: 18px;
|
|
29741
|
+
line-height: 18px;
|
|
29742
|
+
padding: 0 4px;
|
|
29743
|
+
border-radius: 4px;
|
|
29744
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29745
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29746
|
+
display: flex;
|
|
29747
|
+
align-items: center;
|
|
29748
|
+
white-space: nowrap;
|
|
29749
|
+
margin-right: 4px;
|
|
29801
29750
|
}
|
|
29802
29751
|
|
|
29803
|
-
.
|
|
29804
|
-
|
|
29805
|
-
position: absolute;
|
|
29752
|
+
.bpq0js6 {
|
|
29753
|
+
padding: 4px 11px;
|
|
29806
29754
|
}
|
|
29807
29755
|
|
|
29808
|
-
.
|
|
29809
|
-
|
|
29810
|
-
|
|
29811
|
-
white-space: pre-wrap;
|
|
29756
|
+
.b15sn34c {
|
|
29757
|
+
white-space: nowrap;
|
|
29758
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29812
29759
|
}
|
|
29813
|
-
.
|
|
29814
|
-
|
|
29815
|
-
top: 3px;
|
|
29760
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29761
|
+
--color: #0080ff;
|
|
29816
29762
|
}
|
|
29817
|
-
.
|
|
29818
|
-
|
|
29763
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29764
|
+
--color: #0080ff;
|
|
29819
29765
|
}
|
|
29820
|
-
.
|
|
29821
|
-
|
|
29766
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29767
|
+
margin-left: 1px;
|
|
29822
29768
|
}
|
|
29823
|
-
.
|
|
29824
|
-
border-
|
|
29825
|
-
|
|
29769
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29770
|
+
border-top-right-radius: 0;
|
|
29771
|
+
border-bottom-right-radius: 0;
|
|
29826
29772
|
}
|
|
29827
|
-
.
|
|
29828
|
-
top:
|
|
29829
|
-
left:
|
|
29830
|
-
width: 6px;
|
|
29831
|
-
height: 6px;
|
|
29832
|
-
background: #fff;
|
|
29773
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29774
|
+
border-top-left-radius: 0;
|
|
29775
|
+
border-bottom-left-radius: 0;
|
|
29833
29776
|
}
|
|
29834
|
-
.
|
|
29835
|
-
|
|
29777
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29778
|
+
border-radius: unset;
|
|
29836
29779
|
}
|
|
29837
|
-
|
|
29838
|
-
|
|
29839
|
-
|
|
29780
|
+
|
|
29781
|
+
.c1up1pdz {
|
|
29782
|
+
width: 648px;
|
|
29840
29783
|
}
|
|
29841
|
-
.
|
|
29842
|
-
|
|
29784
|
+
.c1up1pdz.active {
|
|
29785
|
+
border-color: #0080ff;
|
|
29843
29786
|
}
|
|
29844
|
-
.
|
|
29845
|
-
|
|
29846
|
-
opacity: 0.5;
|
|
29787
|
+
.c1up1pdz.active > header {
|
|
29788
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29847
29789
|
}
|
|
29848
|
-
.
|
|
29849
|
-
|
|
29790
|
+
.c1up1pdz .expand {
|
|
29791
|
+
padding: 12px;
|
|
29850
29792
|
}
|
|
29851
|
-
.
|
|
29852
|
-
display:
|
|
29853
|
-
padding: 0;
|
|
29854
|
-
|
|
29793
|
+
.c1up1pdz .field-item {
|
|
29794
|
+
display: flex;
|
|
29795
|
+
padding: 10px 0;
|
|
29796
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29855
29797
|
}
|
|
29856
|
-
.
|
|
29857
|
-
|
|
29858
|
-
|
|
29859
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29798
|
+
.c1up1pdz .field-item:last-child {
|
|
29799
|
+
border-bottom: none;
|
|
29800
|
+
padding-bottom: 0;
|
|
29860
29801
|
}
|
|
29861
|
-
.
|
|
29862
|
-
|
|
29802
|
+
.c1up1pdz .field-item label {
|
|
29803
|
+
line-height: 32px;
|
|
29804
|
+
width: 100px;
|
|
29805
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29863
29806
|
}
|
|
29864
|
-
|
|
29865
|
-
|
|
29866
|
-
|
|
29807
|
+
.c1up1pdz .help {
|
|
29808
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29809
|
+
margin-top: 5px;
|
|
29867
29810
|
}
|
|
29868
|
-
.
|
|
29869
|
-
|
|
29811
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
29812
|
+
.c1up1pdz .ant-picker {
|
|
29813
|
+
width: 128px;
|
|
29870
29814
|
}
|
|
29871
29815
|
|
|
29872
|
-
.
|
|
29873
|
-
|
|
29874
|
-
|
|
29816
|
+
.c156wh19 {
|
|
29817
|
+
display: flex;
|
|
29818
|
+
align-items: center;
|
|
29819
|
+
justify-content: space-between;
|
|
29820
|
+
word-break: keep-all;
|
|
29875
29821
|
}
|
|
29876
|
-
.
|
|
29877
|
-
|
|
29822
|
+
.c156wh19 .title {
|
|
29823
|
+
margin: 0 16px 0 8px;
|
|
29878
29824
|
}
|
|
29879
|
-
.
|
|
29880
|
-
|
|
29881
|
-
line-height: 32px;
|
|
29882
|
-
height: 32px;
|
|
29825
|
+
.c156wh19 .retain {
|
|
29826
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29883
29827
|
}
|
|
29884
|
-
.
|
|
29828
|
+
.c156wh19 .left {
|
|
29829
|
+
flex: 1;
|
|
29830
|
+
display: flex;
|
|
29831
|
+
overflow: hidden;
|
|
29832
|
+
align-items: center;
|
|
29833
|
+
justify-content: flex-start;
|
|
29885
29834
|
white-space: nowrap;
|
|
29886
29835
|
}
|
|
29887
|
-
.
|
|
29888
|
-
|
|
29889
|
-
|
|
29890
|
-
|
|
29891
|
-
}
|
|
29892
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
29893
|
-
background: #ccd4e3;
|
|
29836
|
+
.c156wh19 .left .title {
|
|
29837
|
+
max-width: 100%;
|
|
29838
|
+
overflow: hidden;
|
|
29839
|
+
text-overflow: ellipsis;
|
|
29894
29840
|
}
|
|
29895
|
-
.
|
|
29896
|
-
|
|
29841
|
+
.c156wh19 .right {
|
|
29842
|
+
display: flex;
|
|
29843
|
+
align-items: center;
|
|
29897
29844
|
}
|
|
29898
|
-
.
|
|
29899
|
-
|
|
29900
|
-
|
|
29845
|
+
.c156wh19 .reverse {
|
|
29846
|
+
display: flex;
|
|
29847
|
+
flex-direction: row-reverse;
|
|
29848
|
+
align-items: center;
|
|
29901
29849
|
}
|
|
29902
|
-
.
|
|
29903
|
-
|
|
29850
|
+
.c156wh19 .reverse .ant-switch {
|
|
29851
|
+
margin-left: 8px;
|
|
29904
29852
|
}
|
|
29905
|
-
.
|
|
29906
|
-
|
|
29853
|
+
.c156wh19 .close {
|
|
29854
|
+
padding-left: 14px;
|
|
29855
|
+
margin-left: 14px;
|
|
29856
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29857
|
+
cursor: pointer;
|
|
29907
29858
|
}
|
|
29908
|
-
|
|
29909
|
-
|
|
29859
|
+
|
|
29860
|
+
.m126spxy {
|
|
29861
|
+
padding-bottom: 4px;
|
|
29862
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29910
29863
|
}
|
|
29911
|
-
.
|
|
29912
|
-
|
|
29913
|
-
|
|
29914
|
-
|
|
29864
|
+
.m126spxy .ant-btn-link {
|
|
29865
|
+
padding: 1px 10px;
|
|
29866
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29867
|
+
border-radius: 4px;
|
|
29915
29868
|
}
|
|
29916
|
-
.
|
|
29917
|
-
|
|
29918
|
-
|
|
29869
|
+
.m126spxy .ant-btn-link.active {
|
|
29870
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29871
|
+
color: #0096ff;
|
|
29919
29872
|
}
|
|
29920
|
-
|
|
29921
|
-
|
|
29922
|
-
|
|
29923
|
-
|
|
29873
|
+
|
|
29874
|
+
.wpbf4pq {
|
|
29875
|
+
padding: 10px 0;
|
|
29876
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29924
29877
|
}
|
|
29925
|
-
.
|
|
29878
|
+
.wpbf4pq .ant-input,
|
|
29879
|
+
.wpbf4pq .ant-picker {
|
|
29880
|
+
width: 80px;
|
|
29881
|
+
margin: 0 9px;
|
|
29882
|
+
text-align: center;
|
|
29883
|
+
}
|
|
29884
|
+
.wpbf4pq .options {
|
|
29885
|
+
padding: 12px 0 12px 16px;
|
|
29886
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
29887
|
+
margin: 5px 0 5px 8px;
|
|
29888
|
+
}
|
|
29889
|
+
.wpbf4pq .week-day-option,
|
|
29890
|
+
.wpbf4pq .month-day-option {
|
|
29891
|
+
background: #f5f7fa;
|
|
29892
|
+
box-sizing: border-box;
|
|
29893
|
+
border-radius: 16px;
|
|
29894
|
+
margin-right: 8px;
|
|
29895
|
+
}
|
|
29896
|
+
.wpbf4pq .week-day-option:focus,
|
|
29897
|
+
.wpbf4pq .month-day-option:focus {
|
|
29898
|
+
color: inherit;
|
|
29899
|
+
border-color: #d9d9d9;
|
|
29900
|
+
}
|
|
29901
|
+
.wpbf4pq .week-day-option.active {
|
|
29902
|
+
background-color: #0096ff;
|
|
29903
|
+
border-color: #0096ff;
|
|
29904
|
+
color: #fff;
|
|
29905
|
+
}
|
|
29906
|
+
.wpbf4pq .week-day-option.en-text {
|
|
29907
|
+
width: 110px;
|
|
29908
|
+
margin-top: 4px;
|
|
29909
|
+
}
|
|
29910
|
+
.wpbf4pq .month-day-option {
|
|
29911
|
+
width: 32px;
|
|
29912
|
+
padding: 0;
|
|
29913
|
+
margin-bottom: 8px;
|
|
29914
|
+
}
|
|
29915
|
+
.wpbf4pq .month-day-option.active {
|
|
29916
|
+
background-color: #0096ff;
|
|
29917
|
+
border-color: #0096ff;
|
|
29918
|
+
color: #fff;
|
|
29919
|
+
}
|
|
29920
|
+
|
|
29921
|
+
.i1mrf09m {
|
|
29922
|
+
display: inline-flex;
|
|
29923
|
+
align-items: center;
|
|
29924
|
+
}
|
|
29925
|
+
.i1mrf09m .icon-inner {
|
|
29926
|
+
display: inline-flex;
|
|
29927
|
+
align-items: center;
|
|
29928
|
+
justify-content: center;
|
|
29929
|
+
}
|
|
29930
|
+
.i1mrf09m .icon-inner + span,
|
|
29931
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29932
|
+
margin-left: 4px;
|
|
29933
|
+
}
|
|
29934
|
+
.i1mrf09m.is-rotate img,
|
|
29935
|
+
.i1mrf09m.is-rotate svg {
|
|
29936
|
+
animation: rotate 680ms linear infinite;
|
|
29937
|
+
}
|
|
29938
|
+
|
|
29939
|
+
.obf05yr {
|
|
29940
|
+
display: inline-block;
|
|
29941
|
+
}
|
|
29942
|
+
|
|
29943
|
+
.hsms1n6 {
|
|
29944
|
+
visibility: hidden;
|
|
29945
|
+
position: absolute;
|
|
29946
|
+
}
|
|
29947
|
+
|
|
29948
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
29949
|
+
display: inline-flex;
|
|
29950
|
+
align-items: baseline;
|
|
29951
|
+
white-space: pre-wrap;
|
|
29952
|
+
}
|
|
29953
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29954
|
+
position: relative;
|
|
29955
|
+
top: 3px;
|
|
29956
|
+
}
|
|
29957
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29958
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29959
|
+
}
|
|
29960
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
29961
|
+
border-color: #0080ff;
|
|
29962
|
+
}
|
|
29963
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
29964
|
+
border-color: #0080ff;
|
|
29965
|
+
background: #0080ff;
|
|
29966
|
+
}
|
|
29967
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
29968
|
+
top: 4px;
|
|
29969
|
+
left: 4px;
|
|
29970
|
+
width: 6px;
|
|
29971
|
+
height: 6px;
|
|
29972
|
+
background: #fff;
|
|
29973
|
+
}
|
|
29974
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
29975
|
+
opacity: 0.5;
|
|
29976
|
+
}
|
|
29977
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
29978
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29979
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29980
|
+
}
|
|
29981
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
29982
|
+
background: #00122e;
|
|
29983
|
+
}
|
|
29984
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
29985
|
+
color: #00122e;
|
|
29986
|
+
opacity: 0.5;
|
|
29987
|
+
}
|
|
29988
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
29989
|
+
color: #00122e;
|
|
29990
|
+
}
|
|
29991
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
29992
|
+
display: inline-block;
|
|
29993
|
+
padding: 0;
|
|
29994
|
+
padding-left: 12px;
|
|
29995
|
+
}
|
|
29996
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
29997
|
+
margin-bottom: 0;
|
|
29998
|
+
white-space: pre-wrap;
|
|
29999
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30000
|
+
}
|
|
30001
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30002
|
+
padding-left: 8px;
|
|
30003
|
+
}
|
|
30004
|
+
|
|
30005
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30006
|
+
border-radius: 5px 0 0 5px;
|
|
30007
|
+
}
|
|
30008
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30009
|
+
border-radius: 0 5px 5px 0;
|
|
30010
|
+
}
|
|
30011
|
+
|
|
30012
|
+
.r1f0aqcc {
|
|
30013
|
+
color: #00122e;
|
|
30014
|
+
border-color: #ccd4e3;
|
|
30015
|
+
}
|
|
30016
|
+
.r1f0aqcc:first-child {
|
|
30017
|
+
border-color: #a3b4cc;
|
|
30018
|
+
}
|
|
30019
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30020
|
+
padding: 0 12px;
|
|
30021
|
+
line-height: 32px;
|
|
30022
|
+
height: 32px;
|
|
30023
|
+
}
|
|
30024
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30025
|
+
white-space: nowrap;
|
|
30026
|
+
}
|
|
30027
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30028
|
+
height: 22px;
|
|
30029
|
+
padding: 0 7px;
|
|
30030
|
+
line-height: 20px;
|
|
30031
|
+
}
|
|
30032
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30033
|
+
background: #ccd4e3;
|
|
30034
|
+
}
|
|
30035
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30036
|
+
background: #0080ff;
|
|
30037
|
+
}
|
|
30038
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30039
|
+
background: #ccd4e3;
|
|
30040
|
+
opacity: 0.5;
|
|
30041
|
+
}
|
|
30042
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30043
|
+
border-right-color: #0080ff;
|
|
30044
|
+
}
|
|
30045
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30046
|
+
border-color: #0080ff;
|
|
30047
|
+
}
|
|
30048
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30049
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30050
|
+
}
|
|
30051
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30052
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30053
|
+
border-color: #ccd4e3;
|
|
30054
|
+
opacity: 0.5;
|
|
30055
|
+
}
|
|
30056
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30057
|
+
color: #00122e;
|
|
30058
|
+
border-color: #ccd4e3;
|
|
30059
|
+
}
|
|
30060
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30061
|
+
color: #00122e;
|
|
30062
|
+
border-color: #ccd4e3;
|
|
30063
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30064
|
+
}
|
|
30065
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
29926
30066
|
margin-right: 8px;
|
|
29927
30067
|
display: inline;
|
|
29928
30068
|
border: none;
|
|
@@ -29944,11 +30084,123 @@ html body {
|
|
|
29944
30084
|
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
29945
30085
|
display: inline;
|
|
29946
30086
|
}
|
|
29947
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
29948
|
-
display: inline;
|
|
29949
|
-
margin-right: 8px;
|
|
29950
|
-
padding: 0;
|
|
29951
|
-
width: 36px;
|
|
30087
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30088
|
+
display: inline;
|
|
30089
|
+
margin-right: 8px;
|
|
30090
|
+
padding: 0;
|
|
30091
|
+
width: 36px;
|
|
30092
|
+
}
|
|
30093
|
+
|
|
30094
|
+
.s34f1qb.ant-switch {
|
|
30095
|
+
min-width: 40px;
|
|
30096
|
+
height: 24px;
|
|
30097
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30098
|
+
overflow: hidden;
|
|
30099
|
+
}
|
|
30100
|
+
.s34f1qb.ant-switch:focus {
|
|
30101
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30102
|
+
}
|
|
30103
|
+
.s34f1qb.ant-switch-small {
|
|
30104
|
+
min-width: 26px;
|
|
30105
|
+
height: 16px;
|
|
30106
|
+
}
|
|
30107
|
+
.s34f1qb.ant-switch-large {
|
|
30108
|
+
min-width: 52px;
|
|
30109
|
+
height: 32px;
|
|
30110
|
+
}
|
|
30111
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30112
|
+
height: 20px;
|
|
30113
|
+
width: 20px;
|
|
30114
|
+
}
|
|
30115
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30116
|
+
border-radius: 10px;
|
|
30117
|
+
transition-delay: 120ms;
|
|
30118
|
+
}
|
|
30119
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30120
|
+
height: 14px;
|
|
30121
|
+
width: 14px;
|
|
30122
|
+
top: 1px;
|
|
30123
|
+
left: 1px;
|
|
30124
|
+
}
|
|
30125
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30126
|
+
height: 28px;
|
|
30127
|
+
width: 28px;
|
|
30128
|
+
}
|
|
30129
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30130
|
+
border-radius: 14px;
|
|
30131
|
+
}
|
|
30132
|
+
.s34f1qb.ant-switch-checked {
|
|
30133
|
+
background-color: #00ba5d;
|
|
30134
|
+
}
|
|
30135
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30136
|
+
left: calc(100% - 20px - 2px);
|
|
30137
|
+
}
|
|
30138
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30139
|
+
left: calc(100% - 14px - 1px);
|
|
30140
|
+
}
|
|
30141
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30142
|
+
left: calc(100% - 28px - 2px);
|
|
30143
|
+
}
|
|
30144
|
+
|
|
30145
|
+
.c1to9vb9 {
|
|
30146
|
+
margin-left: 5px;
|
|
30147
|
+
}
|
|
30148
|
+
|
|
30149
|
+
.p12gwtiw {
|
|
30150
|
+
display: flex;
|
|
30151
|
+
justify-content: space-between;
|
|
30152
|
+
align-items: center;
|
|
30153
|
+
padding: 10px 0;
|
|
30154
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30155
|
+
font-size: 12px;
|
|
30156
|
+
line-height: 24px;
|
|
30157
|
+
}
|
|
30158
|
+
.p12gwtiw .pagination-left {
|
|
30159
|
+
padding: 2px 8px;
|
|
30160
|
+
}
|
|
30161
|
+
.p12gwtiw .dropdown-trigger {
|
|
30162
|
+
display: flex;
|
|
30163
|
+
align-items: center;
|
|
30164
|
+
border-radius: 6px;
|
|
30165
|
+
cursor: pointer;
|
|
30166
|
+
transition: all 0.3s ease;
|
|
30167
|
+
}
|
|
30168
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30169
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30170
|
+
color: #0080ff;
|
|
30171
|
+
}
|
|
30172
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30173
|
+
margin-left: 4px;
|
|
30174
|
+
}
|
|
30175
|
+
.p12gwtiw .pagination-right {
|
|
30176
|
+
display: flex;
|
|
30177
|
+
align-items: center;
|
|
30178
|
+
color: #0080ff;
|
|
30179
|
+
font-weight: bold;
|
|
30180
|
+
}
|
|
30181
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30182
|
+
margin-left: 4px;
|
|
30183
|
+
}
|
|
30184
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30185
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30186
|
+
padding: 0 8px;
|
|
30187
|
+
}
|
|
30188
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30189
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30190
|
+
color: #0080ff;
|
|
30191
|
+
}
|
|
30192
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30193
|
+
transform: rotate(180deg);
|
|
30194
|
+
}
|
|
30195
|
+
|
|
30196
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30197
|
+
max-height: calc(100vh - 128px);
|
|
30198
|
+
overflow-y: auto;
|
|
30199
|
+
}
|
|
30200
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30201
|
+
padding: 4px 20px;
|
|
30202
|
+
font-size: 12px;
|
|
30203
|
+
line-height: 18px;
|
|
29952
30204
|
}
|
|
29953
30205
|
|
|
29954
30206
|
.cz04yix {
|
|
@@ -30631,59 +30883,89 @@ input.rrg1fkn.ant-input {
|
|
|
30631
30883
|
word-break: break-all;
|
|
30632
30884
|
}
|
|
30633
30885
|
|
|
30634
|
-
.
|
|
30635
|
-
|
|
30636
|
-
height: 24px;
|
|
30637
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30638
|
-
overflow: hidden;
|
|
30886
|
+
.i1e4sgug {
|
|
30887
|
+
display: inline-block;
|
|
30639
30888
|
}
|
|
30640
|
-
|
|
30641
|
-
|
|
30889
|
+
|
|
30890
|
+
.s1fc623g {
|
|
30891
|
+
width: 430px !important;
|
|
30642
30892
|
}
|
|
30643
|
-
|
|
30644
|
-
|
|
30645
|
-
|
|
30893
|
+
|
|
30894
|
+
.da3mx0o .ant-select-item-group {
|
|
30895
|
+
padding: 8px 16px;
|
|
30896
|
+
line-height: 18px;
|
|
30897
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30898
|
+
height: 34px;
|
|
30899
|
+
min-height: 34px;
|
|
30900
|
+
box-sizing: border-box;
|
|
30901
|
+
margin-top: 8px;
|
|
30646
30902
|
}
|
|
30647
|
-
|
|
30648
|
-
|
|
30649
|
-
|
|
30903
|
+
|
|
30904
|
+
.onr9gzt {
|
|
30905
|
+
display: flex;
|
|
30906
|
+
flex-direction: column;
|
|
30907
|
+
margin: 1px 8px;
|
|
30908
|
+
padding: 8px;
|
|
30909
|
+
border-radius: 4px;
|
|
30650
30910
|
}
|
|
30651
|
-
.
|
|
30652
|
-
|
|
30653
|
-
width: 20px;
|
|
30911
|
+
.onr9gzt .selected-icon {
|
|
30912
|
+
display: none;
|
|
30654
30913
|
}
|
|
30655
|
-
.
|
|
30656
|
-
|
|
30657
|
-
transition-delay: 120ms;
|
|
30914
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30915
|
+
padding-left: 8px;
|
|
30658
30916
|
}
|
|
30659
|
-
.
|
|
30660
|
-
|
|
30661
|
-
width: 14px;
|
|
30662
|
-
top: 1px;
|
|
30663
|
-
left: 1px;
|
|
30917
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30918
|
+
background-color: white;
|
|
30664
30919
|
}
|
|
30665
|
-
.
|
|
30666
|
-
|
|
30667
|
-
width: 28px;
|
|
30920
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30921
|
+
color: #0080ff;
|
|
30668
30922
|
}
|
|
30669
|
-
.
|
|
30670
|
-
|
|
30923
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30924
|
+
display: block;
|
|
30671
30925
|
}
|
|
30672
|
-
.
|
|
30673
|
-
background
|
|
30926
|
+
.onr9gzt.ant-select-item-option-active {
|
|
30927
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30674
30928
|
}
|
|
30675
|
-
.
|
|
30676
|
-
|
|
30929
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30930
|
+
color: #0080ff;
|
|
30677
30931
|
}
|
|
30678
|
-
.
|
|
30679
|
-
|
|
30932
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30933
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30934
|
+
color: #0080ff;
|
|
30680
30935
|
}
|
|
30681
|
-
|
|
30682
|
-
|
|
30936
|
+
|
|
30937
|
+
.oiy0apc {
|
|
30938
|
+
display: flex;
|
|
30939
|
+
justify-content: space-between;
|
|
30940
|
+
height: 20px;
|
|
30941
|
+
line-height: 20px;
|
|
30942
|
+
}
|
|
30943
|
+
.oiy0apc .timezone-title {
|
|
30944
|
+
color: #2d3a56;
|
|
30945
|
+
overflow: hidden;
|
|
30946
|
+
text-overflow: ellipsis;
|
|
30683
30947
|
}
|
|
30684
30948
|
|
|
30685
|
-
.
|
|
30686
|
-
|
|
30949
|
+
.of4y382 {
|
|
30950
|
+
display: flex;
|
|
30951
|
+
justify-content: space-between;
|
|
30952
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30953
|
+
height: 18px;
|
|
30954
|
+
line-height: 18px;
|
|
30955
|
+
margin-top: 2px;
|
|
30956
|
+
}
|
|
30957
|
+
|
|
30958
|
+
.t19903l9 {
|
|
30959
|
+
border: none;
|
|
30960
|
+
margin-right: 0;
|
|
30961
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30962
|
+
}
|
|
30963
|
+
|
|
30964
|
+
.ohwbvxu {
|
|
30965
|
+
pointer-events: none;
|
|
30966
|
+
height: 32px;
|
|
30967
|
+
width: 100%;
|
|
30968
|
+
opacity: 0;
|
|
30687
30969
|
}
|
|
30688
30970
|
|
|
30689
30971
|
.d6j0lbj {
|
|
@@ -30941,506 +31223,224 @@ input.rrg1fkn.ant-input {
|
|
|
30941
31223
|
.l1r4ztu {
|
|
30942
31224
|
font-family: Inter;
|
|
30943
31225
|
font-style: normal;
|
|
30944
|
-
font-weight: bold;
|
|
30945
|
-
font-size: 13px;
|
|
30946
|
-
line-height: 20px;
|
|
30947
|
-
}
|
|
30948
|
-
|
|
30949
|
-
.ly8vzok {
|
|
30950
|
-
font-family: Inter;
|
|
30951
|
-
font-style: normal;
|
|
30952
|
-
font-weight: normal;
|
|
30953
|
-
font-size: 13px;
|
|
30954
|
-
line-height: 20px;
|
|
30955
|
-
}
|
|
30956
|
-
|
|
30957
|
-
.lumfmf {
|
|
30958
|
-
font-family: Inter;
|
|
30959
|
-
font-style: normal;
|
|
30960
|
-
font-weight: 600;
|
|
30961
|
-
font-size: 13px;
|
|
30962
|
-
line-height: 20px;
|
|
30963
|
-
}
|
|
30964
|
-
|
|
30965
|
-
.l16ujwmv {
|
|
30966
|
-
font-family: Inter;
|
|
30967
|
-
font-style: normal;
|
|
30968
|
-
font-weight: bold;
|
|
30969
|
-
font-size: 13px;
|
|
30970
|
-
line-height: 20px;
|
|
30971
|
-
}
|
|
30972
|
-
|
|
30973
|
-
.l17o1ffr {
|
|
30974
|
-
font-family: Inter;
|
|
30975
|
-
font-style: normal;
|
|
30976
|
-
font-weight: normal;
|
|
30977
|
-
text-transform: uppercase;
|
|
30978
|
-
font-feature-settings: "cpsp" on;
|
|
30979
|
-
font-size: 13px;
|
|
30980
|
-
line-height: 20px;
|
|
30981
|
-
}
|
|
30982
|
-
|
|
30983
|
-
.lngllvn {
|
|
30984
|
-
font-family: Inter;
|
|
30985
|
-
font-style: normal;
|
|
30986
|
-
font-weight: bold;
|
|
30987
|
-
text-transform: uppercase;
|
|
30988
|
-
font-feature-settings: "cpsp" on;
|
|
30989
|
-
font-size: 13px;
|
|
30990
|
-
line-height: 20px;
|
|
30991
|
-
}
|
|
30992
|
-
|
|
30993
|
-
.l2i7fo9 {
|
|
30994
|
-
font-family: Inter;
|
|
30995
|
-
font-style: normal;
|
|
30996
|
-
font-weight: normal;
|
|
30997
|
-
font-size: 12px;
|
|
30998
|
-
line-height: 18px;
|
|
30999
|
-
}
|
|
31000
|
-
|
|
31001
|
-
.l1x7hscx {
|
|
31002
|
-
font-family: Inter;
|
|
31003
|
-
font-style: normal;
|
|
31004
|
-
font-weight: 500;
|
|
31005
|
-
font-size: 12px;
|
|
31006
|
-
line-height: 18px;
|
|
31007
|
-
}
|
|
31008
|
-
|
|
31009
|
-
.le1jwan {
|
|
31010
|
-
font-family: Inter;
|
|
31011
|
-
font-style: normal;
|
|
31012
|
-
font-weight: bold;
|
|
31013
|
-
font-size: 12px;
|
|
31014
|
-
line-height: 18px;
|
|
31015
|
-
}
|
|
31016
|
-
|
|
31017
|
-
.lyxynfj {
|
|
31018
|
-
font-family: Inter;
|
|
31019
|
-
font-style: normal;
|
|
31020
|
-
font-weight: normal;
|
|
31021
|
-
font-size: 12px;
|
|
31022
|
-
line-height: 18px;
|
|
31023
|
-
}
|
|
31024
|
-
|
|
31025
|
-
.lpb2nxv {
|
|
31026
|
-
font-family: Inter;
|
|
31027
|
-
font-style: normal;
|
|
31028
|
-
font-weight: 500;
|
|
31029
|
-
font-size: 12px;
|
|
31030
|
-
line-height: 18px;
|
|
31031
|
-
}
|
|
31032
|
-
|
|
31033
|
-
.l1r8o3vv {
|
|
31034
|
-
font-family: Inter;
|
|
31035
|
-
font-style: normal;
|
|
31036
|
-
font-weight: bold;
|
|
31037
|
-
font-size: 12px;
|
|
31038
|
-
line-height: 18px;
|
|
31039
|
-
}
|
|
31040
|
-
|
|
31041
|
-
.lemnjy2 {
|
|
31042
|
-
font-family: Inter;
|
|
31043
|
-
font-style: normal;
|
|
31044
|
-
font-weight: normal;
|
|
31045
|
-
text-transform: uppercase;
|
|
31046
|
-
font-feature-settings: "cpsp" on;
|
|
31047
|
-
font-size: 12px;
|
|
31048
|
-
line-height: 18px;
|
|
31049
|
-
}
|
|
31050
|
-
|
|
31051
|
-
.lrc42gb {
|
|
31052
|
-
font-family: Inter;
|
|
31053
|
-
font-style: normal;
|
|
31054
|
-
font-weight: bold;
|
|
31055
|
-
text-transform: uppercase;
|
|
31056
|
-
font-feature-settings: "cpsp" on;
|
|
31057
|
-
font-size: 12px;
|
|
31058
|
-
line-height: 18px;
|
|
31059
|
-
}
|
|
31060
|
-
|
|
31061
|
-
.fqaz4mb {
|
|
31062
|
-
font-family: Inter;
|
|
31063
|
-
font-style: normal;
|
|
31064
|
-
font-weight: normal;
|
|
31065
|
-
font-size: 13px;
|
|
31066
|
-
line-height: 20px;
|
|
31067
|
-
}
|
|
31068
|
-
|
|
31069
|
-
.f13we5o {
|
|
31070
|
-
font-family: Inter;
|
|
31071
|
-
font-style: normal;
|
|
31072
|
-
font-weight: normal;
|
|
31073
|
-
font-size: 13px;
|
|
31074
|
-
line-height: 20px;
|
|
31075
|
-
}
|
|
31076
|
-
|
|
31077
|
-
.ffmjua2 {
|
|
31078
|
-
font-family: Inter;
|
|
31079
|
-
font-style: normal;
|
|
31080
|
-
font-weight: normal;
|
|
31081
|
-
font-size: 12px;
|
|
31082
|
-
line-height: 18px;
|
|
31226
|
+
font-weight: bold;
|
|
31227
|
+
font-size: 13px;
|
|
31228
|
+
line-height: 20px;
|
|
31083
31229
|
}
|
|
31084
31230
|
|
|
31085
|
-
.
|
|
31231
|
+
.ly8vzok {
|
|
31086
31232
|
font-family: Inter;
|
|
31087
31233
|
font-style: normal;
|
|
31088
31234
|
font-weight: normal;
|
|
31089
|
-
font-size:
|
|
31090
|
-
line-height:
|
|
31235
|
+
font-size: 13px;
|
|
31236
|
+
line-height: 20px;
|
|
31091
31237
|
}
|
|
31092
31238
|
|
|
31093
|
-
.
|
|
31239
|
+
.lumfmf {
|
|
31094
31240
|
font-family: Inter;
|
|
31095
31241
|
font-style: normal;
|
|
31096
|
-
font-weight:
|
|
31097
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31242
|
+
font-weight: 600;
|
|
31098
31243
|
font-size: 13px;
|
|
31099
31244
|
line-height: 20px;
|
|
31100
31245
|
}
|
|
31101
31246
|
|
|
31102
|
-
.
|
|
31247
|
+
.l16ujwmv {
|
|
31103
31248
|
font-family: Inter;
|
|
31104
31249
|
font-style: normal;
|
|
31105
|
-
font-weight:
|
|
31106
|
-
font-feature-settings: "zero" on;
|
|
31250
|
+
font-weight: bold;
|
|
31107
31251
|
font-size: 13px;
|
|
31108
31252
|
line-height: 20px;
|
|
31109
31253
|
}
|
|
31110
31254
|
|
|
31111
|
-
.
|
|
31255
|
+
.l17o1ffr {
|
|
31112
31256
|
font-family: Inter;
|
|
31113
31257
|
font-style: normal;
|
|
31114
31258
|
font-weight: normal;
|
|
31115
|
-
|
|
31116
|
-
font-
|
|
31117
|
-
|
|
31259
|
+
text-transform: uppercase;
|
|
31260
|
+
font-feature-settings: "cpsp" on;
|
|
31261
|
+
font-size: 13px;
|
|
31262
|
+
line-height: 20px;
|
|
31118
31263
|
}
|
|
31119
31264
|
|
|
31120
|
-
.
|
|
31265
|
+
.lngllvn {
|
|
31121
31266
|
font-family: Inter;
|
|
31122
31267
|
font-style: normal;
|
|
31123
|
-
font-weight:
|
|
31124
|
-
|
|
31125
|
-
font-
|
|
31126
|
-
|
|
31268
|
+
font-weight: bold;
|
|
31269
|
+
text-transform: uppercase;
|
|
31270
|
+
font-feature-settings: "cpsp" on;
|
|
31271
|
+
font-size: 13px;
|
|
31272
|
+
line-height: 20px;
|
|
31127
31273
|
}
|
|
31128
31274
|
|
|
31129
|
-
.
|
|
31275
|
+
.l2i7fo9 {
|
|
31130
31276
|
font-family: Inter;
|
|
31131
31277
|
font-style: normal;
|
|
31132
31278
|
font-weight: normal;
|
|
31133
|
-
font-feature-settings: "zero" on;
|
|
31134
31279
|
font-size: 12px;
|
|
31135
31280
|
line-height: 18px;
|
|
31136
31281
|
}
|
|
31137
31282
|
|
|
31138
|
-
.
|
|
31283
|
+
.l1x7hscx {
|
|
31139
31284
|
font-family: Inter;
|
|
31140
31285
|
font-style: normal;
|
|
31141
31286
|
font-weight: 500;
|
|
31142
|
-
font-feature-settings: "zero" on;
|
|
31143
31287
|
font-size: 12px;
|
|
31144
31288
|
line-height: 18px;
|
|
31145
31289
|
}
|
|
31146
31290
|
|
|
31147
|
-
.
|
|
31291
|
+
.le1jwan {
|
|
31148
31292
|
font-family: Inter;
|
|
31149
31293
|
font-style: normal;
|
|
31150
31294
|
font-weight: bold;
|
|
31151
|
-
font-
|
|
31152
|
-
|
|
31153
|
-
line-height: 24px;
|
|
31295
|
+
font-size: 12px;
|
|
31296
|
+
line-height: 18px;
|
|
31154
31297
|
}
|
|
31155
31298
|
|
|
31156
|
-
.
|
|
31299
|
+
.lyxynfj {
|
|
31157
31300
|
font-family: Inter;
|
|
31158
31301
|
font-style: normal;
|
|
31159
31302
|
font-weight: normal;
|
|
31160
|
-
font-size:
|
|
31161
|
-
line-height:
|
|
31162
|
-
}
|
|
31163
|
-
|
|
31164
|
-
.p12gwtiw {
|
|
31165
|
-
display: flex;
|
|
31166
|
-
justify-content: space-between;
|
|
31167
|
-
align-items: center;
|
|
31168
|
-
padding: 10px 0;
|
|
31169
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31170
|
-
font-size: 12px;
|
|
31171
|
-
line-height: 24px;
|
|
31172
|
-
}
|
|
31173
|
-
.p12gwtiw .pagination-left {
|
|
31174
|
-
padding: 2px 8px;
|
|
31175
|
-
}
|
|
31176
|
-
.p12gwtiw .dropdown-trigger {
|
|
31177
|
-
display: flex;
|
|
31178
|
-
align-items: center;
|
|
31179
|
-
border-radius: 6px;
|
|
31180
|
-
cursor: pointer;
|
|
31181
|
-
transition: all 0.3s ease;
|
|
31182
|
-
}
|
|
31183
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
31184
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31185
|
-
color: #0080ff;
|
|
31186
|
-
}
|
|
31187
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31188
|
-
margin-left: 4px;
|
|
31189
|
-
}
|
|
31190
|
-
.p12gwtiw .pagination-right {
|
|
31191
|
-
display: flex;
|
|
31192
|
-
align-items: center;
|
|
31193
|
-
color: #0080ff;
|
|
31194
|
-
font-weight: bold;
|
|
31195
|
-
}
|
|
31196
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
31197
|
-
margin-left: 4px;
|
|
31198
|
-
}
|
|
31199
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
31200
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
31201
|
-
padding: 0 8px;
|
|
31202
|
-
}
|
|
31203
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31204
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
31205
|
-
color: #0080ff;
|
|
31206
|
-
}
|
|
31207
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31208
|
-
transform: rotate(180deg);
|
|
31209
|
-
}
|
|
31210
|
-
|
|
31211
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31212
|
-
max-height: calc(100vh - 128px);
|
|
31213
|
-
overflow-y: auto;
|
|
31214
|
-
}
|
|
31215
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31216
|
-
padding: 4px 20px;
|
|
31217
|
-
font-size: 12px;
|
|
31218
|
-
line-height: 18px;
|
|
31219
|
-
}
|
|
31220
|
-
|
|
31221
|
-
.c1up1pdz {
|
|
31222
|
-
width: 648px;
|
|
31223
|
-
}
|
|
31224
|
-
.c1up1pdz.active {
|
|
31225
|
-
border-color: #0080ff;
|
|
31226
|
-
}
|
|
31227
|
-
.c1up1pdz.active > header {
|
|
31228
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31229
|
-
}
|
|
31230
|
-
.c1up1pdz .expand {
|
|
31231
|
-
padding: 12px;
|
|
31232
|
-
}
|
|
31233
|
-
.c1up1pdz .field-item {
|
|
31234
|
-
display: flex;
|
|
31235
|
-
padding: 10px 0;
|
|
31236
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31237
|
-
}
|
|
31238
|
-
.c1up1pdz .field-item:last-child {
|
|
31239
|
-
border-bottom: none;
|
|
31240
|
-
padding-bottom: 0;
|
|
31241
|
-
}
|
|
31242
|
-
.c1up1pdz .field-item label {
|
|
31243
|
-
line-height: 32px;
|
|
31244
|
-
width: 100px;
|
|
31245
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31246
|
-
}
|
|
31247
|
-
.c1up1pdz .help {
|
|
31248
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31249
|
-
margin-top: 5px;
|
|
31250
|
-
}
|
|
31251
|
-
.c1up1pdz .ant-input-affix-wrapper,
|
|
31252
|
-
.c1up1pdz .ant-picker {
|
|
31253
|
-
width: 128px;
|
|
31254
|
-
}
|
|
31255
|
-
|
|
31256
|
-
.c156wh19 {
|
|
31257
|
-
display: flex;
|
|
31258
|
-
align-items: center;
|
|
31259
|
-
justify-content: space-between;
|
|
31260
|
-
word-break: keep-all;
|
|
31261
|
-
}
|
|
31262
|
-
.c156wh19 .title {
|
|
31263
|
-
margin: 0 16px 0 8px;
|
|
31264
|
-
}
|
|
31265
|
-
.c156wh19 .retain {
|
|
31266
|
-
color: rgba(129, 138, 153, 0.6);
|
|
31267
|
-
}
|
|
31268
|
-
.c156wh19 .left {
|
|
31269
|
-
flex: 1;
|
|
31270
|
-
display: flex;
|
|
31271
|
-
overflow: hidden;
|
|
31272
|
-
align-items: center;
|
|
31273
|
-
justify-content: flex-start;
|
|
31274
|
-
white-space: nowrap;
|
|
31275
|
-
}
|
|
31276
|
-
.c156wh19 .left .title {
|
|
31277
|
-
max-width: 100%;
|
|
31278
|
-
overflow: hidden;
|
|
31279
|
-
text-overflow: ellipsis;
|
|
31280
|
-
}
|
|
31281
|
-
.c156wh19 .right {
|
|
31282
|
-
display: flex;
|
|
31283
|
-
align-items: center;
|
|
31284
|
-
}
|
|
31285
|
-
.c156wh19 .reverse {
|
|
31286
|
-
display: flex;
|
|
31287
|
-
flex-direction: row-reverse;
|
|
31288
|
-
align-items: center;
|
|
31289
|
-
}
|
|
31290
|
-
.c156wh19 .reverse .ant-switch {
|
|
31291
|
-
margin-left: 8px;
|
|
31292
|
-
}
|
|
31293
|
-
.c156wh19 .close {
|
|
31294
|
-
padding-left: 14px;
|
|
31295
|
-
margin-left: 14px;
|
|
31296
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31297
|
-
cursor: pointer;
|
|
31298
|
-
}
|
|
31299
|
-
|
|
31300
|
-
.m126spxy {
|
|
31301
|
-
padding-bottom: 4px;
|
|
31302
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31303
|
-
}
|
|
31304
|
-
.m126spxy .ant-btn-link {
|
|
31305
|
-
padding: 1px 10px;
|
|
31306
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31307
|
-
border-radius: 4px;
|
|
31308
|
-
}
|
|
31309
|
-
.m126spxy .ant-btn-link.active {
|
|
31310
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31311
|
-
color: #0096ff;
|
|
31312
|
-
}
|
|
31313
|
-
|
|
31314
|
-
.wpbf4pq {
|
|
31315
|
-
padding: 10px 0;
|
|
31316
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31317
|
-
}
|
|
31318
|
-
.wpbf4pq .ant-input,
|
|
31319
|
-
.wpbf4pq .ant-picker {
|
|
31320
|
-
width: 80px;
|
|
31321
|
-
margin: 0 9px;
|
|
31322
|
-
text-align: center;
|
|
31323
|
-
}
|
|
31324
|
-
.wpbf4pq .options {
|
|
31325
|
-
padding: 12px 0 12px 16px;
|
|
31326
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31327
|
-
margin: 5px 0 5px 8px;
|
|
31328
|
-
}
|
|
31329
|
-
.wpbf4pq .week-day-option,
|
|
31330
|
-
.wpbf4pq .month-day-option {
|
|
31331
|
-
background: #f5f7fa;
|
|
31332
|
-
box-sizing: border-box;
|
|
31333
|
-
border-radius: 16px;
|
|
31334
|
-
margin-right: 8px;
|
|
31335
|
-
}
|
|
31336
|
-
.wpbf4pq .week-day-option:focus,
|
|
31337
|
-
.wpbf4pq .month-day-option:focus {
|
|
31338
|
-
color: inherit;
|
|
31339
|
-
border-color: #d9d9d9;
|
|
31340
|
-
}
|
|
31341
|
-
.wpbf4pq .week-day-option.active {
|
|
31342
|
-
background-color: #0096ff;
|
|
31343
|
-
border-color: #0096ff;
|
|
31344
|
-
color: #fff;
|
|
31345
|
-
}
|
|
31346
|
-
.wpbf4pq .week-day-option.en-text {
|
|
31347
|
-
width: 110px;
|
|
31348
|
-
margin-top: 4px;
|
|
31349
|
-
}
|
|
31350
|
-
.wpbf4pq .month-day-option {
|
|
31351
|
-
width: 32px;
|
|
31352
|
-
padding: 0;
|
|
31353
|
-
margin-bottom: 8px;
|
|
31354
|
-
}
|
|
31355
|
-
.wpbf4pq .month-day-option.active {
|
|
31356
|
-
background-color: #0096ff;
|
|
31357
|
-
border-color: #0096ff;
|
|
31358
|
-
color: #fff;
|
|
31303
|
+
font-size: 12px;
|
|
31304
|
+
line-height: 18px;
|
|
31359
31305
|
}
|
|
31360
31306
|
|
|
31361
|
-
.
|
|
31362
|
-
|
|
31307
|
+
.lpb2nxv {
|
|
31308
|
+
font-family: Inter;
|
|
31309
|
+
font-style: normal;
|
|
31310
|
+
font-weight: 500;
|
|
31311
|
+
font-size: 12px;
|
|
31312
|
+
line-height: 18px;
|
|
31363
31313
|
}
|
|
31364
31314
|
|
|
31365
|
-
.
|
|
31366
|
-
|
|
31315
|
+
.l1r8o3vv {
|
|
31316
|
+
font-family: Inter;
|
|
31317
|
+
font-style: normal;
|
|
31318
|
+
font-weight: bold;
|
|
31319
|
+
font-size: 12px;
|
|
31320
|
+
line-height: 18px;
|
|
31367
31321
|
}
|
|
31368
31322
|
|
|
31369
|
-
.
|
|
31370
|
-
|
|
31323
|
+
.lemnjy2 {
|
|
31324
|
+
font-family: Inter;
|
|
31325
|
+
font-style: normal;
|
|
31326
|
+
font-weight: normal;
|
|
31327
|
+
text-transform: uppercase;
|
|
31328
|
+
font-feature-settings: "cpsp" on;
|
|
31329
|
+
font-size: 12px;
|
|
31371
31330
|
line-height: 18px;
|
|
31372
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31373
|
-
height: 34px;
|
|
31374
|
-
min-height: 34px;
|
|
31375
|
-
box-sizing: border-box;
|
|
31376
|
-
margin-top: 8px;
|
|
31377
31331
|
}
|
|
31378
31332
|
|
|
31379
|
-
.
|
|
31380
|
-
|
|
31381
|
-
|
|
31382
|
-
|
|
31383
|
-
|
|
31384
|
-
|
|
31385
|
-
|
|
31386
|
-
|
|
31387
|
-
display: none;
|
|
31333
|
+
.lrc42gb {
|
|
31334
|
+
font-family: Inter;
|
|
31335
|
+
font-style: normal;
|
|
31336
|
+
font-weight: bold;
|
|
31337
|
+
text-transform: uppercase;
|
|
31338
|
+
font-feature-settings: "cpsp" on;
|
|
31339
|
+
font-size: 12px;
|
|
31340
|
+
line-height: 18px;
|
|
31388
31341
|
}
|
|
31389
|
-
|
|
31390
|
-
|
|
31342
|
+
|
|
31343
|
+
.fqaz4mb {
|
|
31344
|
+
font-family: Inter;
|
|
31345
|
+
font-style: normal;
|
|
31346
|
+
font-weight: normal;
|
|
31347
|
+
font-size: 13px;
|
|
31348
|
+
line-height: 20px;
|
|
31391
31349
|
}
|
|
31392
|
-
|
|
31393
|
-
|
|
31350
|
+
|
|
31351
|
+
.f13we5o {
|
|
31352
|
+
font-family: Inter;
|
|
31353
|
+
font-style: normal;
|
|
31354
|
+
font-weight: normal;
|
|
31355
|
+
font-size: 13px;
|
|
31356
|
+
line-height: 20px;
|
|
31394
31357
|
}
|
|
31395
|
-
|
|
31396
|
-
|
|
31358
|
+
|
|
31359
|
+
.ffmjua2 {
|
|
31360
|
+
font-family: Inter;
|
|
31361
|
+
font-style: normal;
|
|
31362
|
+
font-weight: normal;
|
|
31363
|
+
font-size: 12px;
|
|
31364
|
+
line-height: 18px;
|
|
31397
31365
|
}
|
|
31398
|
-
|
|
31399
|
-
|
|
31366
|
+
|
|
31367
|
+
.fz2mxw0 {
|
|
31368
|
+
font-family: Inter;
|
|
31369
|
+
font-style: normal;
|
|
31370
|
+
font-weight: normal;
|
|
31371
|
+
font-size: 12px;
|
|
31372
|
+
line-height: 18px;
|
|
31400
31373
|
}
|
|
31401
|
-
|
|
31402
|
-
|
|
31374
|
+
|
|
31375
|
+
.t1ertzoh {
|
|
31376
|
+
font-family: Inter;
|
|
31377
|
+
font-style: normal;
|
|
31378
|
+
font-weight: normal;
|
|
31379
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31380
|
+
font-size: 13px;
|
|
31381
|
+
line-height: 20px;
|
|
31403
31382
|
}
|
|
31404
|
-
|
|
31405
|
-
|
|
31383
|
+
|
|
31384
|
+
.t19bge8r {
|
|
31385
|
+
font-family: Inter;
|
|
31386
|
+
font-style: normal;
|
|
31387
|
+
font-weight: normal;
|
|
31388
|
+
font-feature-settings: "zero" on;
|
|
31389
|
+
font-size: 13px;
|
|
31390
|
+
line-height: 20px;
|
|
31406
31391
|
}
|
|
31407
|
-
|
|
31408
|
-
|
|
31409
|
-
|
|
31392
|
+
|
|
31393
|
+
.tjrzfyl {
|
|
31394
|
+
font-family: Inter;
|
|
31395
|
+
font-style: normal;
|
|
31396
|
+
font-weight: normal;
|
|
31397
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31398
|
+
font-size: 12px;
|
|
31399
|
+
line-height: 18px;
|
|
31410
31400
|
}
|
|
31411
31401
|
|
|
31412
|
-
.
|
|
31413
|
-
|
|
31414
|
-
|
|
31415
|
-
|
|
31416
|
-
|
|
31402
|
+
.tm6s7bo {
|
|
31403
|
+
font-family: Inter;
|
|
31404
|
+
font-style: normal;
|
|
31405
|
+
font-weight: 500;
|
|
31406
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31407
|
+
font-size: 12px;
|
|
31408
|
+
line-height: 18px;
|
|
31417
31409
|
}
|
|
31418
|
-
|
|
31419
|
-
|
|
31420
|
-
|
|
31421
|
-
|
|
31410
|
+
|
|
31411
|
+
.t19zq6ic {
|
|
31412
|
+
font-family: Inter;
|
|
31413
|
+
font-style: normal;
|
|
31414
|
+
font-weight: normal;
|
|
31415
|
+
font-feature-settings: "zero" on;
|
|
31416
|
+
font-size: 12px;
|
|
31417
|
+
line-height: 18px;
|
|
31422
31418
|
}
|
|
31423
31419
|
|
|
31424
|
-
.
|
|
31425
|
-
|
|
31426
|
-
|
|
31427
|
-
|
|
31428
|
-
|
|
31420
|
+
.t1gduru8 {
|
|
31421
|
+
font-family: Inter;
|
|
31422
|
+
font-style: normal;
|
|
31423
|
+
font-weight: 500;
|
|
31424
|
+
font-feature-settings: "zero" on;
|
|
31425
|
+
font-size: 12px;
|
|
31429
31426
|
line-height: 18px;
|
|
31430
|
-
margin-top: 2px;
|
|
31431
31427
|
}
|
|
31432
31428
|
|
|
31433
|
-
.
|
|
31434
|
-
|
|
31435
|
-
|
|
31436
|
-
|
|
31429
|
+
.t55raab {
|
|
31430
|
+
font-family: Inter;
|
|
31431
|
+
font-style: normal;
|
|
31432
|
+
font-weight: bold;
|
|
31433
|
+
font-feature-settings: "zero" on;
|
|
31434
|
+
font-size: 16px;
|
|
31435
|
+
line-height: 24px;
|
|
31437
31436
|
}
|
|
31438
31437
|
|
|
31439
|
-
.
|
|
31440
|
-
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
|
|
31438
|
+
.u1w9abfe {
|
|
31439
|
+
font-family: Inter;
|
|
31440
|
+
font-style: normal;
|
|
31441
|
+
font-weight: normal;
|
|
31442
|
+
font-size: 10px;
|
|
31443
|
+
line-height: 12px;
|
|
31444
31444
|
}
|
|
31445
31445
|
|
|
31446
31446
|
.t1upn1sz {
|
|
@@ -31800,60 +31800,106 @@ input.rrg1fkn.ant-input {
|
|
|
31800
31800
|
width: 24px;
|
|
31801
31801
|
height: 24px;
|
|
31802
31802
|
cursor: pointer;
|
|
31803
|
-
justify-content: center;
|
|
31804
|
-
border-radius: 4px;
|
|
31803
|
+
justify-content: center;
|
|
31804
|
+
border-radius: 4px;
|
|
31805
|
+
}
|
|
31806
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31807
|
+
background: #fff;
|
|
31808
|
+
}
|
|
31809
|
+
|
|
31810
|
+
.c1uzzomf {
|
|
31811
|
+
margin-bottom: 16px;
|
|
31812
|
+
}
|
|
31813
|
+
.c1uzzomf .card-title {
|
|
31814
|
+
font-size: 16px;
|
|
31815
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31816
|
+
font-weight: 700;
|
|
31817
|
+
line-height: 32px;
|
|
31818
|
+
}
|
|
31819
|
+
.c1uzzomf .card-body {
|
|
31820
|
+
padding: 24px;
|
|
31821
|
+
border-radius: 8px;
|
|
31822
|
+
background: #fff;
|
|
31823
|
+
}
|
|
31824
|
+
.c1uzzomf .empty {
|
|
31825
|
+
font-weight: 700;
|
|
31826
|
+
font-size: 14px;
|
|
31827
|
+
line-height: 22px;
|
|
31828
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31829
|
+
text-align: center;
|
|
31830
|
+
}
|
|
31831
|
+
|
|
31832
|
+
.c18bcrac {
|
|
31833
|
+
display: inline-block;
|
|
31834
|
+
width: 100%;
|
|
31835
|
+
}
|
|
31836
|
+
.c18bcrac .recharts-wrapper {
|
|
31837
|
+
margin-left: 4px;
|
|
31838
|
+
}
|
|
31839
|
+
|
|
31840
|
+
.cro7kg2 {
|
|
31841
|
+
padding: 4px;
|
|
31842
|
+
}
|
|
31843
|
+
|
|
31844
|
+
.c14wcxf0 {
|
|
31845
|
+
display: flex;
|
|
31846
|
+
justify-content: space-between;
|
|
31847
|
+
align-items: center;
|
|
31848
|
+
font-size: 13px;
|
|
31849
|
+
line-height: 24px;
|
|
31850
|
+
color: #cccccc;
|
|
31851
|
+
white-space: nowrap;
|
|
31852
|
+
}
|
|
31853
|
+
.c14wcxf0 label {
|
|
31854
|
+
margin-right: 32px;
|
|
31855
|
+
}
|
|
31856
|
+
|
|
31857
|
+
.coy29mj.c14wcxf0 {
|
|
31858
|
+
font-weight: bold;
|
|
31859
|
+
color: white;
|
|
31860
|
+
}
|
|
31861
|
+
|
|
31862
|
+
.s11212zy {
|
|
31863
|
+
width: 8px;
|
|
31864
|
+
height: 8px;
|
|
31865
|
+
border-radius: 2px;
|
|
31866
|
+
display: inline-block;
|
|
31867
|
+
background: var(--s11212zy-0);
|
|
31868
|
+
border: 1px solid #fff;
|
|
31869
|
+
box-sizing: content-box;
|
|
31870
|
+
margin-right: 6px;
|
|
31871
|
+
}
|
|
31872
|
+
|
|
31873
|
+
.p1lyky6c > :first-child {
|
|
31874
|
+
font-weight: bold;
|
|
31875
|
+
color: white;
|
|
31876
|
+
margin-right: 4px;
|
|
31877
|
+
}
|
|
31878
|
+
|
|
31879
|
+
.berrcjl {
|
|
31880
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31881
|
+
margin-bottom: 4px;
|
|
31882
|
+
}
|
|
31883
|
+
.berrcjl .breadcrumb-link {
|
|
31884
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31885
|
+
cursor: pointer;
|
|
31886
|
+
transition: color 160ms ease;
|
|
31805
31887
|
}
|
|
31806
|
-
.
|
|
31807
|
-
|
|
31888
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31889
|
+
color: #0080ff;
|
|
31808
31890
|
}
|
|
31809
|
-
|
|
31810
|
-
|
|
31811
|
-
width: 64px;
|
|
31812
|
-
height: 64px;
|
|
31813
|
-
display: flex;
|
|
31814
|
-
align-items: center;
|
|
31815
|
-
justify-content: center;
|
|
31816
|
-
position: relative;
|
|
31817
|
-
opacity: 0.2;
|
|
31891
|
+
.berrcjl .breadcrumb-link:active {
|
|
31892
|
+
color: #005ed1;
|
|
31818
31893
|
}
|
|
31819
31894
|
|
|
31820
|
-
.
|
|
31821
|
-
|
|
31822
|
-
width: 5px;
|
|
31823
|
-
height: 48px;
|
|
31824
|
-
left: 9.33px;
|
|
31825
|
-
top: 40.5px;
|
|
31826
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31827
|
-
border-radius: 5px;
|
|
31828
|
-
transform: rotate(-128deg);
|
|
31829
|
-
transform-origin: top left;
|
|
31830
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
31895
|
+
.gmyahx3 {
|
|
31896
|
+
cursor: pointer;
|
|
31831
31897
|
}
|
|
31832
|
-
|
|
31833
|
-
.
|
|
31834
|
-
position: absolute;
|
|
31835
|
-
width: 5px;
|
|
31836
|
-
height: 48px;
|
|
31837
|
-
left: 40.8px;
|
|
31838
|
-
top: 8.4px;
|
|
31839
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31840
|
-
border-radius: 5px;
|
|
31841
|
-
transform: rotate(-8deg);
|
|
31842
|
-
transform-origin: top left;
|
|
31843
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
31898
|
+
.gmyahx3 .link-text {
|
|
31899
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31844
31900
|
}
|
|
31845
|
-
|
|
31846
|
-
|
|
31847
|
-
position: absolute;
|
|
31848
|
-
width: 5px;
|
|
31849
|
-
height: 48px;
|
|
31850
|
-
left: 52.9px;
|
|
31851
|
-
top: 51.8px;
|
|
31852
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31853
|
-
border-radius: 5px;
|
|
31854
|
-
transform: rotate(112deg);
|
|
31855
|
-
transform-origin: top left;
|
|
31856
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
31901
|
+
.gmyahx3:hover .link-text {
|
|
31902
|
+
color: #0080ff;
|
|
31857
31903
|
}
|
|
31858
31904
|
|
|
31859
31905
|
.c1bus5hc {
|
|
@@ -31916,6 +31962,25 @@ input.rrg1fkn.ant-input {
|
|
|
31916
31962
|
padding: 8px 12px;
|
|
31917
31963
|
}
|
|
31918
31964
|
|
|
31965
|
+
.n12mqh7z {
|
|
31966
|
+
display: flex;
|
|
31967
|
+
align-items: center;
|
|
31968
|
+
font-size: 12px;
|
|
31969
|
+
line-height: 18px;
|
|
31970
|
+
}
|
|
31971
|
+
.n12mqh7z:not(:last-child) {
|
|
31972
|
+
margin-bottom: 4px;
|
|
31973
|
+
}
|
|
31974
|
+
|
|
31975
|
+
.tf5bynu {
|
|
31976
|
+
margin: 0 3px;
|
|
31977
|
+
}
|
|
31978
|
+
|
|
31979
|
+
.tcckoz1 {
|
|
31980
|
+
max-height: 400px;
|
|
31981
|
+
overflow: "auto";
|
|
31982
|
+
}
|
|
31983
|
+
|
|
31919
31984
|
.clm1wy1 {
|
|
31920
31985
|
width: 192px;
|
|
31921
31986
|
height: 246px;
|
|
@@ -32009,135 +32074,6 @@ input.rrg1fkn.ant-input {
|
|
|
32009
32074
|
border-radius: 2px;
|
|
32010
32075
|
}
|
|
32011
32076
|
|
|
32012
|
-
.tje3huy {
|
|
32013
|
-
width: 100%;
|
|
32014
|
-
overflow: inherit;
|
|
32015
|
-
white-space: inherit;
|
|
32016
|
-
text-overflow: ellipsis;
|
|
32017
|
-
}
|
|
32018
|
-
|
|
32019
|
-
.c18bcrac {
|
|
32020
|
-
display: inline-block;
|
|
32021
|
-
width: 100%;
|
|
32022
|
-
}
|
|
32023
|
-
.c18bcrac .recharts-wrapper {
|
|
32024
|
-
margin-left: 4px;
|
|
32025
|
-
}
|
|
32026
|
-
|
|
32027
|
-
.cro7kg2 {
|
|
32028
|
-
padding: 4px;
|
|
32029
|
-
}
|
|
32030
|
-
|
|
32031
|
-
.c14wcxf0 {
|
|
32032
|
-
display: flex;
|
|
32033
|
-
justify-content: space-between;
|
|
32034
|
-
align-items: center;
|
|
32035
|
-
font-size: 13px;
|
|
32036
|
-
line-height: 24px;
|
|
32037
|
-
color: #cccccc;
|
|
32038
|
-
white-space: nowrap;
|
|
32039
|
-
}
|
|
32040
|
-
.c14wcxf0 label {
|
|
32041
|
-
margin-right: 32px;
|
|
32042
|
-
}
|
|
32043
|
-
|
|
32044
|
-
.coy29mj.c14wcxf0 {
|
|
32045
|
-
font-weight: bold;
|
|
32046
|
-
color: white;
|
|
32047
|
-
}
|
|
32048
|
-
|
|
32049
|
-
.s11212zy {
|
|
32050
|
-
width: 8px;
|
|
32051
|
-
height: 8px;
|
|
32052
|
-
border-radius: 2px;
|
|
32053
|
-
display: inline-block;
|
|
32054
|
-
background: var(--s11212zy-0);
|
|
32055
|
-
border: 1px solid #fff;
|
|
32056
|
-
box-sizing: content-box;
|
|
32057
|
-
margin-right: 6px;
|
|
32058
|
-
}
|
|
32059
|
-
|
|
32060
|
-
.p1lyky6c > :first-child {
|
|
32061
|
-
font-weight: bold;
|
|
32062
|
-
color: white;
|
|
32063
|
-
margin-right: 4px;
|
|
32064
|
-
}
|
|
32065
|
-
|
|
32066
|
-
.s1iv0tp1 .enabled-switch {
|
|
32067
|
-
display: flex;
|
|
32068
|
-
align-items: center;
|
|
32069
|
-
}
|
|
32070
|
-
.s1iv0tp1 .enabled-text {
|
|
32071
|
-
margin-right: 8px;
|
|
32072
|
-
}
|
|
32073
|
-
|
|
32074
|
-
.n12mqh7z {
|
|
32075
|
-
display: flex;
|
|
32076
|
-
align-items: center;
|
|
32077
|
-
font-size: 12px;
|
|
32078
|
-
line-height: 18px;
|
|
32079
|
-
}
|
|
32080
|
-
.n12mqh7z:not(:last-child) {
|
|
32081
|
-
margin-bottom: 4px;
|
|
32082
|
-
}
|
|
32083
|
-
|
|
32084
|
-
.tf5bynu {
|
|
32085
|
-
margin: 0 3px;
|
|
32086
|
-
}
|
|
32087
|
-
|
|
32088
|
-
.tcckoz1 {
|
|
32089
|
-
max-height: 400px;
|
|
32090
|
-
overflow: "auto";
|
|
32091
|
-
}
|
|
32092
|
-
|
|
32093
|
-
.berrcjl {
|
|
32094
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32095
|
-
margin-bottom: 4px;
|
|
32096
|
-
}
|
|
32097
|
-
.berrcjl .breadcrumb-link {
|
|
32098
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32099
|
-
cursor: pointer;
|
|
32100
|
-
transition: color 160ms ease;
|
|
32101
|
-
}
|
|
32102
|
-
.berrcjl .breadcrumb-link:hover {
|
|
32103
|
-
color: #0080ff;
|
|
32104
|
-
}
|
|
32105
|
-
.berrcjl .breadcrumb-link:active {
|
|
32106
|
-
color: #005ed1;
|
|
32107
|
-
}
|
|
32108
|
-
|
|
32109
|
-
.gmyahx3 {
|
|
32110
|
-
cursor: pointer;
|
|
32111
|
-
}
|
|
32112
|
-
.gmyahx3 .link-text {
|
|
32113
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32114
|
-
}
|
|
32115
|
-
.gmyahx3:hover .link-text {
|
|
32116
|
-
color: #0080ff;
|
|
32117
|
-
}
|
|
32118
|
-
|
|
32119
|
-
.c1uzzomf {
|
|
32120
|
-
margin-bottom: 16px;
|
|
32121
|
-
}
|
|
32122
|
-
.c1uzzomf .card-title {
|
|
32123
|
-
font-size: 16px;
|
|
32124
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32125
|
-
font-weight: 700;
|
|
32126
|
-
line-height: 32px;
|
|
32127
|
-
}
|
|
32128
|
-
.c1uzzomf .card-body {
|
|
32129
|
-
padding: 24px;
|
|
32130
|
-
border-radius: 8px;
|
|
32131
|
-
background: #fff;
|
|
32132
|
-
}
|
|
32133
|
-
.c1uzzomf .empty {
|
|
32134
|
-
font-weight: 700;
|
|
32135
|
-
font-size: 14px;
|
|
32136
|
-
line-height: 22px;
|
|
32137
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32138
|
-
text-align: center;
|
|
32139
|
-
}
|
|
32140
|
-
|
|
32141
32077
|
.t1sqg15u {
|
|
32142
32078
|
background: white;
|
|
32143
32079
|
}
|
|
@@ -32228,44 +32164,66 @@ input.rrg1fkn.ant-input {
|
|
|
32228
32164
|
padding-right: 12px;
|
|
32229
32165
|
}
|
|
32230
32166
|
|
|
32231
|
-
.
|
|
32232
|
-
|
|
32233
|
-
|
|
32234
|
-
|
|
32167
|
+
.tje3huy {
|
|
32168
|
+
width: 100%;
|
|
32169
|
+
overflow: inherit;
|
|
32170
|
+
white-space: inherit;
|
|
32171
|
+
text-overflow: ellipsis;
|
|
32235
32172
|
}
|
|
32236
32173
|
|
|
32237
|
-
.
|
|
32174
|
+
.s1iv0tp1 .enabled-switch {
|
|
32238
32175
|
display: flex;
|
|
32239
32176
|
align-items: center;
|
|
32240
|
-
width: calc(100% - 40px);
|
|
32241
32177
|
}
|
|
32242
|
-
.
|
|
32243
|
-
|
|
32244
|
-
width: 100%;
|
|
32178
|
+
.s1iv0tp1 .enabled-text {
|
|
32179
|
+
margin-right: 8px;
|
|
32245
32180
|
}
|
|
32246
32181
|
|
|
32247
|
-
.
|
|
32248
|
-
|
|
32182
|
+
.t3qomhu {
|
|
32183
|
+
margin: 0 2px;
|
|
32249
32184
|
}
|
|
32250
|
-
|
|
32251
|
-
|
|
32185
|
+
|
|
32186
|
+
.c10crapj {
|
|
32187
|
+
border-radius: 8px;
|
|
32188
|
+
}
|
|
32189
|
+
.c10crapj .ant-card-body {
|
|
32190
|
+
padding: 20px 24px 24px 24px;
|
|
32252
32191
|
}
|
|
32253
32192
|
|
|
32254
|
-
.
|
|
32255
|
-
|
|
32193
|
+
.m15dvk92 {
|
|
32194
|
+
display: flex;
|
|
32195
|
+
justify-content: space-between;
|
|
32196
|
+
width: 100%;
|
|
32197
|
+
}
|
|
32198
|
+
.m15dvk92 .action {
|
|
32199
|
+
margin-left: 16px;
|
|
32200
|
+
}
|
|
32201
|
+
|
|
32202
|
+
.aql8iqz .ant-alert-message {
|
|
32203
|
+
width: 100%;
|
|
32204
|
+
}
|
|
32205
|
+
|
|
32206
|
+
.wg1tsps {
|
|
32207
|
+
display: flex;
|
|
32208
|
+
align-items: center;
|
|
32209
|
+
justify-content: flex-end;
|
|
32256
32210
|
}
|
|
32257
32211
|
|
|
32258
|
-
.
|
|
32212
|
+
.b1ctd5xy {
|
|
32259
32213
|
display: flex;
|
|
32260
|
-
|
|
32261
|
-
width: 100
|
|
32214
|
+
align-items: center;
|
|
32215
|
+
width: calc(100% - 40px);
|
|
32262
32216
|
}
|
|
32263
|
-
.
|
|
32264
|
-
|
|
32217
|
+
.b1ctd5xy .chart {
|
|
32218
|
+
display: inline-block;
|
|
32219
|
+
width: 100%;
|
|
32265
32220
|
}
|
|
32266
32221
|
|
|
32267
|
-
.
|
|
32268
|
-
width:
|
|
32222
|
+
.u1p8acpn {
|
|
32223
|
+
min-width: 40px;
|
|
32224
|
+
}
|
|
32225
|
+
.u1p8acpn .unit {
|
|
32226
|
+
color: #00122e !important;
|
|
32269
32227
|
}
|
|
32270
32228
|
|
|
32271
32229
|
.cav9p2m .ant-collapse-item {
|
|
@@ -32290,6 +32248,15 @@ input.rrg1fkn.ant-input {
|
|
|
32290
32248
|
cursor: default;
|
|
32291
32249
|
}
|
|
32292
32250
|
|
|
32251
|
+
.o8ocss1 {
|
|
32252
|
+
overflow: hidden;
|
|
32253
|
+
text-overflow: ellipsis;
|
|
32254
|
+
}
|
|
32255
|
+
|
|
32256
|
+
.n17syc35 {
|
|
32257
|
+
white-space: nowrap;
|
|
32258
|
+
}
|
|
32259
|
+
|
|
32293
32260
|
.c198s9j3 {
|
|
32294
32261
|
color: #2d3a56;
|
|
32295
32262
|
line-height: 22px;
|
|
@@ -32361,110 +32328,6 @@ input.rrg1fkn.ant-input {
|
|
|
32361
32328
|
margin-left: 24px;
|
|
32362
32329
|
}
|
|
32363
32330
|
|
|
32364
|
-
.o8ocss1 {
|
|
32365
|
-
overflow: hidden;
|
|
32366
|
-
text-overflow: ellipsis;
|
|
32367
|
-
}
|
|
32368
|
-
|
|
32369
|
-
.n17syc35 {
|
|
32370
|
-
white-space: nowrap;
|
|
32371
|
-
}
|
|
32372
|
-
|
|
32373
|
-
.c10crapj {
|
|
32374
|
-
border-radius: 8px;
|
|
32375
|
-
}
|
|
32376
|
-
.c10crapj .ant-card-body {
|
|
32377
|
-
padding: 20px 24px 24px 24px;
|
|
32378
|
-
}
|
|
32379
|
-
|
|
32380
|
-
.igz4le8 {
|
|
32381
|
-
height: 24px;
|
|
32382
|
-
width: 56px !important;
|
|
32383
|
-
margin-right: 4px;
|
|
32384
|
-
}
|
|
32385
|
-
|
|
32386
|
-
.c1riexje {
|
|
32387
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32388
|
-
}
|
|
32389
|
-
|
|
32390
|
-
.s14dk8r1 {
|
|
32391
|
-
margin: 0;
|
|
32392
|
-
border-radius: 20px;
|
|
32393
|
-
padding: 2px 10px;
|
|
32394
|
-
height: 22px;
|
|
32395
|
-
}
|
|
32396
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32397
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32398
|
-
}
|
|
32399
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32400
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32401
|
-
}
|
|
32402
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32403
|
-
color: #00122e;
|
|
32404
|
-
}
|
|
32405
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32406
|
-
margin-right: 6px;
|
|
32407
|
-
}
|
|
32408
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32409
|
-
margin-left: 4px;
|
|
32410
|
-
}
|
|
32411
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32412
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32413
|
-
}
|
|
32414
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32415
|
-
background-color: #0080ff;
|
|
32416
|
-
}
|
|
32417
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32418
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
32419
|
-
}
|
|
32420
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32421
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32422
|
-
}
|
|
32423
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32424
|
-
background-color: #f0483e;
|
|
32425
|
-
}
|
|
32426
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32427
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
32428
|
-
}
|
|
32429
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32430
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
32431
|
-
}
|
|
32432
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32433
|
-
background-color: #fea008;
|
|
32434
|
-
}
|
|
32435
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32436
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
32437
|
-
}
|
|
32438
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32439
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32440
|
-
}
|
|
32441
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32442
|
-
background-color: #00ba5d;
|
|
32443
|
-
}
|
|
32444
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32445
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
32446
|
-
}
|
|
32447
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32448
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32449
|
-
}
|
|
32450
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32451
|
-
background-color: #6b7d99;
|
|
32452
|
-
}
|
|
32453
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32454
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
32455
|
-
}
|
|
32456
|
-
|
|
32457
|
-
.s1uupoto {
|
|
32458
|
-
width: 8px;
|
|
32459
|
-
height: 8px;
|
|
32460
|
-
border-radius: 50%;
|
|
32461
|
-
display: inline-block;
|
|
32462
|
-
}
|
|
32463
|
-
|
|
32464
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32465
|
-
display: flex;
|
|
32466
|
-
}
|
|
32467
|
-
|
|
32468
32331
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32469
32332
|
border-radius: 6px;
|
|
32470
32333
|
}
|
|
@@ -32522,10 +32385,69 @@ input.rrg1fkn.ant-input {
|
|
|
32522
32385
|
transform: rotate(180deg);
|
|
32523
32386
|
}
|
|
32524
32387
|
|
|
32525
|
-
.
|
|
32388
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32389
|
+
display: flex;
|
|
32390
|
+
}
|
|
32391
|
+
|
|
32392
|
+
.igz4le8 {
|
|
32393
|
+
height: 24px;
|
|
32394
|
+
width: 56px !important;
|
|
32526
32395
|
margin-right: 4px;
|
|
32527
32396
|
}
|
|
32528
32397
|
|
|
32398
|
+
.c1riexje {
|
|
32399
|
+
color: rgba(44, 56, 82, 0.6);
|
|
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 {
|
|
32426
|
+
position: absolute;
|
|
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;
|
|
32436
|
+
}
|
|
32437
|
+
|
|
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;
|
|
32449
|
+
}
|
|
32450
|
+
|
|
32529
32451
|
.s1uupxds {
|
|
32530
32452
|
padding: 0 8px;
|
|
32531
32453
|
border-radius: 4px;
|
|
@@ -32601,11 +32523,89 @@ input.rrg1fkn.ant-input {
|
|
|
32601
32523
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32602
32524
|
background-color: #0080ff;
|
|
32603
32525
|
}
|
|
32604
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32526
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32527
|
+
background-color: #6b7d99;
|
|
32528
|
+
}
|
|
32529
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32530
|
+
background-color: #7E41FF;
|
|
32531
|
+
}
|
|
32532
|
+
|
|
32533
|
+
.s14dk8r1 {
|
|
32534
|
+
margin: 0;
|
|
32535
|
+
border-radius: 20px;
|
|
32536
|
+
padding: 2px 10px;
|
|
32537
|
+
height: 22px;
|
|
32538
|
+
}
|
|
32539
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32540
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32541
|
+
}
|
|
32542
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32543
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32544
|
+
}
|
|
32545
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32546
|
+
color: #00122e;
|
|
32547
|
+
}
|
|
32548
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32549
|
+
margin-right: 6px;
|
|
32550
|
+
}
|
|
32551
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32552
|
+
margin-left: 4px;
|
|
32553
|
+
}
|
|
32554
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32555
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32556
|
+
}
|
|
32557
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32558
|
+
background-color: #0080ff;
|
|
32559
|
+
}
|
|
32560
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32561
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32562
|
+
}
|
|
32563
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32564
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32565
|
+
}
|
|
32566
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32567
|
+
background-color: #f0483e;
|
|
32568
|
+
}
|
|
32569
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32570
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32571
|
+
}
|
|
32572
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32573
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32574
|
+
}
|
|
32575
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32576
|
+
background-color: #fea008;
|
|
32577
|
+
}
|
|
32578
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32579
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32580
|
+
}
|
|
32581
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32582
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32583
|
+
}
|
|
32584
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32585
|
+
background-color: #00ba5d;
|
|
32586
|
+
}
|
|
32587
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32588
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32589
|
+
}
|
|
32590
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32591
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32592
|
+
}
|
|
32593
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32605
32594
|
background-color: #6b7d99;
|
|
32606
32595
|
}
|
|
32607
|
-
.
|
|
32608
|
-
background-color:
|
|
32596
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32597
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32598
|
+
}
|
|
32599
|
+
|
|
32600
|
+
.s1uupoto {
|
|
32601
|
+
width: 8px;
|
|
32602
|
+
height: 8px;
|
|
32603
|
+
border-radius: 50%;
|
|
32604
|
+
display: inline-block;
|
|
32605
|
+
}
|
|
32606
|
+
|
|
32607
|
+
.t19ustft .date {
|
|
32608
|
+
margin-right: 4px;
|
|
32609
32609
|
}
|
|
32610
32610
|
|
|
32611
32611
|
.m1thnes4 {
|
|
@@ -32984,17 +32984,8 @@ input.rrg1fkn.ant-input {
|
|
|
32984
32984
|
background: rgba(163, 180, 204, 0.18);
|
|
32985
32985
|
}
|
|
32986
32986
|
|
|
32987
|
-
.
|
|
32988
|
-
|
|
32989
|
-
box-sizing: border-box;
|
|
32990
|
-
border-radius: 2px;
|
|
32991
|
-
background: #f5f7fa;
|
|
32992
|
-
display: flex;
|
|
32993
|
-
width: 100%;
|
|
32994
|
-
overflow: hidden;
|
|
32995
|
-
}
|
|
32996
|
-
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32997
|
-
margin-left: 1px;
|
|
32987
|
+
.c1k4vanq {
|
|
32988
|
+
padding: 0 12px 14px 12px;
|
|
32998
32989
|
}
|
|
32999
32990
|
|
|
33000
32991
|
.c1udgdh2 {
|
|
@@ -33037,56 +33028,17 @@ input.rrg1fkn.ant-input {
|
|
|
33037
33028
|
margin-right: 2px;
|
|
33038
33029
|
}
|
|
33039
33030
|
|
|
33040
|
-
.
|
|
33031
|
+
.skwah65 {
|
|
33032
|
+
height: 8px;
|
|
33033
|
+
box-sizing: border-box;
|
|
33034
|
+
border-radius: 2px;
|
|
33035
|
+
background: #f5f7fa;
|
|
33036
|
+
display: flex;
|
|
33041
33037
|
width: 100%;
|
|
33042
|
-
|
|
33043
|
-
flex-flow: nowrap !important;
|
|
33044
|
-
line-break: auto;
|
|
33045
|
-
}
|
|
33046
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
33047
|
-
text-align: left !important;
|
|
33048
|
-
padding-bottom: 0 !important;
|
|
33049
|
-
}
|
|
33050
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
33051
|
-
min-height: 32px;
|
|
33052
|
-
height: auto;
|
|
33053
|
-
font-size: 13px;
|
|
33054
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33055
|
-
white-space: normal;
|
|
33056
|
-
}
|
|
33057
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33058
|
-
border-color: #ff4d4f !important;
|
|
33059
|
-
}
|
|
33060
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
33061
|
-
margin-top: 4px;
|
|
33062
|
-
font-size: 12px;
|
|
33063
|
-
min-height: 0px;
|
|
33064
|
-
}
|
|
33065
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
33066
|
-
font-size: 12px;
|
|
33067
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33068
|
-
min-height: 0px;
|
|
33069
|
-
}
|
|
33070
|
-
|
|
33071
|
-
.c1k4vanq {
|
|
33072
|
-
padding: 0 12px 14px 12px;
|
|
33073
|
-
}
|
|
33074
|
-
|
|
33075
|
-
.bab9xum {
|
|
33076
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33077
|
-
}
|
|
33078
|
-
|
|
33079
|
-
.cav4gt6 {
|
|
33080
|
-
border-radius: 8px;
|
|
33081
|
-
background-color: white;
|
|
33082
|
-
}
|
|
33083
|
-
.cav4gt6.hoverable {
|
|
33084
|
-
cursor: pointer;
|
|
33038
|
+
overflow: hidden;
|
|
33085
33039
|
}
|
|
33086
|
-
.
|
|
33087
|
-
|
|
33088
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33089
|
-
transform: translateY(-4px);
|
|
33040
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
33041
|
+
margin-left: 1px;
|
|
33090
33042
|
}
|
|
33091
33043
|
|
|
33092
33044
|
.rrwcpby {
|
|
@@ -33105,56 +33057,6 @@ input.rrg1fkn.ant-input {
|
|
|
33105
33057
|
margin-right: 6px;
|
|
33106
33058
|
}
|
|
33107
33059
|
|
|
33108
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
33109
|
-
display: var(--at4ovwe-0);
|
|
33110
|
-
}
|
|
33111
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
33112
|
-
padding: 5px 12px;
|
|
33113
|
-
display: inline-flex;
|
|
33114
|
-
line-height: 1.5715;
|
|
33115
|
-
height: 100%;
|
|
33116
|
-
width: 100%;
|
|
33117
|
-
}
|
|
33118
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33119
|
-
content: var(--at4ovwe-1);
|
|
33120
|
-
display: var(--at4ovwe-2);
|
|
33121
|
-
flex: none;
|
|
33122
|
-
align-items: center;
|
|
33123
|
-
margin-left: 4px;
|
|
33124
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33125
|
-
}
|
|
33126
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33127
|
-
content: var(--at4ovwe-3);
|
|
33128
|
-
display: var(--at4ovwe-4);
|
|
33129
|
-
flex: none;
|
|
33130
|
-
align-items: center;
|
|
33131
|
-
margin-right: 4px;
|
|
33132
|
-
cursor: auto;
|
|
33133
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33134
|
-
}
|
|
33135
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33136
|
-
border-radius: 0;
|
|
33137
|
-
}
|
|
33138
|
-
.at4ovwe.ant-input-number {
|
|
33139
|
-
width: 100%;
|
|
33140
|
-
border-radius: 6px;
|
|
33141
|
-
}
|
|
33142
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33143
|
-
border-color: #0096ff;
|
|
33144
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33145
|
-
z-index: 1;
|
|
33146
|
-
}
|
|
33147
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33148
|
-
border-color: #e75a3a;
|
|
33149
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33150
|
-
}
|
|
33151
|
-
.at4ovwe .ant-input-number-input {
|
|
33152
|
-
padding: 0;
|
|
33153
|
-
margin: 0;
|
|
33154
|
-
height: auto;
|
|
33155
|
-
font-size: inherit;
|
|
33156
|
-
}
|
|
33157
|
-
|
|
33158
33060
|
.tc40oxa {
|
|
33159
33061
|
margin-bottom: 4px;
|
|
33160
33062
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33348,6 +33250,68 @@ input.rrg1fkn.ant-input {
|
|
|
33348
33250
|
margin-right: 8px;
|
|
33349
33251
|
}
|
|
33350
33252
|
|
|
33253
|
+
.f1p9ti6d {
|
|
33254
|
+
width: 100%;
|
|
33255
|
+
margin-bottom: 0 !important;
|
|
33256
|
+
flex-flow: nowrap !important;
|
|
33257
|
+
line-break: auto;
|
|
33258
|
+
}
|
|
33259
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
33260
|
+
text-align: left !important;
|
|
33261
|
+
padding-bottom: 0 !important;
|
|
33262
|
+
}
|
|
33263
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
33264
|
+
min-height: 32px;
|
|
33265
|
+
height: auto;
|
|
33266
|
+
font-size: 13px;
|
|
33267
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33268
|
+
white-space: normal;
|
|
33269
|
+
}
|
|
33270
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33271
|
+
border-color: #ff4d4f !important;
|
|
33272
|
+
}
|
|
33273
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33274
|
+
margin-top: 4px;
|
|
33275
|
+
font-size: 12px;
|
|
33276
|
+
min-height: 0px;
|
|
33277
|
+
}
|
|
33278
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33279
|
+
font-size: 12px;
|
|
33280
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33281
|
+
min-height: 0px;
|
|
33282
|
+
}
|
|
33283
|
+
|
|
33284
|
+
.bab9xum {
|
|
33285
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33286
|
+
}
|
|
33287
|
+
|
|
33288
|
+
.cav4gt6 {
|
|
33289
|
+
border-radius: 8px;
|
|
33290
|
+
background-color: white;
|
|
33291
|
+
}
|
|
33292
|
+
.cav4gt6.hoverable {
|
|
33293
|
+
cursor: pointer;
|
|
33294
|
+
}
|
|
33295
|
+
.cav4gt6.hoverable:hover {
|
|
33296
|
+
transition: all 200ms ease;
|
|
33297
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33298
|
+
transform: translateY(-4px);
|
|
33299
|
+
}
|
|
33300
|
+
|
|
33301
|
+
.iwsze0q {
|
|
33302
|
+
margin-right: 4px;
|
|
33303
|
+
height: 16px;
|
|
33304
|
+
}
|
|
33305
|
+
|
|
33306
|
+
.w1xcixj5.outside-tag {
|
|
33307
|
+
padding-left: 0;
|
|
33308
|
+
}
|
|
33309
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33310
|
+
border-radius: 4px 0 0 4px;
|
|
33311
|
+
padding-right: 4px;
|
|
33312
|
+
margin-right: 4px;
|
|
33313
|
+
}
|
|
33314
|
+
|
|
33351
33315
|
.sut42l0 {
|
|
33352
33316
|
padding: 0 8px;
|
|
33353
33317
|
height: 18px;
|
|
@@ -33374,18 +33338,54 @@ input.rrg1fkn.ant-input {
|
|
|
33374
33338
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33375
33339
|
}
|
|
33376
33340
|
|
|
33377
|
-
.
|
|
33378
|
-
|
|
33379
|
-
height: 16px;
|
|
33341
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
33342
|
+
display: var(--at4ovwe-0);
|
|
33380
33343
|
}
|
|
33381
|
-
|
|
33382
|
-
|
|
33383
|
-
|
|
33344
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
33345
|
+
padding: 5px 12px;
|
|
33346
|
+
display: inline-flex;
|
|
33347
|
+
line-height: 1.5715;
|
|
33348
|
+
height: 100%;
|
|
33349
|
+
width: 100%;
|
|
33384
33350
|
}
|
|
33385
|
-
.
|
|
33386
|
-
|
|
33387
|
-
|
|
33351
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33352
|
+
content: var(--at4ovwe-1);
|
|
33353
|
+
display: var(--at4ovwe-2);
|
|
33354
|
+
flex: none;
|
|
33355
|
+
align-items: center;
|
|
33356
|
+
margin-left: 4px;
|
|
33357
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33358
|
+
}
|
|
33359
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33360
|
+
content: var(--at4ovwe-3);
|
|
33361
|
+
display: var(--at4ovwe-4);
|
|
33362
|
+
flex: none;
|
|
33363
|
+
align-items: center;
|
|
33388
33364
|
margin-right: 4px;
|
|
33365
|
+
cursor: auto;
|
|
33366
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33367
|
+
}
|
|
33368
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33369
|
+
border-radius: 0;
|
|
33370
|
+
}
|
|
33371
|
+
.at4ovwe.ant-input-number {
|
|
33372
|
+
width: 100%;
|
|
33373
|
+
border-radius: 6px;
|
|
33374
|
+
}
|
|
33375
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33376
|
+
border-color: #0096ff;
|
|
33377
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33378
|
+
z-index: 1;
|
|
33379
|
+
}
|
|
33380
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33381
|
+
border-color: #e75a3a;
|
|
33382
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33383
|
+
}
|
|
33384
|
+
.at4ovwe .ant-input-number-input {
|
|
33385
|
+
padding: 0;
|
|
33386
|
+
margin: 0;
|
|
33387
|
+
height: auto;
|
|
33388
|
+
font-size: inherit;
|
|
33389
33389
|
}
|
|
33390
33390
|
|
|
33391
33391
|
.a6dbbkm .ant-input-number-handler-wrap {
|