@cloudtower/eagle 0.29.26 → 0.29.29
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/BarChart/index.js +73 -17
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1383 -1383
- package/dist/esm/coreX/BarChart/index.js +74 -18
- package/dist/esm/stats1.html +1 -1
- package/dist/src/coreX/BarChart/index.d.ts +1 -0
- package/dist/stories/docs/coreX/BarChart.stories.d.ts +1 -0
- package/dist/style.css +1318 -1318
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29657,6 +29657,67 @@ html body {
|
|
|
29657
29657
|
background: #fff;
|
|
29658
29658
|
}
|
|
29659
29659
|
|
|
29660
|
+
.E_gmyahx3 {
|
|
29661
|
+
cursor: pointer;
|
|
29662
|
+
}
|
|
29663
|
+
|
|
29664
|
+
.E_gmyahx3 .link-text {
|
|
29665
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29666
|
+
}
|
|
29667
|
+
|
|
29668
|
+
.E_gmyahx3:hover .link-text {
|
|
29669
|
+
color: #0080ff;
|
|
29670
|
+
}
|
|
29671
|
+
|
|
29672
|
+
.E_c18bcrac {
|
|
29673
|
+
display: inline-block;
|
|
29674
|
+
width: 100%;
|
|
29675
|
+
}
|
|
29676
|
+
|
|
29677
|
+
.E_c18bcrac .recharts-wrapper {
|
|
29678
|
+
margin-left: 4px;
|
|
29679
|
+
}
|
|
29680
|
+
|
|
29681
|
+
.E_cro7kg2 {
|
|
29682
|
+
padding: 4px;
|
|
29683
|
+
}
|
|
29684
|
+
|
|
29685
|
+
.E_c14wcxf0 {
|
|
29686
|
+
display: flex;
|
|
29687
|
+
justify-content: space-between;
|
|
29688
|
+
align-items: center;
|
|
29689
|
+
font-size: 13px;
|
|
29690
|
+
line-height: 24px;
|
|
29691
|
+
color: #cccccc;
|
|
29692
|
+
white-space: nowrap;
|
|
29693
|
+
}
|
|
29694
|
+
|
|
29695
|
+
.E_c14wcxf0 label {
|
|
29696
|
+
margin-right: 32px;
|
|
29697
|
+
}
|
|
29698
|
+
|
|
29699
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
29700
|
+
font-weight: bold;
|
|
29701
|
+
color: white;
|
|
29702
|
+
}
|
|
29703
|
+
|
|
29704
|
+
.E_s11212zy {
|
|
29705
|
+
width: 8px;
|
|
29706
|
+
height: 8px;
|
|
29707
|
+
border-radius: 2px;
|
|
29708
|
+
display: inline-block;
|
|
29709
|
+
background: var(--s11212zy-0);
|
|
29710
|
+
border: 1px solid #fff;
|
|
29711
|
+
box-sizing: content-box;
|
|
29712
|
+
margin-right: 6px;
|
|
29713
|
+
}
|
|
29714
|
+
|
|
29715
|
+
.E_p1lyky6c > :first-child {
|
|
29716
|
+
font-weight: bold;
|
|
29717
|
+
color: white;
|
|
29718
|
+
margin-right: 4px;
|
|
29719
|
+
}
|
|
29720
|
+
|
|
29660
29721
|
.E_n12mqh7z {
|
|
29661
29722
|
display: flex;
|
|
29662
29723
|
align-items: center;
|
|
@@ -29677,8 +29738,20 @@ html body {
|
|
|
29677
29738
|
overflow: auto;
|
|
29678
29739
|
}
|
|
29679
29740
|
|
|
29680
|
-
|
|
29681
|
-
|
|
29741
|
+
.E_ou7iq30 {
|
|
29742
|
+
overflow: hidden;
|
|
29743
|
+
text-overflow: ellipsis;
|
|
29744
|
+
}
|
|
29745
|
+
|
|
29746
|
+
.E_s1tui002 {
|
|
29747
|
+
white-space: nowrap;
|
|
29748
|
+
}
|
|
29749
|
+
|
|
29750
|
+
.E_mxrc2zg {
|
|
29751
|
+
display: -webkit-box;
|
|
29752
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29753
|
+
-webkit-box-orient: vertical;
|
|
29754
|
+
word-break: break-all;
|
|
29682
29755
|
}
|
|
29683
29756
|
|
|
29684
29757
|
.E_clm1wy1 {
|
|
@@ -29790,65 +29863,8 @@ span.E_tqjc4ui {
|
|
|
29790
29863
|
border-radius: 2px;
|
|
29791
29864
|
}
|
|
29792
29865
|
|
|
29793
|
-
.
|
|
29794
|
-
|
|
29795
|
-
}
|
|
29796
|
-
|
|
29797
|
-
.E_gmyahx3 .link-text {
|
|
29798
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29799
|
-
}
|
|
29800
|
-
|
|
29801
|
-
.E_gmyahx3:hover .link-text {
|
|
29802
|
-
color: #0080ff;
|
|
29803
|
-
}
|
|
29804
|
-
|
|
29805
|
-
.E_c18bcrac {
|
|
29806
|
-
display: inline-block;
|
|
29807
|
-
width: 100%;
|
|
29808
|
-
}
|
|
29809
|
-
|
|
29810
|
-
.E_c18bcrac .recharts-wrapper {
|
|
29811
|
-
margin-left: 4px;
|
|
29812
|
-
}
|
|
29813
|
-
|
|
29814
|
-
.E_cro7kg2 {
|
|
29815
|
-
padding: 4px;
|
|
29816
|
-
}
|
|
29817
|
-
|
|
29818
|
-
.E_c14wcxf0 {
|
|
29819
|
-
display: flex;
|
|
29820
|
-
justify-content: space-between;
|
|
29821
|
-
align-items: center;
|
|
29822
|
-
font-size: 13px;
|
|
29823
|
-
line-height: 24px;
|
|
29824
|
-
color: #cccccc;
|
|
29825
|
-
white-space: nowrap;
|
|
29826
|
-
}
|
|
29827
|
-
|
|
29828
|
-
.E_c14wcxf0 label {
|
|
29829
|
-
margin-right: 32px;
|
|
29830
|
-
}
|
|
29831
|
-
|
|
29832
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
29833
|
-
font-weight: bold;
|
|
29834
|
-
color: white;
|
|
29835
|
-
}
|
|
29836
|
-
|
|
29837
|
-
.E_s11212zy {
|
|
29838
|
-
width: 8px;
|
|
29839
|
-
height: 8px;
|
|
29840
|
-
border-radius: 2px;
|
|
29841
|
-
display: inline-block;
|
|
29842
|
-
background: var(--s11212zy-0);
|
|
29843
|
-
border: 1px solid #fff;
|
|
29844
|
-
box-sizing: content-box;
|
|
29845
|
-
margin-right: 6px;
|
|
29846
|
-
}
|
|
29847
|
-
|
|
29848
|
-
.E_p1lyky6c > :first-child {
|
|
29849
|
-
font-weight: bold;
|
|
29850
|
-
color: white;
|
|
29851
|
-
margin-right: 4px;
|
|
29866
|
+
span.E_tqjc4ui {
|
|
29867
|
+
margin: 0 2px;
|
|
29852
29868
|
}
|
|
29853
29869
|
|
|
29854
29870
|
.E_c1up1pdz {
|
|
@@ -30026,70 +30042,6 @@ span.E_tqjc4ui {
|
|
|
30026
30042
|
margin-right: 8px;
|
|
30027
30043
|
}
|
|
30028
30044
|
|
|
30029
|
-
.E_m74vjol {
|
|
30030
|
-
display: flex;
|
|
30031
|
-
justify-content: space-between;
|
|
30032
|
-
width: 100%;
|
|
30033
|
-
}
|
|
30034
|
-
|
|
30035
|
-
.E_m74vjol .action {
|
|
30036
|
-
margin-left: 16px;
|
|
30037
|
-
}
|
|
30038
|
-
|
|
30039
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30040
|
-
width: 100%;
|
|
30041
|
-
}
|
|
30042
|
-
|
|
30043
|
-
.E_wg1tsps {
|
|
30044
|
-
display: flex;
|
|
30045
|
-
align-items: center;
|
|
30046
|
-
justify-content: flex-end;
|
|
30047
|
-
}
|
|
30048
|
-
|
|
30049
|
-
.E_b1ctd5xy {
|
|
30050
|
-
display: flex;
|
|
30051
|
-
align-items: center;
|
|
30052
|
-
width: calc(100% - 40px);
|
|
30053
|
-
}
|
|
30054
|
-
|
|
30055
|
-
.E_b1ctd5xy .chart {
|
|
30056
|
-
display: inline-block;
|
|
30057
|
-
width: 100%;
|
|
30058
|
-
}
|
|
30059
|
-
|
|
30060
|
-
.E_u1p8acpn {
|
|
30061
|
-
min-width: 40px;
|
|
30062
|
-
}
|
|
30063
|
-
|
|
30064
|
-
.E_u1p8acpn .unit {
|
|
30065
|
-
color: #00122e !important;
|
|
30066
|
-
}
|
|
30067
|
-
|
|
30068
|
-
.E_c18gxmrl {
|
|
30069
|
-
border: 1px solid #d8deeb;
|
|
30070
|
-
border-radius: 4px;
|
|
30071
|
-
}
|
|
30072
|
-
|
|
30073
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
30074
|
-
margin-top: 8px;
|
|
30075
|
-
}
|
|
30076
|
-
|
|
30077
|
-
.E_c18gxmrl:hover {
|
|
30078
|
-
border-color: #0080ff;
|
|
30079
|
-
}
|
|
30080
|
-
|
|
30081
|
-
.E_c18gxmrl:hover > header {
|
|
30082
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30083
|
-
}
|
|
30084
|
-
|
|
30085
|
-
.E_c18gxmrl.active header {
|
|
30086
|
-
border-bottom: 1px solid #d8deeb;
|
|
30087
|
-
}
|
|
30088
|
-
|
|
30089
|
-
.E_c18gxmrl > header {
|
|
30090
|
-
padding: 8px 12px;
|
|
30091
|
-
}
|
|
30092
|
-
|
|
30093
30045
|
.E_t1sqg15u {
|
|
30094
30046
|
background: white;
|
|
30095
30047
|
}
|
|
@@ -30196,20 +30148,54 @@ span.E_tqjc4ui {
|
|
|
30196
30148
|
padding-right: 12px;
|
|
30197
30149
|
}
|
|
30198
30150
|
|
|
30199
|
-
.
|
|
30200
|
-
|
|
30201
|
-
|
|
30151
|
+
.E_wg1tsps {
|
|
30152
|
+
display: flex;
|
|
30153
|
+
align-items: center;
|
|
30154
|
+
justify-content: flex-end;
|
|
30202
30155
|
}
|
|
30203
30156
|
|
|
30204
|
-
.
|
|
30205
|
-
|
|
30157
|
+
.E_b1ctd5xy {
|
|
30158
|
+
display: flex;
|
|
30159
|
+
align-items: center;
|
|
30160
|
+
width: calc(100% - 40px);
|
|
30206
30161
|
}
|
|
30207
30162
|
|
|
30208
|
-
.
|
|
30209
|
-
display: -
|
|
30210
|
-
|
|
30211
|
-
|
|
30212
|
-
|
|
30163
|
+
.E_b1ctd5xy .chart {
|
|
30164
|
+
display: inline-block;
|
|
30165
|
+
width: 100%;
|
|
30166
|
+
}
|
|
30167
|
+
|
|
30168
|
+
.E_u1p8acpn {
|
|
30169
|
+
min-width: 40px;
|
|
30170
|
+
}
|
|
30171
|
+
|
|
30172
|
+
.E_u1p8acpn .unit {
|
|
30173
|
+
color: #00122e !important;
|
|
30174
|
+
}
|
|
30175
|
+
|
|
30176
|
+
.E_c18gxmrl {
|
|
30177
|
+
border: 1px solid #d8deeb;
|
|
30178
|
+
border-radius: 4px;
|
|
30179
|
+
}
|
|
30180
|
+
|
|
30181
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30182
|
+
margin-top: 8px;
|
|
30183
|
+
}
|
|
30184
|
+
|
|
30185
|
+
.E_c18gxmrl:hover {
|
|
30186
|
+
border-color: #0080ff;
|
|
30187
|
+
}
|
|
30188
|
+
|
|
30189
|
+
.E_c18gxmrl:hover > header {
|
|
30190
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30191
|
+
}
|
|
30192
|
+
|
|
30193
|
+
.E_c18gxmrl.active header {
|
|
30194
|
+
border-bottom: 1px solid #d8deeb;
|
|
30195
|
+
}
|
|
30196
|
+
|
|
30197
|
+
.E_c18gxmrl > header {
|
|
30198
|
+
padding: 8px 12px;
|
|
30213
30199
|
}
|
|
30214
30200
|
|
|
30215
30201
|
.E_berrcjl {
|
|
@@ -30231,6 +30217,20 @@ span.E_tqjc4ui {
|
|
|
30231
30217
|
color: #005ed1;
|
|
30232
30218
|
}
|
|
30233
30219
|
|
|
30220
|
+
.E_m74vjol {
|
|
30221
|
+
display: flex;
|
|
30222
|
+
justify-content: space-between;
|
|
30223
|
+
width: 100%;
|
|
30224
|
+
}
|
|
30225
|
+
|
|
30226
|
+
.E_m74vjol .action {
|
|
30227
|
+
margin-left: 16px;
|
|
30228
|
+
}
|
|
30229
|
+
|
|
30230
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30231
|
+
width: 100%;
|
|
30232
|
+
}
|
|
30233
|
+
|
|
30234
30234
|
.E_b1nip9bk {
|
|
30235
30235
|
padding: 4px 11px;
|
|
30236
30236
|
}
|
|
@@ -30808,21 +30808,6 @@ button.E_n7k2c6r {
|
|
|
30808
30808
|
padding: 0;
|
|
30809
30809
|
}
|
|
30810
30810
|
|
|
30811
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30812
|
-
padding: 4px 8px 0 8px;
|
|
30813
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30814
|
-
font-size: 12px;
|
|
30815
|
-
}
|
|
30816
|
-
|
|
30817
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30818
|
-
padding-bottom: 6px;
|
|
30819
|
-
}
|
|
30820
|
-
|
|
30821
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30822
|
-
padding-top: 4px;
|
|
30823
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30824
|
-
}
|
|
30825
|
-
|
|
30826
30811
|
.E_c1uzzomf {
|
|
30827
30812
|
margin-bottom: 16px;
|
|
30828
30813
|
}
|
|
@@ -30848,98 +30833,6 @@ button.E_n7k2c6r {
|
|
|
30848
30833
|
text-align: center;
|
|
30849
30834
|
}
|
|
30850
30835
|
|
|
30851
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30852
|
-
border: 0px;
|
|
30853
|
-
background-color: #fff;
|
|
30854
|
-
}
|
|
30855
|
-
|
|
30856
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30857
|
-
padding-top: 0px;
|
|
30858
|
-
padding-bottom: 0px;
|
|
30859
|
-
padding-left: 0px !important;
|
|
30860
|
-
padding-right: 24px;
|
|
30861
|
-
}
|
|
30862
|
-
|
|
30863
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30864
|
-
right: 0px;
|
|
30865
|
-
}
|
|
30866
|
-
|
|
30867
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30868
|
-
padding: 0px;
|
|
30869
|
-
}
|
|
30870
|
-
|
|
30871
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30872
|
-
padding-right: 0px;
|
|
30873
|
-
cursor: default;
|
|
30874
|
-
}
|
|
30875
|
-
|
|
30876
|
-
.E_phljevk {
|
|
30877
|
-
display: flex;
|
|
30878
|
-
justify-content: space-between;
|
|
30879
|
-
align-items: center;
|
|
30880
|
-
padding: 10px 0;
|
|
30881
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30882
|
-
font-size: 12px;
|
|
30883
|
-
line-height: 24px;
|
|
30884
|
-
}
|
|
30885
|
-
|
|
30886
|
-
.E_phljevk .pagination-left {
|
|
30887
|
-
padding: 2px 8px;
|
|
30888
|
-
}
|
|
30889
|
-
|
|
30890
|
-
.E_phljevk .dropdown-trigger {
|
|
30891
|
-
display: flex;
|
|
30892
|
-
align-items: center;
|
|
30893
|
-
border-radius: 6px;
|
|
30894
|
-
cursor: pointer;
|
|
30895
|
-
transition: all 0.3s ease;
|
|
30896
|
-
}
|
|
30897
|
-
|
|
30898
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
30899
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30900
|
-
color: #0080ff;
|
|
30901
|
-
}
|
|
30902
|
-
|
|
30903
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30904
|
-
margin-left: 4px;
|
|
30905
|
-
}
|
|
30906
|
-
|
|
30907
|
-
.E_phljevk .pagination-right {
|
|
30908
|
-
display: flex;
|
|
30909
|
-
align-items: center;
|
|
30910
|
-
color: #0080ff;
|
|
30911
|
-
font-weight: bold;
|
|
30912
|
-
}
|
|
30913
|
-
|
|
30914
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
30915
|
-
margin-left: 4px;
|
|
30916
|
-
}
|
|
30917
|
-
|
|
30918
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
30919
|
-
.E_phljevk .pagination-right .next-btn {
|
|
30920
|
-
padding: 0 8px;
|
|
30921
|
-
}
|
|
30922
|
-
|
|
30923
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
30924
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30925
|
-
color: #0080ff;
|
|
30926
|
-
}
|
|
30927
|
-
|
|
30928
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30929
|
-
transform: rotate(180deg);
|
|
30930
|
-
}
|
|
30931
|
-
|
|
30932
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30933
|
-
max-height: calc(100vh - 128px);
|
|
30934
|
-
overflow-y: auto;
|
|
30935
|
-
}
|
|
30936
|
-
|
|
30937
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30938
|
-
padding: 4px 20px;
|
|
30939
|
-
font-size: 12px;
|
|
30940
|
-
line-height: 18px;
|
|
30941
|
-
}
|
|
30942
|
-
|
|
30943
30836
|
.E_c1yyuluq {
|
|
30944
30837
|
border-radius: 8px;
|
|
30945
30838
|
}
|
|
@@ -30952,10 +30845,6 @@ button.E_n7k2c6r {
|
|
|
30952
30845
|
line-height: 18px;
|
|
30953
30846
|
}
|
|
30954
30847
|
|
|
30955
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30956
|
-
display: flex;
|
|
30957
|
-
}
|
|
30958
|
-
|
|
30959
30848
|
.E_d1bw7c5z {
|
|
30960
30849
|
position: relative;
|
|
30961
30850
|
max-width: 388px;
|
|
@@ -31052,193 +30941,294 @@ button.E_n7k2c6r {
|
|
|
31052
30941
|
width: 102px;
|
|
31053
30942
|
}
|
|
31054
30943
|
|
|
31055
|
-
.
|
|
31056
|
-
|
|
31057
|
-
|
|
31058
|
-
|
|
30944
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30945
|
+
padding: 4px 8px 0 8px;
|
|
30946
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30947
|
+
font-size: 12px;
|
|
31059
30948
|
}
|
|
31060
30949
|
|
|
31061
|
-
.
|
|
31062
|
-
|
|
31063
|
-
top: 3px;
|
|
30950
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30951
|
+
padding-bottom: 6px;
|
|
31064
30952
|
}
|
|
31065
30953
|
|
|
31066
|
-
.
|
|
31067
|
-
|
|
30954
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30955
|
+
padding-top: 4px;
|
|
30956
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31068
30957
|
}
|
|
31069
30958
|
|
|
31070
|
-
.
|
|
31071
|
-
border
|
|
30959
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30960
|
+
border: 0px;
|
|
30961
|
+
background-color: #fff;
|
|
31072
30962
|
}
|
|
31073
30963
|
|
|
31074
|
-
.
|
|
31075
|
-
|
|
31076
|
-
|
|
30964
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30965
|
+
padding-top: 0px;
|
|
30966
|
+
padding-bottom: 0px;
|
|
30967
|
+
padding-left: 0px !important;
|
|
30968
|
+
padding-right: 24px;
|
|
31077
30969
|
}
|
|
31078
30970
|
|
|
31079
|
-
.
|
|
31080
|
-
|
|
31081
|
-
left: 4px;
|
|
31082
|
-
width: 6px;
|
|
31083
|
-
height: 6px;
|
|
31084
|
-
background: #fff;
|
|
30971
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30972
|
+
right: 0px;
|
|
31085
30973
|
}
|
|
31086
30974
|
|
|
31087
|
-
.
|
|
31088
|
-
|
|
30975
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30976
|
+
padding: 0px;
|
|
31089
30977
|
}
|
|
31090
30978
|
|
|
31091
|
-
.
|
|
31092
|
-
|
|
31093
|
-
|
|
30979
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30980
|
+
padding-right: 0px;
|
|
30981
|
+
cursor: default;
|
|
31094
30982
|
}
|
|
31095
30983
|
|
|
31096
|
-
.
|
|
31097
|
-
|
|
30984
|
+
.E_phljevk {
|
|
30985
|
+
display: flex;
|
|
30986
|
+
justify-content: space-between;
|
|
30987
|
+
align-items: center;
|
|
30988
|
+
padding: 10px 0;
|
|
30989
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30990
|
+
font-size: 12px;
|
|
30991
|
+
line-height: 24px;
|
|
31098
30992
|
}
|
|
31099
30993
|
|
|
31100
|
-
.
|
|
31101
|
-
|
|
31102
|
-
opacity: 0.5;
|
|
30994
|
+
.E_phljevk .pagination-left {
|
|
30995
|
+
padding: 2px 8px;
|
|
31103
30996
|
}
|
|
31104
30997
|
|
|
31105
|
-
.
|
|
31106
|
-
|
|
30998
|
+
.E_phljevk .dropdown-trigger {
|
|
30999
|
+
display: flex;
|
|
31000
|
+
align-items: center;
|
|
31001
|
+
border-radius: 6px;
|
|
31002
|
+
cursor: pointer;
|
|
31003
|
+
transition: all 0.3s ease;
|
|
31107
31004
|
}
|
|
31108
31005
|
|
|
31109
|
-
.
|
|
31110
|
-
|
|
31111
|
-
|
|
31112
|
-
padding-left: 12px;
|
|
31006
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
31007
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31008
|
+
color: #0080ff;
|
|
31113
31009
|
}
|
|
31114
31010
|
|
|
31115
|
-
.
|
|
31116
|
-
margin-
|
|
31117
|
-
white-space: pre-wrap;
|
|
31118
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31011
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31012
|
+
margin-left: 4px;
|
|
31119
31013
|
}
|
|
31120
31014
|
|
|
31121
|
-
.
|
|
31122
|
-
|
|
31015
|
+
.E_phljevk .pagination-right {
|
|
31016
|
+
display: flex;
|
|
31017
|
+
align-items: center;
|
|
31018
|
+
color: #0080ff;
|
|
31019
|
+
font-weight: bold;
|
|
31123
31020
|
}
|
|
31124
31021
|
|
|
31125
|
-
.
|
|
31126
|
-
|
|
31022
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
31023
|
+
margin-left: 4px;
|
|
31127
31024
|
}
|
|
31128
31025
|
|
|
31129
|
-
.
|
|
31130
|
-
|
|
31026
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
31027
|
+
.E_phljevk .pagination-right .next-btn {
|
|
31028
|
+
padding: 0 8px;
|
|
31131
31029
|
}
|
|
31132
31030
|
|
|
31133
|
-
.
|
|
31134
|
-
|
|
31135
|
-
|
|
31031
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
31032
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
31033
|
+
color: #0080ff;
|
|
31136
31034
|
}
|
|
31137
31035
|
|
|
31138
|
-
.
|
|
31139
|
-
|
|
31036
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31037
|
+
transform: rotate(180deg);
|
|
31140
31038
|
}
|
|
31141
31039
|
|
|
31142
|
-
.
|
|
31143
|
-
|
|
31144
|
-
|
|
31145
|
-
height: 32px;
|
|
31040
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31041
|
+
max-height: calc(100vh - 128px);
|
|
31042
|
+
overflow-y: auto;
|
|
31146
31043
|
}
|
|
31147
31044
|
|
|
31148
|
-
.
|
|
31149
|
-
|
|
31045
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31046
|
+
padding: 4px 20px;
|
|
31047
|
+
font-size: 12px;
|
|
31048
|
+
line-height: 18px;
|
|
31150
31049
|
}
|
|
31151
31050
|
|
|
31152
|
-
.ant-
|
|
31153
|
-
|
|
31154
|
-
padding: 0 7px;
|
|
31155
|
-
line-height: 20px;
|
|
31051
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31052
|
+
display: flex;
|
|
31156
31053
|
}
|
|
31157
31054
|
|
|
31158
|
-
.
|
|
31159
|
-
|
|
31055
|
+
.E_ivqqkzv {
|
|
31056
|
+
height: 24px;
|
|
31057
|
+
width: 56px !important;
|
|
31058
|
+
margin-right: 4px;
|
|
31160
31059
|
}
|
|
31161
31060
|
|
|
31162
|
-
.
|
|
31163
|
-
|
|
31061
|
+
.E_c1wk4q29 {
|
|
31062
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31164
31063
|
}
|
|
31165
31064
|
|
|
31166
|
-
.
|
|
31167
|
-
|
|
31168
|
-
|
|
31065
|
+
.E_s1sck0th {
|
|
31066
|
+
padding: 0 8px;
|
|
31067
|
+
border-radius: 4px;
|
|
31169
31068
|
}
|
|
31170
31069
|
|
|
31171
|
-
.
|
|
31172
|
-
|
|
31070
|
+
.E_m855nr1 {
|
|
31071
|
+
padding: 2px 8px;
|
|
31072
|
+
border-radius: 3px;
|
|
31173
31073
|
}
|
|
31174
31074
|
|
|
31175
|
-
.
|
|
31176
|
-
|
|
31075
|
+
.E_l1270xpg {
|
|
31076
|
+
padding: 3px 8px;
|
|
31077
|
+
border-radius: 2px;
|
|
31177
31078
|
}
|
|
31178
31079
|
|
|
31179
|
-
.
|
|
31180
|
-
|
|
31080
|
+
.E_t14rextb.ant-tag:hover {
|
|
31081
|
+
opacity: unset;
|
|
31181
31082
|
}
|
|
31182
31083
|
|
|
31183
|
-
.
|
|
31184
|
-
|
|
31185
|
-
|
|
31186
|
-
|
|
31084
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31085
|
+
margin: 0;
|
|
31086
|
+
margin-right: 8px;
|
|
31087
|
+
display: inline-flex;
|
|
31088
|
+
align-items: center;
|
|
31089
|
+
border: none;
|
|
31187
31090
|
}
|
|
31188
31091
|
|
|
31189
|
-
.
|
|
31190
|
-
|
|
31191
|
-
|
|
31092
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31093
|
+
width: 16px;
|
|
31094
|
+
height: 16px;
|
|
31095
|
+
color: inherit;
|
|
31096
|
+
margin-left: 4px;
|
|
31097
|
+
opacity: 0.6;
|
|
31098
|
+
display: inline-flex;
|
|
31192
31099
|
}
|
|
31193
31100
|
|
|
31194
|
-
.
|
|
31195
|
-
|
|
31196
|
-
border-color: #ccd4e3;
|
|
31197
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31101
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31102
|
+
opacity: 1;
|
|
31198
31103
|
}
|
|
31199
31104
|
|
|
31200
|
-
.
|
|
31201
|
-
|
|
31202
|
-
|
|
31203
|
-
border: none;
|
|
31204
|
-
padding: 0;
|
|
31205
|
-
width: 36px;
|
|
31206
|
-
background: transparent;
|
|
31105
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31106
|
+
color: #0080ff;
|
|
31107
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31207
31108
|
}
|
|
31208
31109
|
|
|
31209
|
-
.
|
|
31210
|
-
|
|
31110
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31111
|
+
color: #f0483e;
|
|
31112
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31211
31113
|
}
|
|
31212
31114
|
|
|
31213
|
-
.
|
|
31214
|
-
|
|
31215
|
-
|
|
31216
|
-
box-shadow: none;
|
|
31115
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31116
|
+
color: #e07f00;
|
|
31117
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31217
31118
|
}
|
|
31218
31119
|
|
|
31219
|
-
.
|
|
31220
|
-
|
|
31120
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31121
|
+
color: #008f4c;
|
|
31122
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
31221
31123
|
}
|
|
31222
31124
|
|
|
31223
|
-
.
|
|
31224
|
-
|
|
31125
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31126
|
+
color: #1d326c;
|
|
31127
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31225
31128
|
}
|
|
31226
31129
|
|
|
31227
|
-
.
|
|
31228
|
-
|
|
31229
|
-
|
|
31230
|
-
padding: 0;
|
|
31231
|
-
width: 36px;
|
|
31130
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31131
|
+
color: #7E41FF;
|
|
31132
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
31232
31133
|
}
|
|
31233
31134
|
|
|
31234
|
-
.
|
|
31235
|
-
|
|
31236
|
-
width: 56px !important;
|
|
31237
|
-
margin-right: 4px;
|
|
31135
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31136
|
+
color: #fff;
|
|
31238
31137
|
}
|
|
31239
31138
|
|
|
31240
|
-
.
|
|
31241
|
-
color:
|
|
31139
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31140
|
+
background-color: #f0483e;
|
|
31141
|
+
}
|
|
31142
|
+
|
|
31143
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31144
|
+
background-color: #fea008;
|
|
31145
|
+
}
|
|
31146
|
+
|
|
31147
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31148
|
+
background-color: #00ba5d;
|
|
31149
|
+
}
|
|
31150
|
+
|
|
31151
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
31152
|
+
background-color: #0080ff;
|
|
31153
|
+
}
|
|
31154
|
+
|
|
31155
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
31156
|
+
background-color: #6b7d99;
|
|
31157
|
+
}
|
|
31158
|
+
|
|
31159
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
31160
|
+
background-color: #7E41FF;
|
|
31161
|
+
}
|
|
31162
|
+
|
|
31163
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31164
|
+
border-radius: 6px;
|
|
31165
|
+
}
|
|
31166
|
+
|
|
31167
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
31168
|
+
width: 100%;
|
|
31169
|
+
color: #2d3a56;
|
|
31170
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31171
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31172
|
+
font-size: 13px;
|
|
31173
|
+
}
|
|
31174
|
+
|
|
31175
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31176
|
+
height: 30px;
|
|
31177
|
+
}
|
|
31178
|
+
|
|
31179
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31180
|
+
height: 38px;
|
|
31181
|
+
font-size: 13px;
|
|
31182
|
+
}
|
|
31183
|
+
|
|
31184
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31185
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31186
|
+
transition: 160ms ease;
|
|
31187
|
+
}
|
|
31188
|
+
|
|
31189
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31190
|
+
color: #0080ff;
|
|
31191
|
+
}
|
|
31192
|
+
|
|
31193
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
31194
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31195
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31196
|
+
}
|
|
31197
|
+
|
|
31198
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31199
|
+
color: #0080ff;
|
|
31200
|
+
}
|
|
31201
|
+
|
|
31202
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
31203
|
+
border-color: #0080ff;
|
|
31204
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31205
|
+
}
|
|
31206
|
+
|
|
31207
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31208
|
+
transform: rotate(180deg);
|
|
31209
|
+
}
|
|
31210
|
+
|
|
31211
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31212
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31213
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31214
|
+
cursor: "not-allowed";
|
|
31215
|
+
}
|
|
31216
|
+
|
|
31217
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31218
|
+
border-color: #f0483e !important;
|
|
31219
|
+
}
|
|
31220
|
+
|
|
31221
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31222
|
+
color: #1d326c;
|
|
31223
|
+
}
|
|
31224
|
+
|
|
31225
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
31226
|
+
border-color: #0080ff;
|
|
31227
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31228
|
+
}
|
|
31229
|
+
|
|
31230
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31231
|
+
transform: rotate(180deg);
|
|
31242
31232
|
}
|
|
31243
31233
|
|
|
31244
31234
|
.E_c1bus5hc {
|
|
@@ -31351,340 +31341,326 @@ button.E_n7k2c6r {
|
|
|
31351
31341
|
margin-left: 5px;
|
|
31352
31342
|
}
|
|
31353
31343
|
|
|
31354
|
-
.
|
|
31355
|
-
|
|
31356
|
-
}
|
|
31357
|
-
|
|
31358
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
31359
|
-
width: 100%;
|
|
31360
|
-
color: #2d3a56;
|
|
31361
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
31362
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31363
|
-
font-size: 13px;
|
|
31364
|
-
}
|
|
31365
|
-
|
|
31366
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31367
|
-
height: 30px;
|
|
31368
|
-
}
|
|
31369
|
-
|
|
31370
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31371
|
-
height: 38px;
|
|
31372
|
-
font-size: 13px;
|
|
31344
|
+
.E_tju3gfj .date {
|
|
31345
|
+
margin-right: 4px;
|
|
31373
31346
|
}
|
|
31374
31347
|
|
|
31375
|
-
.
|
|
31376
|
-
|
|
31377
|
-
|
|
31348
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
31349
|
+
display: inline-flex;
|
|
31350
|
+
align-items: baseline;
|
|
31351
|
+
white-space: pre-wrap;
|
|
31378
31352
|
}
|
|
31379
31353
|
|
|
31380
|
-
.
|
|
31381
|
-
|
|
31354
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
31355
|
+
position: relative;
|
|
31356
|
+
top: 3px;
|
|
31382
31357
|
}
|
|
31383
31358
|
|
|
31384
|
-
.
|
|
31359
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31385
31360
|
border-color: rgba(107, 128, 167, 0.6);
|
|
31386
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31387
31361
|
}
|
|
31388
31362
|
|
|
31389
|
-
.
|
|
31390
|
-
color: #0080ff;
|
|
31363
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31364
|
+
border-color: #0080ff;
|
|
31391
31365
|
}
|
|
31392
31366
|
|
|
31393
|
-
.
|
|
31367
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31394
31368
|
border-color: #0080ff;
|
|
31395
|
-
|
|
31369
|
+
background: #0080ff;
|
|
31396
31370
|
}
|
|
31397
31371
|
|
|
31398
|
-
.
|
|
31399
|
-
|
|
31372
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31373
|
+
top: 4px;
|
|
31374
|
+
left: 4px;
|
|
31375
|
+
width: 6px;
|
|
31376
|
+
height: 6px;
|
|
31377
|
+
background: #fff;
|
|
31400
31378
|
}
|
|
31401
31379
|
|
|
31402
|
-
.
|
|
31403
|
-
|
|
31404
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31405
|
-
cursor: "not-allowed";
|
|
31380
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31381
|
+
opacity: 0.5;
|
|
31406
31382
|
}
|
|
31407
31383
|
|
|
31408
|
-
.
|
|
31409
|
-
border-color:
|
|
31384
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31385
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31386
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31410
31387
|
}
|
|
31411
31388
|
|
|
31412
|
-
.
|
|
31413
|
-
|
|
31389
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31390
|
+
background: #00122e;
|
|
31414
31391
|
}
|
|
31415
31392
|
|
|
31416
|
-
.
|
|
31417
|
-
|
|
31418
|
-
|
|
31393
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31394
|
+
color: #00122e;
|
|
31395
|
+
opacity: 0.5;
|
|
31419
31396
|
}
|
|
31420
31397
|
|
|
31421
|
-
.
|
|
31422
|
-
|
|
31398
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31399
|
+
color: #00122e;
|
|
31423
31400
|
}
|
|
31424
31401
|
|
|
31425
|
-
.
|
|
31426
|
-
|
|
31402
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
31403
|
+
display: inline-block;
|
|
31404
|
+
padding: 0;
|
|
31405
|
+
padding-left: 12px;
|
|
31427
31406
|
}
|
|
31428
31407
|
|
|
31429
|
-
.
|
|
31430
|
-
|
|
31408
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31409
|
+
margin-bottom: 0;
|
|
31410
|
+
white-space: pre-wrap;
|
|
31411
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31431
31412
|
}
|
|
31432
31413
|
|
|
31433
|
-
.
|
|
31434
|
-
padding: 8px
|
|
31435
|
-
line-height: 18px;
|
|
31436
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31437
|
-
height: 34px;
|
|
31438
|
-
min-height: 34px;
|
|
31439
|
-
box-sizing: border-box;
|
|
31440
|
-
margin-top: 8px;
|
|
31414
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
31415
|
+
padding-left: 8px;
|
|
31441
31416
|
}
|
|
31442
31417
|
|
|
31443
|
-
.
|
|
31444
|
-
|
|
31445
|
-
flex-direction: column;
|
|
31446
|
-
margin: 1px 8px;
|
|
31447
|
-
padding: 8px;
|
|
31448
|
-
border-radius: 4px;
|
|
31418
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
31419
|
+
border-radius: 5px 0 0 5px;
|
|
31449
31420
|
}
|
|
31450
31421
|
|
|
31451
|
-
.
|
|
31452
|
-
|
|
31422
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
31423
|
+
border-radius: 0 5px 5px 0;
|
|
31453
31424
|
}
|
|
31454
31425
|
|
|
31455
|
-
.
|
|
31456
|
-
|
|
31426
|
+
.E_rcc63c8 {
|
|
31427
|
+
color: #00122e;
|
|
31428
|
+
border-color: #ccd4e3;
|
|
31457
31429
|
}
|
|
31458
31430
|
|
|
31459
|
-
.
|
|
31460
|
-
|
|
31431
|
+
.E_rcc63c8:first-child {
|
|
31432
|
+
border-color: #a3b4cc;
|
|
31461
31433
|
}
|
|
31462
31434
|
|
|
31463
|
-
.
|
|
31464
|
-
|
|
31435
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
31436
|
+
padding: 0 12px;
|
|
31437
|
+
line-height: 32px;
|
|
31438
|
+
height: 32px;
|
|
31465
31439
|
}
|
|
31466
31440
|
|
|
31467
|
-
.
|
|
31468
|
-
|
|
31441
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
31442
|
+
white-space: nowrap;
|
|
31469
31443
|
}
|
|
31470
31444
|
|
|
31471
|
-
.
|
|
31472
|
-
|
|
31445
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
31446
|
+
height: 22px;
|
|
31447
|
+
padding: 0 7px;
|
|
31448
|
+
line-height: 20px;
|
|
31473
31449
|
}
|
|
31474
31450
|
|
|
31475
|
-
.
|
|
31476
|
-
|
|
31451
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31452
|
+
background: #ccd4e3;
|
|
31477
31453
|
}
|
|
31478
31454
|
|
|
31479
|
-
.
|
|
31480
|
-
background:
|
|
31481
|
-
color: #0080ff;
|
|
31455
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31456
|
+
background: #0080ff;
|
|
31482
31457
|
}
|
|
31483
31458
|
|
|
31484
|
-
.
|
|
31485
|
-
|
|
31486
|
-
|
|
31487
|
-
height: 20px;
|
|
31488
|
-
line-height: 20px;
|
|
31459
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31460
|
+
background: #ccd4e3;
|
|
31461
|
+
opacity: 0.5;
|
|
31489
31462
|
}
|
|
31490
31463
|
|
|
31491
|
-
.
|
|
31492
|
-
color: #
|
|
31493
|
-
overflow: hidden;
|
|
31494
|
-
text-overflow: ellipsis;
|
|
31464
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31465
|
+
border-right-color: #0080ff;
|
|
31495
31466
|
}
|
|
31496
31467
|
|
|
31497
|
-
.
|
|
31498
|
-
|
|
31499
|
-
justify-content: space-between;
|
|
31500
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31501
|
-
height: 18px;
|
|
31502
|
-
line-height: 18px;
|
|
31503
|
-
margin-top: 2px;
|
|
31468
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31469
|
+
border-color: #0080ff;
|
|
31504
31470
|
}
|
|
31505
31471
|
|
|
31506
|
-
.
|
|
31507
|
-
|
|
31508
|
-
margin-right: 0;
|
|
31509
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31472
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
31473
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31510
31474
|
}
|
|
31511
31475
|
|
|
31512
|
-
.
|
|
31513
|
-
|
|
31514
|
-
|
|
31515
|
-
|
|
31516
|
-
opacity: 0;
|
|
31476
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
31477
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31478
|
+
border-color: #ccd4e3;
|
|
31479
|
+
opacity: 0.5;
|
|
31517
31480
|
}
|
|
31518
31481
|
|
|
31519
|
-
.
|
|
31520
|
-
|
|
31521
|
-
border-
|
|
31482
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
31483
|
+
color: #00122e;
|
|
31484
|
+
border-color: #ccd4e3;
|
|
31522
31485
|
}
|
|
31523
31486
|
|
|
31524
|
-
.
|
|
31525
|
-
|
|
31526
|
-
border-
|
|
31487
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31488
|
+
color: #00122e;
|
|
31489
|
+
border-color: #ccd4e3;
|
|
31490
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31527
31491
|
}
|
|
31528
31492
|
|
|
31529
|
-
.
|
|
31530
|
-
|
|
31531
|
-
|
|
31493
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
31494
|
+
margin-right: 8px;
|
|
31495
|
+
display: inline;
|
|
31496
|
+
border: none;
|
|
31497
|
+
padding: 0;
|
|
31498
|
+
width: 36px;
|
|
31499
|
+
background: transparent;
|
|
31532
31500
|
}
|
|
31533
31501
|
|
|
31534
|
-
.
|
|
31535
|
-
|
|
31502
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
31503
|
+
box-shadow: none;
|
|
31536
31504
|
}
|
|
31537
31505
|
|
|
31538
|
-
.
|
|
31539
|
-
margin: 0;
|
|
31540
|
-
|
|
31541
|
-
|
|
31542
|
-
align-items: center;
|
|
31543
|
-
border: none;
|
|
31506
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
31507
|
+
margin-right: 0;
|
|
31508
|
+
width: initial;
|
|
31509
|
+
box-shadow: none;
|
|
31544
31510
|
}
|
|
31545
31511
|
|
|
31546
|
-
.
|
|
31547
|
-
|
|
31548
|
-
height: 16px;
|
|
31549
|
-
color: inherit;
|
|
31550
|
-
margin-left: 4px;
|
|
31551
|
-
opacity: 0.6;
|
|
31552
|
-
display: inline-flex;
|
|
31512
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31513
|
+
display: none;
|
|
31553
31514
|
}
|
|
31554
31515
|
|
|
31555
|
-
.
|
|
31556
|
-
|
|
31516
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31517
|
+
display: inline;
|
|
31557
31518
|
}
|
|
31558
31519
|
|
|
31559
|
-
.
|
|
31560
|
-
|
|
31561
|
-
|
|
31520
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31521
|
+
display: inline;
|
|
31522
|
+
margin-right: 8px;
|
|
31523
|
+
padding: 0;
|
|
31524
|
+
width: 36px;
|
|
31562
31525
|
}
|
|
31563
31526
|
|
|
31564
|
-
.
|
|
31565
|
-
|
|
31566
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31527
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31528
|
+
display: none;
|
|
31567
31529
|
}
|
|
31568
31530
|
|
|
31569
|
-
.
|
|
31570
|
-
|
|
31571
|
-
|
|
31531
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31532
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31533
|
+
border-radius: 4px;
|
|
31572
31534
|
}
|
|
31573
31535
|
|
|
31574
|
-
.
|
|
31575
|
-
|
|
31576
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31536
|
+
.E_s1dni7lo {
|
|
31537
|
+
width: 430px !important;
|
|
31577
31538
|
}
|
|
31578
31539
|
|
|
31579
|
-
.
|
|
31580
|
-
|
|
31581
|
-
|
|
31540
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31541
|
+
padding: 8px 16px;
|
|
31542
|
+
line-height: 18px;
|
|
31543
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31544
|
+
height: 34px;
|
|
31545
|
+
min-height: 34px;
|
|
31546
|
+
box-sizing: border-box;
|
|
31547
|
+
margin-top: 8px;
|
|
31582
31548
|
}
|
|
31583
31549
|
|
|
31584
|
-
.
|
|
31585
|
-
|
|
31586
|
-
|
|
31550
|
+
.E_o1ugr09p {
|
|
31551
|
+
display: flex;
|
|
31552
|
+
flex-direction: column;
|
|
31553
|
+
margin: 1px 8px;
|
|
31554
|
+
padding: 8px;
|
|
31555
|
+
border-radius: 4px;
|
|
31587
31556
|
}
|
|
31588
31557
|
|
|
31589
|
-
.
|
|
31590
|
-
|
|
31558
|
+
.E_o1ugr09p .selected-icon {
|
|
31559
|
+
display: none;
|
|
31591
31560
|
}
|
|
31592
31561
|
|
|
31593
|
-
.
|
|
31594
|
-
|
|
31562
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31563
|
+
padding-left: 8px;
|
|
31595
31564
|
}
|
|
31596
31565
|
|
|
31597
|
-
.
|
|
31598
|
-
background-color:
|
|
31566
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31567
|
+
background-color: white;
|
|
31599
31568
|
}
|
|
31600
31569
|
|
|
31601
|
-
.
|
|
31602
|
-
|
|
31570
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31571
|
+
color: #0080ff;
|
|
31603
31572
|
}
|
|
31604
31573
|
|
|
31605
|
-
.
|
|
31606
|
-
|
|
31574
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31575
|
+
display: block;
|
|
31607
31576
|
}
|
|
31608
31577
|
|
|
31609
|
-
.
|
|
31610
|
-
background
|
|
31578
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31579
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31611
31580
|
}
|
|
31612
31581
|
|
|
31613
|
-
.
|
|
31614
|
-
|
|
31582
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31583
|
+
color: #0080ff;
|
|
31615
31584
|
}
|
|
31616
31585
|
|
|
31617
|
-
.
|
|
31618
|
-
|
|
31586
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31587
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31588
|
+
color: #0080ff;
|
|
31619
31589
|
}
|
|
31620
31590
|
|
|
31621
|
-
.
|
|
31622
|
-
display:
|
|
31591
|
+
.E_o1ifxsq4 {
|
|
31592
|
+
display: flex;
|
|
31593
|
+
justify-content: space-between;
|
|
31594
|
+
height: 20px;
|
|
31595
|
+
line-height: 20px;
|
|
31623
31596
|
}
|
|
31624
31597
|
|
|
31625
|
-
.
|
|
31626
|
-
|
|
31627
|
-
|
|
31598
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31599
|
+
color: #2d3a56;
|
|
31600
|
+
overflow: hidden;
|
|
31601
|
+
text-overflow: ellipsis;
|
|
31628
31602
|
}
|
|
31629
31603
|
|
|
31630
|
-
.
|
|
31631
|
-
width: 100%;
|
|
31632
|
-
height: 100%;
|
|
31633
|
-
min-height: 124px;
|
|
31604
|
+
.E_o1zue7 {
|
|
31634
31605
|
display: flex;
|
|
31635
|
-
|
|
31636
|
-
|
|
31637
|
-
|
|
31606
|
+
justify-content: space-between;
|
|
31607
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31608
|
+
height: 18px;
|
|
31609
|
+
line-height: 18px;
|
|
31610
|
+
margin-top: 2px;
|
|
31638
31611
|
}
|
|
31639
31612
|
|
|
31640
|
-
.
|
|
31641
|
-
|
|
31642
|
-
margin-
|
|
31643
|
-
|
|
31613
|
+
.E_tyfmlxg {
|
|
31614
|
+
border: none;
|
|
31615
|
+
margin-right: 0;
|
|
31616
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31644
31617
|
}
|
|
31645
31618
|
|
|
31646
|
-
.
|
|
31647
|
-
|
|
31619
|
+
.E_o18uybox {
|
|
31620
|
+
pointer-events: none;
|
|
31621
|
+
height: 32px;
|
|
31622
|
+
width: 100%;
|
|
31623
|
+
opacity: 0;
|
|
31648
31624
|
}
|
|
31649
31625
|
|
|
31650
|
-
.
|
|
31651
|
-
|
|
31652
|
-
|
|
31653
|
-
|
|
31654
|
-
|
|
31626
|
+
.E_f7pxqmh {
|
|
31627
|
+
width: 100%;
|
|
31628
|
+
margin-bottom: 0 !important;
|
|
31629
|
+
flex-flow: nowrap !important;
|
|
31630
|
+
line-break: auto;
|
|
31655
31631
|
}
|
|
31656
31632
|
|
|
31657
|
-
.
|
|
31658
|
-
|
|
31659
|
-
|
|
31660
|
-
flex: none;
|
|
31661
|
-
align-items: center;
|
|
31662
|
-
margin-left: 4px;
|
|
31633
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31634
|
+
text-align: left !important;
|
|
31635
|
+
padding-bottom: 0 !important;
|
|
31663
31636
|
}
|
|
31664
31637
|
|
|
31665
|
-
.
|
|
31666
|
-
|
|
31667
|
-
|
|
31668
|
-
|
|
31669
|
-
|
|
31670
|
-
|
|
31671
|
-
cursor: auto;
|
|
31638
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31639
|
+
min-height: 32px;
|
|
31640
|
+
height: auto;
|
|
31641
|
+
font-size: 13px;
|
|
31642
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31643
|
+
white-space: normal;
|
|
31672
31644
|
}
|
|
31673
31645
|
|
|
31674
|
-
.
|
|
31675
|
-
|
|
31676
|
-
margin: 0;
|
|
31677
|
-
height: auto;
|
|
31678
|
-
font-size: inherit;
|
|
31646
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31647
|
+
border-color: #ff4d4f !important;
|
|
31679
31648
|
}
|
|
31680
31649
|
|
|
31681
|
-
.
|
|
31682
|
-
|
|
31650
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31651
|
+
border-color: #ff4d4f !important;
|
|
31683
31652
|
}
|
|
31684
31653
|
|
|
31685
|
-
.
|
|
31686
|
-
|
|
31687
|
-
|
|
31654
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31655
|
+
margin-top: 4px;
|
|
31656
|
+
font-size: 12px;
|
|
31657
|
+
min-height: 0px;
|
|
31658
|
+
}
|
|
31659
|
+
|
|
31660
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31661
|
+
font-size: 12px;
|
|
31662
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31663
|
+
min-height: 0px;
|
|
31688
31664
|
}
|
|
31689
31665
|
|
|
31690
31666
|
.E_iouxfgt {
|
|
@@ -31778,57 +31754,72 @@ button.E_n7k2c6r {
|
|
|
31778
31754
|
padding: 2px 8px;
|
|
31779
31755
|
}
|
|
31780
31756
|
|
|
31781
|
-
.
|
|
31782
|
-
|
|
31783
|
-
|
|
31784
|
-
|
|
31785
|
-
|
|
31757
|
+
.E_i1inqkme {
|
|
31758
|
+
height: 18px;
|
|
31759
|
+
line-height: 18px;
|
|
31760
|
+
padding: 0 4px;
|
|
31761
|
+
border-radius: 4px;
|
|
31762
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31763
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31764
|
+
display: flex;
|
|
31765
|
+
align-items: center;
|
|
31766
|
+
white-space: nowrap;
|
|
31767
|
+
margin-right: 4px;
|
|
31786
31768
|
}
|
|
31787
31769
|
|
|
31788
|
-
.
|
|
31789
|
-
|
|
31790
|
-
padding-bottom: 0 !important;
|
|
31770
|
+
.E_iq1gosr {
|
|
31771
|
+
display: inline-block;
|
|
31791
31772
|
}
|
|
31792
31773
|
|
|
31793
|
-
.
|
|
31794
|
-
|
|
31795
|
-
height: auto;
|
|
31796
|
-
font-size: 13px;
|
|
31797
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31798
|
-
white-space: normal;
|
|
31774
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31775
|
+
display: var(--a1wfy30z-0);
|
|
31799
31776
|
}
|
|
31800
31777
|
|
|
31801
|
-
.
|
|
31802
|
-
|
|
31778
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31779
|
+
padding: 4px 11px;
|
|
31780
|
+
display: inline-flex;
|
|
31781
|
+
line-height: 1.5715;
|
|
31782
|
+
height: inherit;
|
|
31803
31783
|
}
|
|
31804
31784
|
|
|
31805
|
-
.
|
|
31806
|
-
|
|
31785
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31786
|
+
content: var(--a1wfy30z-1);
|
|
31787
|
+
display: var(--a1wfy30z-2);
|
|
31788
|
+
flex: none;
|
|
31789
|
+
align-items: center;
|
|
31790
|
+
margin-left: 4px;
|
|
31807
31791
|
}
|
|
31808
31792
|
|
|
31809
|
-
.
|
|
31810
|
-
|
|
31811
|
-
|
|
31812
|
-
|
|
31793
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31794
|
+
content: var(--a1wfy30z-3);
|
|
31795
|
+
display: var(--a1wfy30z-4);
|
|
31796
|
+
flex: none;
|
|
31797
|
+
align-items: center;
|
|
31798
|
+
margin-right: 4px;
|
|
31799
|
+
cursor: auto;
|
|
31813
31800
|
}
|
|
31814
31801
|
|
|
31815
|
-
.
|
|
31816
|
-
|
|
31817
|
-
|
|
31818
|
-
|
|
31802
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31803
|
+
padding: 0;
|
|
31804
|
+
margin: 0;
|
|
31805
|
+
height: auto;
|
|
31806
|
+
font-size: inherit;
|
|
31819
31807
|
}
|
|
31820
31808
|
|
|
31821
|
-
.
|
|
31822
|
-
|
|
31823
|
-
|
|
31824
|
-
|
|
31825
|
-
border-radius: 4px;
|
|
31826
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31827
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31809
|
+
.E_fzh9mnb {
|
|
31810
|
+
width: 100%;
|
|
31811
|
+
height: 100%;
|
|
31812
|
+
min-height: 124px;
|
|
31828
31813
|
display: flex;
|
|
31814
|
+
flex-direction: column;
|
|
31815
|
+
justify-content: center;
|
|
31829
31816
|
align-items: center;
|
|
31830
|
-
|
|
31831
|
-
|
|
31817
|
+
}
|
|
31818
|
+
|
|
31819
|
+
.E_fzh9mnb .error-text {
|
|
31820
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31821
|
+
margin-bottom: 16px;
|
|
31822
|
+
font-size: 18px;
|
|
31832
31823
|
}
|
|
31833
31824
|
|
|
31834
31825
|
.E_atcz0kf .ant-input-suffix {
|
|
@@ -31839,8 +31830,13 @@ button.E_n7k2c6r {
|
|
|
31839
31830
|
padding: 2px 7px 2px 12px;
|
|
31840
31831
|
}
|
|
31841
31832
|
|
|
31842
|
-
.
|
|
31843
|
-
|
|
31833
|
+
.E_owd0kml {
|
|
31834
|
+
display: inline-block;
|
|
31835
|
+
}
|
|
31836
|
+
|
|
31837
|
+
.E_h1jsgezc {
|
|
31838
|
+
visibility: hidden;
|
|
31839
|
+
position: absolute;
|
|
31844
31840
|
}
|
|
31845
31841
|
|
|
31846
31842
|
.E_dsnbhzf {
|
|
@@ -32318,6 +32314,10 @@ button.E_n7k2c6r {
|
|
|
32318
32314
|
line-height: 12px;
|
|
32319
32315
|
}
|
|
32320
32316
|
|
|
32317
|
+
.E_m196gn1d {
|
|
32318
|
+
min-width: 1280px;
|
|
32319
|
+
}
|
|
32320
|
+
|
|
32321
32321
|
.E_a1b5xrg3 .user-icon-inner {
|
|
32322
32322
|
display: inline-flex;
|
|
32323
32323
|
align-items: center;
|
|
@@ -33139,10 +33139,25 @@ input.E_rf8rlle.ant-input {
|
|
|
33139
33139
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
33140
33140
|
}
|
|
33141
33141
|
|
|
33142
|
-
.E_h1ol2wl7 {
|
|
33143
|
-
font-weight: bold;
|
|
33144
|
-
background-color: unset;
|
|
33145
|
-
padding: unset;
|
|
33142
|
+
.E_h1ol2wl7 {
|
|
33143
|
+
font-weight: bold;
|
|
33144
|
+
background-color: unset;
|
|
33145
|
+
padding: unset;
|
|
33146
|
+
}
|
|
33147
|
+
|
|
33148
|
+
.E_suhck3k {
|
|
33149
|
+
height: 24px;
|
|
33150
|
+
width: 24px;
|
|
33151
|
+
border-radius: 6px;
|
|
33152
|
+
padding: 4px;
|
|
33153
|
+
}
|
|
33154
|
+
|
|
33155
|
+
.E_suhck3k:hover {
|
|
33156
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33157
|
+
}
|
|
33158
|
+
|
|
33159
|
+
.E_suhck3k:hover svg path {
|
|
33160
|
+
fill: blue;
|
|
33146
33161
|
}
|
|
33147
33162
|
|
|
33148
33163
|
.E_ryby9ds {
|
|
@@ -33162,21 +33177,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33162
33177
|
margin-right: 6px;
|
|
33163
33178
|
}
|
|
33164
33179
|
|
|
33165
|
-
.E_suhck3k {
|
|
33166
|
-
height: 24px;
|
|
33167
|
-
width: 24px;
|
|
33168
|
-
border-radius: 6px;
|
|
33169
|
-
padding: 4px;
|
|
33170
|
-
}
|
|
33171
|
-
|
|
33172
|
-
.E_suhck3k:hover {
|
|
33173
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33174
|
-
}
|
|
33175
|
-
|
|
33176
|
-
.E_suhck3k:hover svg path {
|
|
33177
|
-
fill: blue;
|
|
33178
|
-
}
|
|
33179
|
-
|
|
33180
33180
|
.E_hrhfj7c {
|
|
33181
33181
|
display: none;
|
|
33182
33182
|
}
|
|
@@ -33387,56 +33387,316 @@ input.E_rf8rlle.ant-input {
|
|
|
33387
33387
|
color: rgba(44, 56, 82, 0.6);
|
|
33388
33388
|
}
|
|
33389
33389
|
|
|
33390
|
-
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
33391
|
-
margin-left: 8px;
|
|
33390
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .main, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .main {
|
|
33391
|
+
margin-left: 8px;
|
|
33392
|
+
}
|
|
33393
|
+
|
|
33394
|
+
.E_ckhyuyx.compact .antd5-cascader-checkbox + span .sub, .E_ckhyuyx.compact .antd5-cascader-checkbox-disabled + span .sub {
|
|
33395
|
+
margin-left: 24px;
|
|
33396
|
+
}
|
|
33397
|
+
|
|
33398
|
+
.E_ckhyuyx .E_dt9qoak {
|
|
33399
|
+
width: 400px;
|
|
33400
|
+
}
|
|
33401
|
+
|
|
33402
|
+
.E_c1fmq9lv ul.antd5-cascader-menu {
|
|
33403
|
+
padding: 4px;
|
|
33404
|
+
height: 158px;
|
|
33405
|
+
}
|
|
33406
|
+
|
|
33407
|
+
.E_c1fmq9lv.E_ckhyuyx {
|
|
33408
|
+
border-radius: 6px;
|
|
33409
|
+
}
|
|
33410
|
+
|
|
33411
|
+
.E_c1fmq9lv.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
33412
|
+
min-width: 200px;
|
|
33413
|
+
font-size: 12px;
|
|
33414
|
+
}
|
|
33415
|
+
|
|
33416
|
+
.E_c1fmq9lv.E_ckhyuyx .E_c1iye0zj {
|
|
33417
|
+
padding: 6px 12px;
|
|
33418
|
+
height: 18px;
|
|
33419
|
+
font-size: 12px;
|
|
33420
|
+
}
|
|
33421
|
+
|
|
33422
|
+
.E_c1evusvc ul.antd5-cascader-menu {
|
|
33423
|
+
padding: 8px;
|
|
33424
|
+
height: 320px;
|
|
33425
|
+
}
|
|
33426
|
+
|
|
33427
|
+
.E_c1evusvc.E_ckhyuyx {
|
|
33428
|
+
border-radius: 10px;
|
|
33429
|
+
}
|
|
33430
|
+
|
|
33431
|
+
.E_c1evusvc.E_ckhyuyx:not(:has(.E_c1iq43vd)) li.antd5-menu-item {
|
|
33432
|
+
min-width: 296px;
|
|
33433
|
+
padding: 8px;
|
|
33434
|
+
}
|
|
33435
|
+
|
|
33436
|
+
.E_c1evusvc.E_ckhyuyx .E_c1iye0zj {
|
|
33437
|
+
height: 22px;
|
|
33438
|
+
padding: 8px 16px;
|
|
33439
|
+
font-size: 14px;
|
|
33440
|
+
}
|
|
33441
|
+
|
|
33442
|
+
.E_h12yihis {
|
|
33443
|
+
height: 50px;
|
|
33444
|
+
border-bottom: 2px solid #edf0f7;
|
|
33445
|
+
background: #fff;
|
|
33446
|
+
display: flex;
|
|
33447
|
+
justify-content: space-between;
|
|
33448
|
+
align-items: center;
|
|
33449
|
+
padding: 0 24px 0 14px;
|
|
33450
|
+
position: relative;
|
|
33451
|
+
z-index: 10;
|
|
33452
|
+
}
|
|
33453
|
+
|
|
33454
|
+
.E_h12yihis .left,
|
|
33455
|
+
.E_h12yihis .right,
|
|
33456
|
+
.E_h12yihis .center {
|
|
33457
|
+
display: flex;
|
|
33458
|
+
align-items: center;
|
|
33459
|
+
flex: 1;
|
|
33460
|
+
flex-shrink: 0;
|
|
33461
|
+
}
|
|
33462
|
+
|
|
33463
|
+
.E_h12yihis .center {
|
|
33464
|
+
flex: 0.8;
|
|
33465
|
+
}
|
|
33466
|
+
|
|
33467
|
+
.E_h12yihis .right {
|
|
33468
|
+
justify-content: flex-end;
|
|
33469
|
+
}
|
|
33470
|
+
|
|
33471
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
33472
|
+
opacity: 1;
|
|
33473
|
+
}
|
|
33474
|
+
|
|
33475
|
+
.E_h12yihis .right .btn-group {
|
|
33476
|
+
margin-left: 32px;
|
|
33477
|
+
position: relative;
|
|
33478
|
+
display: flex;
|
|
33479
|
+
align-items: center;
|
|
33480
|
+
}
|
|
33481
|
+
|
|
33482
|
+
.E_h12yihis .right .btn-group:before {
|
|
33483
|
+
content: "";
|
|
33484
|
+
opacity: 0;
|
|
33485
|
+
height: 24px;
|
|
33486
|
+
width: 1px;
|
|
33487
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33488
|
+
position: absolute;
|
|
33489
|
+
left: -16px;
|
|
33490
|
+
top: 50%;
|
|
33491
|
+
transform: translateY(-50%);
|
|
33492
|
+
transition: opacity 160ms ease;
|
|
33493
|
+
}
|
|
33494
|
+
|
|
33495
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
33496
|
+
transition: all 160ms ease;
|
|
33497
|
+
cursor: pointer;
|
|
33498
|
+
width: 56px;
|
|
33499
|
+
height: 40px;
|
|
33500
|
+
display: inline-flex;
|
|
33501
|
+
align-items: center;
|
|
33502
|
+
justify-content: center;
|
|
33503
|
+
border-radius: 6px;
|
|
33504
|
+
}
|
|
33505
|
+
|
|
33506
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
33507
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33508
|
+
}
|
|
33509
|
+
|
|
33510
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
33511
|
+
transform: translateY(2px);
|
|
33512
|
+
transition: all 320ms ease;
|
|
33513
|
+
}
|
|
33514
|
+
|
|
33515
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33516
|
+
margin-left: 4px;
|
|
33517
|
+
}
|
|
33518
|
+
|
|
33519
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
33520
|
+
height: 48px;
|
|
33521
|
+
overflow: hidden;
|
|
33522
|
+
display: flex;
|
|
33523
|
+
align-items: center;
|
|
33524
|
+
padding: 0 4px;
|
|
33525
|
+
margin: 0 -4px;
|
|
33526
|
+
}
|
|
33527
|
+
|
|
33528
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33529
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33530
|
+
transform: translateY(0);
|
|
33531
|
+
}
|
|
33532
|
+
|
|
33533
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33534
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33535
|
+
height: 48px;
|
|
33536
|
+
transform: translateY(100%);
|
|
33537
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33538
|
+
display: inline-flex;
|
|
33539
|
+
align-items: center;
|
|
33540
|
+
}
|
|
33541
|
+
|
|
33542
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33543
|
+
margin-right: 10px;
|
|
33544
|
+
}
|
|
33545
|
+
|
|
33546
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33547
|
+
width: 32px;
|
|
33548
|
+
height: 32px;
|
|
33549
|
+
border-radius: 6px;
|
|
33550
|
+
}
|
|
33551
|
+
|
|
33552
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33553
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33554
|
+
}
|
|
33555
|
+
|
|
33556
|
+
.E_h12yihis .alert,
|
|
33557
|
+
.E_h12yihis .task {
|
|
33558
|
+
position: relative;
|
|
33559
|
+
}
|
|
33560
|
+
|
|
33561
|
+
.E_h12yihis .alert .alert-icon,
|
|
33562
|
+
.E_h12yihis .alert .task-icon,
|
|
33563
|
+
.E_h12yihis .task .alert-icon,
|
|
33564
|
+
.E_h12yihis .task .task-icon {
|
|
33565
|
+
width: 56px;
|
|
33566
|
+
height: 40px;
|
|
33567
|
+
justify-content: center;
|
|
33568
|
+
}
|
|
33569
|
+
|
|
33570
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
33571
|
+
.E_h12yihis .task .ant-badge-count {
|
|
33572
|
+
right: 16px;
|
|
33573
|
+
top: 10px;
|
|
33574
|
+
}
|
|
33575
|
+
|
|
33576
|
+
.E_h12yihis .logo {
|
|
33577
|
+
display: inline-flex;
|
|
33578
|
+
align-items: center;
|
|
33579
|
+
}
|
|
33580
|
+
|
|
33581
|
+
.E_h12yihis .left {
|
|
33582
|
+
position: relative;
|
|
33583
|
+
}
|
|
33584
|
+
|
|
33585
|
+
.E_h12yihis .left .events-audit-title {
|
|
33586
|
+
font-size: 20px;
|
|
33587
|
+
line-height: 24px;
|
|
33588
|
+
font-weight: bold;
|
|
33589
|
+
color: #1d326c;
|
|
33590
|
+
margin: 0px 8px;
|
|
33591
|
+
}
|
|
33592
|
+
|
|
33593
|
+
.E_h12yihis .left .global-search {
|
|
33594
|
+
margin-left: 6px;
|
|
33595
|
+
}
|
|
33596
|
+
|
|
33597
|
+
.E_h12yihis.global-search-active {
|
|
33598
|
+
z-index: 11;
|
|
33599
|
+
}
|
|
33600
|
+
|
|
33601
|
+
.E_h12yihis.global-search-active .left {
|
|
33602
|
+
flex: 1;
|
|
33603
|
+
margin-right: 32px;
|
|
33604
|
+
}
|
|
33605
|
+
|
|
33606
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
33607
|
+
display: flex;
|
|
33608
|
+
flex: 1;
|
|
33609
|
+
}
|
|
33610
|
+
|
|
33611
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
33612
|
+
border-color: #0080ff;
|
|
33613
|
+
width: 100%;
|
|
33614
|
+
}
|
|
33615
|
+
|
|
33616
|
+
.E_h12yihis.global-search-active .center {
|
|
33617
|
+
display: none;
|
|
33618
|
+
}
|
|
33619
|
+
|
|
33620
|
+
.E_h12yihis.global-search-active .right {
|
|
33621
|
+
flex: 0 1 auto;
|
|
33622
|
+
}
|
|
33623
|
+
|
|
33624
|
+
.E_h12yihis .ant-badge-count {
|
|
33625
|
+
pointer-events: none;
|
|
33392
33626
|
}
|
|
33393
33627
|
|
|
33394
|
-
.
|
|
33395
|
-
|
|
33628
|
+
.E_ncaepor {
|
|
33629
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33630
|
+
position: relative;
|
|
33631
|
+
height: 48px;
|
|
33632
|
+
display: inline-flex;
|
|
33633
|
+
align-items: center;
|
|
33634
|
+
justify-content: center;
|
|
33635
|
+
overflow: hidden;
|
|
33396
33636
|
}
|
|
33397
33637
|
|
|
33398
|
-
.
|
|
33399
|
-
|
|
33638
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
33639
|
+
content: "";
|
|
33640
|
+
width: 100%;
|
|
33641
|
+
height: 12px;
|
|
33642
|
+
position: absolute;
|
|
33643
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33400
33644
|
}
|
|
33401
33645
|
|
|
33402
|
-
.
|
|
33403
|
-
|
|
33404
|
-
height: 158px;
|
|
33646
|
+
.E_ncaepor:before {
|
|
33647
|
+
top: 0;
|
|
33405
33648
|
}
|
|
33406
33649
|
|
|
33407
|
-
.
|
|
33408
|
-
|
|
33650
|
+
.E_ncaepor:after {
|
|
33651
|
+
bottom: 0;
|
|
33409
33652
|
}
|
|
33410
33653
|
|
|
33411
|
-
.
|
|
33412
|
-
|
|
33413
|
-
|
|
33654
|
+
.E_ncaepor > * {
|
|
33655
|
+
height: 48px;
|
|
33656
|
+
display: inline-flex;
|
|
33657
|
+
align-items: center;
|
|
33658
|
+
white-space: nowrap;
|
|
33659
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33414
33660
|
}
|
|
33415
33661
|
|
|
33416
|
-
.
|
|
33417
|
-
|
|
33418
|
-
|
|
33419
|
-
font-size: 12px;
|
|
33662
|
+
.E_ncaepor .name-text {
|
|
33663
|
+
transform: translateY(0);
|
|
33664
|
+
opacity: 1;
|
|
33420
33665
|
}
|
|
33421
33666
|
|
|
33422
|
-
.
|
|
33423
|
-
|
|
33424
|
-
|
|
33667
|
+
.E_ncaepor .nav-info {
|
|
33668
|
+
transform: translateY(100%);
|
|
33669
|
+
opacity: 0;
|
|
33670
|
+
font-size: 18px;
|
|
33671
|
+
font-weight: 700;
|
|
33672
|
+
position: absolute;
|
|
33673
|
+
overflow: hidden;
|
|
33674
|
+
display: flex;
|
|
33675
|
+
justify-content: center;
|
|
33425
33676
|
}
|
|
33426
33677
|
|
|
33427
|
-
.
|
|
33428
|
-
|
|
33678
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
33679
|
+
color: #1d326c;
|
|
33680
|
+
flex: 1;
|
|
33681
|
+
overflow: hidden;
|
|
33682
|
+
text-overflow: ellipsis;
|
|
33429
33683
|
}
|
|
33430
33684
|
|
|
33431
|
-
.
|
|
33432
|
-
|
|
33433
|
-
|
|
33685
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
33686
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33687
|
+
margin-left: 8px;
|
|
33434
33688
|
}
|
|
33435
33689
|
|
|
33436
|
-
.
|
|
33437
|
-
|
|
33438
|
-
|
|
33439
|
-
|
|
33690
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
33691
|
+
transform: translateY(-100%);
|
|
33692
|
+
opacity: 0;
|
|
33693
|
+
position: absolute;
|
|
33694
|
+
}
|
|
33695
|
+
|
|
33696
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
33697
|
+
transform: translateY(0);
|
|
33698
|
+
opacity: 1;
|
|
33699
|
+
position: static;
|
|
33440
33700
|
}
|
|
33441
33701
|
|
|
33442
33702
|
.E_c1kchka8 {
|
|
@@ -33931,334 +34191,144 @@ input.E_rf8rlle.ant-input {
|
|
|
33931
34191
|
padding-left: 16px;
|
|
33932
34192
|
}
|
|
33933
34193
|
|
|
33934
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
33935
|
-
margin-right: 0;
|
|
33936
|
-
}
|
|
33937
|
-
|
|
33938
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
33939
|
-
margin-left: 2px;
|
|
33940
|
-
}
|
|
33941
|
-
|
|
33942
|
-
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
33943
|
-
max-height: 470px;
|
|
33944
|
-
overflow: auto;
|
|
33945
|
-
}
|
|
33946
|
-
|
|
33947
|
-
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
33948
|
-
padding: 0 12px;
|
|
33949
|
-
}
|
|
33950
|
-
|
|
33951
|
-
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
33952
|
-
height: 470px;
|
|
33953
|
-
overflow: auto;
|
|
33954
|
-
}
|
|
33955
|
-
|
|
33956
|
-
.E_d1tc7lgk {
|
|
33957
|
-
min-width: 200px;
|
|
33958
|
-
}
|
|
33959
|
-
|
|
33960
|
-
.E_d1tc7lgk header {
|
|
33961
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33962
|
-
padding: 8px 12px;
|
|
33963
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33964
|
-
}
|
|
33965
|
-
|
|
33966
|
-
.E_d1tc7lgk ul {
|
|
33967
|
-
list-style: none;
|
|
33968
|
-
padding: 12px;
|
|
33969
|
-
}
|
|
33970
|
-
|
|
33971
|
-
.E_d1tc7lgk ul li {
|
|
33972
|
-
padding: 5px 8px;
|
|
33973
|
-
border-radius: 5px;
|
|
33974
|
-
transition: all 0.2s ease-in-out;
|
|
33975
|
-
cursor: pointer;
|
|
33976
|
-
}
|
|
33977
|
-
|
|
33978
|
-
.E_d1tc7lgk ul li:hover {
|
|
33979
|
-
background: rgba(0, 136, 255, 0.16);
|
|
33980
|
-
color: #0080ff;
|
|
33981
|
-
}
|
|
33982
|
-
|
|
33983
|
-
.E_d1tc7lgk ul li:active {
|
|
33984
|
-
background: rgba(0, 136, 255, 0.2);
|
|
33985
|
-
color: #0080ff;
|
|
33986
|
-
}
|
|
33987
|
-
|
|
33988
|
-
.E_d1tc7lgk ul li + li {
|
|
33989
|
-
margin-top: 2px;
|
|
33990
|
-
}
|
|
33991
|
-
|
|
33992
|
-
.E_rzaik16 {
|
|
33993
|
-
padding: 0;
|
|
33994
|
-
}
|
|
33995
|
-
|
|
33996
|
-
.E_rzaik16 .ant-popover-arrow {
|
|
33997
|
-
display: none;
|
|
33998
|
-
}
|
|
33999
|
-
|
|
34000
|
-
.E_rzaik16 .ant-popover-inner-content {
|
|
34001
|
-
padding: 0;
|
|
34002
|
-
}
|
|
34003
|
-
|
|
34004
|
-
.E_h12yihis {
|
|
34005
|
-
height: 50px;
|
|
34006
|
-
border-bottom: 2px solid #edf0f7;
|
|
34007
|
-
background: #fff;
|
|
34008
|
-
display: flex;
|
|
34009
|
-
justify-content: space-between;
|
|
34010
|
-
align-items: center;
|
|
34011
|
-
padding: 0 24px 0 14px;
|
|
34012
|
-
position: relative;
|
|
34013
|
-
z-index: 10;
|
|
34014
|
-
}
|
|
34015
|
-
|
|
34016
|
-
.E_h12yihis .left,
|
|
34017
|
-
.E_h12yihis .right,
|
|
34018
|
-
.E_h12yihis .center {
|
|
34019
|
-
display: flex;
|
|
34020
|
-
align-items: center;
|
|
34021
|
-
flex: 1;
|
|
34022
|
-
flex-shrink: 0;
|
|
34023
|
-
}
|
|
34024
|
-
|
|
34025
|
-
.E_h12yihis .center {
|
|
34026
|
-
flex: 0.8;
|
|
34027
|
-
}
|
|
34028
|
-
|
|
34029
|
-
.E_h12yihis .right {
|
|
34030
|
-
justify-content: flex-end;
|
|
34031
|
-
}
|
|
34032
|
-
|
|
34033
|
-
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
34034
|
-
opacity: 1;
|
|
34035
|
-
}
|
|
34036
|
-
|
|
34037
|
-
.E_h12yihis .right .btn-group {
|
|
34038
|
-
margin-left: 32px;
|
|
34039
|
-
position: relative;
|
|
34040
|
-
display: flex;
|
|
34041
|
-
align-items: center;
|
|
34042
|
-
}
|
|
34043
|
-
|
|
34044
|
-
.E_h12yihis .right .btn-group:before {
|
|
34045
|
-
content: "";
|
|
34046
|
-
opacity: 0;
|
|
34047
|
-
height: 24px;
|
|
34048
|
-
width: 1px;
|
|
34049
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34050
|
-
position: absolute;
|
|
34051
|
-
left: -16px;
|
|
34052
|
-
top: 50%;
|
|
34053
|
-
transform: translateY(-50%);
|
|
34054
|
-
transition: opacity 160ms ease;
|
|
34055
|
-
}
|
|
34056
|
-
|
|
34057
|
-
.E_h12yihis .right .btn-group > .btn-item {
|
|
34058
|
-
transition: all 160ms ease;
|
|
34059
|
-
cursor: pointer;
|
|
34060
|
-
width: 56px;
|
|
34061
|
-
height: 40px;
|
|
34062
|
-
display: inline-flex;
|
|
34063
|
-
align-items: center;
|
|
34064
|
-
justify-content: center;
|
|
34065
|
-
border-radius: 6px;
|
|
34066
|
-
}
|
|
34067
|
-
|
|
34068
|
-
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
34069
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
34070
|
-
}
|
|
34071
|
-
|
|
34072
|
-
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
34073
|
-
transform: translateY(2px);
|
|
34074
|
-
transition: all 320ms ease;
|
|
34075
|
-
}
|
|
34076
|
-
|
|
34077
|
-
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
34078
|
-
margin-left: 4px;
|
|
34079
|
-
}
|
|
34080
|
-
|
|
34081
|
-
.E_h12yihis .right .create-menu-and-export {
|
|
34082
|
-
height: 48px;
|
|
34083
|
-
overflow: hidden;
|
|
34084
|
-
display: flex;
|
|
34085
|
-
align-items: center;
|
|
34086
|
-
padding: 0 4px;
|
|
34087
|
-
margin: 0 -4px;
|
|
34088
|
-
}
|
|
34089
|
-
|
|
34090
|
-
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
34091
|
-
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
34092
|
-
transform: translateY(0);
|
|
34093
|
-
}
|
|
34094
|
-
|
|
34095
|
-
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
34096
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
34097
|
-
height: 48px;
|
|
34098
|
-
transform: translateY(100%);
|
|
34099
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
34100
|
-
display: inline-flex;
|
|
34101
|
-
align-items: center;
|
|
34102
|
-
}
|
|
34103
|
-
|
|
34104
|
-
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
34105
|
-
margin-right: 10px;
|
|
34194
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
34195
|
+
margin-right: 0;
|
|
34106
34196
|
}
|
|
34107
34197
|
|
|
34108
|
-
.
|
|
34109
|
-
|
|
34110
|
-
height: 32px;
|
|
34111
|
-
border-radius: 6px;
|
|
34198
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
34199
|
+
margin-left: 2px;
|
|
34112
34200
|
}
|
|
34113
34201
|
|
|
34114
|
-
.
|
|
34115
|
-
|
|
34202
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
34203
|
+
max-height: 470px;
|
|
34204
|
+
overflow: auto;
|
|
34116
34205
|
}
|
|
34117
34206
|
|
|
34118
|
-
.
|
|
34119
|
-
|
|
34120
|
-
position: relative;
|
|
34207
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
34208
|
+
padding: 0 12px;
|
|
34121
34209
|
}
|
|
34122
34210
|
|
|
34123
|
-
.
|
|
34124
|
-
|
|
34125
|
-
|
|
34126
|
-
.E_h12yihis .task .task-icon {
|
|
34127
|
-
width: 56px;
|
|
34128
|
-
height: 40px;
|
|
34129
|
-
justify-content: center;
|
|
34211
|
+
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
34212
|
+
height: 470px;
|
|
34213
|
+
overflow: auto;
|
|
34130
34214
|
}
|
|
34131
34215
|
|
|
34132
|
-
.
|
|
34133
|
-
|
|
34134
|
-
right: 16px;
|
|
34135
|
-
top: 10px;
|
|
34216
|
+
.E_d1tc7lgk {
|
|
34217
|
+
min-width: 200px;
|
|
34136
34218
|
}
|
|
34137
34219
|
|
|
34138
|
-
.
|
|
34139
|
-
|
|
34140
|
-
|
|
34220
|
+
.E_d1tc7lgk header {
|
|
34221
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34222
|
+
padding: 8px 12px;
|
|
34223
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34141
34224
|
}
|
|
34142
34225
|
|
|
34143
|
-
.
|
|
34144
|
-
|
|
34226
|
+
.E_d1tc7lgk ul {
|
|
34227
|
+
list-style: none;
|
|
34228
|
+
padding: 12px;
|
|
34145
34229
|
}
|
|
34146
34230
|
|
|
34147
|
-
.
|
|
34148
|
-
|
|
34149
|
-
|
|
34150
|
-
|
|
34151
|
-
|
|
34152
|
-
margin: 0px 8px;
|
|
34231
|
+
.E_d1tc7lgk ul li {
|
|
34232
|
+
padding: 5px 8px;
|
|
34233
|
+
border-radius: 5px;
|
|
34234
|
+
transition: all 0.2s ease-in-out;
|
|
34235
|
+
cursor: pointer;
|
|
34153
34236
|
}
|
|
34154
34237
|
|
|
34155
|
-
.
|
|
34156
|
-
|
|
34238
|
+
.E_d1tc7lgk ul li:hover {
|
|
34239
|
+
background: rgba(0, 136, 255, 0.16);
|
|
34240
|
+
color: #0080ff;
|
|
34157
34241
|
}
|
|
34158
34242
|
|
|
34159
|
-
.
|
|
34160
|
-
|
|
34243
|
+
.E_d1tc7lgk ul li:active {
|
|
34244
|
+
background: rgba(0, 136, 255, 0.2);
|
|
34245
|
+
color: #0080ff;
|
|
34161
34246
|
}
|
|
34162
34247
|
|
|
34163
|
-
.
|
|
34164
|
-
|
|
34165
|
-
margin-right: 32px;
|
|
34248
|
+
.E_d1tc7lgk ul li + li {
|
|
34249
|
+
margin-top: 2px;
|
|
34166
34250
|
}
|
|
34167
34251
|
|
|
34168
|
-
.
|
|
34169
|
-
|
|
34170
|
-
flex: 1;
|
|
34252
|
+
.E_rzaik16 {
|
|
34253
|
+
padding: 0;
|
|
34171
34254
|
}
|
|
34172
34255
|
|
|
34173
|
-
.
|
|
34174
|
-
|
|
34175
|
-
width: 100%;
|
|
34256
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
34257
|
+
display: none;
|
|
34176
34258
|
}
|
|
34177
34259
|
|
|
34178
|
-
.
|
|
34179
|
-
|
|
34260
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
34261
|
+
padding: 0;
|
|
34180
34262
|
}
|
|
34181
34263
|
|
|
34182
|
-
.
|
|
34183
|
-
|
|
34264
|
+
.E_c1kghdax {
|
|
34265
|
+
color: #2d3a56;
|
|
34266
|
+
padding: 7px 12px;
|
|
34267
|
+
display: flex;
|
|
34268
|
+
justify-content: space-between;
|
|
34269
|
+
align-items: center;
|
|
34184
34270
|
}
|
|
34185
34271
|
|
|
34186
|
-
.
|
|
34187
|
-
|
|
34272
|
+
.E_c1kghdax.has-arrow {
|
|
34273
|
+
padding-left: 10px;
|
|
34188
34274
|
}
|
|
34189
34275
|
|
|
34190
|
-
.
|
|
34191
|
-
|
|
34192
|
-
|
|
34193
|
-
height: 48px;
|
|
34194
|
-
display: inline-flex;
|
|
34195
|
-
align-items: center;
|
|
34196
|
-
justify-content: center;
|
|
34197
|
-
overflow: hidden;
|
|
34276
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34277
|
+
cursor: pointer;
|
|
34278
|
+
color: #00122e;
|
|
34198
34279
|
}
|
|
34199
34280
|
|
|
34200
|
-
.
|
|
34201
|
-
|
|
34202
|
-
|
|
34203
|
-
height: 12px;
|
|
34204
|
-
position: absolute;
|
|
34205
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
34281
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34282
|
+
color: #2d3a56;
|
|
34283
|
+
font-weight: 600;
|
|
34206
34284
|
}
|
|
34207
34285
|
|
|
34208
|
-
.
|
|
34209
|
-
|
|
34286
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34287
|
+
transform: rotate(90deg);
|
|
34210
34288
|
}
|
|
34211
34289
|
|
|
34212
|
-
.
|
|
34213
|
-
|
|
34290
|
+
.E_c1kghdax .sub-info {
|
|
34291
|
+
font-size: 12px;
|
|
34292
|
+
line-height: 18px;
|
|
34214
34293
|
}
|
|
34215
34294
|
|
|
34216
|
-
.
|
|
34217
|
-
|
|
34218
|
-
display: inline-flex;
|
|
34295
|
+
.E_c1kghdax .title-wrapper {
|
|
34296
|
+
display: flex;
|
|
34219
34297
|
align-items: center;
|
|
34220
|
-
|
|
34221
|
-
|
|
34298
|
+
user-select: none;
|
|
34299
|
+
flex-grow: 1;
|
|
34300
|
+
font-size: 12px;
|
|
34301
|
+
line-height: 18px;
|
|
34302
|
+
color: #2d3a56;
|
|
34303
|
+
font-weight: 700;
|
|
34222
34304
|
}
|
|
34223
34305
|
|
|
34224
|
-
.
|
|
34225
|
-
|
|
34226
|
-
|
|
34306
|
+
.E_c1kghdax .collapse-arrow {
|
|
34307
|
+
transition: all 50ms ease-out 0ms;
|
|
34308
|
+
margin-right: 2px;
|
|
34227
34309
|
}
|
|
34228
34310
|
|
|
34229
|
-
.
|
|
34230
|
-
|
|
34231
|
-
opacity: 0;
|
|
34232
|
-
font-size: 18px;
|
|
34233
|
-
font-weight: 700;
|
|
34234
|
-
position: absolute;
|
|
34235
|
-
overflow: hidden;
|
|
34236
|
-
display: flex;
|
|
34237
|
-
justify-content: center;
|
|
34311
|
+
.E_c1yd35n {
|
|
34312
|
+
padding: 0 12px 14px 12px;
|
|
34238
34313
|
}
|
|
34239
34314
|
|
|
34240
|
-
.
|
|
34241
|
-
|
|
34242
|
-
flex: 1;
|
|
34243
|
-
overflow: hidden;
|
|
34244
|
-
text-overflow: ellipsis;
|
|
34315
|
+
.E_b14q2gmw {
|
|
34316
|
+
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);
|
|
34245
34317
|
}
|
|
34246
34318
|
|
|
34247
|
-
.
|
|
34248
|
-
|
|
34249
|
-
|
|
34319
|
+
.E_c1eym6el {
|
|
34320
|
+
border-radius: 8px;
|
|
34321
|
+
background-color: white;
|
|
34250
34322
|
}
|
|
34251
34323
|
|
|
34252
|
-
.
|
|
34253
|
-
|
|
34254
|
-
opacity: 0;
|
|
34255
|
-
position: absolute;
|
|
34324
|
+
.E_c1eym6el.hoverable {
|
|
34325
|
+
cursor: pointer;
|
|
34256
34326
|
}
|
|
34257
34327
|
|
|
34258
|
-
.
|
|
34259
|
-
|
|
34260
|
-
|
|
34261
|
-
|
|
34328
|
+
.E_c1eym6el.hoverable:hover {
|
|
34329
|
+
transition: all 200ms ease;
|
|
34330
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34331
|
+
transform: translateY(-4px);
|
|
34262
34332
|
}
|
|
34263
34333
|
|
|
34264
34334
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
@@ -34429,76 +34499,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34429
34499
|
margin-left: 24px;
|
|
34430
34500
|
}
|
|
34431
34501
|
|
|
34432
|
-
.E_c1kghdax {
|
|
34433
|
-
color: #2d3a56;
|
|
34434
|
-
padding: 7px 12px;
|
|
34435
|
-
display: flex;
|
|
34436
|
-
justify-content: space-between;
|
|
34437
|
-
align-items: center;
|
|
34438
|
-
}
|
|
34439
|
-
|
|
34440
|
-
.E_c1kghdax.has-arrow {
|
|
34441
|
-
padding-left: 10px;
|
|
34442
|
-
}
|
|
34443
|
-
|
|
34444
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34445
|
-
cursor: pointer;
|
|
34446
|
-
color: #00122e;
|
|
34447
|
-
}
|
|
34448
|
-
|
|
34449
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34450
|
-
color: #2d3a56;
|
|
34451
|
-
font-weight: 600;
|
|
34452
|
-
}
|
|
34453
|
-
|
|
34454
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34455
|
-
transform: rotate(90deg);
|
|
34456
|
-
}
|
|
34457
|
-
|
|
34458
|
-
.E_c1kghdax .sub-info {
|
|
34459
|
-
font-size: 12px;
|
|
34460
|
-
line-height: 18px;
|
|
34461
|
-
}
|
|
34462
|
-
|
|
34463
|
-
.E_c1kghdax .title-wrapper {
|
|
34464
|
-
display: flex;
|
|
34465
|
-
align-items: center;
|
|
34466
|
-
user-select: none;
|
|
34467
|
-
flex-grow: 1;
|
|
34468
|
-
font-size: 12px;
|
|
34469
|
-
line-height: 18px;
|
|
34470
|
-
color: #2d3a56;
|
|
34471
|
-
font-weight: 700;
|
|
34472
|
-
}
|
|
34473
|
-
|
|
34474
|
-
.E_c1kghdax .collapse-arrow {
|
|
34475
|
-
transition: all 50ms ease-out 0ms;
|
|
34476
|
-
margin-right: 2px;
|
|
34477
|
-
}
|
|
34478
|
-
|
|
34479
|
-
.E_c1yd35n {
|
|
34480
|
-
padding: 0 12px 14px 12px;
|
|
34481
|
-
}
|
|
34482
|
-
|
|
34483
|
-
.E_b14q2gmw {
|
|
34484
|
-
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);
|
|
34485
|
-
}
|
|
34486
|
-
|
|
34487
|
-
.E_c1eym6el {
|
|
34488
|
-
border-radius: 8px;
|
|
34489
|
-
background-color: white;
|
|
34490
|
-
}
|
|
34491
|
-
|
|
34492
|
-
.E_c1eym6el.hoverable {
|
|
34493
|
-
cursor: pointer;
|
|
34494
|
-
}
|
|
34495
|
-
|
|
34496
|
-
.E_c1eym6el.hoverable:hover {
|
|
34497
|
-
transition: all 200ms ease;
|
|
34498
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34499
|
-
transform: translateY(-4px);
|
|
34500
|
-
}
|
|
34501
|
-
|
|
34502
34502
|
.E_w7ob4th.outside-tag {
|
|
34503
34503
|
padding-left: 0;
|
|
34504
34504
|
}
|
|
@@ -34509,24 +34509,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34509
34509
|
margin-right: 4px;
|
|
34510
34510
|
}
|
|
34511
34511
|
|
|
34512
|
-
.E_r77hffu {
|
|
34513
|
-
display: flex;
|
|
34514
|
-
align-items: center;
|
|
34515
|
-
justify-content: space-between;
|
|
34516
|
-
column-gap: 6px;
|
|
34517
|
-
}
|
|
34518
|
-
|
|
34519
|
-
.E_p1cmxsf7 {
|
|
34520
|
-
display: flex;
|
|
34521
|
-
flex-direction: column;
|
|
34522
|
-
justify-content: center;
|
|
34523
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34524
|
-
}
|
|
34525
|
-
|
|
34526
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
34527
|
-
font-size: 0;
|
|
34528
|
-
}
|
|
34529
|
-
|
|
34530
34512
|
.E_slr2ynn {
|
|
34531
34513
|
padding: 0 8px;
|
|
34532
34514
|
height: 18px;
|
|
@@ -34765,255 +34747,27 @@ input.E_rf8rlle.ant-input {
|
|
|
34765
34747
|
display: inline-flex;
|
|
34766
34748
|
align-items: center;
|
|
34767
34749
|
width: 18px;
|
|
34768
|
-
height: 18px;
|
|
34769
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34770
|
-
justify-content: center;
|
|
34771
|
-
}
|
|
34772
|
-
|
|
34773
|
-
.E_v18frne8 {
|
|
34774
|
-
width: 100%;
|
|
34775
|
-
display: flex;
|
|
34776
|
-
align-items: center;
|
|
34777
|
-
justify-content: center;
|
|
34778
|
-
column-gap: 6px;
|
|
34779
|
-
font-size: 13px;
|
|
34780
|
-
}
|
|
34781
|
-
|
|
34782
|
-
.E_v18frne8 .step-item-prefix-container {
|
|
34783
|
-
display: inline-flex;
|
|
34784
|
-
align-items: center;
|
|
34785
|
-
min-width: 20px;
|
|
34786
|
-
min-height: 20px;
|
|
34787
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34788
|
-
justify-content: center;
|
|
34789
|
-
}
|
|
34790
|
-
|
|
34791
|
-
.E_t1dtlqs1 {
|
|
34792
|
-
margin-bottom: 4px;
|
|
34793
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34794
|
-
overflow: hidden;
|
|
34795
|
-
text-overflow: ellipsis;
|
|
34796
|
-
white-space: nowrap;
|
|
34797
|
-
}
|
|
34798
|
-
|
|
34799
|
-
.E_s1ese5oy {
|
|
34800
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34801
|
-
line-height: 32px;
|
|
34802
|
-
height: 32px;
|
|
34803
|
-
margin-bottom: 0;
|
|
34804
|
-
}
|
|
34805
|
-
|
|
34806
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34807
|
-
color: #0080ff;
|
|
34808
|
-
}
|
|
34809
|
-
|
|
34810
|
-
.E_s1ese5oy.warning {
|
|
34811
|
-
color: #ffa500;
|
|
34812
|
-
}
|
|
34813
|
-
|
|
34814
|
-
.E_s1ese5oy.success {
|
|
34815
|
-
color: #00ba5d;
|
|
34816
|
-
}
|
|
34817
|
-
|
|
34818
|
-
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34819
|
-
color: #f0483e;
|
|
34820
|
-
}
|
|
34821
|
-
|
|
34822
|
-
.E_s1ese5oy.normal {
|
|
34823
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34824
|
-
}
|
|
34825
|
-
|
|
34826
|
-
.E_b1ibis43 {
|
|
34827
|
-
margin-bottom: 0;
|
|
34828
|
-
color: #00122e;
|
|
34829
|
-
}
|
|
34830
|
-
|
|
34831
|
-
.E_b11xxjd2 {
|
|
34832
|
-
line-height: 32px;
|
|
34833
|
-
margin-right: 6px;
|
|
34834
|
-
}
|
|
34835
|
-
|
|
34836
|
-
.E_bsub5bw.with-description {
|
|
34837
|
-
height: 24px;
|
|
34838
|
-
flex: 1;
|
|
34839
|
-
position: relative;
|
|
34840
|
-
top: -7px;
|
|
34841
|
-
}
|
|
34842
|
-
|
|
34843
|
-
.E_bsub5bw p {
|
|
34844
|
-
width: 100%;
|
|
34845
|
-
overflow: hidden;
|
|
34846
|
-
text-overflow: ellipsis;
|
|
34847
|
-
white-space: nowrap;
|
|
34848
|
-
}
|
|
34849
|
-
|
|
34850
|
-
.E_tmoyoag {
|
|
34851
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34852
|
-
border-radius: 8px;
|
|
34853
|
-
overflow: auto;
|
|
34854
|
-
}
|
|
34855
|
-
|
|
34856
|
-
.E_tmoyoag .ant-list {
|
|
34857
|
-
position: relative;
|
|
34858
|
-
}
|
|
34859
|
-
|
|
34860
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34861
|
-
position: sticky;
|
|
34862
|
-
top: 0;
|
|
34863
|
-
z-index: 2;
|
|
34864
|
-
display: flex;
|
|
34865
|
-
padding: 8px;
|
|
34866
|
-
flex-wrap: nowrap;
|
|
34867
|
-
justify-content: flex-start;
|
|
34868
|
-
background: #f2f5fa;
|
|
34869
|
-
font-size: 14px;
|
|
34870
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34871
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34872
|
-
}
|
|
34873
|
-
|
|
34874
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34875
|
-
align-items: inherit;
|
|
34876
|
-
}
|
|
34877
|
-
|
|
34878
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34879
|
-
display: flex;
|
|
34880
|
-
justify-content: flex-start;
|
|
34881
|
-
align-items: flex-start;
|
|
34882
|
-
flex-wrap: wrap;
|
|
34883
|
-
padding: 8px;
|
|
34884
|
-
border: none;
|
|
34885
|
-
}
|
|
34886
|
-
|
|
34887
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34888
|
-
flex-basis: 100%;
|
|
34889
|
-
margin: 12px 0 0;
|
|
34890
|
-
order: 99;
|
|
34891
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34892
|
-
}
|
|
34893
|
-
|
|
34894
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34895
|
-
color: #f0483e;
|
|
34896
|
-
flex-basis: 100%;
|
|
34897
|
-
order: 98;
|
|
34898
|
-
margin: 12px 0 0;
|
|
34899
|
-
}
|
|
34900
|
-
|
|
34901
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34902
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34903
|
-
}
|
|
34904
|
-
|
|
34905
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34906
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34907
|
-
}
|
|
34908
|
-
|
|
34909
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34910
|
-
flex: 1 0 0;
|
|
34911
|
-
overflow: hidden;
|
|
34912
|
-
}
|
|
34913
|
-
|
|
34914
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34915
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34916
|
-
margin: 0;
|
|
34917
|
-
}
|
|
34918
|
-
|
|
34919
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34920
|
-
text-align: center;
|
|
34921
|
-
}
|
|
34922
|
-
|
|
34923
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34924
|
-
text-align: center;
|
|
34925
|
-
}
|
|
34926
|
-
|
|
34927
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34928
|
-
text-align: left;
|
|
34929
|
-
}
|
|
34930
|
-
|
|
34931
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34932
|
-
text-align: left;
|
|
34933
|
-
}
|
|
34934
|
-
|
|
34935
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34936
|
-
text-align: right;
|
|
34937
|
-
}
|
|
34938
|
-
|
|
34939
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34940
|
-
text-align: right;
|
|
34941
|
-
}
|
|
34942
|
-
|
|
34943
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34944
|
-
margin-right: 8px;
|
|
34945
|
-
}
|
|
34946
|
-
|
|
34947
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34948
|
-
padding: 4px;
|
|
34949
|
-
width: 24px;
|
|
34950
|
-
height: 24px;
|
|
34951
|
-
overflow: hidden;
|
|
34952
|
-
}
|
|
34953
|
-
|
|
34954
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34955
|
-
padding: 0;
|
|
34956
|
-
}
|
|
34957
|
-
|
|
34958
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34959
|
-
cursor: not-allowed;
|
|
34960
|
-
opacity: 0.5;
|
|
34961
|
-
}
|
|
34962
|
-
|
|
34963
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34964
|
-
margin: 0;
|
|
34965
|
-
}
|
|
34966
|
-
|
|
34967
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34968
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34969
|
-
border-radius: 5px;
|
|
34970
|
-
font-size: 12px;
|
|
34971
|
-
}
|
|
34972
|
-
|
|
34973
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34974
|
-
font-size: inherit;
|
|
34975
|
-
}
|
|
34976
|
-
|
|
34977
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34978
|
-
min-height: 24px;
|
|
34979
|
-
font-size: 12px;
|
|
34980
|
-
position: relative;
|
|
34981
|
-
}
|
|
34982
|
-
|
|
34983
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34984
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34985
|
-
}
|
|
34986
|
-
|
|
34987
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34988
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34989
|
-
}
|
|
34990
|
-
|
|
34991
|
-
.E_a138syjm {
|
|
34992
|
-
display: flex;
|
|
34993
|
-
align-items: center;
|
|
34994
|
-
margin-top: 8px;
|
|
34995
|
-
}
|
|
34996
|
-
|
|
34997
|
-
.E_a138syjm button.ant-btn {
|
|
34998
|
-
padding: 2px 8px;
|
|
34999
|
-
height: 24px;
|
|
35000
|
-
}
|
|
35001
|
-
|
|
35002
|
-
.E_a138syjm > span.maximum-desc {
|
|
35003
|
-
display: none;
|
|
35004
|
-
margin-left: 8px;
|
|
35005
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34750
|
+
height: 18px;
|
|
34751
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34752
|
+
justify-content: center;
|
|
35006
34753
|
}
|
|
35007
34754
|
|
|
35008
|
-
.
|
|
35009
|
-
|
|
34755
|
+
.E_v18frne8 {
|
|
34756
|
+
width: 100%;
|
|
34757
|
+
display: flex;
|
|
34758
|
+
align-items: center;
|
|
34759
|
+
justify-content: center;
|
|
34760
|
+
column-gap: 6px;
|
|
34761
|
+
font-size: 13px;
|
|
35010
34762
|
}
|
|
35011
34763
|
|
|
35012
|
-
.
|
|
35013
|
-
|
|
35014
|
-
|
|
35015
|
-
|
|
35016
|
-
|
|
34764
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34765
|
+
display: inline-flex;
|
|
34766
|
+
align-items: center;
|
|
34767
|
+
min-width: 20px;
|
|
34768
|
+
min-height: 20px;
|
|
34769
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34770
|
+
justify-content: center;
|
|
35017
34771
|
}
|
|
35018
34772
|
|
|
35019
34773
|
.E_i1g85yz3 {
|
|
@@ -35084,6 +34838,101 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35084
34838
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35085
34839
|
}
|
|
35086
34840
|
|
|
34841
|
+
.E_sddwhm6 {
|
|
34842
|
+
margin: 0;
|
|
34843
|
+
border-radius: 20px;
|
|
34844
|
+
padding: 2px 10px;
|
|
34845
|
+
height: 22px;
|
|
34846
|
+
}
|
|
34847
|
+
|
|
34848
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34849
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34850
|
+
}
|
|
34851
|
+
|
|
34852
|
+
.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 {
|
|
34853
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34854
|
+
}
|
|
34855
|
+
|
|
34856
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34857
|
+
color: #00122e;
|
|
34858
|
+
}
|
|
34859
|
+
|
|
34860
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34861
|
+
margin-right: 6px;
|
|
34862
|
+
}
|
|
34863
|
+
|
|
34864
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34865
|
+
margin-left: 8px;
|
|
34866
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34867
|
+
}
|
|
34868
|
+
|
|
34869
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34870
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34871
|
+
}
|
|
34872
|
+
|
|
34873
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34874
|
+
background-color: #0080ff;
|
|
34875
|
+
}
|
|
34876
|
+
|
|
34877
|
+
.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 {
|
|
34878
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34879
|
+
}
|
|
34880
|
+
|
|
34881
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34882
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34883
|
+
}
|
|
34884
|
+
|
|
34885
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34886
|
+
background-color: #f0483e;
|
|
34887
|
+
}
|
|
34888
|
+
|
|
34889
|
+
.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 {
|
|
34890
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34891
|
+
}
|
|
34892
|
+
|
|
34893
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34894
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34895
|
+
}
|
|
34896
|
+
|
|
34897
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34898
|
+
background-color: #fea008;
|
|
34899
|
+
}
|
|
34900
|
+
|
|
34901
|
+
.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 {
|
|
34902
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34903
|
+
}
|
|
34904
|
+
|
|
34905
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34906
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34907
|
+
}
|
|
34908
|
+
|
|
34909
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34910
|
+
background-color: #00ba5d;
|
|
34911
|
+
}
|
|
34912
|
+
|
|
34913
|
+
.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 {
|
|
34914
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34915
|
+
}
|
|
34916
|
+
|
|
34917
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34918
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34919
|
+
}
|
|
34920
|
+
|
|
34921
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34922
|
+
background-color: #6b7d99;
|
|
34923
|
+
}
|
|
34924
|
+
|
|
34925
|
+
.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 {
|
|
34926
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34927
|
+
}
|
|
34928
|
+
|
|
34929
|
+
.E_satwmqm {
|
|
34930
|
+
width: 8px;
|
|
34931
|
+
height: 8px;
|
|
34932
|
+
border-radius: 50%;
|
|
34933
|
+
display: inline-block;
|
|
34934
|
+
}
|
|
34935
|
+
|
|
35087
34936
|
.E_tc97u5y {
|
|
35088
34937
|
height: 100%;
|
|
35089
34938
|
}
|
|
@@ -35466,168 +35315,319 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35466
35315
|
padding-right: 25px;
|
|
35467
35316
|
}
|
|
35468
35317
|
|
|
35469
|
-
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
35470
|
-
padding: 0 !important;
|
|
35318
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
35319
|
+
padding: 0 !important;
|
|
35320
|
+
}
|
|
35321
|
+
|
|
35322
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35323
|
+
position: absolute;
|
|
35324
|
+
left: 50%;
|
|
35325
|
+
top: 50%;
|
|
35326
|
+
transform: translate(-50%, -50%);
|
|
35327
|
+
}
|
|
35328
|
+
|
|
35329
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
35330
|
+
display: none;
|
|
35331
|
+
}
|
|
35332
|
+
|
|
35333
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
35334
|
+
background: #fff;
|
|
35335
|
+
}
|
|
35336
|
+
|
|
35337
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
35338
|
+
background: inherit;
|
|
35339
|
+
}
|
|
35340
|
+
|
|
35341
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
35342
|
+
position: static;
|
|
35343
|
+
border: none;
|
|
35344
|
+
background: inherit !important;
|
|
35345
|
+
height: 100px;
|
|
35346
|
+
vertical-align: middle;
|
|
35347
|
+
}
|
|
35348
|
+
|
|
35349
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
35350
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35351
|
+
font-weight: bold;
|
|
35352
|
+
font-size: 20px;
|
|
35353
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35354
|
+
}
|
|
35355
|
+
|
|
35356
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
35357
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
35358
|
+
z-index: 10;
|
|
35359
|
+
}
|
|
35360
|
+
|
|
35361
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
35362
|
+
padding: 0 !important;
|
|
35363
|
+
position: relative;
|
|
35364
|
+
background: #fff;
|
|
35365
|
+
}
|
|
35366
|
+
|
|
35367
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
35368
|
+
height: 100%;
|
|
35369
|
+
display: flex;
|
|
35370
|
+
align-items: center;
|
|
35371
|
+
justify-content: flex-end;
|
|
35372
|
+
padding-right: 8px;
|
|
35373
|
+
}
|
|
35374
|
+
|
|
35375
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
35376
|
+
width: 24px;
|
|
35377
|
+
height: 24px;
|
|
35378
|
+
cursor: pointer;
|
|
35379
|
+
justify-content: center;
|
|
35380
|
+
border-radius: 4px;
|
|
35381
|
+
}
|
|
35382
|
+
|
|
35383
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
35384
|
+
background: #fff;
|
|
35385
|
+
}
|
|
35386
|
+
|
|
35387
|
+
.E_r77hffu {
|
|
35388
|
+
display: flex;
|
|
35389
|
+
align-items: center;
|
|
35390
|
+
justify-content: space-between;
|
|
35391
|
+
column-gap: 6px;
|
|
35392
|
+
}
|
|
35393
|
+
|
|
35394
|
+
.E_p1cmxsf7 {
|
|
35395
|
+
display: flex;
|
|
35396
|
+
flex-direction: column;
|
|
35397
|
+
justify-content: center;
|
|
35398
|
+
row-gap: var(--p1cmxsf7-0);
|
|
35399
|
+
}
|
|
35400
|
+
|
|
35401
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
35402
|
+
font-size: 0;
|
|
35403
|
+
}
|
|
35404
|
+
|
|
35405
|
+
.E_t1dtlqs1 {
|
|
35406
|
+
margin-bottom: 4px;
|
|
35407
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35408
|
+
overflow: hidden;
|
|
35409
|
+
text-overflow: ellipsis;
|
|
35410
|
+
white-space: nowrap;
|
|
35411
|
+
}
|
|
35412
|
+
|
|
35413
|
+
.E_s1ese5oy {
|
|
35414
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35415
|
+
line-height: 32px;
|
|
35416
|
+
height: 32px;
|
|
35417
|
+
margin-bottom: 0;
|
|
35418
|
+
}
|
|
35419
|
+
|
|
35420
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
35421
|
+
color: #0080ff;
|
|
35422
|
+
}
|
|
35423
|
+
|
|
35424
|
+
.E_s1ese5oy.warning {
|
|
35425
|
+
color: #ffa500;
|
|
35426
|
+
}
|
|
35427
|
+
|
|
35428
|
+
.E_s1ese5oy.success {
|
|
35429
|
+
color: #00ba5d;
|
|
35430
|
+
}
|
|
35431
|
+
|
|
35432
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
35433
|
+
color: #f0483e;
|
|
35434
|
+
}
|
|
35435
|
+
|
|
35436
|
+
.E_s1ese5oy.normal {
|
|
35437
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35438
|
+
}
|
|
35439
|
+
|
|
35440
|
+
.E_b1ibis43 {
|
|
35441
|
+
margin-bottom: 0;
|
|
35442
|
+
color: #00122e;
|
|
35443
|
+
}
|
|
35444
|
+
|
|
35445
|
+
.E_b11xxjd2 {
|
|
35446
|
+
line-height: 32px;
|
|
35447
|
+
margin-right: 6px;
|
|
35448
|
+
}
|
|
35449
|
+
|
|
35450
|
+
.E_bsub5bw.with-description {
|
|
35451
|
+
height: 24px;
|
|
35452
|
+
flex: 1;
|
|
35453
|
+
position: relative;
|
|
35454
|
+
top: -7px;
|
|
35455
|
+
}
|
|
35456
|
+
|
|
35457
|
+
.E_bsub5bw p {
|
|
35458
|
+
width: 100%;
|
|
35459
|
+
overflow: hidden;
|
|
35460
|
+
text-overflow: ellipsis;
|
|
35461
|
+
white-space: nowrap;
|
|
35471
35462
|
}
|
|
35472
35463
|
|
|
35473
|
-
.
|
|
35474
|
-
|
|
35475
|
-
|
|
35476
|
-
|
|
35477
|
-
transform: translate(-50%, -50%);
|
|
35464
|
+
.E_tmoyoag {
|
|
35465
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35466
|
+
border-radius: 8px;
|
|
35467
|
+
overflow: auto;
|
|
35478
35468
|
}
|
|
35479
35469
|
|
|
35480
|
-
.
|
|
35481
|
-
|
|
35470
|
+
.E_tmoyoag .ant-list {
|
|
35471
|
+
position: relative;
|
|
35482
35472
|
}
|
|
35483
35473
|
|
|
35484
|
-
.
|
|
35485
|
-
|
|
35474
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35475
|
+
position: sticky;
|
|
35476
|
+
top: 0;
|
|
35477
|
+
z-index: 2;
|
|
35478
|
+
display: flex;
|
|
35479
|
+
padding: 8px;
|
|
35480
|
+
flex-wrap: nowrap;
|
|
35481
|
+
justify-content: flex-start;
|
|
35482
|
+
background: #f2f5fa;
|
|
35483
|
+
font-size: 14px;
|
|
35484
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35485
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35486
35486
|
}
|
|
35487
35487
|
|
|
35488
|
-
.
|
|
35489
|
-
|
|
35488
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35489
|
+
align-items: inherit;
|
|
35490
35490
|
}
|
|
35491
35491
|
|
|
35492
|
-
.
|
|
35493
|
-
|
|
35492
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
35493
|
+
display: flex;
|
|
35494
|
+
justify-content: flex-start;
|
|
35495
|
+
align-items: flex-start;
|
|
35496
|
+
flex-wrap: wrap;
|
|
35497
|
+
padding: 8px;
|
|
35494
35498
|
border: none;
|
|
35495
|
-
background: inherit !important;
|
|
35496
|
-
height: 100px;
|
|
35497
|
-
vertical-align: middle;
|
|
35498
|
-
}
|
|
35499
|
-
|
|
35500
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
35501
|
-
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35502
|
-
font-weight: bold;
|
|
35503
|
-
font-size: 20px;
|
|
35504
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35505
35499
|
}
|
|
35506
35500
|
|
|
35507
|
-
.
|
|
35508
|
-
|
|
35509
|
-
|
|
35501
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
35502
|
+
flex-basis: 100%;
|
|
35503
|
+
margin: 12px 0 0;
|
|
35504
|
+
order: 99;
|
|
35505
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35510
35506
|
}
|
|
35511
35507
|
|
|
35512
|
-
.
|
|
35513
|
-
|
|
35514
|
-
|
|
35515
|
-
|
|
35508
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
35509
|
+
color: #f0483e;
|
|
35510
|
+
flex-basis: 100%;
|
|
35511
|
+
order: 98;
|
|
35512
|
+
margin: 12px 0 0;
|
|
35516
35513
|
}
|
|
35517
35514
|
|
|
35518
|
-
.
|
|
35519
|
-
|
|
35520
|
-
display: flex;
|
|
35521
|
-
align-items: center;
|
|
35522
|
-
justify-content: flex-end;
|
|
35523
|
-
padding-right: 8px;
|
|
35515
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
35516
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35524
35517
|
}
|
|
35525
35518
|
|
|
35526
|
-
.
|
|
35527
|
-
|
|
35528
|
-
height: 24px;
|
|
35529
|
-
cursor: pointer;
|
|
35530
|
-
justify-content: center;
|
|
35531
|
-
border-radius: 4px;
|
|
35519
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
35520
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35532
35521
|
}
|
|
35533
35522
|
|
|
35534
|
-
.
|
|
35535
|
-
|
|
35523
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
35524
|
+
flex: 1 0 0;
|
|
35525
|
+
overflow: hidden;
|
|
35536
35526
|
}
|
|
35537
35527
|
|
|
35538
|
-
.
|
|
35528
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
35529
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35539
35530
|
margin: 0;
|
|
35540
|
-
border-radius: 20px;
|
|
35541
|
-
padding: 2px 10px;
|
|
35542
|
-
height: 22px;
|
|
35543
35531
|
}
|
|
35544
35532
|
|
|
35545
|
-
.
|
|
35546
|
-
|
|
35533
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
35534
|
+
text-align: center;
|
|
35547
35535
|
}
|
|
35548
35536
|
|
|
35549
|
-
.
|
|
35550
|
-
|
|
35537
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
35538
|
+
text-align: center;
|
|
35551
35539
|
}
|
|
35552
35540
|
|
|
35553
|
-
.
|
|
35554
|
-
|
|
35541
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
35542
|
+
text-align: left;
|
|
35555
35543
|
}
|
|
35556
35544
|
|
|
35557
|
-
.
|
|
35558
|
-
|
|
35545
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
35546
|
+
text-align: left;
|
|
35559
35547
|
}
|
|
35560
35548
|
|
|
35561
|
-
.
|
|
35562
|
-
|
|
35563
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35549
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
35550
|
+
text-align: right;
|
|
35564
35551
|
}
|
|
35565
35552
|
|
|
35566
|
-
.
|
|
35567
|
-
|
|
35553
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
35554
|
+
text-align: right;
|
|
35568
35555
|
}
|
|
35569
35556
|
|
|
35570
|
-
.
|
|
35571
|
-
|
|
35557
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
35558
|
+
margin-right: 8px;
|
|
35572
35559
|
}
|
|
35573
35560
|
|
|
35574
|
-
.
|
|
35575
|
-
|
|
35561
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
35562
|
+
padding: 4px;
|
|
35563
|
+
width: 24px;
|
|
35564
|
+
height: 24px;
|
|
35565
|
+
overflow: hidden;
|
|
35576
35566
|
}
|
|
35577
35567
|
|
|
35578
|
-
.
|
|
35579
|
-
|
|
35568
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
35569
|
+
padding: 0;
|
|
35580
35570
|
}
|
|
35581
35571
|
|
|
35582
|
-
.
|
|
35583
|
-
|
|
35572
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
35573
|
+
cursor: not-allowed;
|
|
35574
|
+
opacity: 0.5;
|
|
35584
35575
|
}
|
|
35585
35576
|
|
|
35586
|
-
.
|
|
35587
|
-
|
|
35577
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
35578
|
+
margin: 0;
|
|
35588
35579
|
}
|
|
35589
35580
|
|
|
35590
|
-
.
|
|
35591
|
-
|
|
35581
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
35582
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
35583
|
+
border-radius: 5px;
|
|
35584
|
+
font-size: 12px;
|
|
35592
35585
|
}
|
|
35593
35586
|
|
|
35594
|
-
.
|
|
35595
|
-
|
|
35587
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
35588
|
+
font-size: inherit;
|
|
35596
35589
|
}
|
|
35597
35590
|
|
|
35598
|
-
.
|
|
35599
|
-
|
|
35591
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
35592
|
+
min-height: 24px;
|
|
35593
|
+
font-size: 12px;
|
|
35594
|
+
position: relative;
|
|
35600
35595
|
}
|
|
35601
35596
|
|
|
35602
|
-
.
|
|
35603
|
-
|
|
35597
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
35598
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35604
35599
|
}
|
|
35605
35600
|
|
|
35606
|
-
.
|
|
35607
|
-
background-color:
|
|
35601
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
35602
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35608
35603
|
}
|
|
35609
35604
|
|
|
35610
|
-
.
|
|
35611
|
-
|
|
35605
|
+
.E_a138syjm {
|
|
35606
|
+
display: flex;
|
|
35607
|
+
align-items: center;
|
|
35608
|
+
margin-top: 8px;
|
|
35612
35609
|
}
|
|
35613
35610
|
|
|
35614
|
-
.
|
|
35615
|
-
|
|
35611
|
+
.E_a138syjm button.ant-btn {
|
|
35612
|
+
padding: 2px 8px;
|
|
35613
|
+
height: 24px;
|
|
35616
35614
|
}
|
|
35617
35615
|
|
|
35618
|
-
.
|
|
35619
|
-
|
|
35616
|
+
.E_a138syjm > span.maximum-desc {
|
|
35617
|
+
display: none;
|
|
35618
|
+
margin-left: 8px;
|
|
35619
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35620
35620
|
}
|
|
35621
35621
|
|
|
35622
|
-
.
|
|
35623
|
-
|
|
35622
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
35623
|
+
display: inline;
|
|
35624
35624
|
}
|
|
35625
35625
|
|
|
35626
|
-
.
|
|
35627
|
-
width:
|
|
35628
|
-
height:
|
|
35629
|
-
|
|
35630
|
-
|
|
35626
|
+
.E_d77i8u0 {
|
|
35627
|
+
width: 24px;
|
|
35628
|
+
height: 24px;
|
|
35629
|
+
padding: 4px;
|
|
35630
|
+
margin-right: 8px;
|
|
35631
35631
|
}
|
|
35632
35632
|
|
|
35633
35633
|
.E_msn7nxt {
|
|
@@ -35814,31 +35814,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35814
35814
|
margin-left: 8px;
|
|
35815
35815
|
}
|
|
35816
35816
|
|
|
35817
|
-
.E_t1gvlxt5 {
|
|
35818
|
-
min-width: 0;
|
|
35819
|
-
flex: 1;
|
|
35820
|
-
}
|
|
35821
|
-
|
|
35822
|
-
.E_t1gvlxt5 .tag {
|
|
35823
|
-
flex: 0 0 auto;
|
|
35824
|
-
}
|
|
35825
|
-
|
|
35826
|
-
.E_t1gvlxt5 .progress-title {
|
|
35827
|
-
flex: 2;
|
|
35828
|
-
max-width: fit-content;
|
|
35829
|
-
}
|
|
35830
|
-
|
|
35831
|
-
.E_t1gvlxt5 .progress-desc {
|
|
35832
|
-
flex: 1;
|
|
35833
|
-
max-width: fit-content;
|
|
35834
|
-
}
|
|
35835
|
-
|
|
35836
|
-
.E_a1ji6r68 {
|
|
35837
|
-
display: flex;
|
|
35838
|
-
align-items: center;
|
|
35839
|
-
column-gap: var(--a1ji6r68-0);
|
|
35840
|
-
}
|
|
35841
|
-
|
|
35842
35817
|
.E_t13ef470 {
|
|
35843
35818
|
height: 100%;
|
|
35844
35819
|
}
|
|
@@ -35876,6 +35851,31 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35876
35851
|
background: rgba(163, 180, 204, 0.18);
|
|
35877
35852
|
}
|
|
35878
35853
|
|
|
35854
|
+
.E_t1gvlxt5 {
|
|
35855
|
+
min-width: 0;
|
|
35856
|
+
flex: 1;
|
|
35857
|
+
}
|
|
35858
|
+
|
|
35859
|
+
.E_t1gvlxt5 .tag {
|
|
35860
|
+
flex: 0 0 auto;
|
|
35861
|
+
}
|
|
35862
|
+
|
|
35863
|
+
.E_t1gvlxt5 .progress-title {
|
|
35864
|
+
flex: 2;
|
|
35865
|
+
max-width: fit-content;
|
|
35866
|
+
}
|
|
35867
|
+
|
|
35868
|
+
.E_t1gvlxt5 .progress-desc {
|
|
35869
|
+
flex: 1;
|
|
35870
|
+
max-width: fit-content;
|
|
35871
|
+
}
|
|
35872
|
+
|
|
35873
|
+
.E_a1ji6r68 {
|
|
35874
|
+
display: flex;
|
|
35875
|
+
align-items: center;
|
|
35876
|
+
column-gap: var(--a1ji6r68-0);
|
|
35877
|
+
}
|
|
35878
|
+
|
|
35879
35879
|
.E_t1g36k2w {
|
|
35880
35880
|
overflow: hidden;
|
|
35881
35881
|
height: 100%;
|