@cloudtower/eagle 0.33.22 → 0.33.24
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/cjs/coreX/DateRangePicker/AbsoluteDate.js +2 -1
- package/dist/cjs/coreX/DateRangePicker/Calendar.js +75 -55
- package/dist/cjs/coreX/DateRangePicker/index.js +4 -0
- package/dist/cjs/index.js +5 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/cjs/utils/unit.js +19 -0
- package/dist/components.css +967 -967
- package/dist/esm/coreX/DateRangePicker/AbsoluteDate.js +2 -1
- package/dist/esm/coreX/DateRangePicker/Calendar.js +76 -56
- package/dist/esm/coreX/DateRangePicker/index.js +4 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/utils/unit.js +17 -0
- package/dist/linaria.merged.scss +1084 -1084
- package/dist/src/core/Antd5Tree/Antd5Tree.d.ts +1 -3
- package/dist/src/core/Antd5Tree/Antd5Tree.type.d.ts +3 -1
- package/dist/src/coreX/DateRangePicker/dateRangePicker.type.d.ts +10 -2
- package/dist/src/utils/__test__/unit.spec.d.ts +1 -0
- package/dist/src/utils/unit.d.ts +14 -0
- package/dist/stories/docs/core/Antd5Tree.stories.d.ts +12 -1
- package/dist/stories/docs/coreX/DateRangePicker.stories.d.ts +1 -0
- package/dist/style.css +874 -874
- package/package.json +4 -4
- package/dist/cjs/core/Antd5Tree/Antd5Tree.js +0 -30
- package/dist/esm/core/Antd5Tree/Antd5Tree.js +0 -24
package/dist/style.css
CHANGED
|
@@ -29672,42 +29672,6 @@ html body {
|
|
|
29672
29672
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29673
29673
|
}
|
|
29674
29674
|
}
|
|
29675
|
-
.E_berrcjl {
|
|
29676
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29677
|
-
margin-bottom: 4px;
|
|
29678
|
-
}
|
|
29679
|
-
.E_berrcjl .breadcrumb-link {
|
|
29680
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29681
|
-
cursor: pointer;
|
|
29682
|
-
transition: color 160ms ease;
|
|
29683
|
-
}
|
|
29684
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29685
|
-
color: #0080ff;
|
|
29686
|
-
}
|
|
29687
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29688
|
-
color: #005ed1;
|
|
29689
|
-
}
|
|
29690
|
-
|
|
29691
|
-
.E_m74vjol {
|
|
29692
|
-
display: flex;
|
|
29693
|
-
justify-content: space-between;
|
|
29694
|
-
width: 100%;
|
|
29695
|
-
}
|
|
29696
|
-
.E_m74vjol .action {
|
|
29697
|
-
margin-left: 16px;
|
|
29698
|
-
}
|
|
29699
|
-
|
|
29700
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
29701
|
-
padding-right: 12px;
|
|
29702
|
-
}
|
|
29703
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29704
|
-
height: fit-content;
|
|
29705
|
-
margin-left: 16px;
|
|
29706
|
-
}
|
|
29707
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29708
|
-
flex: 1;
|
|
29709
|
-
}
|
|
29710
|
-
|
|
29711
29675
|
.E_c18gxmrl {
|
|
29712
29676
|
border: 1px solid #d8deeb;
|
|
29713
29677
|
border-radius: 4px;
|
|
@@ -29728,166 +29692,40 @@ html body {
|
|
|
29728
29692
|
padding: 8px 12px;
|
|
29729
29693
|
}
|
|
29730
29694
|
|
|
29731
|
-
.
|
|
29732
|
-
padding: 4px 8px 0 8px;
|
|
29733
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29734
|
-
font-size: 12px;
|
|
29735
|
-
}
|
|
29736
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29737
|
-
padding-bottom: 6px;
|
|
29738
|
-
}
|
|
29739
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29740
|
-
padding-top: 4px;
|
|
29741
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29742
|
-
}
|
|
29743
|
-
|
|
29744
|
-
.E_fzh9mnb {
|
|
29745
|
-
width: 100%;
|
|
29746
|
-
height: 100%;
|
|
29747
|
-
min-height: 124px;
|
|
29695
|
+
.E_m74vjol {
|
|
29748
29696
|
display: flex;
|
|
29749
|
-
|
|
29750
|
-
|
|
29751
|
-
align-items: center;
|
|
29752
|
-
}
|
|
29753
|
-
.E_fzh9mnb .error-text {
|
|
29754
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29755
|
-
margin-bottom: 16px;
|
|
29756
|
-
font-size: 18px;
|
|
29757
|
-
}
|
|
29758
|
-
|
|
29759
|
-
.E_c1uzzomf {
|
|
29760
|
-
margin-bottom: 16px;
|
|
29761
|
-
}
|
|
29762
|
-
.E_c1uzzomf .card-title {
|
|
29763
|
-
font-size: 16px;
|
|
29764
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29765
|
-
font-weight: 700;
|
|
29766
|
-
line-height: 32px;
|
|
29767
|
-
}
|
|
29768
|
-
.E_c1uzzomf .card-body {
|
|
29769
|
-
padding: 24px;
|
|
29770
|
-
border-radius: 8px;
|
|
29771
|
-
background: #fff;
|
|
29772
|
-
}
|
|
29773
|
-
.E_c1uzzomf .empty {
|
|
29774
|
-
font-weight: 700;
|
|
29775
|
-
font-size: 14px;
|
|
29776
|
-
line-height: 22px;
|
|
29777
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29778
|
-
text-align: center;
|
|
29697
|
+
justify-content: space-between;
|
|
29698
|
+
width: 100%;
|
|
29779
29699
|
}
|
|
29780
|
-
|
|
29781
|
-
|
|
29782
|
-
padding: 4px 11px;
|
|
29700
|
+
.E_m74vjol .action {
|
|
29701
|
+
margin-left: 16px;
|
|
29783
29702
|
}
|
|
29784
29703
|
|
|
29785
|
-
.
|
|
29786
|
-
|
|
29787
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29788
|
-
}
|
|
29789
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29790
|
-
--color: #0080ff;
|
|
29791
|
-
}
|
|
29792
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29793
|
-
--color: #0080ff;
|
|
29794
|
-
}
|
|
29795
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29796
|
-
margin-left: 1px;
|
|
29797
|
-
}
|
|
29798
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29799
|
-
border-top-right-radius: 0;
|
|
29800
|
-
border-bottom-right-radius: 0;
|
|
29704
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
29705
|
+
padding-right: 12px;
|
|
29801
29706
|
}
|
|
29802
|
-
.
|
|
29803
|
-
|
|
29804
|
-
|
|
29707
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29708
|
+
height: fit-content;
|
|
29709
|
+
margin-left: 16px;
|
|
29805
29710
|
}
|
|
29806
|
-
.
|
|
29807
|
-
|
|
29711
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29712
|
+
flex: 1;
|
|
29808
29713
|
}
|
|
29809
29714
|
|
|
29810
|
-
.
|
|
29811
|
-
|
|
29812
|
-
|
|
29813
|
-
min-width: 285px;
|
|
29814
|
-
}
|
|
29815
|
-
.E_d1bw7c5z .center {
|
|
29816
|
-
position: absolute;
|
|
29817
|
-
font-size: 12px;
|
|
29818
|
-
width: 80px;
|
|
29819
|
-
height: 100px;
|
|
29820
|
-
top: 0;
|
|
29821
|
-
left: 35px;
|
|
29822
|
-
display: flex;
|
|
29823
|
-
flex-direction: column;
|
|
29824
|
-
justify-content: center;
|
|
29825
|
-
align-items: center;
|
|
29826
|
-
color: #00122e;
|
|
29827
|
-
}
|
|
29828
|
-
.E_d1bw7c5z .center .number {
|
|
29829
|
-
font-size: 24px;
|
|
29830
|
-
font-weight: 700;
|
|
29831
|
-
}
|
|
29832
|
-
.E_d1bw7c5z .center .text {
|
|
29833
|
-
padding: 0 5px;
|
|
29834
|
-
font-size: 12px;
|
|
29835
|
-
width: inherit;
|
|
29836
|
-
text-align: center;
|
|
29837
|
-
}
|
|
29838
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
29839
|
-
display: flex;
|
|
29840
|
-
}
|
|
29841
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29842
|
-
position: relative !important;
|
|
29843
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29844
|
-
left: 0 !important;
|
|
29845
|
-
bottom: 0 !important;
|
|
29846
|
-
display: flex;
|
|
29847
|
-
align-items: center;
|
|
29848
|
-
}
|
|
29849
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29850
|
-
width: 100%;
|
|
29851
|
-
}
|
|
29852
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29853
|
-
width: 100%;
|
|
29854
|
-
margin-right: 0 !important;
|
|
29855
|
-
line-height: 18px;
|
|
29856
|
-
}
|
|
29857
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29858
|
-
border-radius: 2px;
|
|
29859
|
-
}
|
|
29860
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29861
|
-
min-width: 75px;
|
|
29862
|
-
max-width: 198px;
|
|
29863
|
-
width: calc(100% - 20px);
|
|
29864
|
-
margin-left: 2px;
|
|
29865
|
-
color: #00122e !important;
|
|
29866
|
-
display: inline-flex;
|
|
29867
|
-
justify-content: space-between;
|
|
29715
|
+
.E_berrcjl {
|
|
29716
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29717
|
+
margin-bottom: 4px;
|
|
29868
29718
|
}
|
|
29869
|
-
.
|
|
29870
|
-
|
|
29719
|
+
.E_berrcjl .breadcrumb-link {
|
|
29720
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29871
29721
|
cursor: pointer;
|
|
29872
|
-
|
|
29873
|
-
overflow: hidden;
|
|
29874
|
-
text-overflow: ellipsis;
|
|
29875
|
-
white-space: nowrap;
|
|
29876
|
-
}
|
|
29877
|
-
.E_d1bw7c5z .value {
|
|
29878
|
-
color: rgba(44, 56, 82, 0.75);
|
|
29879
|
-
}
|
|
29880
|
-
|
|
29881
|
-
.E_t10pqbtc {
|
|
29882
|
-
width: 140px;
|
|
29722
|
+
transition: color 160ms ease;
|
|
29883
29723
|
}
|
|
29884
|
-
.
|
|
29885
|
-
|
|
29886
|
-
display: flex;
|
|
29887
|
-
justify-content: space-between;
|
|
29724
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29725
|
+
color: #0080ff;
|
|
29888
29726
|
}
|
|
29889
|
-
.
|
|
29890
|
-
|
|
29727
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29728
|
+
color: #005ed1;
|
|
29891
29729
|
}
|
|
29892
29730
|
|
|
29893
29731
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30147,6 +29985,85 @@ html body {
|
|
|
30147
29985
|
justify-content: center;
|
|
30148
29986
|
}
|
|
30149
29987
|
|
|
29988
|
+
.E_b1nip9bk {
|
|
29989
|
+
padding: 4px 11px;
|
|
29990
|
+
}
|
|
29991
|
+
|
|
29992
|
+
.E_bqamoqe {
|
|
29993
|
+
white-space: nowrap;
|
|
29994
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29995
|
+
}
|
|
29996
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29997
|
+
--color: #0080ff;
|
|
29998
|
+
}
|
|
29999
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30000
|
+
--color: #0080ff;
|
|
30001
|
+
}
|
|
30002
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30003
|
+
margin-left: 1px;
|
|
30004
|
+
}
|
|
30005
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30006
|
+
border-top-right-radius: 0;
|
|
30007
|
+
border-bottom-right-radius: 0;
|
|
30008
|
+
}
|
|
30009
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30010
|
+
border-top-left-radius: 0;
|
|
30011
|
+
border-bottom-left-radius: 0;
|
|
30012
|
+
}
|
|
30013
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30014
|
+
border-radius: unset;
|
|
30015
|
+
}
|
|
30016
|
+
|
|
30017
|
+
.E_c1uzzomf {
|
|
30018
|
+
margin-bottom: 16px;
|
|
30019
|
+
}
|
|
30020
|
+
.E_c1uzzomf .card-title {
|
|
30021
|
+
font-size: 16px;
|
|
30022
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30023
|
+
font-weight: 700;
|
|
30024
|
+
line-height: 32px;
|
|
30025
|
+
}
|
|
30026
|
+
.E_c1uzzomf .card-body {
|
|
30027
|
+
padding: 24px;
|
|
30028
|
+
border-radius: 8px;
|
|
30029
|
+
background: #fff;
|
|
30030
|
+
}
|
|
30031
|
+
.E_c1uzzomf .empty {
|
|
30032
|
+
font-weight: 700;
|
|
30033
|
+
font-size: 14px;
|
|
30034
|
+
line-height: 22px;
|
|
30035
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30036
|
+
text-align: center;
|
|
30037
|
+
}
|
|
30038
|
+
|
|
30039
|
+
.E_fzh9mnb {
|
|
30040
|
+
width: 100%;
|
|
30041
|
+
height: 100%;
|
|
30042
|
+
min-height: 124px;
|
|
30043
|
+
display: flex;
|
|
30044
|
+
flex-direction: column;
|
|
30045
|
+
justify-content: center;
|
|
30046
|
+
align-items: center;
|
|
30047
|
+
}
|
|
30048
|
+
.E_fzh9mnb .error-text {
|
|
30049
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30050
|
+
margin-bottom: 16px;
|
|
30051
|
+
font-size: 18px;
|
|
30052
|
+
}
|
|
30053
|
+
|
|
30054
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30055
|
+
padding: 4px 8px 0 8px;
|
|
30056
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30057
|
+
font-size: 12px;
|
|
30058
|
+
}
|
|
30059
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30060
|
+
padding-bottom: 6px;
|
|
30061
|
+
}
|
|
30062
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30063
|
+
padding-top: 4px;
|
|
30064
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30065
|
+
}
|
|
30066
|
+
|
|
30150
30067
|
.E_f7pxqmh {
|
|
30151
30068
|
width: 100%;
|
|
30152
30069
|
margin-bottom: 0 !important;
|
|
@@ -30181,6 +30098,93 @@ html body {
|
|
|
30181
30098
|
min-height: 0px;
|
|
30182
30099
|
}
|
|
30183
30100
|
|
|
30101
|
+
.E_d1bw7c5z {
|
|
30102
|
+
position: relative;
|
|
30103
|
+
max-width: 388px;
|
|
30104
|
+
min-width: 285px;
|
|
30105
|
+
}
|
|
30106
|
+
.E_d1bw7c5z .center {
|
|
30107
|
+
position: absolute;
|
|
30108
|
+
font-size: 12px;
|
|
30109
|
+
width: 80px;
|
|
30110
|
+
height: 100px;
|
|
30111
|
+
top: 0;
|
|
30112
|
+
left: 35px;
|
|
30113
|
+
display: flex;
|
|
30114
|
+
flex-direction: column;
|
|
30115
|
+
justify-content: center;
|
|
30116
|
+
align-items: center;
|
|
30117
|
+
color: #00122e;
|
|
30118
|
+
}
|
|
30119
|
+
.E_d1bw7c5z .center .number {
|
|
30120
|
+
font-size: 24px;
|
|
30121
|
+
font-weight: 700;
|
|
30122
|
+
}
|
|
30123
|
+
.E_d1bw7c5z .center .text {
|
|
30124
|
+
padding: 0 5px;
|
|
30125
|
+
font-size: 12px;
|
|
30126
|
+
width: inherit;
|
|
30127
|
+
text-align: center;
|
|
30128
|
+
}
|
|
30129
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30130
|
+
display: flex;
|
|
30131
|
+
}
|
|
30132
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30133
|
+
position: relative !important;
|
|
30134
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30135
|
+
left: 0 !important;
|
|
30136
|
+
bottom: 0 !important;
|
|
30137
|
+
display: flex;
|
|
30138
|
+
align-items: center;
|
|
30139
|
+
}
|
|
30140
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30141
|
+
width: 100%;
|
|
30142
|
+
}
|
|
30143
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30144
|
+
width: 100%;
|
|
30145
|
+
margin-right: 0 !important;
|
|
30146
|
+
line-height: 18px;
|
|
30147
|
+
}
|
|
30148
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30149
|
+
border-radius: 2px;
|
|
30150
|
+
}
|
|
30151
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30152
|
+
min-width: 75px;
|
|
30153
|
+
max-width: 198px;
|
|
30154
|
+
width: calc(100% - 20px);
|
|
30155
|
+
margin-left: 2px;
|
|
30156
|
+
color: #00122e !important;
|
|
30157
|
+
display: inline-flex;
|
|
30158
|
+
justify-content: space-between;
|
|
30159
|
+
}
|
|
30160
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30161
|
+
maxwidth: calc(100% - 12px);
|
|
30162
|
+
cursor: pointer;
|
|
30163
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30164
|
+
overflow: hidden;
|
|
30165
|
+
text-overflow: ellipsis;
|
|
30166
|
+
white-space: nowrap;
|
|
30167
|
+
}
|
|
30168
|
+
.E_d1bw7c5z .value {
|
|
30169
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30170
|
+
}
|
|
30171
|
+
|
|
30172
|
+
.E_t10pqbtc {
|
|
30173
|
+
width: 140px;
|
|
30174
|
+
}
|
|
30175
|
+
.E_t10pqbtc .item {
|
|
30176
|
+
margin: 6px auto;
|
|
30177
|
+
display: flex;
|
|
30178
|
+
justify-content: space-between;
|
|
30179
|
+
}
|
|
30180
|
+
.E_t10pqbtc .item .name {
|
|
30181
|
+
width: 102px;
|
|
30182
|
+
}
|
|
30183
|
+
|
|
30184
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30185
|
+
line-height: 18px;
|
|
30186
|
+
}
|
|
30187
|
+
|
|
30184
30188
|
.E_iouxfgt {
|
|
30185
30189
|
display: inline-flex;
|
|
30186
30190
|
align-items: center;
|
|
@@ -30199,10 +30203,6 @@ html body {
|
|
|
30199
30203
|
animation: rotate 680ms linear infinite;
|
|
30200
30204
|
}
|
|
30201
30205
|
|
|
30202
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30203
|
-
line-height: 18px;
|
|
30204
|
-
}
|
|
30205
|
-
|
|
30206
30206
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30207
30207
|
display: flex;
|
|
30208
30208
|
}
|
|
@@ -30215,57 +30215,6 @@ html body {
|
|
|
30215
30215
|
border-top-right-radius: 5px;
|
|
30216
30216
|
}
|
|
30217
30217
|
|
|
30218
|
-
.E_i1inqkme {
|
|
30219
|
-
height: 18px;
|
|
30220
|
-
line-height: 18px;
|
|
30221
|
-
padding: 0 4px;
|
|
30222
|
-
border-radius: 4px;
|
|
30223
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30224
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30225
|
-
display: flex;
|
|
30226
|
-
align-items: center;
|
|
30227
|
-
white-space: nowrap;
|
|
30228
|
-
margin-right: 4px;
|
|
30229
|
-
}
|
|
30230
|
-
|
|
30231
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30232
|
-
margin-left: 8px;
|
|
30233
|
-
}
|
|
30234
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30235
|
-
padding: 2px 7px 2px 12px;
|
|
30236
|
-
}
|
|
30237
|
-
|
|
30238
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30239
|
-
display: var(--a1wfy30z-0);
|
|
30240
|
-
}
|
|
30241
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30242
|
-
padding: 4px 11px;
|
|
30243
|
-
display: inline-flex;
|
|
30244
|
-
line-height: 1.5715;
|
|
30245
|
-
height: inherit;
|
|
30246
|
-
}
|
|
30247
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30248
|
-
content: var(--a1wfy30z-1);
|
|
30249
|
-
display: var(--a1wfy30z-2);
|
|
30250
|
-
flex: none;
|
|
30251
|
-
align-items: center;
|
|
30252
|
-
margin-left: 4px;
|
|
30253
|
-
}
|
|
30254
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30255
|
-
content: var(--a1wfy30z-3);
|
|
30256
|
-
display: var(--a1wfy30z-4);
|
|
30257
|
-
flex: none;
|
|
30258
|
-
align-items: center;
|
|
30259
|
-
margin-right: 4px;
|
|
30260
|
-
cursor: auto;
|
|
30261
|
-
}
|
|
30262
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30263
|
-
padding: 0;
|
|
30264
|
-
margin: 0;
|
|
30265
|
-
height: auto;
|
|
30266
|
-
font-size: inherit;
|
|
30267
|
-
}
|
|
30268
|
-
|
|
30269
30218
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30270
30219
|
display: var(--ai7qkf2-0);
|
|
30271
30220
|
}
|
|
@@ -30325,14 +30274,65 @@ html body {
|
|
|
30325
30274
|
border: 1px;
|
|
30326
30275
|
padding: 2px 8px;
|
|
30327
30276
|
}
|
|
30328
|
-
|
|
30329
|
-
.E_owd0kml {
|
|
30330
|
-
display: inline-block;
|
|
30277
|
+
|
|
30278
|
+
.E_owd0kml {
|
|
30279
|
+
display: inline-block;
|
|
30280
|
+
}
|
|
30281
|
+
|
|
30282
|
+
.E_h1jsgezc {
|
|
30283
|
+
visibility: hidden;
|
|
30284
|
+
position: absolute;
|
|
30285
|
+
}
|
|
30286
|
+
|
|
30287
|
+
.E_i1inqkme {
|
|
30288
|
+
height: 18px;
|
|
30289
|
+
line-height: 18px;
|
|
30290
|
+
padding: 0 4px;
|
|
30291
|
+
border-radius: 4px;
|
|
30292
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30293
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30294
|
+
display: flex;
|
|
30295
|
+
align-items: center;
|
|
30296
|
+
white-space: nowrap;
|
|
30297
|
+
margin-right: 4px;
|
|
30298
|
+
}
|
|
30299
|
+
|
|
30300
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30301
|
+
margin-left: 8px;
|
|
30302
|
+
}
|
|
30303
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30304
|
+
padding: 2px 7px 2px 12px;
|
|
30305
|
+
}
|
|
30306
|
+
|
|
30307
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30308
|
+
display: var(--a1wfy30z-0);
|
|
30309
|
+
}
|
|
30310
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30311
|
+
padding: 4px 11px;
|
|
30312
|
+
display: inline-flex;
|
|
30313
|
+
line-height: 1.5715;
|
|
30314
|
+
height: inherit;
|
|
30315
|
+
}
|
|
30316
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30317
|
+
content: var(--a1wfy30z-1);
|
|
30318
|
+
display: var(--a1wfy30z-2);
|
|
30319
|
+
flex: none;
|
|
30320
|
+
align-items: center;
|
|
30321
|
+
margin-left: 4px;
|
|
30322
|
+
}
|
|
30323
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30324
|
+
content: var(--a1wfy30z-3);
|
|
30325
|
+
display: var(--a1wfy30z-4);
|
|
30326
|
+
flex: none;
|
|
30327
|
+
align-items: center;
|
|
30328
|
+
margin-right: 4px;
|
|
30329
|
+
cursor: auto;
|
|
30331
30330
|
}
|
|
30332
|
-
|
|
30333
|
-
|
|
30334
|
-
|
|
30335
|
-
|
|
30331
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30332
|
+
padding: 0;
|
|
30333
|
+
margin: 0;
|
|
30334
|
+
height: auto;
|
|
30335
|
+
font-size: inherit;
|
|
30336
30336
|
}
|
|
30337
30337
|
|
|
30338
30338
|
.E_phljevk {
|
|
@@ -30392,32 +30392,6 @@ html body {
|
|
|
30392
30392
|
line-height: 18px;
|
|
30393
30393
|
}
|
|
30394
30394
|
|
|
30395
|
-
.E_i11gg7mj .ant-input-prefix {
|
|
30396
|
-
margin-right: 8px;
|
|
30397
|
-
}
|
|
30398
|
-
.E_i11gg7mj .ant-input-suffix {
|
|
30399
|
-
margin-left: 8px;
|
|
30400
|
-
}
|
|
30401
|
-
|
|
30402
|
-
.E_cc368xp {
|
|
30403
|
-
color: #00122e;
|
|
30404
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30405
|
-
margin-right: 8px;
|
|
30406
|
-
padding-right: 8px;
|
|
30407
|
-
}
|
|
30408
|
-
|
|
30409
|
-
.E_i11o6xqj {
|
|
30410
|
-
display: flex;
|
|
30411
|
-
gap: 4px;
|
|
30412
|
-
}
|
|
30413
|
-
.E_i11o6xqj .icon-wrapper {
|
|
30414
|
-
cursor: pointer;
|
|
30415
|
-
}
|
|
30416
|
-
|
|
30417
|
-
.E_d19ruhdj.icon-wrapper {
|
|
30418
|
-
cursor: not-allowed;
|
|
30419
|
-
}
|
|
30420
|
-
|
|
30421
30395
|
.E_rapgekc.ant-radio-wrapper {
|
|
30422
30396
|
display: inline-flex;
|
|
30423
30397
|
align-items: baseline;
|
|
@@ -30564,6 +30538,32 @@ html body {
|
|
|
30564
30538
|
width: 36px;
|
|
30565
30539
|
}
|
|
30566
30540
|
|
|
30541
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30542
|
+
margin-right: 8px;
|
|
30543
|
+
}
|
|
30544
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30545
|
+
margin-left: 8px;
|
|
30546
|
+
}
|
|
30547
|
+
|
|
30548
|
+
.E_cc368xp {
|
|
30549
|
+
color: #00122e;
|
|
30550
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30551
|
+
margin-right: 8px;
|
|
30552
|
+
padding-right: 8px;
|
|
30553
|
+
}
|
|
30554
|
+
|
|
30555
|
+
.E_i11o6xqj {
|
|
30556
|
+
display: flex;
|
|
30557
|
+
gap: 4px;
|
|
30558
|
+
}
|
|
30559
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30560
|
+
cursor: pointer;
|
|
30561
|
+
}
|
|
30562
|
+
|
|
30563
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30564
|
+
cursor: not-allowed;
|
|
30565
|
+
}
|
|
30566
|
+
|
|
30567
30567
|
.E_c1bus5hc {
|
|
30568
30568
|
--color: white;
|
|
30569
30569
|
height: 14px;
|
|
@@ -30614,65 +30614,6 @@ html body {
|
|
|
30614
30614
|
color: rgba(44, 56, 82, 0.6);
|
|
30615
30615
|
}
|
|
30616
30616
|
|
|
30617
|
-
.E_s1dizucg.ant-switch {
|
|
30618
|
-
min-width: 40px;
|
|
30619
|
-
height: 24px;
|
|
30620
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30621
|
-
overflow: hidden;
|
|
30622
|
-
}
|
|
30623
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30624
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30625
|
-
}
|
|
30626
|
-
.E_s1dizucg.ant-switch-small {
|
|
30627
|
-
min-width: 26px;
|
|
30628
|
-
height: 16px;
|
|
30629
|
-
}
|
|
30630
|
-
.E_s1dizucg.ant-switch-large {
|
|
30631
|
-
min-width: 52px;
|
|
30632
|
-
height: 32px;
|
|
30633
|
-
}
|
|
30634
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30635
|
-
height: 20px;
|
|
30636
|
-
width: 20px;
|
|
30637
|
-
}
|
|
30638
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30639
|
-
border-radius: 10px;
|
|
30640
|
-
transition-delay: 120ms;
|
|
30641
|
-
}
|
|
30642
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30643
|
-
height: 14px;
|
|
30644
|
-
width: 14px;
|
|
30645
|
-
top: 1px;
|
|
30646
|
-
left: 1px;
|
|
30647
|
-
}
|
|
30648
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30649
|
-
height: 28px;
|
|
30650
|
-
width: 28px;
|
|
30651
|
-
}
|
|
30652
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30653
|
-
border-radius: 14px;
|
|
30654
|
-
}
|
|
30655
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30656
|
-
background-color: #00ba5d;
|
|
30657
|
-
}
|
|
30658
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30659
|
-
left: calc(100% - 20px - 2px);
|
|
30660
|
-
}
|
|
30661
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30662
|
-
left: calc(100% - 14px - 1px);
|
|
30663
|
-
}
|
|
30664
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30665
|
-
left: calc(100% - 28px - 2px);
|
|
30666
|
-
}
|
|
30667
|
-
|
|
30668
|
-
.E_c1up6e3y {
|
|
30669
|
-
margin-left: 5px;
|
|
30670
|
-
}
|
|
30671
|
-
|
|
30672
|
-
.E_tju3gfj .date {
|
|
30673
|
-
margin-right: 4px;
|
|
30674
|
-
}
|
|
30675
|
-
|
|
30676
30617
|
.E_cnujxq2 {
|
|
30677
30618
|
display: flex;
|
|
30678
30619
|
flex-direction: column;
|
|
@@ -31362,148 +31303,63 @@ input.E_rf8rlle.ant-input {
|
|
|
31362
31303
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31363
31304
|
}
|
|
31364
31305
|
|
|
31365
|
-
.
|
|
31366
|
-
|
|
31367
|
-
|
|
31368
|
-
|
|
31369
|
-
|
|
31370
|
-
}
|
|
31371
|
-
|
|
31372
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
31373
|
-
border: 0px;
|
|
31374
|
-
background-color: #fff;
|
|
31375
|
-
}
|
|
31376
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31377
|
-
padding-top: 0px;
|
|
31378
|
-
padding-bottom: 0px;
|
|
31379
|
-
padding-left: 0px !important;
|
|
31380
|
-
padding-right: 24px;
|
|
31381
|
-
}
|
|
31382
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31383
|
-
right: 0px;
|
|
31384
|
-
}
|
|
31385
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31386
|
-
padding: 0px;
|
|
31387
|
-
}
|
|
31388
|
-
|
|
31389
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31390
|
-
padding-right: 0px;
|
|
31391
|
-
cursor: default;
|
|
31392
|
-
}
|
|
31393
|
-
|
|
31394
|
-
.E_s1dni7lo {
|
|
31395
|
-
width: 430px !important;
|
|
31396
|
-
}
|
|
31397
|
-
|
|
31398
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31399
|
-
padding: 8px 16px;
|
|
31400
|
-
line-height: 18px;
|
|
31401
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31402
|
-
height: 34px;
|
|
31403
|
-
min-height: 34px;
|
|
31404
|
-
box-sizing: border-box;
|
|
31405
|
-
margin-top: 8px;
|
|
31406
|
-
}
|
|
31407
|
-
|
|
31408
|
-
.E_o1ugr09p {
|
|
31409
|
-
display: flex;
|
|
31410
|
-
flex-direction: column;
|
|
31411
|
-
margin: 1px 8px;
|
|
31412
|
-
padding: 8px;
|
|
31413
|
-
border-radius: 4px;
|
|
31414
|
-
}
|
|
31415
|
-
.E_o1ugr09p .selected-icon {
|
|
31416
|
-
display: none;
|
|
31417
|
-
}
|
|
31418
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31419
|
-
padding-left: 8px;
|
|
31420
|
-
}
|
|
31421
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31422
|
-
background-color: white;
|
|
31423
|
-
}
|
|
31424
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31425
|
-
color: #0080ff;
|
|
31426
|
-
}
|
|
31427
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31428
|
-
display: block;
|
|
31306
|
+
.E_s1dizucg.ant-switch {
|
|
31307
|
+
min-width: 40px;
|
|
31308
|
+
height: 24px;
|
|
31309
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31310
|
+
overflow: hidden;
|
|
31429
31311
|
}
|
|
31430
|
-
.
|
|
31431
|
-
|
|
31312
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31313
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31432
31314
|
}
|
|
31433
|
-
.
|
|
31434
|
-
|
|
31315
|
+
.E_s1dizucg.ant-switch-small {
|
|
31316
|
+
min-width: 26px;
|
|
31317
|
+
height: 16px;
|
|
31435
31318
|
}
|
|
31436
|
-
.
|
|
31437
|
-
|
|
31438
|
-
|
|
31319
|
+
.E_s1dizucg.ant-switch-large {
|
|
31320
|
+
min-width: 52px;
|
|
31321
|
+
height: 32px;
|
|
31439
31322
|
}
|
|
31440
|
-
|
|
31441
|
-
.E_o1ifxsq4 {
|
|
31442
|
-
display: flex;
|
|
31443
|
-
justify-content: space-between;
|
|
31323
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31444
31324
|
height: 20px;
|
|
31445
|
-
|
|
31325
|
+
width: 20px;
|
|
31446
31326
|
}
|
|
31447
|
-
.
|
|
31448
|
-
|
|
31449
|
-
|
|
31450
|
-
text-overflow: ellipsis;
|
|
31327
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31328
|
+
border-radius: 10px;
|
|
31329
|
+
transition-delay: 120ms;
|
|
31451
31330
|
}
|
|
31452
|
-
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
|
|
31457
|
-
height: 18px;
|
|
31458
|
-
line-height: 18px;
|
|
31459
|
-
margin-top: 2px;
|
|
31331
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31332
|
+
height: 14px;
|
|
31333
|
+
width: 14px;
|
|
31334
|
+
top: 1px;
|
|
31335
|
+
left: 1px;
|
|
31460
31336
|
}
|
|
31461
|
-
|
|
31462
|
-
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
|
|
31337
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31338
|
+
height: 28px;
|
|
31339
|
+
width: 28px;
|
|
31340
|
+
}
|
|
31341
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31342
|
+
border-radius: 14px;
|
|
31466
31343
|
}
|
|
31467
|
-
|
|
31468
|
-
|
|
31469
|
-
pointer-events: none;
|
|
31470
|
-
height: 32px;
|
|
31471
|
-
width: 100%;
|
|
31472
|
-
opacity: 0;
|
|
31344
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31345
|
+
background-color: #00ba5d;
|
|
31473
31346
|
}
|
|
31474
|
-
|
|
31475
|
-
|
|
31476
|
-
min-width: 1280px;
|
|
31347
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31348
|
+
left: calc(100% - 20px - 2px);
|
|
31477
31349
|
}
|
|
31478
|
-
|
|
31479
|
-
|
|
31480
|
-
display: inline-flex;
|
|
31481
|
-
align-items: center;
|
|
31482
|
-
justify-content: center;
|
|
31483
|
-
color: #fff;
|
|
31484
|
-
font-weight: bold;
|
|
31485
|
-
font-size: 12px;
|
|
31486
|
-
width: 24px;
|
|
31487
|
-
height: 24px;
|
|
31488
|
-
border-radius: 50%;
|
|
31489
|
-
background: var(--a1b5xrg3-0);
|
|
31350
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31351
|
+
left: calc(100% - 14px - 1px);
|
|
31490
31352
|
}
|
|
31491
|
-
.
|
|
31492
|
-
|
|
31493
|
-
cursor: pointer;
|
|
31494
|
-
width: 56px;
|
|
31495
|
-
height: 40px;
|
|
31496
|
-
display: inline-flex;
|
|
31497
|
-
align-items: center;
|
|
31498
|
-
justify-content: center;
|
|
31499
|
-
border-radius: 6px;
|
|
31353
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31354
|
+
left: calc(100% - 28px - 2px);
|
|
31500
31355
|
}
|
|
31501
|
-
|
|
31502
|
-
|
|
31356
|
+
|
|
31357
|
+
.E_c1up6e3y {
|
|
31358
|
+
margin-left: 5px;
|
|
31503
31359
|
}
|
|
31504
|
-
|
|
31505
|
-
|
|
31506
|
-
|
|
31360
|
+
|
|
31361
|
+
.E_tju3gfj .date {
|
|
31362
|
+
margin-right: 4px;
|
|
31507
31363
|
}
|
|
31508
31364
|
|
|
31509
31365
|
.E_dsnbhzf {
|
|
@@ -31981,10 +31837,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31981
31837
|
line-height: 12px;
|
|
31982
31838
|
}
|
|
31983
31839
|
|
|
31984
|
-
.E_iq1gosr {
|
|
31985
|
-
display: inline-block;
|
|
31986
|
-
}
|
|
31987
|
-
|
|
31988
31840
|
.E_s1sck0th {
|
|
31989
31841
|
padding: 0 8px;
|
|
31990
31842
|
border-radius: 4px;
|
|
@@ -32067,6 +31919,40 @@ input.E_rf8rlle.ant-input {
|
|
|
32067
31919
|
background-color: #7E41FF;
|
|
32068
31920
|
}
|
|
32069
31921
|
|
|
31922
|
+
.E_iq1gosr {
|
|
31923
|
+
display: inline-block;
|
|
31924
|
+
}
|
|
31925
|
+
|
|
31926
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31927
|
+
display: inline-flex;
|
|
31928
|
+
align-items: center;
|
|
31929
|
+
justify-content: center;
|
|
31930
|
+
color: #fff;
|
|
31931
|
+
font-weight: bold;
|
|
31932
|
+
font-size: 12px;
|
|
31933
|
+
width: 24px;
|
|
31934
|
+
height: 24px;
|
|
31935
|
+
border-radius: 50%;
|
|
31936
|
+
background: var(--a1b5xrg3-0);
|
|
31937
|
+
}
|
|
31938
|
+
.E_a1b5xrg3.btn-item {
|
|
31939
|
+
transition: all 160ms ease;
|
|
31940
|
+
cursor: pointer;
|
|
31941
|
+
width: 56px;
|
|
31942
|
+
height: 40px;
|
|
31943
|
+
display: inline-flex;
|
|
31944
|
+
align-items: center;
|
|
31945
|
+
justify-content: center;
|
|
31946
|
+
border-radius: 6px;
|
|
31947
|
+
}
|
|
31948
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31949
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31950
|
+
}
|
|
31951
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31952
|
+
transform: translateY(2px);
|
|
31953
|
+
transition: all 320ms ease;
|
|
31954
|
+
}
|
|
31955
|
+
|
|
32070
31956
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32071
31957
|
display: none;
|
|
32072
31958
|
}
|
|
@@ -32078,33 +31964,118 @@ input.E_rf8rlle.ant-input {
|
|
|
32078
31964
|
visibility: hidden;
|
|
32079
31965
|
}
|
|
32080
31966
|
|
|
32081
|
-
.
|
|
32082
|
-
|
|
32083
|
-
width: 24px;
|
|
32084
|
-
border-radius: 6px;
|
|
32085
|
-
padding: 4px;
|
|
32086
|
-
}
|
|
32087
|
-
.E_suhck3k:hover {
|
|
32088
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31967
|
+
.E_s1dni7lo {
|
|
31968
|
+
width: 430px !important;
|
|
32089
31969
|
}
|
|
32090
|
-
|
|
32091
|
-
|
|
31970
|
+
|
|
31971
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31972
|
+
padding: 8px 16px;
|
|
31973
|
+
line-height: 18px;
|
|
31974
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31975
|
+
height: 34px;
|
|
31976
|
+
min-height: 34px;
|
|
31977
|
+
box-sizing: border-box;
|
|
31978
|
+
margin-top: 8px;
|
|
32092
31979
|
}
|
|
32093
31980
|
|
|
32094
|
-
.
|
|
31981
|
+
.E_o1ugr09p {
|
|
32095
31982
|
display: flex;
|
|
32096
|
-
|
|
31983
|
+
flex-direction: column;
|
|
31984
|
+
margin: 1px 8px;
|
|
31985
|
+
padding: 8px;
|
|
31986
|
+
border-radius: 4px;
|
|
32097
31987
|
}
|
|
32098
|
-
.
|
|
32099
|
-
|
|
32100
|
-
|
|
32101
|
-
|
|
31988
|
+
.E_o1ugr09p .selected-icon {
|
|
31989
|
+
display: none;
|
|
31990
|
+
}
|
|
31991
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31992
|
+
padding-left: 8px;
|
|
31993
|
+
}
|
|
31994
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31995
|
+
background-color: white;
|
|
31996
|
+
}
|
|
31997
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31998
|
+
color: #0080ff;
|
|
31999
|
+
}
|
|
32000
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
32001
|
+
display: block;
|
|
32002
|
+
}
|
|
32003
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
32004
|
+
background: rgba(0, 136, 255, 0.16);
|
|
32005
|
+
}
|
|
32006
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
32102
32007
|
color: #0080ff;
|
|
32008
|
+
}
|
|
32009
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
32103
32010
|
background: rgba(0, 136, 255, 0.1);
|
|
32011
|
+
color: #0080ff;
|
|
32012
|
+
}
|
|
32013
|
+
|
|
32014
|
+
.E_o1ifxsq4 {
|
|
32104
32015
|
display: flex;
|
|
32105
|
-
|
|
32106
|
-
|
|
32107
|
-
|
|
32016
|
+
justify-content: space-between;
|
|
32017
|
+
height: 20px;
|
|
32018
|
+
line-height: 20px;
|
|
32019
|
+
}
|
|
32020
|
+
.E_o1ifxsq4 .timezone-title {
|
|
32021
|
+
color: #2d3a56;
|
|
32022
|
+
overflow: hidden;
|
|
32023
|
+
text-overflow: ellipsis;
|
|
32024
|
+
}
|
|
32025
|
+
|
|
32026
|
+
.E_o1zue7 {
|
|
32027
|
+
display: flex;
|
|
32028
|
+
justify-content: space-between;
|
|
32029
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32030
|
+
height: 18px;
|
|
32031
|
+
line-height: 18px;
|
|
32032
|
+
margin-top: 2px;
|
|
32033
|
+
}
|
|
32034
|
+
|
|
32035
|
+
.E_tyfmlxg {
|
|
32036
|
+
border: none;
|
|
32037
|
+
margin-right: 0;
|
|
32038
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32039
|
+
}
|
|
32040
|
+
|
|
32041
|
+
.E_o18uybox {
|
|
32042
|
+
pointer-events: none;
|
|
32043
|
+
height: 32px;
|
|
32044
|
+
width: 100%;
|
|
32045
|
+
opacity: 0;
|
|
32046
|
+
}
|
|
32047
|
+
|
|
32048
|
+
.E_m196gn1d {
|
|
32049
|
+
min-width: 1280px;
|
|
32050
|
+
}
|
|
32051
|
+
|
|
32052
|
+
.E_c1yyuluq {
|
|
32053
|
+
border-radius: 8px;
|
|
32054
|
+
}
|
|
32055
|
+
.E_c1yyuluq .ant-card-body {
|
|
32056
|
+
padding: 20px 24px 24px 24px;
|
|
32057
|
+
}
|
|
32058
|
+
|
|
32059
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32060
|
+
border: 0px;
|
|
32061
|
+
background-color: #fff;
|
|
32062
|
+
}
|
|
32063
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32064
|
+
padding-top: 0px;
|
|
32065
|
+
padding-bottom: 0px;
|
|
32066
|
+
padding-left: 0px !important;
|
|
32067
|
+
padding-right: 24px;
|
|
32068
|
+
}
|
|
32069
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32070
|
+
right: 0px;
|
|
32071
|
+
}
|
|
32072
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32073
|
+
padding: 0px;
|
|
32074
|
+
}
|
|
32075
|
+
|
|
32076
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32077
|
+
padding-right: 0px;
|
|
32078
|
+
cursor: default;
|
|
32108
32079
|
}
|
|
32109
32080
|
|
|
32110
32081
|
.E_hrhfj7c {
|
|
@@ -32326,6 +32297,35 @@ input.E_rf8rlle.ant-input {
|
|
|
32326
32297
|
font-size: 14px;
|
|
32327
32298
|
}
|
|
32328
32299
|
|
|
32300
|
+
.E_suhck3k {
|
|
32301
|
+
height: 24px;
|
|
32302
|
+
width: 24px;
|
|
32303
|
+
border-radius: 6px;
|
|
32304
|
+
padding: 4px;
|
|
32305
|
+
}
|
|
32306
|
+
.E_suhck3k:hover {
|
|
32307
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32308
|
+
}
|
|
32309
|
+
.E_suhck3k:hover svg path {
|
|
32310
|
+
fill: blue;
|
|
32311
|
+
}
|
|
32312
|
+
|
|
32313
|
+
.E_ryby9ds {
|
|
32314
|
+
display: flex;
|
|
32315
|
+
align-items: center;
|
|
32316
|
+
}
|
|
32317
|
+
.E_ryby9ds .order {
|
|
32318
|
+
height: 24px;
|
|
32319
|
+
width: 24px;
|
|
32320
|
+
border-radius: 20px;
|
|
32321
|
+
color: #0080ff;
|
|
32322
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32323
|
+
display: flex;
|
|
32324
|
+
align-items: center;
|
|
32325
|
+
justify-content: center;
|
|
32326
|
+
margin-right: 6px;
|
|
32327
|
+
}
|
|
32328
|
+
|
|
32329
32329
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32330
32330
|
border-radius: 6px;
|
|
32331
32331
|
}
|
|
@@ -32528,11 +32528,26 @@ input.E_rf8rlle.ant-input {
|
|
|
32528
32528
|
gap: 8px;
|
|
32529
32529
|
min-width: 0;
|
|
32530
32530
|
}
|
|
32531
|
-
|
|
32532
|
-
.E_s1io1lws {
|
|
32533
|
-
display: flex;
|
|
32534
|
-
align-items: center;
|
|
32535
|
-
flex-shrink: 0;
|
|
32531
|
+
|
|
32532
|
+
.E_s1io1lws {
|
|
32533
|
+
display: flex;
|
|
32534
|
+
align-items: center;
|
|
32535
|
+
flex-shrink: 0;
|
|
32536
|
+
}
|
|
32537
|
+
|
|
32538
|
+
.E_w1dxz879 {
|
|
32539
|
+
display: flex;
|
|
32540
|
+
flex-direction: column;
|
|
32541
|
+
gap: 6px;
|
|
32542
|
+
}
|
|
32543
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32544
|
+
max-height: var(--w1dxz879-0);
|
|
32545
|
+
text-overflow: clip;
|
|
32546
|
+
overflow: hidden;
|
|
32547
|
+
}
|
|
32548
|
+
.E_w1dxz879 .tips {
|
|
32549
|
+
color: #fff;
|
|
32550
|
+
opacity: 0.8;
|
|
32536
32551
|
}
|
|
32537
32552
|
|
|
32538
32553
|
.E_h12yihis {
|
|
@@ -32755,21 +32770,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32755
32770
|
position: static;
|
|
32756
32771
|
}
|
|
32757
32772
|
|
|
32758
|
-
.E_w1dxz879 {
|
|
32759
|
-
display: flex;
|
|
32760
|
-
flex-direction: column;
|
|
32761
|
-
gap: 6px;
|
|
32762
|
-
}
|
|
32763
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32764
|
-
max-height: var(--w1dxz879-0);
|
|
32765
|
-
text-overflow: clip;
|
|
32766
|
-
overflow: hidden;
|
|
32767
|
-
}
|
|
32768
|
-
.E_w1dxz879 .tips {
|
|
32769
|
-
color: #fff;
|
|
32770
|
-
opacity: 0.8;
|
|
32771
|
-
}
|
|
32772
|
-
|
|
32773
32773
|
.E_r77hffu {
|
|
32774
32774
|
display: flex;
|
|
32775
32775
|
align-items: center;
|
|
@@ -32971,55 +32971,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32971
32971
|
column-gap: var(--a1ji6r68-0);
|
|
32972
32972
|
}
|
|
32973
32973
|
|
|
32974
|
-
.E_lht19u8 {
|
|
32975
|
-
width: 64px;
|
|
32976
|
-
height: 64px;
|
|
32977
|
-
display: flex;
|
|
32978
|
-
align-items: center;
|
|
32979
|
-
justify-content: center;
|
|
32980
|
-
position: relative;
|
|
32981
|
-
opacity: 0.2;
|
|
32982
|
-
}
|
|
32983
|
-
|
|
32984
|
-
.E_lk3gkp4 {
|
|
32985
|
-
position: absolute;
|
|
32986
|
-
width: 5px;
|
|
32987
|
-
height: 48px;
|
|
32988
|
-
left: 9.33px;
|
|
32989
|
-
top: 40.5px;
|
|
32990
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32991
|
-
border-radius: 5px;
|
|
32992
|
-
transform: rotate(-128deg);
|
|
32993
|
-
transform-origin: top left;
|
|
32994
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32995
|
-
}
|
|
32996
|
-
|
|
32997
|
-
.E_ll4n94n {
|
|
32998
|
-
position: absolute;
|
|
32999
|
-
width: 5px;
|
|
33000
|
-
height: 48px;
|
|
33001
|
-
left: 40.8px;
|
|
33002
|
-
top: 8.4px;
|
|
33003
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33004
|
-
border-radius: 5px;
|
|
33005
|
-
transform: rotate(-8deg);
|
|
33006
|
-
transform-origin: top left;
|
|
33007
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33008
|
-
}
|
|
33009
|
-
|
|
33010
|
-
.E_l17lbdo6 {
|
|
33011
|
-
position: absolute;
|
|
33012
|
-
width: 5px;
|
|
33013
|
-
height: 48px;
|
|
33014
|
-
left: 52.9px;
|
|
33015
|
-
top: 51.8px;
|
|
33016
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33017
|
-
border-radius: 5px;
|
|
33018
|
-
transform: rotate(112deg);
|
|
33019
|
-
transform-origin: top left;
|
|
33020
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33021
|
-
}
|
|
33022
|
-
|
|
33023
32974
|
.E_msn7nxt {
|
|
33024
32975
|
color: rgba(44, 56, 82, 0.6);
|
|
33025
32976
|
text-align: center;
|
|
@@ -33181,6 +33132,55 @@ input.E_rf8rlle.ant-input {
|
|
|
33181
33132
|
margin-left: 8px;
|
|
33182
33133
|
}
|
|
33183
33134
|
|
|
33135
|
+
.E_lht19u8 {
|
|
33136
|
+
width: 64px;
|
|
33137
|
+
height: 64px;
|
|
33138
|
+
display: flex;
|
|
33139
|
+
align-items: center;
|
|
33140
|
+
justify-content: center;
|
|
33141
|
+
position: relative;
|
|
33142
|
+
opacity: 0.2;
|
|
33143
|
+
}
|
|
33144
|
+
|
|
33145
|
+
.E_lk3gkp4 {
|
|
33146
|
+
position: absolute;
|
|
33147
|
+
width: 5px;
|
|
33148
|
+
height: 48px;
|
|
33149
|
+
left: 9.33px;
|
|
33150
|
+
top: 40.5px;
|
|
33151
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33152
|
+
border-radius: 5px;
|
|
33153
|
+
transform: rotate(-128deg);
|
|
33154
|
+
transform-origin: top left;
|
|
33155
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33156
|
+
}
|
|
33157
|
+
|
|
33158
|
+
.E_ll4n94n {
|
|
33159
|
+
position: absolute;
|
|
33160
|
+
width: 5px;
|
|
33161
|
+
height: 48px;
|
|
33162
|
+
left: 40.8px;
|
|
33163
|
+
top: 8.4px;
|
|
33164
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33165
|
+
border-radius: 5px;
|
|
33166
|
+
transform: rotate(-8deg);
|
|
33167
|
+
transform-origin: top left;
|
|
33168
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33169
|
+
}
|
|
33170
|
+
|
|
33171
|
+
.E_l17lbdo6 {
|
|
33172
|
+
position: absolute;
|
|
33173
|
+
width: 5px;
|
|
33174
|
+
height: 48px;
|
|
33175
|
+
left: 52.9px;
|
|
33176
|
+
top: 51.8px;
|
|
33177
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33178
|
+
border-radius: 5px;
|
|
33179
|
+
transform: rotate(112deg);
|
|
33180
|
+
transform-origin: top left;
|
|
33181
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33182
|
+
}
|
|
33183
|
+
|
|
33184
33184
|
.E_m11nzl2x {
|
|
33185
33185
|
color: rgba(44, 56, 82, 0.6);
|
|
33186
33186
|
text-align: center;
|
|
@@ -33590,6 +33590,35 @@ input.E_rf8rlle.ant-input {
|
|
|
33590
33590
|
justify-content: center;
|
|
33591
33591
|
}
|
|
33592
33592
|
|
|
33593
|
+
.E_slr2ynn {
|
|
33594
|
+
padding: 0 8px;
|
|
33595
|
+
height: 18px;
|
|
33596
|
+
}
|
|
33597
|
+
|
|
33598
|
+
.E_m140wbb6 {
|
|
33599
|
+
padding: 2px 8px;
|
|
33600
|
+
height: 24px;
|
|
33601
|
+
}
|
|
33602
|
+
|
|
33603
|
+
.E_t1fozc1i {
|
|
33604
|
+
margin: 0;
|
|
33605
|
+
}
|
|
33606
|
+
|
|
33607
|
+
.E_i1vxv4ln {
|
|
33608
|
+
margin-right: 4px;
|
|
33609
|
+
height: 16px;
|
|
33610
|
+
}
|
|
33611
|
+
|
|
33612
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33613
|
+
font-weight: 700;
|
|
33614
|
+
color: #00122e;
|
|
33615
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33616
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33617
|
+
word-break: break-all;
|
|
33618
|
+
display: inline;
|
|
33619
|
+
white-space: normal;
|
|
33620
|
+
}
|
|
33621
|
+
|
|
33593
33622
|
.E_t1dtlqs1 {
|
|
33594
33623
|
margin-bottom: 4px;
|
|
33595
33624
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33736,151 +33765,54 @@ input.E_rf8rlle.ant-input {
|
|
|
33736
33765
|
}
|
|
33737
33766
|
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33738
33767
|
cursor: not-allowed;
|
|
33739
|
-
opacity: 0.5;
|
|
33740
|
-
}
|
|
33741
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33742
|
-
margin: 0;
|
|
33743
|
-
}
|
|
33744
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33745
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33746
|
-
border-radius: 5px;
|
|
33747
|
-
font-size: 12px;
|
|
33748
|
-
}
|
|
33749
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33750
|
-
font-size: inherit;
|
|
33751
|
-
}
|
|
33752
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33753
|
-
min-height: 24px;
|
|
33754
|
-
font-size: 12px;
|
|
33755
|
-
position: relative;
|
|
33756
|
-
}
|
|
33757
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33758
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33759
|
-
}
|
|
33760
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33761
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33762
|
-
}
|
|
33763
|
-
|
|
33764
|
-
.E_a138syjm {
|
|
33765
|
-
display: flex;
|
|
33766
|
-
align-items: center;
|
|
33767
|
-
margin-top: 8px;
|
|
33768
|
-
}
|
|
33769
|
-
.E_a138syjm button.ant-btn {
|
|
33770
|
-
padding: 2px 8px;
|
|
33771
|
-
height: 24px;
|
|
33772
|
-
}
|
|
33773
|
-
.E_a138syjm > span.maximum-desc {
|
|
33774
|
-
display: none;
|
|
33775
|
-
margin-left: 8px;
|
|
33776
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33777
|
-
}
|
|
33778
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
33779
|
-
display: inline;
|
|
33780
|
-
}
|
|
33781
|
-
|
|
33782
|
-
.E_d77i8u0 {
|
|
33783
|
-
width: 24px;
|
|
33784
|
-
height: 24px;
|
|
33785
|
-
padding: 4px;
|
|
33786
|
-
margin-right: 8px;
|
|
33787
|
-
}
|
|
33788
|
-
|
|
33789
|
-
.E_slr2ynn {
|
|
33790
|
-
padding: 0 8px;
|
|
33791
|
-
height: 18px;
|
|
33792
|
-
}
|
|
33793
|
-
|
|
33794
|
-
.E_m140wbb6 {
|
|
33795
|
-
padding: 2px 8px;
|
|
33796
|
-
height: 24px;
|
|
33797
|
-
}
|
|
33798
|
-
|
|
33799
|
-
.E_t1fozc1i {
|
|
33800
|
-
margin: 0;
|
|
33801
|
-
}
|
|
33802
|
-
|
|
33803
|
-
.E_i1vxv4ln {
|
|
33804
|
-
margin-right: 4px;
|
|
33805
|
-
height: 16px;
|
|
33806
|
-
}
|
|
33807
|
-
|
|
33808
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33809
|
-
font-weight: 700;
|
|
33810
|
-
color: #00122e;
|
|
33811
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33812
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33813
|
-
word-break: break-all;
|
|
33814
|
-
display: inline;
|
|
33815
|
-
white-space: normal;
|
|
33816
|
-
}
|
|
33817
|
-
|
|
33818
|
-
.E_l1ucdodl {
|
|
33819
|
-
margin: 0;
|
|
33820
|
-
border-radius: 20px;
|
|
33821
|
-
padding: 2px 10px;
|
|
33822
|
-
height: 22px;
|
|
33823
|
-
display: flex;
|
|
33824
|
-
align-items: center;
|
|
33825
|
-
}
|
|
33826
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33827
|
-
color: #FFFFFF;
|
|
33828
|
-
}
|
|
33829
|
-
.E_l1ucdodl.tag-hover {
|
|
33830
|
-
cursor: pointer;
|
|
33831
|
-
}
|
|
33832
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
33833
|
-
color: #00122e;
|
|
33834
|
-
}
|
|
33835
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33836
|
-
margin-right: 6px;
|
|
33837
|
-
}
|
|
33838
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33839
|
-
margin-left: 8px;
|
|
33840
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33841
|
-
}
|
|
33842
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33843
|
-
color: #FFFFFF;
|
|
33768
|
+
opacity: 0.5;
|
|
33844
33769
|
}
|
|
33845
|
-
.
|
|
33846
|
-
|
|
33770
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33771
|
+
margin: 0;
|
|
33847
33772
|
}
|
|
33848
|
-
.
|
|
33849
|
-
|
|
33773
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33774
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33775
|
+
border-radius: 5px;
|
|
33776
|
+
font-size: 12px;
|
|
33850
33777
|
}
|
|
33851
|
-
.
|
|
33852
|
-
|
|
33778
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33779
|
+
font-size: inherit;
|
|
33853
33780
|
}
|
|
33854
|
-
.
|
|
33855
|
-
|
|
33781
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33782
|
+
min-height: 24px;
|
|
33783
|
+
font-size: 12px;
|
|
33784
|
+
position: relative;
|
|
33856
33785
|
}
|
|
33857
|
-
.
|
|
33858
|
-
|
|
33786
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33787
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33859
33788
|
}
|
|
33860
|
-
.
|
|
33861
|
-
background-color:
|
|
33789
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33790
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33862
33791
|
}
|
|
33863
33792
|
|
|
33864
|
-
.
|
|
33865
|
-
|
|
33866
|
-
|
|
33867
|
-
|
|
33868
|
-
display: inline-block;
|
|
33793
|
+
.E_a138syjm {
|
|
33794
|
+
display: flex;
|
|
33795
|
+
align-items: center;
|
|
33796
|
+
margin-top: 8px;
|
|
33869
33797
|
}
|
|
33870
|
-
|
|
33871
|
-
|
|
33872
|
-
|
|
33873
|
-
height: 8px;
|
|
33874
|
-
border-radius: 2px;
|
|
33875
|
-
display: inline-block;
|
|
33798
|
+
.E_a138syjm button.ant-btn {
|
|
33799
|
+
padding: 2px 8px;
|
|
33800
|
+
height: 24px;
|
|
33876
33801
|
}
|
|
33877
|
-
|
|
33878
|
-
|
|
33802
|
+
.E_a138syjm > span.maximum-desc {
|
|
33803
|
+
display: none;
|
|
33804
|
+
margin-left: 8px;
|
|
33879
33805
|
color: rgba(44, 56, 82, 0.6);
|
|
33880
33806
|
}
|
|
33807
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
33808
|
+
display: inline;
|
|
33809
|
+
}
|
|
33881
33810
|
|
|
33882
|
-
.
|
|
33883
|
-
|
|
33811
|
+
.E_d77i8u0 {
|
|
33812
|
+
width: 24px;
|
|
33813
|
+
height: 24px;
|
|
33814
|
+
padding: 4px;
|
|
33815
|
+
margin-right: 8px;
|
|
33884
33816
|
}
|
|
33885
33817
|
|
|
33886
33818
|
button.E_l48ei06.ant-btn,
|
|
@@ -33935,81 +33867,74 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33935
33867
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
33936
33868
|
}
|
|
33937
33869
|
|
|
33938
|
-
.
|
|
33870
|
+
.E_l1ucdodl {
|
|
33939
33871
|
margin: 0;
|
|
33940
33872
|
border-radius: 20px;
|
|
33941
33873
|
padding: 2px 10px;
|
|
33942
33874
|
height: 22px;
|
|
33875
|
+
display: flex;
|
|
33876
|
+
align-items: center;
|
|
33943
33877
|
}
|
|
33944
|
-
.
|
|
33945
|
-
|
|
33878
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33879
|
+
color: #FFFFFF;
|
|
33946
33880
|
}
|
|
33947
|
-
.
|
|
33948
|
-
|
|
33881
|
+
.E_l1ucdodl.tag-hover {
|
|
33882
|
+
cursor: pointer;
|
|
33949
33883
|
}
|
|
33950
|
-
.
|
|
33884
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
33951
33885
|
color: #00122e;
|
|
33952
33886
|
}
|
|
33953
|
-
.
|
|
33887
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33954
33888
|
margin-right: 6px;
|
|
33955
33889
|
}
|
|
33956
|
-
.
|
|
33890
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33957
33891
|
margin-left: 8px;
|
|
33958
33892
|
color: rgba(44, 56, 82, 0.6);
|
|
33959
33893
|
}
|
|
33960
|
-
.
|
|
33961
|
-
|
|
33894
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33895
|
+
color: #FFFFFF;
|
|
33962
33896
|
}
|
|
33963
|
-
.
|
|
33897
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33964
33898
|
background-color: #0080ff;
|
|
33965
33899
|
}
|
|
33966
|
-
.
|
|
33967
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
33968
|
-
}
|
|
33969
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33970
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
33971
|
-
}
|
|
33972
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33900
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33973
33901
|
background-color: #f0483e;
|
|
33974
33902
|
}
|
|
33975
|
-
.
|
|
33976
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
33977
|
-
}
|
|
33978
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33979
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
33980
|
-
}
|
|
33981
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33903
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33982
33904
|
background-color: #fea008;
|
|
33983
33905
|
}
|
|
33984
|
-
.
|
|
33985
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
33986
|
-
}
|
|
33987
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33988
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
33989
|
-
}
|
|
33990
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33906
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33991
33907
|
background-color: #00ba5d;
|
|
33992
33908
|
}
|
|
33993
|
-
.
|
|
33994
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
33995
|
-
}
|
|
33996
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33997
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33998
|
-
}
|
|
33999
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33909
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34000
33910
|
background-color: #6b7d99;
|
|
34001
33911
|
}
|
|
34002
|
-
.
|
|
34003
|
-
background-color:
|
|
33912
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33913
|
+
background-color: #7E41FF;
|
|
34004
33914
|
}
|
|
34005
33915
|
|
|
34006
|
-
.
|
|
33916
|
+
.E_s1qj66nc {
|
|
34007
33917
|
width: 8px;
|
|
34008
33918
|
height: 8px;
|
|
34009
33919
|
border-radius: 50%;
|
|
34010
33920
|
display: inline-block;
|
|
34011
33921
|
}
|
|
34012
33922
|
|
|
33923
|
+
.E_s5x1boq {
|
|
33924
|
+
width: 8px;
|
|
33925
|
+
height: 8px;
|
|
33926
|
+
border-radius: 2px;
|
|
33927
|
+
display: inline-block;
|
|
33928
|
+
}
|
|
33929
|
+
|
|
33930
|
+
.E_c1xm185 {
|
|
33931
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33932
|
+
}
|
|
33933
|
+
|
|
33934
|
+
.E_c1x5l5qc {
|
|
33935
|
+
flex: 1;
|
|
33936
|
+
}
|
|
33937
|
+
|
|
34013
33938
|
.E_tc97u5y {
|
|
34014
33939
|
height: 100%;
|
|
34015
33940
|
}
|
|
@@ -34381,36 +34306,84 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34381
34306
|
background: #fff;
|
|
34382
34307
|
}
|
|
34383
34308
|
|
|
34384
|
-
.
|
|
34385
|
-
margin
|
|
34386
|
-
|
|
34309
|
+
.E_sddwhm6 {
|
|
34310
|
+
margin: 0;
|
|
34311
|
+
border-radius: 20px;
|
|
34312
|
+
padding: 2px 10px;
|
|
34313
|
+
height: 22px;
|
|
34387
34314
|
}
|
|
34388
|
-
|
|
34389
|
-
.
|
|
34390
|
-
color: #FFFFFF;
|
|
34391
|
-
display: flex;
|
|
34392
|
-
gap: 8px;
|
|
34393
|
-
padding: 8px 0;
|
|
34394
|
-
display: flex;
|
|
34395
|
-
justify-content: center;
|
|
34396
|
-
white-space: pre-wrap;
|
|
34397
|
-
align-items: center;
|
|
34315
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34316
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34398
34317
|
}
|
|
34399
|
-
.
|
|
34400
|
-
|
|
34401
|
-
cursor: pointer;
|
|
34318
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
34319
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34402
34320
|
}
|
|
34403
|
-
|
|
34404
|
-
|
|
34405
|
-
|
|
34321
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34322
|
+
color: #00122e;
|
|
34323
|
+
}
|
|
34324
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34325
|
+
margin-right: 6px;
|
|
34326
|
+
}
|
|
34327
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34328
|
+
margin-left: 8px;
|
|
34329
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34330
|
+
}
|
|
34331
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34332
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34333
|
+
}
|
|
34334
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34335
|
+
background-color: #0080ff;
|
|
34336
|
+
}
|
|
34337
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
34338
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34339
|
+
}
|
|
34340
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34341
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34342
|
+
}
|
|
34343
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34344
|
+
background-color: #f0483e;
|
|
34345
|
+
}
|
|
34346
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
34347
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34348
|
+
}
|
|
34349
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34350
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34351
|
+
}
|
|
34352
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34353
|
+
background-color: #fea008;
|
|
34354
|
+
}
|
|
34355
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
34356
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34357
|
+
}
|
|
34358
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34359
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34360
|
+
}
|
|
34361
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34362
|
+
background-color: #00ba5d;
|
|
34363
|
+
}
|
|
34364
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
34365
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34366
|
+
}
|
|
34367
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34368
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34369
|
+
}
|
|
34370
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34371
|
+
background-color: #6b7d99;
|
|
34372
|
+
}
|
|
34373
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
34374
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34406
34375
|
}
|
|
34407
34376
|
|
|
34408
|
-
.
|
|
34409
|
-
|
|
34377
|
+
.E_satwmqm {
|
|
34378
|
+
width: 8px;
|
|
34379
|
+
height: 8px;
|
|
34380
|
+
border-radius: 50%;
|
|
34381
|
+
display: inline-block;
|
|
34410
34382
|
}
|
|
34411
34383
|
|
|
34412
|
-
.
|
|
34413
|
-
|
|
34384
|
+
.E_i1g85yz3 {
|
|
34385
|
+
margin-right: 4px;
|
|
34386
|
+
height: 16px;
|
|
34414
34387
|
}
|
|
34415
34388
|
|
|
34416
34389
|
.E_t13ef470 {
|
|
@@ -34436,11 +34409,38 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34436
34409
|
.E_t13ef470 :nth-child(1) {
|
|
34437
34410
|
padding: 8px 4px;
|
|
34438
34411
|
}
|
|
34439
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
34440
|
-
background: rgba(107, 125, 153, 0.18);
|
|
34412
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34413
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34414
|
+
}
|
|
34415
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34416
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34417
|
+
}
|
|
34418
|
+
|
|
34419
|
+
.E_bpgac8u {
|
|
34420
|
+
color: #FFFFFF;
|
|
34421
|
+
display: flex;
|
|
34422
|
+
gap: 8px;
|
|
34423
|
+
padding: 8px 0;
|
|
34424
|
+
display: flex;
|
|
34425
|
+
justify-content: center;
|
|
34426
|
+
white-space: pre-wrap;
|
|
34427
|
+
align-items: center;
|
|
34428
|
+
}
|
|
34429
|
+
.E_bpgac8u .dashed-btn {
|
|
34430
|
+
border-bottom: 1px solid white;
|
|
34431
|
+
cursor: pointer;
|
|
34432
|
+
}
|
|
34433
|
+
|
|
34434
|
+
.E_envn4g3 {
|
|
34435
|
+
background: #F0483E;
|
|
34436
|
+
}
|
|
34437
|
+
|
|
34438
|
+
.E_i12w18eu {
|
|
34439
|
+
background: #0080FF;
|
|
34441
34440
|
}
|
|
34442
|
-
|
|
34443
|
-
|
|
34441
|
+
|
|
34442
|
+
.E_wujsnt4 {
|
|
34443
|
+
background-color: #E07F00;
|
|
34444
34444
|
}
|
|
34445
34445
|
|
|
34446
34446
|
.E_b1jaupqb {
|
|
@@ -34832,6 +34832,19 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34832
34832
|
border-radius: 2px;
|
|
34833
34833
|
}
|
|
34834
34834
|
|
|
34835
|
+
.E_skwah65 {
|
|
34836
|
+
height: 8px;
|
|
34837
|
+
box-sizing: border-box;
|
|
34838
|
+
border-radius: 2px;
|
|
34839
|
+
background: #f5f7fa;
|
|
34840
|
+
display: flex;
|
|
34841
|
+
width: 100%;
|
|
34842
|
+
overflow: hidden;
|
|
34843
|
+
}
|
|
34844
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
34845
|
+
margin-left: 1px;
|
|
34846
|
+
}
|
|
34847
|
+
|
|
34835
34848
|
.E_c1up1pdz {
|
|
34836
34849
|
width: 648px;
|
|
34837
34850
|
}
|
|
@@ -34972,12 +34985,64 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34972
34985
|
color: #fff;
|
|
34973
34986
|
}
|
|
34974
34987
|
|
|
34975
|
-
.
|
|
34988
|
+
.E_gmyahx3 {
|
|
34989
|
+
cursor: pointer;
|
|
34990
|
+
}
|
|
34991
|
+
.E_gmyahx3 .link-text {
|
|
34992
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34993
|
+
}
|
|
34994
|
+
.E_gmyahx3:hover .link-text {
|
|
34995
|
+
color: #0080ff;
|
|
34996
|
+
}
|
|
34997
|
+
|
|
34998
|
+
span.E_tqjc4ui {
|
|
34999
|
+
margin: 0 2px;
|
|
35000
|
+
}
|
|
35001
|
+
|
|
35002
|
+
.E_ou7iq30 {
|
|
35003
|
+
overflow: hidden;
|
|
35004
|
+
text-overflow: ellipsis;
|
|
35005
|
+
}
|
|
35006
|
+
|
|
35007
|
+
.E_s1tui002 {
|
|
35008
|
+
white-space: nowrap;
|
|
35009
|
+
}
|
|
35010
|
+
|
|
35011
|
+
.E_mxrc2zg {
|
|
35012
|
+
display: -webkit-box;
|
|
35013
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35014
|
+
-webkit-box-orient: vertical;
|
|
35015
|
+
word-break: break-all;
|
|
35016
|
+
}
|
|
35017
|
+
|
|
35018
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35019
|
+
display: none;
|
|
35020
|
+
}
|
|
35021
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35022
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35023
|
+
border-radius: 4px;
|
|
35024
|
+
}
|
|
35025
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35026
|
+
visibility: hidden;
|
|
35027
|
+
}
|
|
35028
|
+
|
|
35029
|
+
.E_n12mqh7z {
|
|
34976
35030
|
display: flex;
|
|
34977
35031
|
align-items: center;
|
|
35032
|
+
font-size: 12px;
|
|
35033
|
+
line-height: 18px;
|
|
34978
35034
|
}
|
|
34979
|
-
.
|
|
34980
|
-
margin-
|
|
35035
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35036
|
+
margin-bottom: 4px;
|
|
35037
|
+
}
|
|
35038
|
+
|
|
35039
|
+
.E_tf5bynu {
|
|
35040
|
+
margin: 0 3px;
|
|
35041
|
+
}
|
|
35042
|
+
|
|
35043
|
+
.E_tcckoz1 {
|
|
35044
|
+
max-height: 400px;
|
|
35045
|
+
overflow: auto;
|
|
34981
35046
|
}
|
|
34982
35047
|
|
|
34983
35048
|
.E_t1sqg15u {
|
|
@@ -35070,69 +35135,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35070
35135
|
padding-right: 12px;
|
|
35071
35136
|
}
|
|
35072
35137
|
|
|
35073
|
-
span.E_tqjc4ui {
|
|
35074
|
-
margin: 0 2px;
|
|
35075
|
-
}
|
|
35076
|
-
|
|
35077
|
-
.E_skwah65 {
|
|
35078
|
-
height: 8px;
|
|
35079
|
-
box-sizing: border-box;
|
|
35080
|
-
border-radius: 2px;
|
|
35081
|
-
background: #f5f7fa;
|
|
35082
|
-
display: flex;
|
|
35083
|
-
width: 100%;
|
|
35084
|
-
overflow: hidden;
|
|
35085
|
-
}
|
|
35086
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35087
|
-
margin-left: 1px;
|
|
35088
|
-
}
|
|
35089
|
-
|
|
35090
|
-
.E_ou7iq30 {
|
|
35091
|
-
overflow: hidden;
|
|
35092
|
-
text-overflow: ellipsis;
|
|
35093
|
-
}
|
|
35094
|
-
|
|
35095
|
-
.E_s1tui002 {
|
|
35096
|
-
white-space: nowrap;
|
|
35097
|
-
}
|
|
35098
|
-
|
|
35099
|
-
.E_mxrc2zg {
|
|
35100
|
-
display: -webkit-box;
|
|
35101
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35102
|
-
-webkit-box-orient: vertical;
|
|
35103
|
-
word-break: break-all;
|
|
35104
|
-
}
|
|
35105
|
-
|
|
35106
|
-
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35107
|
-
display: none;
|
|
35108
|
-
}
|
|
35109
|
-
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35110
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35111
|
-
border-radius: 4px;
|
|
35112
|
-
}
|
|
35113
|
-
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35114
|
-
visibility: hidden;
|
|
35115
|
-
}
|
|
35116
|
-
|
|
35117
|
-
.E_n12mqh7z {
|
|
35118
|
-
display: flex;
|
|
35119
|
-
align-items: center;
|
|
35120
|
-
font-size: 12px;
|
|
35121
|
-
line-height: 18px;
|
|
35122
|
-
}
|
|
35123
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35124
|
-
margin-bottom: 4px;
|
|
35125
|
-
}
|
|
35126
|
-
|
|
35127
|
-
.E_tf5bynu {
|
|
35128
|
-
margin: 0 3px;
|
|
35129
|
-
}
|
|
35130
|
-
|
|
35131
|
-
.E_tcckoz1 {
|
|
35132
|
-
max-height: 400px;
|
|
35133
|
-
overflow: auto;
|
|
35134
|
-
}
|
|
35135
|
-
|
|
35136
35138
|
.E_wg1tsps {
|
|
35137
35139
|
display: flex;
|
|
35138
35140
|
align-items: center;
|
|
@@ -35156,16 +35158,6 @@ span.E_tqjc4ui {
|
|
|
35156
35158
|
color: #00122e !important;
|
|
35157
35159
|
}
|
|
35158
35160
|
|
|
35159
|
-
.E_gmyahx3 {
|
|
35160
|
-
cursor: pointer;
|
|
35161
|
-
}
|
|
35162
|
-
.E_gmyahx3 .link-text {
|
|
35163
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35164
|
-
}
|
|
35165
|
-
.E_gmyahx3:hover .link-text {
|
|
35166
|
-
color: #0080ff;
|
|
35167
|
-
}
|
|
35168
|
-
|
|
35169
35161
|
.E_t160l1cm {
|
|
35170
35162
|
display: flex;
|
|
35171
35163
|
flex-direction: column;
|
|
@@ -35482,6 +35474,14 @@ span.E_tqjc4ui {
|
|
|
35482
35474
|
text-align: left;
|
|
35483
35475
|
}
|
|
35484
35476
|
|
|
35477
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35478
|
+
display: flex;
|
|
35479
|
+
align-items: center;
|
|
35480
|
+
}
|
|
35481
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35482
|
+
margin-right: 8px;
|
|
35483
|
+
}
|
|
35484
|
+
|
|
35485
35485
|
.E_cyms3br {
|
|
35486
35486
|
background: #fff;
|
|
35487
35487
|
width: 100%;
|
|
@@ -35535,6 +35535,43 @@ span.E_tqjc4ui {
|
|
|
35535
35535
|
justify-content: center;
|
|
35536
35536
|
}
|
|
35537
35537
|
|
|
35538
|
+
.E_d11hhzf9 {
|
|
35539
|
+
width: 492px !important;
|
|
35540
|
+
margin: 40px auto !important;
|
|
35541
|
+
padding-bottom: 0 !important;
|
|
35542
|
+
}
|
|
35543
|
+
.E_d11hhzf9 .ant-modal-content {
|
|
35544
|
+
background: #fff;
|
|
35545
|
+
border-radius: 16px;
|
|
35546
|
+
}
|
|
35547
|
+
.E_d11hhzf9 .ant-modal-header {
|
|
35548
|
+
padding: 32px 40px 0;
|
|
35549
|
+
border-bottom: none;
|
|
35550
|
+
border-radius: 16px 16px 0 0;
|
|
35551
|
+
}
|
|
35552
|
+
.E_d11hhzf9 .ant-modal-close {
|
|
35553
|
+
right: 40px;
|
|
35554
|
+
top: 32px;
|
|
35555
|
+
}
|
|
35556
|
+
.E_d11hhzf9 .ant-modal-body {
|
|
35557
|
+
padding: 32px 40px;
|
|
35558
|
+
min-height: 160px;
|
|
35559
|
+
max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
|
|
35560
|
+
overflow-y: auto;
|
|
35561
|
+
}
|
|
35562
|
+
.E_d11hhzf9 .ant-modal-footer {
|
|
35563
|
+
padding: 24px 40px;
|
|
35564
|
+
margin-top: 0;
|
|
35565
|
+
border-top: none;
|
|
35566
|
+
box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
|
|
35567
|
+
}
|
|
35568
|
+
|
|
35569
|
+
.E_f1g147n6 {
|
|
35570
|
+
display: flex;
|
|
35571
|
+
justify-content: flex-end;
|
|
35572
|
+
gap: 8px;
|
|
35573
|
+
}
|
|
35574
|
+
|
|
35538
35575
|
.E_h1ol2wl7 {
|
|
35539
35576
|
font-weight: bold;
|
|
35540
35577
|
background-color: unset;
|
|
@@ -35582,43 +35619,6 @@ span.E_tqjc4ui {
|
|
|
35582
35619
|
color: rgba(0, 21, 64, 0.3);
|
|
35583
35620
|
}
|
|
35584
35621
|
|
|
35585
|
-
.E_d11hhzf9 {
|
|
35586
|
-
width: 492px !important;
|
|
35587
|
-
margin: 40px auto !important;
|
|
35588
|
-
padding-bottom: 0 !important;
|
|
35589
|
-
}
|
|
35590
|
-
.E_d11hhzf9 .ant-modal-content {
|
|
35591
|
-
background: #fff;
|
|
35592
|
-
border-radius: 16px;
|
|
35593
|
-
}
|
|
35594
|
-
.E_d11hhzf9 .ant-modal-header {
|
|
35595
|
-
padding: 32px 40px 0;
|
|
35596
|
-
border-bottom: none;
|
|
35597
|
-
border-radius: 16px 16px 0 0;
|
|
35598
|
-
}
|
|
35599
|
-
.E_d11hhzf9 .ant-modal-close {
|
|
35600
|
-
right: 40px;
|
|
35601
|
-
top: 32px;
|
|
35602
|
-
}
|
|
35603
|
-
.E_d11hhzf9 .ant-modal-body {
|
|
35604
|
-
padding: 32px 40px;
|
|
35605
|
-
min-height: 160px;
|
|
35606
|
-
max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
|
|
35607
|
-
overflow-y: auto;
|
|
35608
|
-
}
|
|
35609
|
-
.E_d11hhzf9 .ant-modal-footer {
|
|
35610
|
-
padding: 24px 40px;
|
|
35611
|
-
margin-top: 0;
|
|
35612
|
-
border-top: none;
|
|
35613
|
-
box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
|
|
35614
|
-
}
|
|
35615
|
-
|
|
35616
|
-
.E_f1g147n6 {
|
|
35617
|
-
display: flex;
|
|
35618
|
-
justify-content: flex-end;
|
|
35619
|
-
gap: 8px;
|
|
35620
|
-
}
|
|
35621
|
-
|
|
35622
35622
|
.E_kr6am0s .ant-modal-body {
|
|
35623
35623
|
padding: 60px 128px;
|
|
35624
35624
|
}
|
|
@@ -36174,6 +36174,15 @@ span.E_tqjc4ui {
|
|
|
36174
36174
|
padding: 0;
|
|
36175
36175
|
}
|
|
36176
36176
|
|
|
36177
|
+
.E_cevhqx7 {
|
|
36178
|
+
color: #00122e;
|
|
36179
|
+
}
|
|
36180
|
+
|
|
36181
|
+
.E_snbqlt4 {
|
|
36182
|
+
margin-top: 8px;
|
|
36183
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36184
|
+
}
|
|
36185
|
+
|
|
36177
36186
|
.E_c1ss4prm {
|
|
36178
36187
|
color: rgba(44, 56, 82, 0.6);
|
|
36179
36188
|
}
|
|
@@ -36256,15 +36265,6 @@ span.E_tqjc4ui {
|
|
|
36256
36265
|
height: auto;
|
|
36257
36266
|
}
|
|
36258
36267
|
|
|
36259
|
-
.E_cevhqx7 {
|
|
36260
|
-
color: #00122e;
|
|
36261
|
-
}
|
|
36262
|
-
|
|
36263
|
-
.E_snbqlt4 {
|
|
36264
|
-
margin-top: 8px;
|
|
36265
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36266
|
-
}
|
|
36267
|
-
|
|
36268
36268
|
.E_l12xdkhl {
|
|
36269
36269
|
width: 64px;
|
|
36270
36270
|
height: 64px;
|