@cloudtower/eagle 0.35.2 → 0.35.4
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/antd.js +4 -4
- package/dist/cjs/core/AutoComplete/AutoComplete.js +42 -0
- package/dist/cjs/index.js +6 -4
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +2065 -2051
- package/dist/esm/antd.js +1 -1
- package/dist/esm/core/AutoComplete/AutoComplete.js +35 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2455 -2441
- package/dist/src/antd.d.ts +1 -1
- package/dist/src/core/AutoComplete/AutoComplete.d.ts +3 -0
- package/dist/src/core/AutoComplete/index.d.ts +1 -0
- package/dist/src/core/index.d.ts +1 -0
- package/dist/stories/docs/core/AutoComplete.stories.d.ts +41 -0
- package/dist/stories/docs/coreX/CheckPointList.stories.d.ts +5 -0
- package/dist/style.css +2064 -2050
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29713,169 +29713,6 @@ body {
|
|
|
29713
29713
|
flex: 1;
|
|
29714
29714
|
}
|
|
29715
29715
|
|
|
29716
|
-
.E_c1yyuluq {
|
|
29717
|
-
border-radius: 8px;
|
|
29718
|
-
}
|
|
29719
|
-
.E_c1yyuluq .ant-card-body {
|
|
29720
|
-
padding: 20px 24px 24px 24px;
|
|
29721
|
-
}
|
|
29722
|
-
|
|
29723
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
29724
|
-
border: 0px;
|
|
29725
|
-
background-color: #fff;
|
|
29726
|
-
}
|
|
29727
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
29728
|
-
padding-top: 0px;
|
|
29729
|
-
padding-bottom: 0px;
|
|
29730
|
-
padding-left: 0px !important;
|
|
29731
|
-
padding-right: 24px;
|
|
29732
|
-
}
|
|
29733
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
29734
|
-
right: 0px;
|
|
29735
|
-
}
|
|
29736
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
29737
|
-
padding: 0px;
|
|
29738
|
-
}
|
|
29739
|
-
|
|
29740
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
29741
|
-
padding-right: 0px;
|
|
29742
|
-
cursor: default;
|
|
29743
|
-
}
|
|
29744
|
-
|
|
29745
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29746
|
-
padding: 4px 8px 0 8px;
|
|
29747
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29748
|
-
font-size: 12px;
|
|
29749
|
-
}
|
|
29750
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29751
|
-
padding-bottom: 6px;
|
|
29752
|
-
}
|
|
29753
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29754
|
-
padding-top: 4px;
|
|
29755
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29756
|
-
}
|
|
29757
|
-
|
|
29758
|
-
.E_berrcjl {
|
|
29759
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29760
|
-
margin-bottom: 4px;
|
|
29761
|
-
}
|
|
29762
|
-
.E_berrcjl .breadcrumb-link {
|
|
29763
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29764
|
-
cursor: pointer;
|
|
29765
|
-
transition: color 160ms ease;
|
|
29766
|
-
}
|
|
29767
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29768
|
-
color: #0080ff;
|
|
29769
|
-
}
|
|
29770
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29771
|
-
color: #005ed1;
|
|
29772
|
-
}
|
|
29773
|
-
|
|
29774
|
-
.E_d1bw7c5z {
|
|
29775
|
-
position: relative;
|
|
29776
|
-
max-width: 388px;
|
|
29777
|
-
min-width: 285px;
|
|
29778
|
-
}
|
|
29779
|
-
.E_d1bw7c5z .center {
|
|
29780
|
-
position: absolute;
|
|
29781
|
-
font-size: 12px;
|
|
29782
|
-
width: 80px;
|
|
29783
|
-
height: 100px;
|
|
29784
|
-
top: 0;
|
|
29785
|
-
left: 35px;
|
|
29786
|
-
display: flex;
|
|
29787
|
-
flex-direction: column;
|
|
29788
|
-
justify-content: center;
|
|
29789
|
-
align-items: center;
|
|
29790
|
-
color: #00122e;
|
|
29791
|
-
}
|
|
29792
|
-
.E_d1bw7c5z .center .number {
|
|
29793
|
-
font-size: 24px;
|
|
29794
|
-
font-weight: 700;
|
|
29795
|
-
}
|
|
29796
|
-
.E_d1bw7c5z .center .text {
|
|
29797
|
-
padding: 0 5px;
|
|
29798
|
-
font-size: 12px;
|
|
29799
|
-
width: inherit;
|
|
29800
|
-
text-align: center;
|
|
29801
|
-
}
|
|
29802
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
29803
|
-
display: flex;
|
|
29804
|
-
}
|
|
29805
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29806
|
-
position: relative !important;
|
|
29807
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29808
|
-
left: 0 !important;
|
|
29809
|
-
bottom: 0 !important;
|
|
29810
|
-
display: flex;
|
|
29811
|
-
align-items: center;
|
|
29812
|
-
}
|
|
29813
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29814
|
-
width: 100%;
|
|
29815
|
-
}
|
|
29816
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29817
|
-
width: 100%;
|
|
29818
|
-
margin-right: 0 !important;
|
|
29819
|
-
line-height: 18px;
|
|
29820
|
-
}
|
|
29821
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29822
|
-
border-radius: 2px;
|
|
29823
|
-
}
|
|
29824
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29825
|
-
min-width: 75px;
|
|
29826
|
-
max-width: 198px;
|
|
29827
|
-
width: calc(100% - 20px);
|
|
29828
|
-
margin-left: 2px;
|
|
29829
|
-
color: #00122e !important;
|
|
29830
|
-
display: inline-flex;
|
|
29831
|
-
justify-content: space-between;
|
|
29832
|
-
}
|
|
29833
|
-
.E_d1bw7c5z .tooltip-text {
|
|
29834
|
-
maxwidth: calc(100% - 12px);
|
|
29835
|
-
cursor: pointer;
|
|
29836
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29837
|
-
overflow: hidden;
|
|
29838
|
-
text-overflow: ellipsis;
|
|
29839
|
-
white-space: nowrap;
|
|
29840
|
-
}
|
|
29841
|
-
.E_d1bw7c5z .value {
|
|
29842
|
-
color: rgba(44, 56, 82, 0.75);
|
|
29843
|
-
}
|
|
29844
|
-
|
|
29845
|
-
.E_t10pqbtc {
|
|
29846
|
-
width: 140px;
|
|
29847
|
-
}
|
|
29848
|
-
.E_t10pqbtc .item {
|
|
29849
|
-
margin: 6px auto;
|
|
29850
|
-
display: flex;
|
|
29851
|
-
justify-content: space-between;
|
|
29852
|
-
}
|
|
29853
|
-
.E_t10pqbtc .item .name {
|
|
29854
|
-
width: 102px;
|
|
29855
|
-
}
|
|
29856
|
-
|
|
29857
|
-
.E_c1uzzomf {
|
|
29858
|
-
margin-bottom: 16px;
|
|
29859
|
-
}
|
|
29860
|
-
.E_c1uzzomf .card-title {
|
|
29861
|
-
font-size: 16px;
|
|
29862
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29863
|
-
font-weight: 700;
|
|
29864
|
-
line-height: 32px;
|
|
29865
|
-
}
|
|
29866
|
-
.E_c1uzzomf .card-body {
|
|
29867
|
-
padding: 24px;
|
|
29868
|
-
border-radius: 8px;
|
|
29869
|
-
background: #fff;
|
|
29870
|
-
}
|
|
29871
|
-
.E_c1uzzomf .empty {
|
|
29872
|
-
font-weight: 700;
|
|
29873
|
-
font-size: 14px;
|
|
29874
|
-
line-height: 22px;
|
|
29875
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29876
|
-
text-align: center;
|
|
29877
|
-
}
|
|
29878
|
-
|
|
29879
29716
|
.E_b1nip9bk {
|
|
29880
29717
|
padding: 4px 11px;
|
|
29881
29718
|
}
|
|
@@ -29905,6 +29742,22 @@ body {
|
|
|
29905
29742
|
border-radius: unset;
|
|
29906
29743
|
}
|
|
29907
29744
|
|
|
29745
|
+
.E_berrcjl {
|
|
29746
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29747
|
+
margin-bottom: 4px;
|
|
29748
|
+
}
|
|
29749
|
+
.E_berrcjl .breadcrumb-link {
|
|
29750
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29751
|
+
cursor: pointer;
|
|
29752
|
+
transition: color 160ms ease;
|
|
29753
|
+
}
|
|
29754
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29755
|
+
color: #0080ff;
|
|
29756
|
+
}
|
|
29757
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29758
|
+
color: #005ed1;
|
|
29759
|
+
}
|
|
29760
|
+
|
|
29908
29761
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29909
29762
|
justify-content: center;
|
|
29910
29763
|
}
|
|
@@ -30162,14 +30015,68 @@ body {
|
|
|
30162
30015
|
justify-content: center;
|
|
30163
30016
|
}
|
|
30164
30017
|
|
|
30165
|
-
.
|
|
30166
|
-
|
|
30167
|
-
|
|
30168
|
-
|
|
30018
|
+
.E_c1uzzomf {
|
|
30019
|
+
margin-bottom: 16px;
|
|
30020
|
+
}
|
|
30021
|
+
.E_c1uzzomf .card-title {
|
|
30022
|
+
font-size: 16px;
|
|
30023
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30024
|
+
font-weight: 700;
|
|
30025
|
+
line-height: 32px;
|
|
30026
|
+
}
|
|
30027
|
+
.E_c1uzzomf .card-body {
|
|
30028
|
+
padding: 24px;
|
|
30029
|
+
border-radius: 8px;
|
|
30030
|
+
background: #fff;
|
|
30031
|
+
}
|
|
30032
|
+
.E_c1uzzomf .empty {
|
|
30033
|
+
font-weight: 700;
|
|
30034
|
+
font-size: 14px;
|
|
30035
|
+
line-height: 22px;
|
|
30036
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30037
|
+
text-align: center;
|
|
30169
30038
|
}
|
|
30170
30039
|
|
|
30171
|
-
.
|
|
30040
|
+
.E_c1yyuluq {
|
|
30041
|
+
border-radius: 8px;
|
|
30042
|
+
}
|
|
30043
|
+
.E_c1yyuluq .ant-card-body {
|
|
30044
|
+
padding: 20px 24px 24px 24px;
|
|
30045
|
+
}
|
|
30046
|
+
|
|
30047
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30048
|
+
padding: 4px 8px 0 8px;
|
|
30172
30049
|
color: rgba(44, 56, 82, 0.6);
|
|
30050
|
+
font-size: 12px;
|
|
30051
|
+
}
|
|
30052
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30053
|
+
padding-bottom: 6px;
|
|
30054
|
+
}
|
|
30055
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30056
|
+
padding-top: 4px;
|
|
30057
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30058
|
+
}
|
|
30059
|
+
|
|
30060
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30061
|
+
border: 0px;
|
|
30062
|
+
background-color: #fff;
|
|
30063
|
+
}
|
|
30064
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30065
|
+
padding-top: 0px;
|
|
30066
|
+
padding-bottom: 0px;
|
|
30067
|
+
padding-left: 0px !important;
|
|
30068
|
+
padding-right: 24px;
|
|
30069
|
+
}
|
|
30070
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30071
|
+
right: 0px;
|
|
30072
|
+
}
|
|
30073
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30074
|
+
padding: 0px;
|
|
30075
|
+
}
|
|
30076
|
+
|
|
30077
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30078
|
+
padding-right: 0px;
|
|
30079
|
+
cursor: default;
|
|
30173
30080
|
}
|
|
30174
30081
|
|
|
30175
30082
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
@@ -30387,10 +30294,6 @@ body {
|
|
|
30387
30294
|
width: 36px;
|
|
30388
30295
|
}
|
|
30389
30296
|
|
|
30390
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30391
|
-
line-height: 18px;
|
|
30392
|
-
}
|
|
30393
|
-
|
|
30394
30297
|
.E_i11gg7mj .ant-input-prefix {
|
|
30395
30298
|
margin-right: 8px;
|
|
30396
30299
|
}
|
|
@@ -30417,15 +30320,194 @@ body {
|
|
|
30417
30320
|
cursor: not-allowed;
|
|
30418
30321
|
}
|
|
30419
30322
|
|
|
30420
|
-
.
|
|
30421
|
-
|
|
30422
|
-
|
|
30423
|
-
|
|
30424
|
-
|
|
30425
|
-
|
|
30426
|
-
|
|
30427
|
-
|
|
30428
|
-
|
|
30323
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30324
|
+
line-height: 18px;
|
|
30325
|
+
}
|
|
30326
|
+
|
|
30327
|
+
.E_d1bw7c5z {
|
|
30328
|
+
position: relative;
|
|
30329
|
+
max-width: 388px;
|
|
30330
|
+
min-width: 285px;
|
|
30331
|
+
}
|
|
30332
|
+
.E_d1bw7c5z .center {
|
|
30333
|
+
position: absolute;
|
|
30334
|
+
font-size: 12px;
|
|
30335
|
+
width: 80px;
|
|
30336
|
+
height: 100px;
|
|
30337
|
+
top: 0;
|
|
30338
|
+
left: 35px;
|
|
30339
|
+
display: flex;
|
|
30340
|
+
flex-direction: column;
|
|
30341
|
+
justify-content: center;
|
|
30342
|
+
align-items: center;
|
|
30343
|
+
color: #00122e;
|
|
30344
|
+
}
|
|
30345
|
+
.E_d1bw7c5z .center .number {
|
|
30346
|
+
font-size: 24px;
|
|
30347
|
+
font-weight: 700;
|
|
30348
|
+
}
|
|
30349
|
+
.E_d1bw7c5z .center .text {
|
|
30350
|
+
padding: 0 5px;
|
|
30351
|
+
font-size: 12px;
|
|
30352
|
+
width: inherit;
|
|
30353
|
+
text-align: center;
|
|
30354
|
+
}
|
|
30355
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30356
|
+
display: flex;
|
|
30357
|
+
}
|
|
30358
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30359
|
+
position: relative !important;
|
|
30360
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30361
|
+
left: 0 !important;
|
|
30362
|
+
bottom: 0 !important;
|
|
30363
|
+
display: flex;
|
|
30364
|
+
align-items: center;
|
|
30365
|
+
}
|
|
30366
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30367
|
+
width: 100%;
|
|
30368
|
+
}
|
|
30369
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30370
|
+
width: 100%;
|
|
30371
|
+
margin-right: 0 !important;
|
|
30372
|
+
line-height: 18px;
|
|
30373
|
+
}
|
|
30374
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30375
|
+
border-radius: 2px;
|
|
30376
|
+
}
|
|
30377
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30378
|
+
min-width: 75px;
|
|
30379
|
+
max-width: 198px;
|
|
30380
|
+
width: calc(100% - 20px);
|
|
30381
|
+
margin-left: 2px;
|
|
30382
|
+
color: #00122e !important;
|
|
30383
|
+
display: inline-flex;
|
|
30384
|
+
justify-content: space-between;
|
|
30385
|
+
}
|
|
30386
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30387
|
+
maxwidth: calc(100% - 12px);
|
|
30388
|
+
cursor: pointer;
|
|
30389
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30390
|
+
overflow: hidden;
|
|
30391
|
+
text-overflow: ellipsis;
|
|
30392
|
+
white-space: nowrap;
|
|
30393
|
+
}
|
|
30394
|
+
.E_d1bw7c5z .value {
|
|
30395
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30396
|
+
}
|
|
30397
|
+
|
|
30398
|
+
.E_t10pqbtc {
|
|
30399
|
+
width: 140px;
|
|
30400
|
+
}
|
|
30401
|
+
.E_t10pqbtc .item {
|
|
30402
|
+
margin: 6px auto;
|
|
30403
|
+
display: flex;
|
|
30404
|
+
justify-content: space-between;
|
|
30405
|
+
}
|
|
30406
|
+
.E_t10pqbtc .item .name {
|
|
30407
|
+
width: 102px;
|
|
30408
|
+
}
|
|
30409
|
+
|
|
30410
|
+
.E_ivqqkzv {
|
|
30411
|
+
height: 24px;
|
|
30412
|
+
width: 56px !important;
|
|
30413
|
+
margin-right: 4px;
|
|
30414
|
+
}
|
|
30415
|
+
|
|
30416
|
+
.E_c1wk4q29 {
|
|
30417
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30418
|
+
}
|
|
30419
|
+
|
|
30420
|
+
.E_s1sck0th {
|
|
30421
|
+
padding: 0 8px;
|
|
30422
|
+
border-radius: 4px;
|
|
30423
|
+
}
|
|
30424
|
+
|
|
30425
|
+
.E_m855nr1 {
|
|
30426
|
+
padding: 2px 8px;
|
|
30427
|
+
border-radius: 3px;
|
|
30428
|
+
}
|
|
30429
|
+
|
|
30430
|
+
.E_l1270xpg {
|
|
30431
|
+
padding: 3px 8px;
|
|
30432
|
+
border-radius: 2px;
|
|
30433
|
+
}
|
|
30434
|
+
|
|
30435
|
+
.E_t14rextb.ant-tag:hover {
|
|
30436
|
+
opacity: unset;
|
|
30437
|
+
}
|
|
30438
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30439
|
+
margin: 0;
|
|
30440
|
+
margin-right: 8px;
|
|
30441
|
+
display: inline-flex;
|
|
30442
|
+
align-items: center;
|
|
30443
|
+
border: none;
|
|
30444
|
+
}
|
|
30445
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30446
|
+
width: 16px;
|
|
30447
|
+
height: 16px;
|
|
30448
|
+
color: inherit;
|
|
30449
|
+
margin-left: 4px;
|
|
30450
|
+
opacity: 0.6;
|
|
30451
|
+
display: inline-flex;
|
|
30452
|
+
}
|
|
30453
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30454
|
+
opacity: 1;
|
|
30455
|
+
}
|
|
30456
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30457
|
+
color: #0080ff;
|
|
30458
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30459
|
+
}
|
|
30460
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30461
|
+
color: #f0483e;
|
|
30462
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30463
|
+
}
|
|
30464
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30465
|
+
color: #e07f00;
|
|
30466
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30467
|
+
}
|
|
30468
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30469
|
+
color: #008f4c;
|
|
30470
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30471
|
+
}
|
|
30472
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30473
|
+
color: #1d326c;
|
|
30474
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30475
|
+
}
|
|
30476
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30477
|
+
color: #7E41FF;
|
|
30478
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30479
|
+
}
|
|
30480
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30481
|
+
color: #fff;
|
|
30482
|
+
}
|
|
30483
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30484
|
+
background-color: #f0483e;
|
|
30485
|
+
}
|
|
30486
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30487
|
+
background-color: #fea008;
|
|
30488
|
+
}
|
|
30489
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30490
|
+
background-color: #00ba5d;
|
|
30491
|
+
}
|
|
30492
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30493
|
+
background-color: #0080ff;
|
|
30494
|
+
}
|
|
30495
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30496
|
+
background-color: #6b7d99;
|
|
30497
|
+
}
|
|
30498
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30499
|
+
background-color: #7E41FF;
|
|
30500
|
+
}
|
|
30501
|
+
|
|
30502
|
+
.E_c1bus5hc {
|
|
30503
|
+
--color: white;
|
|
30504
|
+
height: 14px;
|
|
30505
|
+
width: 14px;
|
|
30506
|
+
border-radius: 50%;
|
|
30507
|
+
flex-shrink: 0;
|
|
30508
|
+
display: flex;
|
|
30509
|
+
align-items: center;
|
|
30510
|
+
justify-content: center;
|
|
30429
30511
|
border: 1px solid var(--color);
|
|
30430
30512
|
}
|
|
30431
30513
|
.E_c1bus5hc .circle-inner {
|
|
@@ -30457,23 +30539,12 @@ body {
|
|
|
30457
30539
|
transform: rotate(0deg);
|
|
30458
30540
|
}
|
|
30459
30541
|
|
|
30460
|
-
.E_tju3gfj .date {
|
|
30461
|
-
margin-right: 4px;
|
|
30462
|
-
}
|
|
30463
|
-
|
|
30464
30542
|
.E_iq1gosr {
|
|
30465
30543
|
display: inline-block;
|
|
30466
30544
|
}
|
|
30467
30545
|
|
|
30468
|
-
.
|
|
30469
|
-
|
|
30470
|
-
}
|
|
30471
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30472
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30473
|
-
border-radius: 4px;
|
|
30474
|
-
}
|
|
30475
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30476
|
-
visibility: hidden;
|
|
30546
|
+
.E_tju3gfj .date {
|
|
30547
|
+
margin-right: 4px;
|
|
30477
30548
|
}
|
|
30478
30549
|
|
|
30479
30550
|
.E_s1dizucg.ant-switch {
|
|
@@ -30612,86 +30683,49 @@ body {
|
|
|
30612
30683
|
opacity: 0;
|
|
30613
30684
|
}
|
|
30614
30685
|
|
|
30615
|
-
.
|
|
30616
|
-
|
|
30686
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30687
|
+
display: none;
|
|
30688
|
+
}
|
|
30689
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30690
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30617
30691
|
border-radius: 4px;
|
|
30618
30692
|
}
|
|
30619
|
-
|
|
30620
|
-
|
|
30621
|
-
padding: 2px 8px;
|
|
30622
|
-
border-radius: 3px;
|
|
30693
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30694
|
+
visibility: hidden;
|
|
30623
30695
|
}
|
|
30624
30696
|
|
|
30625
|
-
.
|
|
30626
|
-
|
|
30627
|
-
|
|
30697
|
+
.E_f7pxqmh {
|
|
30698
|
+
width: 100%;
|
|
30699
|
+
margin-bottom: 0 !important;
|
|
30700
|
+
flex-flow: nowrap !important;
|
|
30701
|
+
line-break: auto;
|
|
30628
30702
|
}
|
|
30629
|
-
|
|
30630
|
-
|
|
30631
|
-
|
|
30703
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30704
|
+
text-align: left !important;
|
|
30705
|
+
padding-bottom: 0 !important;
|
|
30632
30706
|
}
|
|
30633
|
-
.
|
|
30634
|
-
|
|
30635
|
-
|
|
30636
|
-
|
|
30637
|
-
|
|
30638
|
-
|
|
30707
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30708
|
+
min-height: 32px;
|
|
30709
|
+
height: auto;
|
|
30710
|
+
font-size: 13px;
|
|
30711
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30712
|
+
white-space: normal;
|
|
30639
30713
|
}
|
|
30640
|
-
.
|
|
30641
|
-
|
|
30642
|
-
height: 16px;
|
|
30643
|
-
color: inherit;
|
|
30644
|
-
margin-left: 4px;
|
|
30645
|
-
opacity: 0.6;
|
|
30646
|
-
display: inline-flex;
|
|
30714
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30715
|
+
border-color: #ff4d4f !important;
|
|
30647
30716
|
}
|
|
30648
|
-
.
|
|
30649
|
-
|
|
30717
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30718
|
+
border-color: #ff4d4f !important;
|
|
30650
30719
|
}
|
|
30651
|
-
.
|
|
30652
|
-
|
|
30653
|
-
|
|
30654
|
-
|
|
30655
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30656
|
-
color: #f0483e;
|
|
30657
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30658
|
-
}
|
|
30659
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30660
|
-
color: #e07f00;
|
|
30661
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30662
|
-
}
|
|
30663
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30664
|
-
color: #008f4c;
|
|
30665
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
30666
|
-
}
|
|
30667
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30668
|
-
color: #1d326c;
|
|
30669
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
30670
|
-
}
|
|
30671
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30672
|
-
color: #7E41FF;
|
|
30673
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
30674
|
-
}
|
|
30675
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30676
|
-
color: #fff;
|
|
30677
|
-
}
|
|
30678
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30679
|
-
background-color: #f0483e;
|
|
30680
|
-
}
|
|
30681
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30682
|
-
background-color: #fea008;
|
|
30683
|
-
}
|
|
30684
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30685
|
-
background-color: #00ba5d;
|
|
30686
|
-
}
|
|
30687
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30688
|
-
background-color: #0080ff;
|
|
30689
|
-
}
|
|
30690
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30691
|
-
background-color: #6b7d99;
|
|
30720
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30721
|
+
margin-top: 4px;
|
|
30722
|
+
font-size: 12px;
|
|
30723
|
+
min-height: 0px;
|
|
30692
30724
|
}
|
|
30693
|
-
.
|
|
30694
|
-
|
|
30725
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30726
|
+
font-size: 12px;
|
|
30727
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30728
|
+
min-height: 0px;
|
|
30695
30729
|
}
|
|
30696
30730
|
|
|
30697
30731
|
.E_fzh9mnb {
|
|
@@ -30709,6 +30743,44 @@ body {
|
|
|
30709
30743
|
font-size: 18px;
|
|
30710
30744
|
}
|
|
30711
30745
|
|
|
30746
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30747
|
+
display: var(--a1wfy30z-0);
|
|
30748
|
+
}
|
|
30749
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30750
|
+
padding: 4px 11px;
|
|
30751
|
+
display: inline-flex;
|
|
30752
|
+
line-height: 1.5715;
|
|
30753
|
+
height: inherit;
|
|
30754
|
+
}
|
|
30755
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30756
|
+
content: var(--a1wfy30z-1);
|
|
30757
|
+
display: var(--a1wfy30z-2);
|
|
30758
|
+
flex: none;
|
|
30759
|
+
align-items: center;
|
|
30760
|
+
margin-left: 4px;
|
|
30761
|
+
}
|
|
30762
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30763
|
+
content: var(--a1wfy30z-3);
|
|
30764
|
+
display: var(--a1wfy30z-4);
|
|
30765
|
+
flex: none;
|
|
30766
|
+
align-items: center;
|
|
30767
|
+
margin-right: 4px;
|
|
30768
|
+
cursor: auto;
|
|
30769
|
+
}
|
|
30770
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30771
|
+
padding: 0;
|
|
30772
|
+
margin: 0;
|
|
30773
|
+
height: auto;
|
|
30774
|
+
font-size: inherit;
|
|
30775
|
+
}
|
|
30776
|
+
|
|
30777
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30778
|
+
margin-left: 8px;
|
|
30779
|
+
}
|
|
30780
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30781
|
+
padding: 2px 7px 2px 12px;
|
|
30782
|
+
}
|
|
30783
|
+
|
|
30712
30784
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30713
30785
|
display: var(--ai7qkf2-0);
|
|
30714
30786
|
}
|
|
@@ -30769,24 +30841,6 @@ body {
|
|
|
30769
30841
|
padding: 2px 8px;
|
|
30770
30842
|
}
|
|
30771
30843
|
|
|
30772
|
-
.E_iouxfgt {
|
|
30773
|
-
display: inline-flex;
|
|
30774
|
-
align-items: center;
|
|
30775
|
-
}
|
|
30776
|
-
.E_iouxfgt .icon-inner {
|
|
30777
|
-
display: inline-flex;
|
|
30778
|
-
align-items: center;
|
|
30779
|
-
justify-content: center;
|
|
30780
|
-
}
|
|
30781
|
-
.E_iouxfgt .icon-inner + span,
|
|
30782
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30783
|
-
margin-left: 4px;
|
|
30784
|
-
}
|
|
30785
|
-
.E_iouxfgt.is-rotate img,
|
|
30786
|
-
.E_iouxfgt.is-rotate svg {
|
|
30787
|
-
animation: rotate 680ms linear infinite;
|
|
30788
|
-
}
|
|
30789
|
-
|
|
30790
30844
|
.E_i1inqkme {
|
|
30791
30845
|
height: 18px;
|
|
30792
30846
|
line-height: 18px;
|
|
@@ -30800,119 +30854,22 @@ body {
|
|
|
30800
30854
|
margin-right: 4px;
|
|
30801
30855
|
}
|
|
30802
30856
|
|
|
30803
|
-
.
|
|
30804
|
-
width: 100%;
|
|
30805
|
-
margin-bottom: 0 !important;
|
|
30806
|
-
flex-flow: nowrap !important;
|
|
30807
|
-
line-break: auto;
|
|
30808
|
-
}
|
|
30809
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30810
|
-
text-align: left !important;
|
|
30811
|
-
padding-bottom: 0 !important;
|
|
30812
|
-
}
|
|
30813
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30814
|
-
min-height: 32px;
|
|
30815
|
-
height: auto;
|
|
30816
|
-
font-size: 13px;
|
|
30817
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30818
|
-
white-space: normal;
|
|
30819
|
-
}
|
|
30820
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30821
|
-
border-color: #ff4d4f !important;
|
|
30822
|
-
}
|
|
30823
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30824
|
-
border-color: #ff4d4f !important;
|
|
30825
|
-
}
|
|
30826
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
30827
|
-
margin-top: 4px;
|
|
30828
|
-
font-size: 12px;
|
|
30829
|
-
min-height: 0px;
|
|
30830
|
-
}
|
|
30831
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
30832
|
-
font-size: 12px;
|
|
30833
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30834
|
-
min-height: 0px;
|
|
30835
|
-
}
|
|
30836
|
-
|
|
30837
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30838
|
-
display: var(--a1wfy30z-0);
|
|
30839
|
-
}
|
|
30840
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30841
|
-
padding: 4px 11px;
|
|
30842
|
-
display: inline-flex;
|
|
30843
|
-
line-height: 1.5715;
|
|
30844
|
-
height: inherit;
|
|
30845
|
-
}
|
|
30846
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30847
|
-
content: var(--a1wfy30z-1);
|
|
30848
|
-
display: var(--a1wfy30z-2);
|
|
30849
|
-
flex: none;
|
|
30850
|
-
align-items: center;
|
|
30851
|
-
margin-left: 4px;
|
|
30852
|
-
}
|
|
30853
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30854
|
-
content: var(--a1wfy30z-3);
|
|
30855
|
-
display: var(--a1wfy30z-4);
|
|
30856
|
-
flex: none;
|
|
30857
|
-
align-items: center;
|
|
30858
|
-
margin-right: 4px;
|
|
30859
|
-
cursor: auto;
|
|
30860
|
-
}
|
|
30861
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30862
|
-
padding: 0;
|
|
30863
|
-
margin: 0;
|
|
30864
|
-
height: auto;
|
|
30865
|
-
font-size: inherit;
|
|
30866
|
-
}
|
|
30867
|
-
|
|
30868
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30869
|
-
margin-left: 8px;
|
|
30870
|
-
}
|
|
30871
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30872
|
-
padding: 2px 7px 2px 12px;
|
|
30873
|
-
}
|
|
30874
|
-
|
|
30875
|
-
.E_m196gn1d {
|
|
30876
|
-
min-width: 1280px;
|
|
30877
|
-
}
|
|
30878
|
-
|
|
30879
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
30857
|
+
.E_iouxfgt {
|
|
30880
30858
|
display: inline-flex;
|
|
30881
30859
|
align-items: center;
|
|
30882
|
-
justify-content: center;
|
|
30883
|
-
color: #fff;
|
|
30884
|
-
font-weight: bold;
|
|
30885
|
-
font-size: 12px;
|
|
30886
|
-
width: 24px;
|
|
30887
|
-
height: 24px;
|
|
30888
|
-
border-radius: 50%;
|
|
30889
|
-
background: var(--a1b5xrg3-0);
|
|
30890
30860
|
}
|
|
30891
|
-
.
|
|
30892
|
-
transition: all 160ms ease;
|
|
30893
|
-
cursor: pointer;
|
|
30894
|
-
width: 56px;
|
|
30895
|
-
height: 40px;
|
|
30861
|
+
.E_iouxfgt .icon-inner {
|
|
30896
30862
|
display: inline-flex;
|
|
30897
30863
|
align-items: center;
|
|
30898
30864
|
justify-content: center;
|
|
30899
|
-
border-radius: 6px;
|
|
30900
|
-
}
|
|
30901
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
30902
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
30903
|
-
}
|
|
30904
|
-
.E_a1b5xrg3.btn-item:active {
|
|
30905
|
-
transform: translateY(2px);
|
|
30906
|
-
transition: all 320ms ease;
|
|
30907
30865
|
}
|
|
30908
|
-
|
|
30909
|
-
.
|
|
30910
|
-
|
|
30866
|
+
.E_iouxfgt .icon-inner + span,
|
|
30867
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30868
|
+
margin-left: 4px;
|
|
30911
30869
|
}
|
|
30912
|
-
|
|
30913
|
-
.
|
|
30914
|
-
|
|
30915
|
-
position: absolute;
|
|
30870
|
+
.E_iouxfgt.is-rotate img,
|
|
30871
|
+
.E_iouxfgt.is-rotate svg {
|
|
30872
|
+
animation: rotate 680ms linear infinite;
|
|
30916
30873
|
}
|
|
30917
30874
|
|
|
30918
30875
|
.E_dsnbhzf {
|
|
@@ -31390,25 +31347,68 @@ body {
|
|
|
31390
31347
|
line-height: 12px;
|
|
31391
31348
|
}
|
|
31392
31349
|
|
|
31393
|
-
.
|
|
31394
|
-
|
|
31395
|
-
flex-direction: column;
|
|
31350
|
+
.E_m196gn1d {
|
|
31351
|
+
min-width: 1280px;
|
|
31396
31352
|
}
|
|
31397
31353
|
|
|
31398
|
-
.
|
|
31399
|
-
|
|
31400
|
-
|
|
31401
|
-
|
|
31402
|
-
|
|
31354
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31355
|
+
display: inline-flex;
|
|
31356
|
+
align-items: center;
|
|
31357
|
+
justify-content: center;
|
|
31358
|
+
color: #fff;
|
|
31359
|
+
font-weight: bold;
|
|
31360
|
+
font-size: 12px;
|
|
31361
|
+
width: 24px;
|
|
31362
|
+
height: 24px;
|
|
31363
|
+
border-radius: 50%;
|
|
31364
|
+
background: var(--a1b5xrg3-0);
|
|
31403
31365
|
}
|
|
31404
|
-
|
|
31405
|
-
|
|
31406
|
-
|
|
31407
|
-
width:
|
|
31408
|
-
|
|
31409
|
-
display: flex;
|
|
31366
|
+
.E_a1b5xrg3.btn-item {
|
|
31367
|
+
transition: all 160ms ease;
|
|
31368
|
+
cursor: pointer;
|
|
31369
|
+
width: 56px;
|
|
31370
|
+
height: 40px;
|
|
31371
|
+
display: inline-flex;
|
|
31372
|
+
align-items: center;
|
|
31373
|
+
justify-content: center;
|
|
31374
|
+
border-radius: 6px;
|
|
31410
31375
|
}
|
|
31411
|
-
.
|
|
31376
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31377
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31378
|
+
}
|
|
31379
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31380
|
+
transform: translateY(2px);
|
|
31381
|
+
transition: all 320ms ease;
|
|
31382
|
+
}
|
|
31383
|
+
|
|
31384
|
+
.E_owd0kml {
|
|
31385
|
+
display: inline-block;
|
|
31386
|
+
}
|
|
31387
|
+
|
|
31388
|
+
.E_h1jsgezc {
|
|
31389
|
+
visibility: hidden;
|
|
31390
|
+
position: absolute;
|
|
31391
|
+
}
|
|
31392
|
+
|
|
31393
|
+
.E_cnujxq2 {
|
|
31394
|
+
display: flex;
|
|
31395
|
+
flex-direction: column;
|
|
31396
|
+
}
|
|
31397
|
+
|
|
31398
|
+
.E_m7s48ia {
|
|
31399
|
+
max-width: 1120px;
|
|
31400
|
+
width: 100%;
|
|
31401
|
+
margin: 0 auto;
|
|
31402
|
+
height: 100%;
|
|
31403
|
+
}
|
|
31404
|
+
|
|
31405
|
+
.E_wt5zbg6 {
|
|
31406
|
+
max-width: 1120px;
|
|
31407
|
+
width: 100%;
|
|
31408
|
+
margin: 0 auto;
|
|
31409
|
+
display: flex;
|
|
31410
|
+
}
|
|
31411
|
+
.E_wt5zbg6 .left,
|
|
31412
31412
|
.E_wt5zbg6 .right {
|
|
31413
31413
|
flex-grow: 0;
|
|
31414
31414
|
flex-shrink: 0;
|
|
@@ -32304,6 +32304,41 @@ input.E_rf8rlle.ant-input {
|
|
|
32304
32304
|
opacity: 0.8;
|
|
32305
32305
|
}
|
|
32306
32306
|
|
|
32307
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32308
|
+
margin-right: 2px;
|
|
32309
|
+
}
|
|
32310
|
+
|
|
32311
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32312
|
+
padding-left: 8px;
|
|
32313
|
+
padding-right: 8px;
|
|
32314
|
+
font-size: 12px;
|
|
32315
|
+
}
|
|
32316
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32317
|
+
border-radius: 4px;
|
|
32318
|
+
}
|
|
32319
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32320
|
+
border-radius: 4px;
|
|
32321
|
+
}
|
|
32322
|
+
|
|
32323
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32324
|
+
padding-left: 12px;
|
|
32325
|
+
padding-right: 12px;
|
|
32326
|
+
}
|
|
32327
|
+
|
|
32328
|
+
.E_ckld275 {
|
|
32329
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32330
|
+
}
|
|
32331
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32332
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32333
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32334
|
+
}
|
|
32335
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32336
|
+
background-color: transparent;
|
|
32337
|
+
}
|
|
32338
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32339
|
+
background-color: transparent;
|
|
32340
|
+
}
|
|
32341
|
+
|
|
32307
32342
|
.E_suhck3k {
|
|
32308
32343
|
height: 24px;
|
|
32309
32344
|
width: 24px;
|
|
@@ -32370,35 +32405,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32370
32405
|
margin-top: 8px;
|
|
32371
32406
|
}
|
|
32372
32407
|
|
|
32373
|
-
.E_m5foqp8 {
|
|
32374
|
-
--footer-height: 96px;
|
|
32375
|
-
--modal-content-width: 720px;
|
|
32376
|
-
--modal-content-min-height: 200px;
|
|
32377
|
-
--modal-header-padding: 40px 60px 8px;
|
|
32378
|
-
--modal-content-padding-top: 24px;
|
|
32379
|
-
--modal-content-padding-bottom: 32px;
|
|
32380
|
-
--modal-content-padding-x: 60px;
|
|
32381
|
-
--modal-footer-padding: 0 60px;
|
|
32382
|
-
}
|
|
32383
|
-
.E_m5foqp8.content-full.ant-modal {
|
|
32384
|
-
height: calc(100vh - 80px);
|
|
32385
|
-
width: calc(100vw - 160px);
|
|
32386
|
-
}
|
|
32387
|
-
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
32388
|
-
width: 100%;
|
|
32389
|
-
height: 100%;
|
|
32390
|
-
max-width: unset;
|
|
32391
|
-
max-height: unset;
|
|
32392
|
-
display: flex;
|
|
32393
|
-
flex-direction: column;
|
|
32394
|
-
}
|
|
32395
|
-
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
32396
|
-
flex: 1;
|
|
32397
|
-
}
|
|
32398
|
-
.E_m5foqp8 .initializing-title {
|
|
32399
|
-
height: 32px;
|
|
32400
|
-
}
|
|
32401
|
-
|
|
32402
32408
|
.E_hrhfj7c {
|
|
32403
32409
|
display: none;
|
|
32404
32410
|
}
|
|
@@ -32618,6 +32624,35 @@ input.E_rf8rlle.ant-input {
|
|
|
32618
32624
|
font-size: 14px;
|
|
32619
32625
|
}
|
|
32620
32626
|
|
|
32627
|
+
.E_m5foqp8 {
|
|
32628
|
+
--footer-height: 96px;
|
|
32629
|
+
--modal-content-width: 720px;
|
|
32630
|
+
--modal-content-min-height: 200px;
|
|
32631
|
+
--modal-header-padding: 40px 60px 8px;
|
|
32632
|
+
--modal-content-padding-top: 24px;
|
|
32633
|
+
--modal-content-padding-bottom: 32px;
|
|
32634
|
+
--modal-content-padding-x: 60px;
|
|
32635
|
+
--modal-footer-padding: 0 60px;
|
|
32636
|
+
}
|
|
32637
|
+
.E_m5foqp8.content-full.ant-modal {
|
|
32638
|
+
height: calc(100vh - 80px);
|
|
32639
|
+
width: calc(100vw - 160px);
|
|
32640
|
+
}
|
|
32641
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-content {
|
|
32642
|
+
width: 100%;
|
|
32643
|
+
height: 100%;
|
|
32644
|
+
max-width: unset;
|
|
32645
|
+
max-height: unset;
|
|
32646
|
+
display: flex;
|
|
32647
|
+
flex-direction: column;
|
|
32648
|
+
}
|
|
32649
|
+
.E_m5foqp8.content-full.ant-modal .ant-modal-body {
|
|
32650
|
+
flex: 1;
|
|
32651
|
+
}
|
|
32652
|
+
.E_m5foqp8 .initializing-title {
|
|
32653
|
+
height: 32px;
|
|
32654
|
+
}
|
|
32655
|
+
|
|
32621
32656
|
.E_h12yihis {
|
|
32622
32657
|
height: 50px;
|
|
32623
32658
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -32846,287 +32881,427 @@ input.E_rf8rlle.ant-input {
|
|
|
32846
32881
|
width: 1px;
|
|
32847
32882
|
}
|
|
32848
32883
|
|
|
32849
|
-
.
|
|
32850
|
-
|
|
32884
|
+
.E_tc97u5y {
|
|
32885
|
+
height: 100%;
|
|
32851
32886
|
}
|
|
32852
32887
|
|
|
32853
|
-
.
|
|
32854
|
-
|
|
32855
|
-
|
|
32856
|
-
|
|
32888
|
+
.E_efzf37v .ant-table-content,
|
|
32889
|
+
.E_efzf37v .ant-table-body {
|
|
32890
|
+
overflow: visible !important;
|
|
32891
|
+
height: 100%;
|
|
32857
32892
|
}
|
|
32858
|
-
.
|
|
32859
|
-
|
|
32893
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
32894
|
+
height: 100%;
|
|
32860
32895
|
}
|
|
32861
|
-
.
|
|
32862
|
-
|
|
32896
|
+
.E_efzf37v table {
|
|
32897
|
+
width: 100% !important;
|
|
32898
|
+
height: 100%;
|
|
32863
32899
|
}
|
|
32864
|
-
|
|
32865
|
-
|
|
32866
|
-
padding-left: 12px;
|
|
32867
|
-
padding-right: 12px;
|
|
32900
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
32901
|
+
padding: 15px 0;
|
|
32868
32902
|
}
|
|
32869
|
-
|
|
32870
|
-
|
|
32871
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32903
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
32904
|
+
display: none;
|
|
32872
32905
|
}
|
|
32873
|
-
|
|
32874
|
-
|
|
32875
|
-
|
|
32906
|
+
|
|
32907
|
+
.E_t1fisho6 {
|
|
32908
|
+
height: 100%;
|
|
32876
32909
|
}
|
|
32877
|
-
.
|
|
32878
|
-
|
|
32910
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
32911
|
+
padding-top: 6px;
|
|
32912
|
+
padding-bottom: 6px;
|
|
32879
32913
|
}
|
|
32880
|
-
.
|
|
32881
|
-
|
|
32914
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
32915
|
+
font-weight: 700;
|
|
32882
32916
|
}
|
|
32883
|
-
|
|
32884
|
-
|
|
32885
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
32886
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
32887
|
-
font-size: 12px;
|
|
32888
|
-
line-height: 18px;
|
|
32889
|
-
height: 18px;
|
|
32917
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
32918
|
+
font-weight: 700;
|
|
32890
32919
|
}
|
|
32891
|
-
|
|
32892
|
-
|
|
32893
|
-
color: #0080FF;
|
|
32894
|
-
height: unset;
|
|
32920
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
32921
|
+
height: 100%;
|
|
32895
32922
|
}
|
|
32896
|
-
|
|
32897
|
-
|
|
32923
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
32924
|
+
height: 100%;
|
|
32925
|
+
overflow: visible;
|
|
32898
32926
|
}
|
|
32899
|
-
|
|
32900
|
-
|
|
32927
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
32928
|
+
max-height: none;
|
|
32901
32929
|
}
|
|
32902
|
-
|
|
32903
|
-
|
|
32930
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
32931
|
+
background: transparent;
|
|
32904
32932
|
}
|
|
32905
|
-
|
|
32906
|
-
|
|
32933
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
32934
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
32935
|
+
background: #fff;
|
|
32936
|
+
padding: 0 !important;
|
|
32907
32937
|
}
|
|
32908
|
-
|
|
32909
|
-
|
|
32938
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
32939
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
32940
|
+
display: flex;
|
|
32941
|
+
align-items: center;
|
|
32942
|
+
height: 100%;
|
|
32943
|
+
padding: 8px;
|
|
32910
32944
|
}
|
|
32911
|
-
|
|
32912
|
-
|
|
32945
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
32946
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
32947
|
+
overflow: hidden;
|
|
32948
|
+
text-overflow: ellipsis;
|
|
32949
|
+
width: 100%;
|
|
32913
32950
|
}
|
|
32914
|
-
|
|
32915
|
-
|
|
32951
|
+
.E_t1fisho6 .ant-table-container {
|
|
32952
|
+
height: 100%;
|
|
32916
32953
|
}
|
|
32917
|
-
|
|
32918
|
-
|
|
32954
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
32955
|
+
box-shadow: none !important;
|
|
32919
32956
|
}
|
|
32920
|
-
|
|
32921
|
-
|
|
32957
|
+
.E_t1fisho6 div.ant-table {
|
|
32958
|
+
border-radius: 0px;
|
|
32959
|
+
border-left: none;
|
|
32960
|
+
border-right: none;
|
|
32961
|
+
border-bottom: none;
|
|
32962
|
+
height: 100%;
|
|
32963
|
+
font-size: 12px;
|
|
32964
|
+
background: transparent;
|
|
32922
32965
|
}
|
|
32923
|
-
|
|
32924
|
-
|
|
32966
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
32967
|
+
position: relative;
|
|
32968
|
+
z-index: 3;
|
|
32969
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
32970
|
+
margin-bottom: -1px;
|
|
32925
32971
|
}
|
|
32926
|
-
|
|
32927
|
-
|
|
32972
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
32973
|
+
.E_t1fisho6 div.ant-table .value {
|
|
32974
|
+
color: #2d3a56;
|
|
32928
32975
|
}
|
|
32929
|
-
|
|
32930
|
-
|
|
32976
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
32977
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
32978
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32931
32979
|
}
|
|
32932
|
-
|
|
32933
|
-
|
|
32980
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
32981
|
+
position: unset;
|
|
32982
|
+
text-align: center;
|
|
32934
32983
|
}
|
|
32935
|
-
|
|
32936
|
-
|
|
32937
|
-
|
|
32984
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
32985
|
+
background: #fff;
|
|
32986
|
+
}
|
|
32987
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
32988
|
+
cursor: pointer;
|
|
32989
|
+
position: absolute;
|
|
32990
|
+
top: 50%;
|
|
32991
|
+
right: 12px;
|
|
32992
|
+
transform: translateY(-50%);
|
|
32993
|
+
}
|
|
32994
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
32995
|
+
box-shadow: none;
|
|
32996
|
+
width: 1px;
|
|
32997
|
+
background: rgba(213, 219, 227, 0.6);
|
|
32998
|
+
}
|
|
32999
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
33000
|
+
box-shadow: none;
|
|
33001
|
+
width: 1px;
|
|
33002
|
+
background: rgba(213, 219, 227, 0.6);
|
|
33003
|
+
}
|
|
33004
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
32938
33005
|
position: relative;
|
|
32939
33006
|
}
|
|
32940
|
-
.
|
|
33007
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
33008
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33009
|
+
border-bottom: 1px solid white;
|
|
33010
|
+
height: 40px;
|
|
33011
|
+
vertical-align: middle;
|
|
33012
|
+
transition: background 0ms;
|
|
32941
33013
|
color: #00122e;
|
|
32942
|
-
word-break: break-word;
|
|
32943
|
-
margin-bottom: 4px;
|
|
32944
|
-
display: block;
|
|
32945
33014
|
}
|
|
32946
|
-
.
|
|
32947
|
-
|
|
32948
|
-
|
|
33015
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
33016
|
+
background: #f2f5fa;
|
|
33017
|
+
border-bottom-color: #f2f5fa;
|
|
32949
33018
|
}
|
|
32950
|
-
.
|
|
32951
|
-
|
|
33019
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
|
|
33020
|
+
height: auto;
|
|
33021
|
+
color: #00122e;
|
|
33022
|
+
font-size: 12px;
|
|
33023
|
+
text-align: left;
|
|
33024
|
+
transition: none;
|
|
33025
|
+
overflow: hidden;
|
|
33026
|
+
text-overflow: ellipsis;
|
|
33027
|
+
white-space: nowrap;
|
|
32952
33028
|
}
|
|
32953
|
-
.
|
|
32954
|
-
|
|
32955
|
-
margin-top: 8px;
|
|
33029
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
|
|
33030
|
+
color: #0096ff;
|
|
32956
33031
|
}
|
|
32957
|
-
.
|
|
32958
|
-
|
|
32959
|
-
|
|
33032
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
|
|
33033
|
+
overflow: hidden;
|
|
33034
|
+
text-overflow: ellipsis;
|
|
33035
|
+
width: 100%;
|
|
33036
|
+
vertical-align: middle;
|
|
32960
33037
|
}
|
|
32961
|
-
.
|
|
32962
|
-
|
|
32963
|
-
border-radius: 4px;
|
|
32964
|
-
border: 1px dashed rgba(107, 128, 167, 0.6);
|
|
32965
|
-
background: rgba(237, 241, 250, 0.6);
|
|
32966
|
-
display: flex;
|
|
32967
|
-
flex-direction: column;
|
|
32968
|
-
align-items: center;
|
|
33038
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
33039
|
+
line-height: 0px;
|
|
32969
33040
|
}
|
|
32970
|
-
.
|
|
32971
|
-
|
|
33041
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
33042
|
+
padding-right: 25px;
|
|
32972
33043
|
}
|
|
32973
|
-
.
|
|
32974
|
-
color:
|
|
33044
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
33045
|
+
border-top-color: transparent;
|
|
32975
33046
|
}
|
|
32976
|
-
.
|
|
32977
|
-
|
|
33047
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
33048
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33049
|
+
border-color: transparent transparent white;
|
|
32978
33050
|
}
|
|
32979
|
-
.
|
|
32980
|
-
|
|
32981
|
-
flex-direction: row;
|
|
32982
|
-
justify-content: center;
|
|
32983
|
-
align-items: flex-start;
|
|
33051
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
33052
|
+
border-radius: 8px 0 0 8px;
|
|
32984
33053
|
}
|
|
32985
|
-
.
|
|
32986
|
-
|
|
33054
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
33055
|
+
border-radius: 8px 0 0 8px;
|
|
32987
33056
|
}
|
|
32988
|
-
.
|
|
32989
|
-
|
|
32990
|
-
|
|
33057
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
33058
|
+
content: "";
|
|
33059
|
+
width: 4px;
|
|
33060
|
+
top: -1px;
|
|
33061
|
+
bottom: -1px;
|
|
33062
|
+
background: white;
|
|
32991
33063
|
}
|
|
32992
|
-
.
|
|
32993
|
-
|
|
32994
|
-
text-align: left;
|
|
33064
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
33065
|
+
border-radius: 0 8px 8px 0;
|
|
32995
33066
|
}
|
|
32996
|
-
.
|
|
32997
|
-
|
|
33067
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
33068
|
+
border-radius: 0;
|
|
33069
|
+
background: white;
|
|
33070
|
+
border-top: none;
|
|
32998
33071
|
}
|
|
32999
|
-
.
|
|
33000
|
-
|
|
33001
|
-
|
|
33072
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
33073
|
+
border-top: 1px solid transparent;
|
|
33074
|
+
border-radius: 0 8px 8px 0;
|
|
33075
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33002
33076
|
}
|
|
33003
|
-
.
|
|
33004
|
-
|
|
33005
|
-
|
|
33006
|
-
align-items: flex-start;
|
|
33007
|
-
justify-content: space-between;
|
|
33008
|
-
line-height: 24px;
|
|
33009
|
-
word-break: break-all;
|
|
33077
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
33078
|
+
background: white;
|
|
33079
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33010
33080
|
}
|
|
33011
|
-
.
|
|
33012
|
-
|
|
33081
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33082
|
+
display: flex;
|
|
33083
|
+
align-items: center;
|
|
33084
|
+
height: 100%;
|
|
33085
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33013
33086
|
}
|
|
33014
|
-
.
|
|
33015
|
-
|
|
33016
|
-
|
|
33087
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
33088
|
+
background: white;
|
|
33089
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33017
33090
|
}
|
|
33018
|
-
.
|
|
33091
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
33019
33092
|
display: flex;
|
|
33020
|
-
|
|
33021
|
-
|
|
33093
|
+
align-items: center;
|
|
33094
|
+
height: 100%;
|
|
33095
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33022
33096
|
}
|
|
33023
|
-
.
|
|
33024
|
-
|
|
33097
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
33098
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33025
33099
|
}
|
|
33026
|
-
.
|
|
33027
|
-
|
|
33028
|
-
|
|
33100
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
33101
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
33102
|
+
border-radius: 8px;
|
|
33029
33103
|
}
|
|
33030
|
-
.
|
|
33031
|
-
border-color:
|
|
33032
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33104
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
33105
|
+
border-top-color: white;
|
|
33033
33106
|
}
|
|
33034
|
-
.
|
|
33035
|
-
|
|
33107
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
33108
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33109
|
+
border-bottom-color: transparent;
|
|
33110
|
+
border-top-color: transparent;
|
|
33036
33111
|
}
|
|
33037
|
-
.
|
|
33038
|
-
|
|
33112
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
33113
|
+
border-radius: 8px 0 0 8px;
|
|
33039
33114
|
}
|
|
33040
|
-
.
|
|
33041
|
-
|
|
33042
|
-
color: #f0483e;
|
|
33115
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
33116
|
+
border-radius: 0 8px 8px 0;
|
|
33043
33117
|
}
|
|
33044
|
-
.
|
|
33045
|
-
|
|
33046
|
-
display: flex;
|
|
33047
|
-
flex-direction: column;
|
|
33118
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
33119
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33048
33120
|
}
|
|
33049
|
-
.
|
|
33050
|
-
|
|
33121
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
33122
|
+
background: #fff;
|
|
33123
|
+
font-weight: 400;
|
|
33124
|
+
position: relative;
|
|
33125
|
+
border-bottom: none;
|
|
33126
|
+
color: #00122e;
|
|
33127
|
+
transition: none;
|
|
33128
|
+
padding: 14px 8px 14px 8px;
|
|
33129
|
+
line-height: 20px;
|
|
33051
33130
|
}
|
|
33052
|
-
.
|
|
33053
|
-
|
|
33131
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
33132
|
+
content: "";
|
|
33133
|
+
width: 1px;
|
|
33134
|
+
top: 0;
|
|
33135
|
+
bottom: 0;
|
|
33136
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33137
|
+
position: absolute;
|
|
33138
|
+
right: 0;
|
|
33054
33139
|
}
|
|
33055
|
-
.
|
|
33056
|
-
|
|
33057
|
-
margin-bottom: 4px;
|
|
33140
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
33141
|
+
padding: unset;
|
|
33058
33142
|
}
|
|
33059
|
-
.
|
|
33060
|
-
display:
|
|
33061
|
-
align-items: flex-start;
|
|
33143
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
33144
|
+
display: none;
|
|
33062
33145
|
}
|
|
33063
|
-
.
|
|
33064
|
-
|
|
33065
|
-
|
|
33066
|
-
|
|
33146
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33147
|
+
width: 100%;
|
|
33148
|
+
overflow: hidden;
|
|
33149
|
+
white-space: nowrap;
|
|
33150
|
+
text-overflow: ellipsis;
|
|
33067
33151
|
}
|
|
33068
|
-
.
|
|
33069
|
-
|
|
33152
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
33153
|
+
overflow: hidden;
|
|
33154
|
+
text-overflow: ellipsis;
|
|
33155
|
+
flex: 1;
|
|
33070
33156
|
}
|
|
33071
|
-
.
|
|
33072
|
-
|
|
33157
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
33158
|
+
padding: 15px 25px 15px 8px;
|
|
33073
33159
|
}
|
|
33074
|
-
.
|
|
33075
|
-
|
|
33160
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33161
|
+
padding: 0;
|
|
33076
33162
|
}
|
|
33077
|
-
.
|
|
33078
|
-
|
|
33079
|
-
|
|
33163
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
33164
|
+
position: absolute;
|
|
33165
|
+
right: 6px;
|
|
33166
|
+
top: 50%;
|
|
33167
|
+
transform: translateY(-50%);
|
|
33168
|
+
height: 16px;
|
|
33169
|
+
display: none;
|
|
33170
|
+
transition: transform 320ms ease;
|
|
33080
33171
|
}
|
|
33081
|
-
|
|
33082
|
-
|
|
33083
|
-
|
|
33084
|
-
width: 100%;
|
|
33085
|
-
flex-direction: row;
|
|
33086
|
-
background: rgba(237, 241, 250, 0.6);
|
|
33087
|
-
padding: 7px 8px;
|
|
33088
|
-
border-radius: 4px;
|
|
33089
|
-
gap: 4px;
|
|
33090
|
-
align-items: self-start;
|
|
33091
|
-
color: #00122e;
|
|
33172
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
33173
|
+
display: block;
|
|
33174
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
33092
33175
|
}
|
|
33093
|
-
.
|
|
33094
|
-
|
|
33095
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33176
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
33177
|
+
display: block;
|
|
33096
33178
|
}
|
|
33097
|
-
.
|
|
33098
|
-
|
|
33099
|
-
overflow: hidden;
|
|
33179
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
33180
|
+
display: none;
|
|
33100
33181
|
}
|
|
33101
|
-
.
|
|
33102
|
-
|
|
33103
|
-
cursor: pointer;
|
|
33182
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
33183
|
+
transform: translateY(-50%);
|
|
33104
33184
|
}
|
|
33105
|
-
.
|
|
33106
|
-
|
|
33185
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
33186
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
33107
33187
|
}
|
|
33108
|
-
.
|
|
33109
|
-
background:
|
|
33188
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
33189
|
+
background: #f2f5fa;
|
|
33110
33190
|
}
|
|
33111
|
-
.
|
|
33112
|
-
|
|
33191
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
33192
|
+
display: block;
|
|
33193
|
+
}
|
|
33194
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
33195
|
+
padding-right: 25px;
|
|
33196
|
+
}
|
|
33197
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
33198
|
+
padding: 0 !important;
|
|
33199
|
+
}
|
|
33200
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
33201
|
+
position: absolute;
|
|
33202
|
+
left: 50%;
|
|
33203
|
+
top: 50%;
|
|
33204
|
+
transform: translate(-50%, -50%);
|
|
33205
|
+
}
|
|
33206
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
33207
|
+
display: none;
|
|
33208
|
+
}
|
|
33209
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
33210
|
+
background: #fff;
|
|
33211
|
+
}
|
|
33212
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
33213
|
+
background: inherit;
|
|
33214
|
+
}
|
|
33215
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
33216
|
+
position: static;
|
|
33217
|
+
border: none;
|
|
33218
|
+
background: inherit !important;
|
|
33219
|
+
height: 100px;
|
|
33220
|
+
vertical-align: middle;
|
|
33221
|
+
}
|
|
33222
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
33223
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33224
|
+
font-weight: bold;
|
|
33225
|
+
font-size: 20px;
|
|
33226
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33227
|
+
}
|
|
33228
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
33229
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
33230
|
+
z-index: 10;
|
|
33231
|
+
}
|
|
33232
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
33233
|
+
padding: 0 !important;
|
|
33234
|
+
position: relative;
|
|
33235
|
+
background: #fff;
|
|
33236
|
+
}
|
|
33237
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
33238
|
+
height: 100%;
|
|
33239
|
+
display: flex;
|
|
33240
|
+
align-items: center;
|
|
33241
|
+
justify-content: flex-end;
|
|
33242
|
+
padding-right: 8px;
|
|
33243
|
+
}
|
|
33244
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
33245
|
+
width: 24px;
|
|
33246
|
+
height: 24px;
|
|
33247
|
+
cursor: pointer;
|
|
33248
|
+
justify-content: center;
|
|
33249
|
+
border-radius: 4px;
|
|
33250
|
+
}
|
|
33251
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
33252
|
+
background: #fff;
|
|
33113
33253
|
}
|
|
33114
33254
|
|
|
33115
|
-
.
|
|
33116
|
-
|
|
33255
|
+
button.E_l48ei06.ant-btn,
|
|
33256
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33257
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33258
|
+
font-size: 12px;
|
|
33259
|
+
line-height: 18px;
|
|
33260
|
+
height: 18px;
|
|
33117
33261
|
}
|
|
33118
33262
|
|
|
33119
|
-
.
|
|
33120
|
-
|
|
33121
|
-
|
|
33263
|
+
button.E_l48ei06 {
|
|
33264
|
+
color: #0080FF;
|
|
33265
|
+
height: unset;
|
|
33122
33266
|
}
|
|
33123
|
-
.
|
|
33124
|
-
|
|
33267
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33268
|
+
margin-right: 4px;
|
|
33125
33269
|
}
|
|
33126
|
-
.
|
|
33127
|
-
|
|
33128
|
-
|
|
33129
|
-
|
|
33270
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33271
|
+
margin-left: 4px;
|
|
33272
|
+
}
|
|
33273
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33274
|
+
color: #009DFF;
|
|
33275
|
+
}
|
|
33276
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33277
|
+
color: #005ED1;
|
|
33278
|
+
}
|
|
33279
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33280
|
+
color: #0080FF;
|
|
33281
|
+
}
|
|
33282
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33283
|
+
color: #00122E;
|
|
33284
|
+
}
|
|
33285
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33286
|
+
color: #0080FF;
|
|
33287
|
+
}
|
|
33288
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33289
|
+
color: #005ED1;
|
|
33290
|
+
}
|
|
33291
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33292
|
+
color: #00122E;
|
|
33293
|
+
}
|
|
33294
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33295
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33296
|
+
}
|
|
33297
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33298
|
+
color: #0080FF;
|
|
33299
|
+
}
|
|
33300
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33301
|
+
color: #005ED1;
|
|
33302
|
+
}
|
|
33303
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33304
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33130
33305
|
}
|
|
33131
33306
|
|
|
33132
33307
|
.E_sddwhm6 {
|
|
@@ -33204,702 +33379,596 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33204
33379
|
display: inline-block;
|
|
33205
33380
|
}
|
|
33206
33381
|
|
|
33207
|
-
.
|
|
33208
|
-
|
|
33209
|
-
|
|
33210
|
-
|
|
33211
|
-
|
|
33212
|
-
|
|
33213
|
-
overflow: visible !important;
|
|
33214
|
-
height: 100%;
|
|
33215
|
-
}
|
|
33216
|
-
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
33217
|
-
height: 100%;
|
|
33382
|
+
.E_c1kghdax {
|
|
33383
|
+
color: #2d3a56;
|
|
33384
|
+
padding: 7px 12px;
|
|
33385
|
+
display: flex;
|
|
33386
|
+
justify-content: space-between;
|
|
33387
|
+
align-items: center;
|
|
33218
33388
|
}
|
|
33219
|
-
.
|
|
33220
|
-
|
|
33221
|
-
height: 100%;
|
|
33389
|
+
.E_c1kghdax.has-arrow {
|
|
33390
|
+
padding-left: 10px;
|
|
33222
33391
|
}
|
|
33223
|
-
.
|
|
33224
|
-
|
|
33392
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33393
|
+
cursor: pointer;
|
|
33394
|
+
color: #00122e;
|
|
33225
33395
|
}
|
|
33226
|
-
.
|
|
33227
|
-
|
|
33396
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33397
|
+
color: #2d3a56;
|
|
33398
|
+
font-weight: 600;
|
|
33228
33399
|
}
|
|
33229
|
-
|
|
33230
|
-
|
|
33231
|
-
height: 100%;
|
|
33400
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33401
|
+
transform: rotate(90deg);
|
|
33232
33402
|
}
|
|
33233
|
-
.
|
|
33234
|
-
|
|
33235
|
-
|
|
33403
|
+
.E_c1kghdax .sub-info {
|
|
33404
|
+
font-size: 12px;
|
|
33405
|
+
line-height: 18px;
|
|
33236
33406
|
}
|
|
33237
|
-
.
|
|
33407
|
+
.E_c1kghdax .title-wrapper {
|
|
33408
|
+
display: flex;
|
|
33409
|
+
align-items: center;
|
|
33410
|
+
user-select: none;
|
|
33411
|
+
flex-grow: 1;
|
|
33412
|
+
font-size: 12px;
|
|
33413
|
+
line-height: 18px;
|
|
33414
|
+
color: #2d3a56;
|
|
33238
33415
|
font-weight: 700;
|
|
33239
33416
|
}
|
|
33240
|
-
.
|
|
33241
|
-
|
|
33417
|
+
.E_c1kghdax .collapse-arrow {
|
|
33418
|
+
transition: all 50ms ease-out 0ms;
|
|
33419
|
+
margin-right: 2px;
|
|
33242
33420
|
}
|
|
33243
|
-
|
|
33244
|
-
|
|
33421
|
+
|
|
33422
|
+
.E_b14q2gmw {
|
|
33423
|
+
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);
|
|
33245
33424
|
}
|
|
33246
|
-
|
|
33247
|
-
|
|
33248
|
-
|
|
33425
|
+
|
|
33426
|
+
.E_c1eym6el {
|
|
33427
|
+
border-radius: 8px;
|
|
33428
|
+
background-color: white;
|
|
33249
33429
|
}
|
|
33250
|
-
.
|
|
33251
|
-
|
|
33430
|
+
.E_c1eym6el.hoverable {
|
|
33431
|
+
cursor: pointer;
|
|
33252
33432
|
}
|
|
33253
|
-
.
|
|
33254
|
-
|
|
33433
|
+
.E_c1eym6el.hoverable:hover {
|
|
33434
|
+
transition: all 200ms ease;
|
|
33435
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33436
|
+
transform: translateY(-4px);
|
|
33255
33437
|
}
|
|
33256
|
-
|
|
33257
|
-
.
|
|
33258
|
-
|
|
33259
|
-
|
|
33438
|
+
|
|
33439
|
+
.E_ckui4s7 {
|
|
33440
|
+
color: #2d3a56;
|
|
33441
|
+
line-height: 22px;
|
|
33442
|
+
display: inline-flex;
|
|
33260
33443
|
}
|
|
33261
|
-
.
|
|
33262
|
-
|
|
33444
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33445
|
+
height: 22px;
|
|
33263
33446
|
display: flex;
|
|
33264
33447
|
align-items: center;
|
|
33265
|
-
|
|
33266
|
-
padding: 8px;
|
|
33267
|
-
}
|
|
33268
|
-
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
33269
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
33270
|
-
overflow: hidden;
|
|
33271
|
-
text-overflow: ellipsis;
|
|
33272
|
-
width: 100%;
|
|
33273
|
-
}
|
|
33274
|
-
.E_t1fisho6 .ant-table-container {
|
|
33275
|
-
height: 100%;
|
|
33276
|
-
}
|
|
33277
|
-
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
33278
|
-
box-shadow: none !important;
|
|
33279
|
-
}
|
|
33280
|
-
.E_t1fisho6 div.ant-table {
|
|
33281
|
-
border-radius: 0px;
|
|
33282
|
-
border-left: none;
|
|
33283
|
-
border-right: none;
|
|
33284
|
-
border-bottom: none;
|
|
33285
|
-
height: 100%;
|
|
33286
|
-
font-size: 12px;
|
|
33287
|
-
background: transparent;
|
|
33288
|
-
}
|
|
33289
|
-
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
33290
|
-
position: relative;
|
|
33291
|
-
z-index: 3;
|
|
33292
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33293
|
-
margin-bottom: -1px;
|
|
33294
|
-
}
|
|
33295
|
-
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
33296
|
-
.E_t1fisho6 div.ant-table .value {
|
|
33297
|
-
color: #2d3a56;
|
|
33298
|
-
}
|
|
33299
|
-
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
33300
|
-
.E_t1fisho6 div.ant-table .unit {
|
|
33301
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33302
|
-
}
|
|
33303
|
-
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
33304
|
-
position: unset;
|
|
33305
|
-
text-align: center;
|
|
33306
|
-
}
|
|
33307
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
33308
|
-
background: #fff;
|
|
33309
|
-
}
|
|
33310
|
-
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
33311
|
-
cursor: pointer;
|
|
33312
|
-
position: absolute;
|
|
33313
|
-
top: 50%;
|
|
33314
|
-
right: 12px;
|
|
33315
|
-
transform: translateY(-50%);
|
|
33316
|
-
}
|
|
33317
|
-
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
33318
|
-
box-shadow: none;
|
|
33319
|
-
width: 1px;
|
|
33320
|
-
background: rgba(213, 219, 227, 0.6);
|
|
33321
|
-
}
|
|
33322
|
-
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
33323
|
-
box-shadow: none;
|
|
33324
|
-
width: 1px;
|
|
33325
|
-
background: rgba(213, 219, 227, 0.6);
|
|
33326
|
-
}
|
|
33327
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
33328
|
-
position: relative;
|
|
33329
|
-
}
|
|
33330
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
33331
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33332
|
-
border-bottom: 1px solid white;
|
|
33333
|
-
height: 40px;
|
|
33334
|
-
vertical-align: middle;
|
|
33335
|
-
transition: background 0ms;
|
|
33336
|
-
color: #00122e;
|
|
33337
|
-
}
|
|
33338
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
33339
|
-
background: #f2f5fa;
|
|
33340
|
-
border-bottom-color: #f2f5fa;
|
|
33448
|
+
top: 0;
|
|
33341
33449
|
}
|
|
33342
|
-
.
|
|
33343
|
-
|
|
33344
|
-
color: #00122e;
|
|
33345
|
-
font-size: 12px;
|
|
33346
|
-
text-align: left;
|
|
33347
|
-
transition: none;
|
|
33348
|
-
overflow: hidden;
|
|
33349
|
-
text-overflow: ellipsis;
|
|
33350
|
-
white-space: nowrap;
|
|
33450
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33451
|
+
border: none;
|
|
33351
33452
|
}
|
|
33352
|
-
.
|
|
33353
|
-
color: #
|
|
33453
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33454
|
+
border-color: #0080ff;
|
|
33354
33455
|
}
|
|
33355
|
-
.
|
|
33356
|
-
|
|
33357
|
-
text-overflow: ellipsis;
|
|
33358
|
-
width: 100%;
|
|
33359
|
-
vertical-align: middle;
|
|
33456
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33457
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33360
33458
|
}
|
|
33361
|
-
.
|
|
33362
|
-
|
|
33459
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33460
|
+
border: 1px solid #0080ff;
|
|
33363
33461
|
}
|
|
33364
|
-
.
|
|
33365
|
-
|
|
33462
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33463
|
+
background: #0080ff;
|
|
33366
33464
|
}
|
|
33367
|
-
.
|
|
33368
|
-
|
|
33465
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33466
|
+
background-color: #fff;
|
|
33467
|
+
height: 2px;
|
|
33468
|
+
width: 10px;
|
|
33469
|
+
border-radius: 2px;
|
|
33369
33470
|
}
|
|
33370
|
-
.
|
|
33371
|
-
|
|
33372
|
-
border-color: transparent transparent white;
|
|
33471
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33472
|
+
opacity: 0.5;
|
|
33373
33473
|
}
|
|
33374
|
-
.
|
|
33375
|
-
|
|
33474
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33475
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33476
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33376
33477
|
}
|
|
33377
|
-
.
|
|
33378
|
-
border-
|
|
33478
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33479
|
+
border-color: #2d3a56;
|
|
33379
33480
|
}
|
|
33380
|
-
.
|
|
33381
|
-
|
|
33382
|
-
width: 4px;
|
|
33383
|
-
top: -1px;
|
|
33384
|
-
bottom: -1px;
|
|
33385
|
-
background: white;
|
|
33481
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33482
|
+
background: #2d3a56;
|
|
33386
33483
|
}
|
|
33387
|
-
.
|
|
33388
|
-
|
|
33484
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33485
|
+
padding: 0;
|
|
33389
33486
|
}
|
|
33390
|
-
.
|
|
33391
|
-
|
|
33392
|
-
|
|
33393
|
-
|
|
33487
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33488
|
+
display: inline-block;
|
|
33489
|
+
margin-left: 12px;
|
|
33490
|
+
color: #2d3a56;
|
|
33394
33491
|
}
|
|
33395
|
-
.
|
|
33396
|
-
|
|
33397
|
-
|
|
33398
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33492
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33493
|
+
margin-left: 28px;
|
|
33494
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33399
33495
|
}
|
|
33400
|
-
.
|
|
33401
|
-
|
|
33402
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33496
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33497
|
+
margin-left: 8px;
|
|
33403
33498
|
}
|
|
33404
|
-
.
|
|
33405
|
-
|
|
33406
|
-
align-items: center;
|
|
33407
|
-
height: 100%;
|
|
33408
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33499
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33500
|
+
margin-left: 24px;
|
|
33409
33501
|
}
|
|
33410
|
-
|
|
33411
|
-
|
|
33412
|
-
|
|
33502
|
+
|
|
33503
|
+
.E_c1yd35n {
|
|
33504
|
+
padding: 0 12px 14px 12px;
|
|
33413
33505
|
}
|
|
33414
|
-
|
|
33506
|
+
|
|
33507
|
+
.E_lht19u8 {
|
|
33508
|
+
width: 64px;
|
|
33509
|
+
height: 64px;
|
|
33415
33510
|
display: flex;
|
|
33416
33511
|
align-items: center;
|
|
33417
|
-
|
|
33418
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33419
|
-
}
|
|
33420
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
33421
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33422
|
-
}
|
|
33423
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
33424
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
33425
|
-
border-radius: 8px;
|
|
33426
|
-
}
|
|
33427
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
33428
|
-
border-top-color: white;
|
|
33429
|
-
}
|
|
33430
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
33431
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33432
|
-
border-bottom-color: transparent;
|
|
33433
|
-
border-top-color: transparent;
|
|
33434
|
-
}
|
|
33435
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
33436
|
-
border-radius: 8px 0 0 8px;
|
|
33437
|
-
}
|
|
33438
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
33439
|
-
border-radius: 0 8px 8px 0;
|
|
33440
|
-
}
|
|
33441
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
33442
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33443
|
-
}
|
|
33444
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
33445
|
-
background: #fff;
|
|
33446
|
-
font-weight: 400;
|
|
33512
|
+
justify-content: center;
|
|
33447
33513
|
position: relative;
|
|
33448
|
-
|
|
33449
|
-
color: #00122e;
|
|
33450
|
-
transition: none;
|
|
33451
|
-
padding: 14px 8px 14px 8px;
|
|
33452
|
-
line-height: 20px;
|
|
33514
|
+
opacity: 0.2;
|
|
33453
33515
|
}
|
|
33454
|
-
|
|
33455
|
-
|
|
33456
|
-
width: 1px;
|
|
33457
|
-
top: 0;
|
|
33458
|
-
bottom: 0;
|
|
33459
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33516
|
+
|
|
33517
|
+
.E_lk3gkp4 {
|
|
33460
33518
|
position: absolute;
|
|
33461
|
-
|
|
33462
|
-
|
|
33463
|
-
|
|
33464
|
-
|
|
33465
|
-
|
|
33466
|
-
|
|
33467
|
-
|
|
33468
|
-
|
|
33469
|
-
|
|
33470
|
-
width: 100%;
|
|
33471
|
-
overflow: hidden;
|
|
33472
|
-
white-space: nowrap;
|
|
33473
|
-
text-overflow: ellipsis;
|
|
33474
|
-
}
|
|
33475
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
33476
|
-
overflow: hidden;
|
|
33477
|
-
text-overflow: ellipsis;
|
|
33478
|
-
flex: 1;
|
|
33479
|
-
}
|
|
33480
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
33481
|
-
padding: 15px 25px 15px 8px;
|
|
33519
|
+
width: 5px;
|
|
33520
|
+
height: 48px;
|
|
33521
|
+
left: 9.33px;
|
|
33522
|
+
top: 40.5px;
|
|
33523
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33524
|
+
border-radius: 5px;
|
|
33525
|
+
transform: rotate(-128deg);
|
|
33526
|
+
transform-origin: top left;
|
|
33527
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33482
33528
|
}
|
|
33483
|
-
|
|
33484
|
-
|
|
33529
|
+
|
|
33530
|
+
.E_ll4n94n {
|
|
33531
|
+
position: absolute;
|
|
33532
|
+
width: 5px;
|
|
33533
|
+
height: 48px;
|
|
33534
|
+
left: 40.8px;
|
|
33535
|
+
top: 8.4px;
|
|
33536
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33537
|
+
border-radius: 5px;
|
|
33538
|
+
transform: rotate(-8deg);
|
|
33539
|
+
transform-origin: top left;
|
|
33540
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33485
33541
|
}
|
|
33486
|
-
|
|
33542
|
+
|
|
33543
|
+
.E_l17lbdo6 {
|
|
33487
33544
|
position: absolute;
|
|
33488
|
-
|
|
33489
|
-
|
|
33490
|
-
|
|
33491
|
-
|
|
33492
|
-
|
|
33493
|
-
|
|
33545
|
+
width: 5px;
|
|
33546
|
+
height: 48px;
|
|
33547
|
+
left: 52.9px;
|
|
33548
|
+
top: 51.8px;
|
|
33549
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33550
|
+
border-radius: 5px;
|
|
33551
|
+
transform: rotate(112deg);
|
|
33552
|
+
transform-origin: top left;
|
|
33553
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33494
33554
|
}
|
|
33495
|
-
|
|
33496
|
-
|
|
33497
|
-
|
|
33555
|
+
|
|
33556
|
+
.E_u3l9ivi {
|
|
33557
|
+
width: 100%;
|
|
33558
|
+
position: relative;
|
|
33498
33559
|
}
|
|
33499
|
-
.
|
|
33560
|
+
.E_u3l9ivi .upload-label {
|
|
33561
|
+
color: #00122e;
|
|
33562
|
+
word-break: break-word;
|
|
33563
|
+
margin-bottom: 4px;
|
|
33500
33564
|
display: block;
|
|
33501
33565
|
}
|
|
33502
|
-
.
|
|
33503
|
-
|
|
33504
|
-
|
|
33505
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
33506
|
-
transform: translateY(-50%);
|
|
33566
|
+
.E_u3l9ivi .upload-description {
|
|
33567
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33568
|
+
word-break: break-word;
|
|
33507
33569
|
}
|
|
33508
|
-
.
|
|
33509
|
-
|
|
33570
|
+
.E_u3l9ivi .upload-button {
|
|
33571
|
+
display: block;
|
|
33510
33572
|
}
|
|
33511
|
-
.
|
|
33512
|
-
|
|
33573
|
+
.E_u3l9ivi .upload-button:not(:first-child),
|
|
33574
|
+
.E_u3l9ivi .upload-drag:not(:first-child) {
|
|
33575
|
+
margin-top: 8px;
|
|
33513
33576
|
}
|
|
33514
|
-
.
|
|
33515
|
-
|
|
33577
|
+
.E_u3l9ivi .upload-button:not(:last-child),
|
|
33578
|
+
.E_u3l9ivi .upload-drag:not(:last-child) {
|
|
33579
|
+
margin-bottom: 8px;
|
|
33516
33580
|
}
|
|
33517
|
-
.
|
|
33518
|
-
padding
|
|
33581
|
+
.E_u3l9ivi .upload-drag-area {
|
|
33582
|
+
padding: 32px 16px;
|
|
33583
|
+
border-radius: 4px;
|
|
33584
|
+
border: 1px dashed rgba(107, 128, 167, 0.6);
|
|
33585
|
+
background: rgba(237, 241, 250, 0.6);
|
|
33586
|
+
display: flex;
|
|
33587
|
+
flex-direction: column;
|
|
33588
|
+
align-items: center;
|
|
33519
33589
|
}
|
|
33520
|
-
.
|
|
33521
|
-
|
|
33590
|
+
.E_u3l9ivi .upload-drag-area .upload-drag-text {
|
|
33591
|
+
text-align: center;
|
|
33522
33592
|
}
|
|
33523
|
-
.
|
|
33524
|
-
|
|
33525
|
-
left: 50%;
|
|
33526
|
-
top: 50%;
|
|
33527
|
-
transform: translate(-50%, -50%);
|
|
33593
|
+
.E_u3l9ivi .upload-drag-area .ant-upload-drag-container {
|
|
33594
|
+
color: #00122e;
|
|
33528
33595
|
}
|
|
33529
|
-
.
|
|
33530
|
-
|
|
33596
|
+
.E_u3l9ivi .upload-drag-area.has-file {
|
|
33597
|
+
padding: 16px;
|
|
33531
33598
|
}
|
|
33532
|
-
.
|
|
33533
|
-
|
|
33599
|
+
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container {
|
|
33600
|
+
display: flex;
|
|
33601
|
+
flex-direction: row;
|
|
33602
|
+
justify-content: center;
|
|
33603
|
+
align-items: flex-start;
|
|
33534
33604
|
}
|
|
33535
|
-
.
|
|
33536
|
-
|
|
33605
|
+
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container .ant-btn.ant-btn-link {
|
|
33606
|
+
height: 24px;
|
|
33537
33607
|
}
|
|
33538
|
-
.
|
|
33539
|
-
|
|
33540
|
-
|
|
33541
|
-
background: inherit !important;
|
|
33542
|
-
height: 100px;
|
|
33543
|
-
vertical-align: middle;
|
|
33608
|
+
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container .ant-btn.ant-btn-link[disabled] {
|
|
33609
|
+
color: #00122e;
|
|
33610
|
+
opacity: 1;
|
|
33544
33611
|
}
|
|
33545
|
-
.
|
|
33546
|
-
|
|
33547
|
-
|
|
33548
|
-
font-size: 20px;
|
|
33549
|
-
color: rgba(10, 37, 85, 0.6);
|
|
33612
|
+
.E_u3l9ivi .upload-drag-area.has-file .upload-drag-text {
|
|
33613
|
+
margin-left: 8px;
|
|
33614
|
+
text-align: left;
|
|
33550
33615
|
}
|
|
33551
|
-
.
|
|
33552
|
-
|
|
33553
|
-
z-index: 10;
|
|
33616
|
+
.E_u3l9ivi .upload-drag-area.has-file .upload-drag-text .ant-btn.ant-btn-link {
|
|
33617
|
+
height: 24px;
|
|
33554
33618
|
}
|
|
33555
|
-
.
|
|
33556
|
-
padding:
|
|
33557
|
-
|
|
33558
|
-
background: #fff;
|
|
33619
|
+
.E_u3l9ivi .upload-drag-area.has-file.single {
|
|
33620
|
+
padding: 12px;
|
|
33621
|
+
line-height: 24px;
|
|
33559
33622
|
}
|
|
33560
|
-
.
|
|
33561
|
-
height: 100%;
|
|
33623
|
+
.E_u3l9ivi .upload-drag-area.has-file.single .ant-upload-drag-container {
|
|
33562
33624
|
display: flex;
|
|
33563
|
-
|
|
33564
|
-
|
|
33565
|
-
|
|
33625
|
+
flex-direction: row;
|
|
33626
|
+
align-items: flex-start;
|
|
33627
|
+
justify-content: space-between;
|
|
33628
|
+
line-height: 24px;
|
|
33629
|
+
word-break: break-all;
|
|
33566
33630
|
}
|
|
33567
|
-
.
|
|
33568
|
-
width: 24px;
|
|
33631
|
+
.E_u3l9ivi .upload-drag-area.has-file.single .ant-upload-drag-container .ant-btn.ant-btn-link {
|
|
33569
33632
|
height: 24px;
|
|
33570
|
-
cursor: pointer;
|
|
33571
|
-
justify-content: center;
|
|
33572
|
-
border-radius: 4px;
|
|
33573
33633
|
}
|
|
33574
|
-
.
|
|
33575
|
-
|
|
33634
|
+
.E_u3l9ivi .upload-drag-area.file-error.single {
|
|
33635
|
+
border-color: #f0483e;
|
|
33636
|
+
background: rgba(255, 74, 74, 0.1);
|
|
33576
33637
|
}
|
|
33577
|
-
|
|
33578
|
-
.E_c1kghdax {
|
|
33579
|
-
color: #2d3a56;
|
|
33580
|
-
padding: 7px 12px;
|
|
33638
|
+
.E_u3l9ivi .upload-drag-area .file-info {
|
|
33581
33639
|
display: flex;
|
|
33582
|
-
|
|
33583
|
-
align-items:
|
|
33640
|
+
cursor: default;
|
|
33641
|
+
align-items: flex-start;
|
|
33584
33642
|
}
|
|
33585
|
-
.
|
|
33586
|
-
|
|
33643
|
+
.E_u3l9ivi .upload-drag-area .file-info .icon-wrapper {
|
|
33644
|
+
margin: 4px 0;
|
|
33587
33645
|
}
|
|
33588
|
-
.
|
|
33589
|
-
|
|
33590
|
-
|
|
33646
|
+
.E_u3l9ivi .upload-drag-area .file-info .file-name {
|
|
33647
|
+
margin: 3px 4px;
|
|
33648
|
+
text-align: left;
|
|
33591
33649
|
}
|
|
33592
|
-
.
|
|
33593
|
-
color: #
|
|
33594
|
-
|
|
33650
|
+
.E_u3l9ivi .upload-drag-area:not(.ant-upload-disabled):not(.file-error):hover {
|
|
33651
|
+
border-color: #0080ff;
|
|
33652
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33595
33653
|
}
|
|
33596
|
-
.
|
|
33597
|
-
|
|
33654
|
+
.E_u3l9ivi .upload-drag-area.ant-upload-disabled {
|
|
33655
|
+
opacity: 0.5;
|
|
33598
33656
|
}
|
|
33599
|
-
.
|
|
33600
|
-
|
|
33601
|
-
line-height: 18px;
|
|
33657
|
+
.E_u3l9ivi .upload-drag-area.ant-upload-disabled.reach-max-count {
|
|
33658
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33602
33659
|
}
|
|
33603
|
-
.
|
|
33660
|
+
.E_u3l9ivi .upload-error {
|
|
33661
|
+
margin-top: 8px;
|
|
33662
|
+
color: #f0483e;
|
|
33663
|
+
}
|
|
33664
|
+
.E_u3l9ivi .upload-file-info-list {
|
|
33665
|
+
gap: 4px;
|
|
33604
33666
|
display: flex;
|
|
33605
|
-
|
|
33606
|
-
user-select: none;
|
|
33607
|
-
flex-grow: 1;
|
|
33608
|
-
font-size: 12px;
|
|
33609
|
-
line-height: 18px;
|
|
33610
|
-
color: #2d3a56;
|
|
33611
|
-
font-weight: 700;
|
|
33667
|
+
flex-direction: column;
|
|
33612
33668
|
}
|
|
33613
|
-
.
|
|
33614
|
-
|
|
33615
|
-
margin-right: 2px;
|
|
33669
|
+
.E_u3l9ivi .upload-file-list {
|
|
33670
|
+
width: 100%;
|
|
33616
33671
|
}
|
|
33617
|
-
|
|
33618
|
-
|
|
33619
|
-
color: #2d3a56;
|
|
33620
|
-
line-height: 22px;
|
|
33621
|
-
display: inline-flex;
|
|
33672
|
+
.E_u3l9ivi .upload-file-list .upload-file-item {
|
|
33673
|
+
padding-bottom: 4px;
|
|
33622
33674
|
}
|
|
33623
|
-
.
|
|
33624
|
-
|
|
33675
|
+
.E_u3l9ivi .upload-file-list .upload-file-item:not(:last-child) {
|
|
33676
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33677
|
+
margin-bottom: 4px;
|
|
33678
|
+
}
|
|
33679
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info {
|
|
33625
33680
|
display: flex;
|
|
33626
|
-
align-items:
|
|
33627
|
-
top: 0;
|
|
33681
|
+
align-items: flex-start;
|
|
33628
33682
|
}
|
|
33629
|
-
.
|
|
33630
|
-
|
|
33683
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .file-info {
|
|
33684
|
+
display: flex;
|
|
33685
|
+
align-items: flex-start;
|
|
33686
|
+
width: calc(100% - 25px);
|
|
33631
33687
|
}
|
|
33632
|
-
.
|
|
33633
|
-
|
|
33688
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .file-info .validating {
|
|
33689
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33634
33690
|
}
|
|
33635
|
-
.
|
|
33636
|
-
|
|
33691
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .file-info .icon-wrapper {
|
|
33692
|
+
margin: 0 4px;
|
|
33637
33693
|
}
|
|
33638
|
-
.
|
|
33639
|
-
|
|
33694
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .remove-button {
|
|
33695
|
+
margin-left: auto;
|
|
33696
|
+
}
|
|
33697
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-error {
|
|
33698
|
+
color: #e75a3a;
|
|
33699
|
+
margin-left: 24px;
|
|
33700
|
+
}
|
|
33701
|
+
|
|
33702
|
+
.E_ftdwz1g {
|
|
33703
|
+
display: flex;
|
|
33704
|
+
width: 100%;
|
|
33705
|
+
flex-direction: row;
|
|
33706
|
+
background: rgba(237, 241, 250, 0.6);
|
|
33707
|
+
padding: 7px 8px;
|
|
33708
|
+
border-radius: 4px;
|
|
33709
|
+
gap: 4px;
|
|
33710
|
+
align-items: self-start;
|
|
33711
|
+
color: #00122e;
|
|
33712
|
+
}
|
|
33713
|
+
.E_ftdwz1g .file-size,
|
|
33714
|
+
.E_ftdwz1g .file-size-unit {
|
|
33715
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33716
|
+
}
|
|
33717
|
+
.E_ftdwz1g .file-info {
|
|
33718
|
+
flex-grow: 1;
|
|
33719
|
+
overflow: hidden;
|
|
33720
|
+
}
|
|
33721
|
+
.E_ftdwz1g .icon-wrapper {
|
|
33722
|
+
margin-top: 2px;
|
|
33723
|
+
cursor: pointer;
|
|
33640
33724
|
}
|
|
33641
|
-
.
|
|
33642
|
-
|
|
33725
|
+
.E_ftdwz1g .upload-file-error {
|
|
33726
|
+
color: #f0483e;
|
|
33643
33727
|
}
|
|
33644
|
-
.
|
|
33645
|
-
background
|
|
33646
|
-
height: 2px;
|
|
33647
|
-
width: 10px;
|
|
33648
|
-
border-radius: 2px;
|
|
33728
|
+
.E_ftdwz1g.file-error-wrapper {
|
|
33729
|
+
background: rgba(255, 74, 74, 0.1);
|
|
33649
33730
|
}
|
|
33650
|
-
.
|
|
33731
|
+
.E_ftdwz1g.disabled {
|
|
33651
33732
|
opacity: 0.5;
|
|
33652
33733
|
}
|
|
33653
|
-
|
|
33654
|
-
|
|
33655
|
-
|
|
33656
|
-
}
|
|
33657
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33658
|
-
border-color: #2d3a56;
|
|
33734
|
+
|
|
33735
|
+
.E_w7ob4th.outside-tag {
|
|
33736
|
+
padding-left: 0;
|
|
33659
33737
|
}
|
|
33660
|
-
.
|
|
33661
|
-
|
|
33738
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33739
|
+
border-radius: 4px 0 0 4px;
|
|
33740
|
+
padding-right: 4px;
|
|
33741
|
+
margin-right: 4px;
|
|
33662
33742
|
}
|
|
33663
|
-
|
|
33664
|
-
|
|
33743
|
+
|
|
33744
|
+
.E_i1g85yz3 {
|
|
33745
|
+
margin-right: 4px;
|
|
33746
|
+
height: 16px;
|
|
33665
33747
|
}
|
|
33666
|
-
|
|
33667
|
-
|
|
33668
|
-
|
|
33669
|
-
|
|
33748
|
+
|
|
33749
|
+
.E_slr2ynn {
|
|
33750
|
+
padding: 0 8px;
|
|
33751
|
+
height: 18px;
|
|
33670
33752
|
}
|
|
33671
|
-
|
|
33672
|
-
|
|
33673
|
-
|
|
33753
|
+
|
|
33754
|
+
.E_m140wbb6 {
|
|
33755
|
+
padding: 2px 8px;
|
|
33756
|
+
height: 24px;
|
|
33674
33757
|
}
|
|
33675
|
-
|
|
33676
|
-
|
|
33758
|
+
|
|
33759
|
+
.E_t1fozc1i {
|
|
33760
|
+
margin: 0;
|
|
33677
33761
|
}
|
|
33678
|
-
|
|
33679
|
-
|
|
33762
|
+
|
|
33763
|
+
.E_i1vxv4ln {
|
|
33764
|
+
margin-right: 4px;
|
|
33765
|
+
height: 16px;
|
|
33680
33766
|
}
|
|
33681
33767
|
|
|
33682
|
-
.
|
|
33683
|
-
|
|
33768
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33769
|
+
font-weight: 700;
|
|
33770
|
+
color: #00122e;
|
|
33771
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33772
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33773
|
+
word-break: break-all;
|
|
33774
|
+
display: inline;
|
|
33775
|
+
white-space: normal;
|
|
33684
33776
|
}
|
|
33685
33777
|
|
|
33686
|
-
.
|
|
33687
|
-
|
|
33688
|
-
|
|
33689
|
-
display: flex;
|
|
33690
|
-
align-items: center;
|
|
33691
|
-
justify-content: center;
|
|
33692
|
-
position: relative;
|
|
33693
|
-
opacity: 0.2;
|
|
33778
|
+
.E_t1dtlqs1 {
|
|
33779
|
+
margin-bottom: 4px;
|
|
33780
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33694
33781
|
}
|
|
33695
33782
|
|
|
33696
|
-
.
|
|
33697
|
-
|
|
33698
|
-
|
|
33699
|
-
height:
|
|
33700
|
-
|
|
33701
|
-
|
|
33702
|
-
|
|
33703
|
-
|
|
33704
|
-
|
|
33705
|
-
|
|
33706
|
-
|
|
33783
|
+
.E_s1ese5oy {
|
|
33784
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33785
|
+
line-height: 32px;
|
|
33786
|
+
height: 32px;
|
|
33787
|
+
margin-bottom: 0;
|
|
33788
|
+
}
|
|
33789
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
33790
|
+
color: #0080ff;
|
|
33791
|
+
}
|
|
33792
|
+
.E_s1ese5oy.warning {
|
|
33793
|
+
color: #ffa500;
|
|
33794
|
+
}
|
|
33795
|
+
.E_s1ese5oy.success {
|
|
33796
|
+
color: #00ba5d;
|
|
33797
|
+
}
|
|
33798
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
33799
|
+
color: #f0483e;
|
|
33800
|
+
}
|
|
33801
|
+
.E_s1ese5oy.normal {
|
|
33802
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33707
33803
|
}
|
|
33708
33804
|
|
|
33709
|
-
.
|
|
33710
|
-
|
|
33711
|
-
|
|
33712
|
-
height: 48px;
|
|
33713
|
-
left: 40.8px;
|
|
33714
|
-
top: 8.4px;
|
|
33715
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33716
|
-
border-radius: 5px;
|
|
33717
|
-
transform: rotate(-8deg);
|
|
33718
|
-
transform-origin: top left;
|
|
33719
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33805
|
+
.E_b1ibis43 {
|
|
33806
|
+
margin-bottom: 0;
|
|
33807
|
+
color: #00122e;
|
|
33720
33808
|
}
|
|
33721
33809
|
|
|
33722
|
-
.
|
|
33723
|
-
|
|
33724
|
-
|
|
33725
|
-
height: 48px;
|
|
33726
|
-
left: 52.9px;
|
|
33727
|
-
top: 51.8px;
|
|
33728
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33729
|
-
border-radius: 5px;
|
|
33730
|
-
transform: rotate(112deg);
|
|
33731
|
-
transform-origin: top left;
|
|
33732
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33810
|
+
.E_b11xxjd2 {
|
|
33811
|
+
line-height: 32px;
|
|
33812
|
+
margin-right: 6px;
|
|
33733
33813
|
}
|
|
33734
33814
|
|
|
33735
|
-
.
|
|
33736
|
-
|
|
33815
|
+
.E_bsub5bw.with-description {
|
|
33816
|
+
height: 24px;
|
|
33737
33817
|
flex: 1;
|
|
33738
|
-
|
|
33739
|
-
|
|
33740
|
-
}
|
|
33741
|
-
.E_t1tbywr9.medium .tab-bar {
|
|
33742
|
-
height: 32px;
|
|
33818
|
+
position: relative;
|
|
33819
|
+
top: -7px;
|
|
33743
33820
|
}
|
|
33744
|
-
.
|
|
33745
|
-
|
|
33821
|
+
.E_bsub5bw p {
|
|
33822
|
+
width: 100%;
|
|
33823
|
+
overflow: hidden;
|
|
33824
|
+
text-overflow: ellipsis;
|
|
33825
|
+
white-space: nowrap;
|
|
33746
33826
|
}
|
|
33747
|
-
|
|
33748
|
-
|
|
33749
|
-
border
|
|
33750
|
-
border-
|
|
33751
|
-
|
|
33752
|
-
padding-left: 16px;
|
|
33753
|
-
font-size: 16px;
|
|
33827
|
+
|
|
33828
|
+
.E_tmoyoag {
|
|
33829
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33830
|
+
border-radius: 8px;
|
|
33831
|
+
overflow: auto;
|
|
33754
33832
|
}
|
|
33755
|
-
.
|
|
33756
|
-
|
|
33833
|
+
.E_tmoyoag .ant-list {
|
|
33834
|
+
position: relative;
|
|
33757
33835
|
}
|
|
33758
|
-
.
|
|
33759
|
-
|
|
33836
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
33837
|
+
border-bottom: none;
|
|
33760
33838
|
}
|
|
33761
|
-
.
|
|
33762
|
-
|
|
33763
|
-
|
|
33764
|
-
|
|
33765
|
-
|
|
33766
|
-
padding
|
|
33839
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33840
|
+
position: sticky;
|
|
33841
|
+
top: 0;
|
|
33842
|
+
z-index: 2;
|
|
33843
|
+
display: flex;
|
|
33844
|
+
padding: 8px;
|
|
33845
|
+
flex-wrap: nowrap;
|
|
33846
|
+
justify-content: flex-start;
|
|
33847
|
+
background: #f2f5fa;
|
|
33767
33848
|
font-size: 14px;
|
|
33849
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33850
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33768
33851
|
}
|
|
33769
|
-
.
|
|
33770
|
-
|
|
33771
|
-
display: flex;
|
|
33772
|
-
place-items: center;
|
|
33773
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33852
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33853
|
+
align-items: inherit;
|
|
33774
33854
|
}
|
|
33775
|
-
.
|
|
33776
|
-
|
|
33855
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
33856
|
+
margin-bottom: 0;
|
|
33857
|
+
}
|
|
33858
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
33777
33859
|
display: flex;
|
|
33778
|
-
|
|
33860
|
+
justify-content: flex-start;
|
|
33861
|
+
align-items: flex-start;
|
|
33862
|
+
flex-wrap: wrap;
|
|
33863
|
+
padding: 8px;
|
|
33864
|
+
border: none;
|
|
33779
33865
|
}
|
|
33780
|
-
.
|
|
33781
|
-
|
|
33866
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33867
|
+
flex-basis: 100%;
|
|
33868
|
+
margin: 12px 0 0;
|
|
33869
|
+
order: 99;
|
|
33870
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33782
33871
|
}
|
|
33783
|
-
.
|
|
33784
|
-
|
|
33785
|
-
|
|
33872
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
33873
|
+
color: #f0483e;
|
|
33874
|
+
flex-basis: 100%;
|
|
33875
|
+
order: 98;
|
|
33876
|
+
margin: 12px 0 0;
|
|
33786
33877
|
}
|
|
33787
|
-
.
|
|
33788
|
-
|
|
33789
|
-
width: 1px;
|
|
33790
|
-
height: 24px;
|
|
33791
|
-
background: rgba(172, 186, 211, 0.6);
|
|
33792
|
-
position: absolute;
|
|
33793
|
-
left: -6px;
|
|
33794
|
-
top: 50%;
|
|
33795
|
-
transform: translateY(-50%);
|
|
33878
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
33879
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33796
33880
|
}
|
|
33797
|
-
.
|
|
33798
|
-
|
|
33799
|
-
|
|
33800
|
-
|
|
33801
|
-
|
|
33802
|
-
|
|
33803
|
-
|
|
33881
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33882
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33883
|
+
}
|
|
33884
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33885
|
+
flex: 1 0 0;
|
|
33886
|
+
overflow: hidden;
|
|
33887
|
+
}
|
|
33888
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33889
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33890
|
+
margin: 0;
|
|
33804
33891
|
}
|
|
33805
|
-
.
|
|
33806
|
-
|
|
33807
|
-
color: #0080ff;
|
|
33808
|
-
background: rgba(0, 136, 255, 0.1607843137);
|
|
33892
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33893
|
+
text-align: center;
|
|
33809
33894
|
}
|
|
33810
|
-
.
|
|
33811
|
-
|
|
33895
|
+
.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 > * {
|
|
33896
|
+
text-align: center;
|
|
33812
33897
|
}
|
|
33813
|
-
.
|
|
33814
|
-
|
|
33815
|
-
height: 16px;
|
|
33816
|
-
padding: 0;
|
|
33817
|
-
border-radius: 2px;
|
|
33818
|
-
margin-left: 8px;
|
|
33898
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33899
|
+
text-align: left;
|
|
33819
33900
|
}
|
|
33820
|
-
.
|
|
33821
|
-
|
|
33901
|
+
.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 > * {
|
|
33902
|
+
text-align: left;
|
|
33822
33903
|
}
|
|
33823
|
-
.
|
|
33824
|
-
|
|
33825
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33826
|
-
color: #0080ff;
|
|
33904
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33905
|
+
text-align: right;
|
|
33827
33906
|
}
|
|
33828
|
-
.
|
|
33829
|
-
|
|
33907
|
+
.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 > * {
|
|
33908
|
+
text-align: right;
|
|
33830
33909
|
}
|
|
33831
|
-
|
|
33832
|
-
|
|
33833
|
-
color: #0080ff;
|
|
33834
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33910
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33911
|
+
margin-right: 8px;
|
|
33835
33912
|
}
|
|
33836
|
-
|
|
33837
|
-
|
|
33838
|
-
|
|
33913
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33914
|
+
padding: 4px;
|
|
33915
|
+
width: 24px;
|
|
33916
|
+
height: 24px;
|
|
33917
|
+
overflow: hidden;
|
|
33839
33918
|
}
|
|
33840
|
-
.
|
|
33841
|
-
|
|
33842
|
-
max-width: 400px;
|
|
33843
|
-
padding: 6px;
|
|
33844
|
-
background: #fff;
|
|
33845
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
33846
|
-
border-radius: 8px;
|
|
33847
|
-
max-height: calc(100vh - 250px);
|
|
33848
|
-
overflow: auto;
|
|
33919
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33920
|
+
padding: 0;
|
|
33849
33921
|
}
|
|
33850
|
-
.
|
|
33851
|
-
|
|
33852
|
-
|
|
33853
|
-
width: var(--itemWidth);
|
|
33922
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33923
|
+
cursor: not-allowed;
|
|
33924
|
+
opacity: 0.5;
|
|
33854
33925
|
}
|
|
33855
|
-
.
|
|
33856
|
-
margin
|
|
33926
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33927
|
+
margin: 0;
|
|
33857
33928
|
}
|
|
33858
|
-
.
|
|
33859
|
-
|
|
33860
|
-
|
|
33861
|
-
|
|
33929
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33930
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33931
|
+
border-radius: 5px;
|
|
33932
|
+
font-size: 12px;
|
|
33862
33933
|
}
|
|
33863
|
-
.
|
|
33864
|
-
font-
|
|
33865
|
-
font-style: normal;
|
|
33866
|
-
font-weight: bold !important;
|
|
33934
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33935
|
+
font-size: inherit;
|
|
33867
33936
|
}
|
|
33868
|
-
.
|
|
33869
|
-
|
|
33870
|
-
|
|
33937
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33938
|
+
min-height: 24px;
|
|
33939
|
+
font-size: 12px;
|
|
33940
|
+
position: relative;
|
|
33871
33941
|
}
|
|
33872
|
-
.
|
|
33873
|
-
|
|
33874
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33942
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33943
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33875
33944
|
}
|
|
33876
|
-
.
|
|
33877
|
-
|
|
33878
|
-
flex: 1;
|
|
33879
|
-
overflow: hidden;
|
|
33880
|
-
text-overflow: ellipsis;
|
|
33881
|
-
white-space: nowrap;
|
|
33945
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33946
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33882
33947
|
}
|
|
33883
33948
|
|
|
33884
|
-
.
|
|
33885
|
-
|
|
33886
|
-
|
|
33887
|
-
|
|
33888
|
-
|
|
33889
|
-
margin-right: 3px;
|
|
33949
|
+
.E_a138syjm {
|
|
33950
|
+
display: flex;
|
|
33951
|
+
align-items: center;
|
|
33952
|
+
margin-top: 8px;
|
|
33953
|
+
gap: 8px;
|
|
33890
33954
|
}
|
|
33891
|
-
.
|
|
33892
|
-
|
|
33893
|
-
height:
|
|
33955
|
+
.E_a138syjm button.ant-btn {
|
|
33956
|
+
padding: 2px 8px;
|
|
33957
|
+
height: 24px;
|
|
33894
33958
|
}
|
|
33895
|
-
|
|
33896
|
-
|
|
33897
|
-
|
|
33959
|
+
.E_a138syjm > span.maximum-desc {
|
|
33960
|
+
display: none;
|
|
33961
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33898
33962
|
}
|
|
33899
|
-
.
|
|
33900
|
-
|
|
33901
|
-
|
|
33902
|
-
|
|
33963
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
33964
|
+
display: inline;
|
|
33965
|
+
}
|
|
33966
|
+
|
|
33967
|
+
.E_d77i8u0 {
|
|
33968
|
+
width: 24px;
|
|
33969
|
+
height: 24px;
|
|
33970
|
+
padding: 4px;
|
|
33971
|
+
margin-right: 8px;
|
|
33903
33972
|
}
|
|
33904
33973
|
|
|
33905
33974
|
.E_sjob3jg {
|
|
@@ -34097,101 +34166,165 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34097
34166
|
justify-content: center;
|
|
34098
34167
|
}
|
|
34099
34168
|
|
|
34100
|
-
.
|
|
34101
|
-
|
|
34102
|
-
|
|
34169
|
+
.E_t1tbywr9 {
|
|
34170
|
+
width: 100%;
|
|
34171
|
+
flex: 1;
|
|
34172
|
+
display: flex;
|
|
34173
|
+
flex-direction: column;
|
|
34103
34174
|
}
|
|
34104
|
-
|
|
34105
|
-
|
|
34106
|
-
|
|
34175
|
+
.E_t1tbywr9.medium .tab-bar {
|
|
34176
|
+
height: 32px;
|
|
34177
|
+
}
|
|
34178
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
34179
|
+
height: 32px;
|
|
34180
|
+
}
|
|
34181
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
34182
|
+
height: 32px;
|
|
34183
|
+
border-top-left-radius: 6px;
|
|
34184
|
+
border-top-right-radius: 6px;
|
|
34185
|
+
padding-right: 16px;
|
|
34186
|
+
padding-left: 16px;
|
|
34187
|
+
font-size: 16px;
|
|
34188
|
+
}
|
|
34189
|
+
.E_t1tbywr9.small .tab-bar {
|
|
34107
34190
|
height: 24px;
|
|
34108
34191
|
}
|
|
34109
|
-
|
|
34110
|
-
|
|
34111
|
-
margin: 0;
|
|
34192
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
34193
|
+
height: 24px;
|
|
34112
34194
|
}
|
|
34113
|
-
|
|
34114
|
-
|
|
34115
|
-
|
|
34116
|
-
|
|
34195
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
34196
|
+
height: 24px;
|
|
34197
|
+
border-top-left-radius: 4px;
|
|
34198
|
+
border-top-right-radius: 4px;
|
|
34199
|
+
padding-right: 12px;
|
|
34200
|
+
padding-left: 12px;
|
|
34201
|
+
font-size: 14px;
|
|
34117
34202
|
}
|
|
34118
|
-
|
|
34119
|
-
|
|
34120
|
-
|
|
34121
|
-
|
|
34122
|
-
|
|
34123
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34124
|
-
word-break: break-all;
|
|
34125
|
-
display: inline;
|
|
34126
|
-
white-space: normal;
|
|
34203
|
+
.E_t1tbywr9 .tab-bar {
|
|
34204
|
+
max-width: 100%;
|
|
34205
|
+
display: flex;
|
|
34206
|
+
place-items: center;
|
|
34207
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34127
34208
|
}
|
|
34128
|
-
|
|
34129
|
-
|
|
34130
|
-
margin: 0;
|
|
34131
|
-
border-radius: 20px;
|
|
34132
|
-
padding: 2px 10px;
|
|
34133
|
-
height: 22px;
|
|
34209
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
34210
|
+
overflow: hidden;
|
|
34134
34211
|
display: flex;
|
|
34135
|
-
|
|
34212
|
+
place-items: center;
|
|
34136
34213
|
}
|
|
34137
|
-
.
|
|
34138
|
-
|
|
34214
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
34215
|
+
padding-left: 0px;
|
|
34139
34216
|
}
|
|
34140
|
-
.
|
|
34217
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
34218
|
+
margin-left: 12px;
|
|
34219
|
+
position: relative;
|
|
34220
|
+
}
|
|
34221
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
34222
|
+
content: "";
|
|
34223
|
+
width: 1px;
|
|
34224
|
+
height: 24px;
|
|
34225
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34226
|
+
position: absolute;
|
|
34227
|
+
left: -6px;
|
|
34228
|
+
top: 50%;
|
|
34229
|
+
transform: translateY(-50%);
|
|
34230
|
+
}
|
|
34231
|
+
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
34232
|
+
flex-shrink: 0;
|
|
34233
|
+
display: flex;
|
|
34234
|
+
place-items: center;
|
|
34141
34235
|
cursor: pointer;
|
|
34236
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34237
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
34142
34238
|
}
|
|
34143
|
-
.
|
|
34144
|
-
|
|
34239
|
+
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
34240
|
+
padding-left: 16px;
|
|
34241
|
+
color: #0080ff;
|
|
34242
|
+
background: rgba(0, 136, 255, 0.1607843137);
|
|
34145
34243
|
}
|
|
34146
|
-
.
|
|
34147
|
-
margin-
|
|
34244
|
+
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
34245
|
+
margin-left: 2px;
|
|
34246
|
+
}
|
|
34247
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
34248
|
+
width: 16px;
|
|
34249
|
+
height: 16px;
|
|
34250
|
+
padding: 0;
|
|
34251
|
+
border-radius: 2px;
|
|
34252
|
+
margin-left: 8px;
|
|
34253
|
+
}
|
|
34254
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
34255
|
+
margin-left: 8px;
|
|
34256
|
+
}
|
|
34257
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
34258
|
+
padding-left: 16px;
|
|
34259
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34260
|
+
color: #0080ff;
|
|
34148
34261
|
}
|
|
34149
|
-
.
|
|
34150
|
-
|
|
34151
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34262
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
34263
|
+
display: none;
|
|
34152
34264
|
}
|
|
34153
|
-
|
|
34154
|
-
|
|
34265
|
+
|
|
34266
|
+
.E_ti12z2.ant-dropdown-open {
|
|
34267
|
+
color: #0080ff;
|
|
34268
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34155
34269
|
}
|
|
34156
|
-
|
|
34157
|
-
|
|
34270
|
+
|
|
34271
|
+
.E_m19lu3v {
|
|
34272
|
+
cursor: default;
|
|
34158
34273
|
}
|
|
34159
|
-
.
|
|
34160
|
-
|
|
34274
|
+
.E_m19lu3v .menu-wrapper {
|
|
34275
|
+
min-width: 160px;
|
|
34276
|
+
max-width: 400px;
|
|
34277
|
+
padding: 6px;
|
|
34278
|
+
background: #fff;
|
|
34279
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
34280
|
+
border-radius: 8px;
|
|
34281
|
+
max-height: calc(100vh - 250px);
|
|
34282
|
+
overflow: auto;
|
|
34161
34283
|
}
|
|
34162
|
-
.
|
|
34163
|
-
|
|
34284
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
34285
|
+
display: flex;
|
|
34286
|
+
place-items: center;
|
|
34287
|
+
width: var(--itemWidth);
|
|
34164
34288
|
}
|
|
34165
|
-
.
|
|
34166
|
-
|
|
34289
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
34290
|
+
margin-top: 8px;
|
|
34167
34291
|
}
|
|
34168
|
-
.
|
|
34169
|
-
|
|
34292
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
34293
|
+
padding: 6px;
|
|
34294
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34295
|
+
color: #0080ff;
|
|
34170
34296
|
}
|
|
34171
|
-
.
|
|
34172
|
-
|
|
34297
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_l1fbkbzo {
|
|
34298
|
+
font-family: Inter;
|
|
34299
|
+
font-style: normal;
|
|
34300
|
+
font-weight: bold !important;
|
|
34173
34301
|
}
|
|
34174
|
-
|
|
34175
|
-
|
|
34176
|
-
|
|
34177
|
-
height: 8px;
|
|
34178
|
-
border-radius: 50%;
|
|
34179
|
-
display: inline-block;
|
|
34302
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
34303
|
+
padding: 5px 12px;
|
|
34304
|
+
border-radius: 4px;
|
|
34180
34305
|
}
|
|
34181
|
-
|
|
34182
|
-
|
|
34183
|
-
|
|
34184
|
-
height: 8px;
|
|
34185
|
-
border-radius: 2px;
|
|
34186
|
-
display: inline-block;
|
|
34306
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
34307
|
+
color: #0080ff;
|
|
34308
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34187
34309
|
}
|
|
34188
|
-
|
|
34189
|
-
|
|
34190
|
-
|
|
34310
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
34311
|
+
text-align: left;
|
|
34312
|
+
flex: 1;
|
|
34313
|
+
overflow: hidden;
|
|
34314
|
+
text-overflow: ellipsis;
|
|
34315
|
+
white-space: nowrap;
|
|
34191
34316
|
}
|
|
34192
34317
|
|
|
34193
|
-
.
|
|
34194
|
-
|
|
34318
|
+
.E_i1bmwe2m {
|
|
34319
|
+
margin: auto;
|
|
34320
|
+
cursor: pointer;
|
|
34321
|
+
line-height: normal;
|
|
34322
|
+
height: 16px;
|
|
34323
|
+
margin-right: 3px;
|
|
34324
|
+
}
|
|
34325
|
+
.E_i1bmwe2m .icon-inner {
|
|
34326
|
+
display: block;
|
|
34327
|
+
height: 16px;
|
|
34195
34328
|
}
|
|
34196
34329
|
|
|
34197
34330
|
.E_r77hffu {
|
|
@@ -34213,205 +34346,72 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34213
34346
|
margin-inline-end: unset;
|
|
34214
34347
|
}
|
|
34215
34348
|
|
|
34216
|
-
.
|
|
34217
|
-
margin
|
|
34218
|
-
|
|
34219
|
-
|
|
34220
|
-
|
|
34221
|
-
|
|
34222
|
-
|
|
34223
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34224
|
-
}
|
|
34225
|
-
|
|
34226
|
-
.E_s1ese5oy {
|
|
34227
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34228
|
-
line-height: 32px;
|
|
34229
|
-
height: 32px;
|
|
34230
|
-
margin-bottom: 0;
|
|
34231
|
-
}
|
|
34232
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34233
|
-
color: #0080ff;
|
|
34234
|
-
}
|
|
34235
|
-
.E_s1ese5oy.warning {
|
|
34236
|
-
color: #ffa500;
|
|
34237
|
-
}
|
|
34238
|
-
.E_s1ese5oy.success {
|
|
34239
|
-
color: #00ba5d;
|
|
34349
|
+
.E_l1ucdodl {
|
|
34350
|
+
margin: 0;
|
|
34351
|
+
border-radius: 20px;
|
|
34352
|
+
padding: 2px 10px;
|
|
34353
|
+
height: 22px;
|
|
34354
|
+
display: flex;
|
|
34355
|
+
align-items: center;
|
|
34240
34356
|
}
|
|
34241
|
-
.
|
|
34242
|
-
color: #
|
|
34357
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
34358
|
+
color: #FFFFFF;
|
|
34243
34359
|
}
|
|
34244
|
-
.
|
|
34245
|
-
|
|
34360
|
+
.E_l1ucdodl.tag-hover {
|
|
34361
|
+
cursor: pointer;
|
|
34246
34362
|
}
|
|
34247
|
-
|
|
34248
|
-
.E_b1ibis43 {
|
|
34249
|
-
margin-bottom: 0;
|
|
34363
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
34250
34364
|
color: #00122e;
|
|
34251
34365
|
}
|
|
34252
|
-
|
|
34253
|
-
.E_b11xxjd2 {
|
|
34254
|
-
line-height: 32px;
|
|
34366
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
34255
34367
|
margin-right: 6px;
|
|
34256
34368
|
}
|
|
34257
|
-
|
|
34258
|
-
|
|
34259
|
-
height: 24px;
|
|
34260
|
-
flex: 1;
|
|
34261
|
-
position: relative;
|
|
34262
|
-
top: -7px;
|
|
34263
|
-
}
|
|
34264
|
-
.E_bsub5bw p {
|
|
34265
|
-
width: 100%;
|
|
34266
|
-
overflow: hidden;
|
|
34267
|
-
text-overflow: ellipsis;
|
|
34268
|
-
white-space: nowrap;
|
|
34269
|
-
}
|
|
34270
|
-
|
|
34271
|
-
.E_tmoyoag {
|
|
34272
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34273
|
-
border-radius: 8px;
|
|
34274
|
-
overflow: auto;
|
|
34275
|
-
}
|
|
34276
|
-
.E_tmoyoag .ant-list {
|
|
34277
|
-
position: relative;
|
|
34278
|
-
}
|
|
34279
|
-
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
34280
|
-
border-bottom: none;
|
|
34281
|
-
}
|
|
34282
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34283
|
-
position: sticky;
|
|
34284
|
-
top: 0;
|
|
34285
|
-
z-index: 2;
|
|
34286
|
-
display: flex;
|
|
34287
|
-
padding: 8px;
|
|
34288
|
-
flex-wrap: nowrap;
|
|
34289
|
-
justify-content: flex-start;
|
|
34290
|
-
background: #f2f5fa;
|
|
34291
|
-
font-size: 14px;
|
|
34292
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34293
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34294
|
-
}
|
|
34295
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34296
|
-
align-items: inherit;
|
|
34297
|
-
}
|
|
34298
|
-
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
34299
|
-
margin-bottom: 0;
|
|
34300
|
-
}
|
|
34301
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34302
|
-
display: flex;
|
|
34303
|
-
justify-content: flex-start;
|
|
34304
|
-
align-items: flex-start;
|
|
34305
|
-
flex-wrap: wrap;
|
|
34306
|
-
padding: 8px;
|
|
34307
|
-
border: none;
|
|
34308
|
-
}
|
|
34309
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34310
|
-
flex-basis: 100%;
|
|
34311
|
-
margin: 12px 0 0;
|
|
34312
|
-
order: 99;
|
|
34313
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34314
|
-
}
|
|
34315
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34316
|
-
color: #f0483e;
|
|
34317
|
-
flex-basis: 100%;
|
|
34318
|
-
order: 98;
|
|
34319
|
-
margin: 12px 0 0;
|
|
34320
|
-
}
|
|
34321
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34322
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34323
|
-
}
|
|
34324
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34325
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34326
|
-
}
|
|
34327
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34328
|
-
flex: 1 0 0;
|
|
34329
|
-
overflow: hidden;
|
|
34330
|
-
}
|
|
34331
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34369
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
34370
|
+
margin-left: 8px;
|
|
34332
34371
|
color: rgba(44, 56, 82, 0.6);
|
|
34333
|
-
margin: 0;
|
|
34334
|
-
}
|
|
34335
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34336
|
-
text-align: center;
|
|
34337
|
-
}
|
|
34338
|
-
.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 > * {
|
|
34339
|
-
text-align: center;
|
|
34340
|
-
}
|
|
34341
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34342
|
-
text-align: left;
|
|
34343
|
-
}
|
|
34344
|
-
.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 > * {
|
|
34345
|
-
text-align: left;
|
|
34346
|
-
}
|
|
34347
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34348
|
-
text-align: right;
|
|
34349
|
-
}
|
|
34350
|
-
.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 > * {
|
|
34351
|
-
text-align: right;
|
|
34352
|
-
}
|
|
34353
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34354
|
-
margin-right: 8px;
|
|
34355
|
-
}
|
|
34356
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34357
|
-
padding: 4px;
|
|
34358
|
-
width: 24px;
|
|
34359
|
-
height: 24px;
|
|
34360
|
-
overflow: hidden;
|
|
34361
34372
|
}
|
|
34362
|
-
.
|
|
34363
|
-
|
|
34364
|
-
}
|
|
34365
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34366
|
-
cursor: not-allowed;
|
|
34367
|
-
opacity: 0.5;
|
|
34368
|
-
}
|
|
34369
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34370
|
-
margin: 0;
|
|
34373
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
34374
|
+
color: #FFFFFF;
|
|
34371
34375
|
}
|
|
34372
|
-
.
|
|
34373
|
-
|
|
34374
|
-
border-radius: 5px;
|
|
34375
|
-
font-size: 12px;
|
|
34376
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
34377
|
+
background-color: #0080ff;
|
|
34376
34378
|
}
|
|
34377
|
-
.
|
|
34378
|
-
|
|
34379
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
34380
|
+
background-color: #f0483e;
|
|
34379
34381
|
}
|
|
34380
|
-
.
|
|
34381
|
-
|
|
34382
|
-
font-size: 12px;
|
|
34383
|
-
position: relative;
|
|
34382
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
34383
|
+
background-color: #fea008;
|
|
34384
34384
|
}
|
|
34385
|
-
.
|
|
34386
|
-
|
|
34385
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
34386
|
+
background-color: #00ba5d;
|
|
34387
34387
|
}
|
|
34388
|
-
.
|
|
34389
|
-
background-color:
|
|
34388
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34389
|
+
background-color: #6b7d99;
|
|
34390
|
+
}
|
|
34391
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34392
|
+
background-color: #7E41FF;
|
|
34390
34393
|
}
|
|
34391
34394
|
|
|
34392
|
-
.
|
|
34393
|
-
|
|
34394
|
-
|
|
34395
|
-
|
|
34396
|
-
|
|
34395
|
+
.E_s1qj66nc {
|
|
34396
|
+
width: 8px;
|
|
34397
|
+
height: 8px;
|
|
34398
|
+
border-radius: 50%;
|
|
34399
|
+
display: inline-block;
|
|
34397
34400
|
}
|
|
34398
|
-
|
|
34399
|
-
|
|
34400
|
-
|
|
34401
|
+
|
|
34402
|
+
.E_s5x1boq {
|
|
34403
|
+
width: 8px;
|
|
34404
|
+
height: 8px;
|
|
34405
|
+
border-radius: 2px;
|
|
34406
|
+
display: inline-block;
|
|
34401
34407
|
}
|
|
34402
|
-
|
|
34403
|
-
|
|
34408
|
+
|
|
34409
|
+
.E_c1xm185 {
|
|
34404
34410
|
color: rgba(44, 56, 82, 0.6);
|
|
34405
34411
|
}
|
|
34406
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
34407
|
-
display: inline;
|
|
34408
|
-
}
|
|
34409
34412
|
|
|
34410
|
-
.
|
|
34411
|
-
|
|
34412
|
-
height: 24px;
|
|
34413
|
-
padding: 4px;
|
|
34414
|
-
margin-right: 8px;
|
|
34413
|
+
.E_c1x5l5qc {
|
|
34414
|
+
flex: 1;
|
|
34415
34415
|
}
|
|
34416
34416
|
|
|
34417
34417
|
.E_t13ef470 {
|
|
@@ -34444,7 +34444,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34444
34444
|
background: rgba(163, 180, 204, 0.18);
|
|
34445
34445
|
}
|
|
34446
34446
|
|
|
34447
|
-
.
|
|
34447
|
+
.E_m11nzl2x {
|
|
34448
34448
|
color: rgba(44, 56, 82, 0.6);
|
|
34449
34449
|
text-align: center;
|
|
34450
34450
|
display: flex;
|
|
@@ -34453,159 +34453,213 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34453
34453
|
flex-direction: column;
|
|
34454
34454
|
height: 100%;
|
|
34455
34455
|
}
|
|
34456
|
-
.
|
|
34456
|
+
.E_m11nzl2x .link {
|
|
34457
34457
|
color: #0080ff;
|
|
34458
34458
|
cursor: pointer;
|
|
34459
34459
|
}
|
|
34460
34460
|
|
|
34461
|
-
.
|
|
34461
|
+
.E_mn7joto {
|
|
34462
34462
|
width: 100%;
|
|
34463
34463
|
height: 100%;
|
|
34464
34464
|
display: flex;
|
|
34465
34465
|
flex-direction: column;
|
|
34466
34466
|
}
|
|
34467
|
-
.
|
|
34467
|
+
.E_mn7joto .name-toolbar {
|
|
34468
34468
|
width: 100%;
|
|
34469
34469
|
display: flex;
|
|
34470
34470
|
line-height: 30px;
|
|
34471
|
-
padding: 0 16px;
|
|
34472
34471
|
justify-content: space-between;
|
|
34473
34472
|
}
|
|
34474
|
-
.
|
|
34473
|
+
.E_mn7joto .name-toolbar .metric-extra {
|
|
34475
34474
|
display: flex;
|
|
34476
34475
|
font-size: 12px;
|
|
34477
34476
|
align-items: center;
|
|
34478
34477
|
}
|
|
34479
|
-
.
|
|
34478
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item {
|
|
34480
34479
|
color: #a3b4cc;
|
|
34481
34480
|
}
|
|
34482
|
-
.
|
|
34481
|
+
.E_mn7joto .name-toolbar .metric-extra .info-item + .info-item {
|
|
34483
34482
|
margin-left: 10px;
|
|
34484
34483
|
}
|
|
34485
|
-
.
|
|
34484
|
+
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
34486
34485
|
margin-left: 10px;
|
|
34487
34486
|
cursor: pointer;
|
|
34488
34487
|
}
|
|
34489
|
-
.
|
|
34488
|
+
.E_mn7joto .content {
|
|
34490
34489
|
flex: 1;
|
|
34491
34490
|
width: 100%;
|
|
34492
34491
|
display: flex;
|
|
34493
34492
|
justify-content: center;
|
|
34494
34493
|
align-items: center;
|
|
34495
34494
|
}
|
|
34496
|
-
.
|
|
34495
|
+
.E_mn7joto .single-content {
|
|
34497
34496
|
height: 65px;
|
|
34498
34497
|
}
|
|
34499
34498
|
|
|
34500
|
-
.
|
|
34499
|
+
.E_l1bifhon {
|
|
34501
34500
|
display: flex;
|
|
34502
34501
|
align-items: center;
|
|
34503
34502
|
white-space: nowrap;
|
|
34504
34503
|
overflow: hidden;
|
|
34505
34504
|
width: 100%;
|
|
34506
34505
|
}
|
|
34507
|
-
.
|
|
34508
|
-
margin-left: auto;
|
|
34506
|
+
.E_l1bifhon .ant-dropdown-trigger {
|
|
34509
34507
|
font-size: 12px;
|
|
34508
|
+
margin-left: 8px;
|
|
34510
34509
|
}
|
|
34511
34510
|
|
|
34512
|
-
.
|
|
34511
|
+
.E_ltthzck {
|
|
34513
34512
|
display: flex;
|
|
34514
34513
|
justify-content: flex-start;
|
|
34515
34514
|
align-items: center;
|
|
34516
34515
|
font-size: 12px;
|
|
34517
34516
|
cursor: pointer;
|
|
34518
34517
|
}
|
|
34519
|
-
.
|
|
34520
|
-
margin-
|
|
34518
|
+
.E_ltthzck:not(:first-child) {
|
|
34519
|
+
margin-left: 8px;
|
|
34521
34520
|
}
|
|
34522
|
-
.
|
|
34523
|
-
opacity: 0.
|
|
34521
|
+
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
34522
|
+
opacity: 0.3;
|
|
34524
34523
|
}
|
|
34525
|
-
.
|
|
34524
|
+
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
34526
34525
|
background: #b4beca !important;
|
|
34526
|
+
border-radius: 2px;
|
|
34527
|
+
}
|
|
34528
|
+
.E_ltthzck.hoverering-self {
|
|
34529
|
+
opacity: 1;
|
|
34530
|
+
}
|
|
34531
|
+
.E_ltthzck .dropdown-trigger {
|
|
34532
|
+
margin-left: 12px;
|
|
34533
|
+
}
|
|
34534
|
+
.E_ltthzck .legend-name {
|
|
34535
|
+
color: #00122e;
|
|
34536
|
+
}
|
|
34537
|
+
.E_ltthzck .icon-suffix-wrapper {
|
|
34538
|
+
display: flex;
|
|
34539
|
+
align-items: center;
|
|
34540
|
+
margin-left: 4px;
|
|
34527
34541
|
}
|
|
34528
34542
|
|
|
34529
|
-
.
|
|
34543
|
+
.E_l1mumj7o {
|
|
34544
|
+
display: flex;
|
|
34545
|
+
justify-content: flex-start;
|
|
34546
|
+
align-items: center;
|
|
34547
|
+
font-size: 12px;
|
|
34548
|
+
cursor: pointer;
|
|
34549
|
+
}
|
|
34550
|
+
.E_l1mumj7o.deselected, .E_l1mumj7o.hovering {
|
|
34551
|
+
opacity: 0.3;
|
|
34552
|
+
}
|
|
34553
|
+
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
34554
|
+
background: #b4beca !important;
|
|
34555
|
+
border-radius: 2px;
|
|
34556
|
+
}
|
|
34557
|
+
.E_l1mumj7o .legend-name {
|
|
34558
|
+
color: #00122e;
|
|
34559
|
+
}
|
|
34560
|
+
.E_l1mumj7o.hoverering-self {
|
|
34561
|
+
opacity: 1;
|
|
34562
|
+
}
|
|
34563
|
+
.E_l1mumj7o .icon-suffix-wrapper {
|
|
34564
|
+
margin-left: 4px;
|
|
34565
|
+
display: flex;
|
|
34566
|
+
align-items: center;
|
|
34567
|
+
}
|
|
34568
|
+
|
|
34569
|
+
.E_c14rn6j5 {
|
|
34530
34570
|
display: inline-block;
|
|
34531
34571
|
height: 8px;
|
|
34532
34572
|
width: 8px;
|
|
34533
|
-
margin-right:
|
|
34573
|
+
margin-right: 6px;
|
|
34574
|
+
border-radius: 2px;
|
|
34534
34575
|
}
|
|
34535
34576
|
|
|
34536
|
-
.
|
|
34577
|
+
.E_e45tc5l .ant-dropdown-menu-item {
|
|
34537
34578
|
display: flex;
|
|
34538
34579
|
align-items: center;
|
|
34539
34580
|
font-size: 12px;
|
|
34540
34581
|
margin: 0;
|
|
34541
34582
|
}
|
|
34542
34583
|
|
|
34543
|
-
.
|
|
34584
|
+
.E_lqeaosa {
|
|
34544
34585
|
position: relative;
|
|
34545
34586
|
}
|
|
34546
|
-
.
|
|
34587
|
+
.E_lqeaosa.hidden-xaxis .pointer-wrapper {
|
|
34547
34588
|
bottom: -12px;
|
|
34548
34589
|
}
|
|
34549
|
-
.
|
|
34590
|
+
.E_lqeaosa .metric-toolbar {
|
|
34550
34591
|
display: flex;
|
|
34551
34592
|
justify-content: space-between;
|
|
34552
34593
|
line-height: 30px;
|
|
34553
|
-
margin: 0 16px;
|
|
34554
34594
|
}
|
|
34555
|
-
.
|
|
34595
|
+
.E_lqeaosa .metric-toolbar .metric-extra {
|
|
34556
34596
|
display: flex;
|
|
34597
|
+
flex-shrink: 0;
|
|
34557
34598
|
font-size: 12px;
|
|
34558
34599
|
align-items: center;
|
|
34559
34600
|
}
|
|
34560
|
-
.
|
|
34601
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item {
|
|
34561
34602
|
color: #a3b4cc;
|
|
34562
34603
|
}
|
|
34563
|
-
.
|
|
34604
|
+
.E_lqeaosa .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34564
34605
|
margin-left: 10px;
|
|
34565
34606
|
}
|
|
34566
|
-
.
|
|
34607
|
+
.E_lqeaosa .metric-toolbar .metric-extra .menu-trigger {
|
|
34567
34608
|
margin-left: 10px;
|
|
34568
34609
|
cursor: pointer;
|
|
34569
34610
|
}
|
|
34570
|
-
.
|
|
34611
|
+
.E_lqeaosa .recharts-xAxis {
|
|
34571
34612
|
font-size: 12px;
|
|
34572
34613
|
}
|
|
34573
|
-
.
|
|
34614
|
+
.E_lqeaosa .pointer-wrapper {
|
|
34574
34615
|
position: absolute;
|
|
34575
34616
|
bottom: 10px;
|
|
34576
34617
|
padding: 0 8px;
|
|
34577
|
-
border-radius: 4px;
|
|
34578
34618
|
font-size: 12px;
|
|
34579
34619
|
color: #fff;
|
|
34580
|
-
background: rgba(0, 0, 0, 0.75);
|
|
34581
34620
|
transform: translateX(-50%);
|
|
34582
34621
|
}
|
|
34583
34622
|
|
|
34584
|
-
.
|
|
34623
|
+
.E_t2pr38p {
|
|
34585
34624
|
min-width: 200px;
|
|
34625
|
+
background-color: rgba(23, 38, 64, 0.8);
|
|
34626
|
+
border-radius: 4px;
|
|
34627
|
+
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34628
|
+
padding: 8px;
|
|
34586
34629
|
}
|
|
34587
34630
|
|
|
34588
|
-
.
|
|
34631
|
+
.E_tecdsj7 {
|
|
34589
34632
|
display: flex;
|
|
34590
34633
|
align-items: center;
|
|
34634
|
+
background-color: unset;
|
|
34635
|
+
color: #FFFFFF;
|
|
34591
34636
|
justify-content: space-between;
|
|
34592
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
34593
|
-
color: #b4beca;
|
|
34594
34637
|
font-size: 12px;
|
|
34595
|
-
padding:
|
|
34638
|
+
padding-top: 6px;
|
|
34596
34639
|
}
|
|
34597
|
-
.
|
|
34640
|
+
.E_tecdsj7:first-child {
|
|
34598
34641
|
padding-top: 3px;
|
|
34599
34642
|
}
|
|
34600
|
-
.
|
|
34643
|
+
.E_tecdsj7:last-child {
|
|
34601
34644
|
padding-bottom: 3px;
|
|
34602
34645
|
}
|
|
34603
|
-
.
|
|
34604
|
-
color: #
|
|
34646
|
+
.E_tecdsj7 .column-value {
|
|
34647
|
+
color: #FFFFFF;
|
|
34605
34648
|
margin-left: 8px;
|
|
34606
34649
|
}
|
|
34607
34650
|
|
|
34608
|
-
.
|
|
34651
|
+
.E_ljhvvia {
|
|
34652
|
+
display: inline-block;
|
|
34653
|
+
height: 8px;
|
|
34654
|
+
width: 8px;
|
|
34655
|
+
margin-right: 8px;
|
|
34656
|
+
border-radius: 2px;
|
|
34657
|
+
}
|
|
34658
|
+
.E_ljhvvia.borderd {
|
|
34659
|
+
border: 1px solid #fff;
|
|
34660
|
+
}
|
|
34661
|
+
|
|
34662
|
+
.E_msn7nxt {
|
|
34609
34663
|
color: rgba(44, 56, 82, 0.6);
|
|
34610
34664
|
text-align: center;
|
|
34611
34665
|
display: flex;
|
|
@@ -34614,212 +34668,158 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34614
34668
|
flex-direction: column;
|
|
34615
34669
|
height: 100%;
|
|
34616
34670
|
}
|
|
34617
|
-
.
|
|
34671
|
+
.E_msn7nxt .link {
|
|
34618
34672
|
color: #0080ff;
|
|
34619
34673
|
cursor: pointer;
|
|
34620
34674
|
}
|
|
34621
34675
|
|
|
34622
|
-
.
|
|
34676
|
+
.E_mp64wfi {
|
|
34623
34677
|
width: 100%;
|
|
34624
34678
|
height: 100%;
|
|
34625
34679
|
display: flex;
|
|
34626
34680
|
flex-direction: column;
|
|
34627
34681
|
}
|
|
34628
|
-
.
|
|
34682
|
+
.E_mp64wfi .name-toolbar {
|
|
34629
34683
|
width: 100%;
|
|
34630
34684
|
display: flex;
|
|
34631
34685
|
line-height: 30px;
|
|
34686
|
+
padding: 0 16px;
|
|
34632
34687
|
justify-content: space-between;
|
|
34633
34688
|
}
|
|
34634
|
-
.
|
|
34689
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
34635
34690
|
display: flex;
|
|
34636
34691
|
font-size: 12px;
|
|
34637
34692
|
align-items: center;
|
|
34638
34693
|
}
|
|
34639
|
-
.
|
|
34694
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
34640
34695
|
color: #a3b4cc;
|
|
34641
34696
|
}
|
|
34642
|
-
.
|
|
34643
|
-
margin-left: 10px;
|
|
34644
|
-
}
|
|
34645
|
-
.E_mn7joto .name-toolbar .metric-extra .menu-trigger {
|
|
34646
|
-
margin-left: 10px;
|
|
34647
|
-
cursor: pointer;
|
|
34648
|
-
}
|
|
34649
|
-
.E_mn7joto .content {
|
|
34650
|
-
flex: 1;
|
|
34651
|
-
width: 100%;
|
|
34652
|
-
display: flex;
|
|
34653
|
-
justify-content: center;
|
|
34654
|
-
align-items: center;
|
|
34655
|
-
}
|
|
34656
|
-
.E_mn7joto .single-content {
|
|
34657
|
-
height: 65px;
|
|
34658
|
-
}
|
|
34659
|
-
|
|
34660
|
-
.E_l1bifhon {
|
|
34661
|
-
display: flex;
|
|
34662
|
-
align-items: center;
|
|
34663
|
-
white-space: nowrap;
|
|
34664
|
-
overflow: hidden;
|
|
34665
|
-
width: 100%;
|
|
34666
|
-
}
|
|
34667
|
-
.E_l1bifhon .ant-dropdown-trigger {
|
|
34668
|
-
font-size: 12px;
|
|
34669
|
-
margin-left: 8px;
|
|
34670
|
-
}
|
|
34671
|
-
|
|
34672
|
-
.E_ltthzck {
|
|
34673
|
-
display: flex;
|
|
34674
|
-
justify-content: flex-start;
|
|
34675
|
-
align-items: center;
|
|
34676
|
-
font-size: 12px;
|
|
34677
|
-
cursor: pointer;
|
|
34678
|
-
}
|
|
34679
|
-
.E_ltthzck:not(:first-child) {
|
|
34680
|
-
margin-left: 8px;
|
|
34681
|
-
}
|
|
34682
|
-
.E_ltthzck.deselected, .E_ltthzck.hovering {
|
|
34683
|
-
opacity: 0.3;
|
|
34684
|
-
}
|
|
34685
|
-
.E_ltthzck.deselected:not(.hoverering-self) .color-block, .E_ltthzck.hovering:not(.hoverering-self) .color-block {
|
|
34686
|
-
background: #b4beca !important;
|
|
34687
|
-
border-radius: 2px;
|
|
34697
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
34698
|
+
margin-left: 10px;
|
|
34688
34699
|
}
|
|
34689
|
-
.
|
|
34690
|
-
|
|
34700
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
34701
|
+
margin-left: 10px;
|
|
34702
|
+
cursor: pointer;
|
|
34691
34703
|
}
|
|
34692
|
-
.
|
|
34693
|
-
|
|
34704
|
+
.E_mp64wfi .content {
|
|
34705
|
+
flex: 1;
|
|
34706
|
+
width: 100%;
|
|
34707
|
+
display: flex;
|
|
34708
|
+
justify-content: center;
|
|
34709
|
+
align-items: center;
|
|
34694
34710
|
}
|
|
34695
|
-
.
|
|
34696
|
-
|
|
34711
|
+
.E_mp64wfi .single-content {
|
|
34712
|
+
height: 65px;
|
|
34697
34713
|
}
|
|
34698
|
-
|
|
34714
|
+
|
|
34715
|
+
.E_l1oyigan {
|
|
34699
34716
|
display: flex;
|
|
34700
34717
|
align-items: center;
|
|
34701
|
-
|
|
34718
|
+
white-space: nowrap;
|
|
34719
|
+
overflow: hidden;
|
|
34720
|
+
width: 100%;
|
|
34721
|
+
}
|
|
34722
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
34723
|
+
margin-left: auto;
|
|
34724
|
+
font-size: 12px;
|
|
34702
34725
|
}
|
|
34703
34726
|
|
|
34704
|
-
.
|
|
34727
|
+
.E_l1noi4n1 {
|
|
34705
34728
|
display: flex;
|
|
34706
34729
|
justify-content: flex-start;
|
|
34707
34730
|
align-items: center;
|
|
34708
34731
|
font-size: 12px;
|
|
34709
34732
|
cursor: pointer;
|
|
34710
34733
|
}
|
|
34711
|
-
.
|
|
34712
|
-
|
|
34713
|
-
}
|
|
34714
|
-
.E_l1mumj7o.deselected:not(.hoverering-self) .color-block, .E_l1mumj7o.hovering:not(.hoverering-self) .color-block {
|
|
34715
|
-
background: #b4beca !important;
|
|
34716
|
-
border-radius: 2px;
|
|
34717
|
-
}
|
|
34718
|
-
.E_l1mumj7o .legend-name {
|
|
34719
|
-
color: #00122e;
|
|
34734
|
+
.E_l1noi4n1:not(:last-child) {
|
|
34735
|
+
margin-right: 20px;
|
|
34720
34736
|
}
|
|
34721
|
-
.
|
|
34722
|
-
opacity:
|
|
34737
|
+
.E_l1noi4n1.deselected {
|
|
34738
|
+
opacity: 0.4;
|
|
34723
34739
|
}
|
|
34724
|
-
.
|
|
34725
|
-
|
|
34726
|
-
display: flex;
|
|
34727
|
-
align-items: center;
|
|
34740
|
+
.E_l1noi4n1.deselected .color-block {
|
|
34741
|
+
background: #b4beca !important;
|
|
34728
34742
|
}
|
|
34729
34743
|
|
|
34730
|
-
.
|
|
34744
|
+
.E_cz19rz6 {
|
|
34731
34745
|
display: inline-block;
|
|
34732
34746
|
height: 8px;
|
|
34733
34747
|
width: 8px;
|
|
34734
|
-
margin-right:
|
|
34735
|
-
border-radius: 2px;
|
|
34748
|
+
margin-right: 8px;
|
|
34736
34749
|
}
|
|
34737
34750
|
|
|
34738
|
-
.
|
|
34751
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
34739
34752
|
display: flex;
|
|
34740
34753
|
align-items: center;
|
|
34741
34754
|
font-size: 12px;
|
|
34742
34755
|
margin: 0;
|
|
34743
34756
|
}
|
|
34744
34757
|
|
|
34745
|
-
.
|
|
34758
|
+
.E_m1y1hhnr {
|
|
34746
34759
|
position: relative;
|
|
34747
34760
|
}
|
|
34748
|
-
.
|
|
34761
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
34749
34762
|
bottom: -12px;
|
|
34750
34763
|
}
|
|
34751
|
-
.
|
|
34764
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34752
34765
|
display: flex;
|
|
34753
34766
|
justify-content: space-between;
|
|
34754
34767
|
line-height: 30px;
|
|
34768
|
+
margin: 0 16px;
|
|
34755
34769
|
}
|
|
34756
|
-
.
|
|
34770
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34757
34771
|
display: flex;
|
|
34758
|
-
flex-shrink: 0;
|
|
34759
34772
|
font-size: 12px;
|
|
34760
34773
|
align-items: center;
|
|
34761
34774
|
}
|
|
34762
|
-
.
|
|
34775
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34763
34776
|
color: #a3b4cc;
|
|
34764
34777
|
}
|
|
34765
|
-
.
|
|
34778
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34766
34779
|
margin-left: 10px;
|
|
34767
34780
|
}
|
|
34768
|
-
.
|
|
34781
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34769
34782
|
margin-left: 10px;
|
|
34770
34783
|
cursor: pointer;
|
|
34771
34784
|
}
|
|
34772
|
-
.
|
|
34785
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34773
34786
|
font-size: 12px;
|
|
34774
34787
|
}
|
|
34775
|
-
.
|
|
34788
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34776
34789
|
position: absolute;
|
|
34777
34790
|
bottom: 10px;
|
|
34778
34791
|
padding: 0 8px;
|
|
34792
|
+
border-radius: 4px;
|
|
34779
34793
|
font-size: 12px;
|
|
34780
34794
|
color: #fff;
|
|
34795
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34781
34796
|
transform: translateX(-50%);
|
|
34782
34797
|
}
|
|
34783
34798
|
|
|
34784
|
-
.
|
|
34799
|
+
.E_tnvijvs {
|
|
34785
34800
|
min-width: 200px;
|
|
34786
|
-
background-color: rgba(23, 38, 64, 0.8);
|
|
34787
|
-
border-radius: 4px;
|
|
34788
|
-
box-shadow: 0px 1px 4px 0px rgba(29, 50, 108, 0.6);
|
|
34789
|
-
padding: 8px;
|
|
34790
34801
|
}
|
|
34791
34802
|
|
|
34792
|
-
.
|
|
34803
|
+
.E_t1ub2aex {
|
|
34793
34804
|
display: flex;
|
|
34794
34805
|
align-items: center;
|
|
34795
|
-
background-color: unset;
|
|
34796
|
-
color: #FFFFFF;
|
|
34797
34806
|
justify-content: space-between;
|
|
34807
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34808
|
+
color: #b4beca;
|
|
34798
34809
|
font-size: 12px;
|
|
34799
|
-
padding
|
|
34810
|
+
padding: 3px 6px;
|
|
34800
34811
|
}
|
|
34801
|
-
.
|
|
34812
|
+
.E_t1ub2aex:first-child {
|
|
34802
34813
|
padding-top: 3px;
|
|
34803
34814
|
}
|
|
34804
|
-
.
|
|
34815
|
+
.E_t1ub2aex:last-child {
|
|
34805
34816
|
padding-bottom: 3px;
|
|
34806
34817
|
}
|
|
34807
|
-
.
|
|
34808
|
-
color: #
|
|
34818
|
+
.E_t1ub2aex .column-value {
|
|
34819
|
+
color: #fff;
|
|
34809
34820
|
margin-left: 8px;
|
|
34810
34821
|
}
|
|
34811
34822
|
|
|
34812
|
-
.E_ljhvvia {
|
|
34813
|
-
display: inline-block;
|
|
34814
|
-
height: 8px;
|
|
34815
|
-
width: 8px;
|
|
34816
|
-
margin-right: 8px;
|
|
34817
|
-
border-radius: 2px;
|
|
34818
|
-
}
|
|
34819
|
-
.E_ljhvvia.borderd {
|
|
34820
|
-
border: 1px solid #fff;
|
|
34821
|
-
}
|
|
34822
|
-
|
|
34823
34823
|
.E_bpgac8u {
|
|
34824
34824
|
color: #FFFFFF;
|
|
34825
34825
|
display: flex;
|
|
@@ -34847,6 +34847,54 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34847
34847
|
background-color: #E07F00;
|
|
34848
34848
|
}
|
|
34849
34849
|
|
|
34850
|
+
.E_t59qhqp {
|
|
34851
|
+
padding: 0px;
|
|
34852
|
+
padding-top: 5px;
|
|
34853
|
+
padding-left: 5px;
|
|
34854
|
+
}
|
|
34855
|
+
.E_t59qhqp .ant-timeline-item {
|
|
34856
|
+
margin-bottom: 16px;
|
|
34857
|
+
padding-bottom: 0px;
|
|
34858
|
+
}
|
|
34859
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
34860
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
34861
|
+
margin-bottom: 0;
|
|
34862
|
+
}
|
|
34863
|
+
.E_t59qhqp .compact.ant-timeline-item {
|
|
34864
|
+
margin-bottom: 12px;
|
|
34865
|
+
}
|
|
34866
|
+
.E_t59qhqp .info-action {
|
|
34867
|
+
align-self: baseline;
|
|
34868
|
+
}
|
|
34869
|
+
|
|
34870
|
+
.E_t2e44lg .ant-timeline-item-content {
|
|
34871
|
+
margin-left: 18px;
|
|
34872
|
+
}
|
|
34873
|
+
.E_t2e44lg .item-time {
|
|
34874
|
+
display: flex;
|
|
34875
|
+
flex-direction: column;
|
|
34876
|
+
gap: 4px;
|
|
34877
|
+
margin-top: 4px;
|
|
34878
|
+
}
|
|
34879
|
+
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
34880
|
+
padding-bottom: 0;
|
|
34881
|
+
}
|
|
34882
|
+
|
|
34883
|
+
.E_e14ua30y {
|
|
34884
|
+
display: flex;
|
|
34885
|
+
flex-direction: column;
|
|
34886
|
+
align-items: center;
|
|
34887
|
+
justify-content: center;
|
|
34888
|
+
}
|
|
34889
|
+
|
|
34890
|
+
.E_s1ikqzph {
|
|
34891
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34892
|
+
}
|
|
34893
|
+
|
|
34894
|
+
.E_i15astnl {
|
|
34895
|
+
color: #00122E;
|
|
34896
|
+
}
|
|
34897
|
+
|
|
34850
34898
|
.E_b1jaupqb {
|
|
34851
34899
|
color: #F0483E;
|
|
34852
34900
|
}
|
|
@@ -35048,83 +35096,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35048
35096
|
font-weight: bold;
|
|
35049
35097
|
}
|
|
35050
35098
|
|
|
35051
|
-
.E_t59qhqp {
|
|
35052
|
-
padding: 0px;
|
|
35053
|
-
padding-top: 5px;
|
|
35054
|
-
padding-left: 5px;
|
|
35055
|
-
}
|
|
35056
|
-
.E_t59qhqp .ant-timeline-item {
|
|
35057
|
-
margin-bottom: 16px;
|
|
35058
|
-
padding-bottom: 0px;
|
|
35059
|
-
}
|
|
35060
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
35061
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
35062
|
-
margin-bottom: 0;
|
|
35063
|
-
}
|
|
35064
|
-
.E_t59qhqp .compact.ant-timeline-item {
|
|
35065
|
-
margin-bottom: 12px;
|
|
35066
|
-
}
|
|
35067
|
-
.E_t59qhqp .info-action {
|
|
35068
|
-
align-self: baseline;
|
|
35069
|
-
}
|
|
35070
|
-
|
|
35071
|
-
.E_t2e44lg .ant-timeline-item-content {
|
|
35072
|
-
margin-left: 18px;
|
|
35073
|
-
}
|
|
35074
|
-
.E_t2e44lg .item-time {
|
|
35075
|
-
display: flex;
|
|
35076
|
-
flex-direction: column;
|
|
35077
|
-
gap: 4px;
|
|
35078
|
-
margin-top: 4px;
|
|
35079
|
-
}
|
|
35080
|
-
.E_t2e44lg:last-child .ant-timeline-item-content {
|
|
35081
|
-
padding-bottom: 0;
|
|
35082
|
-
}
|
|
35083
|
-
|
|
35084
|
-
.E_e14ua30y {
|
|
35085
|
-
display: flex;
|
|
35086
|
-
flex-direction: column;
|
|
35087
|
-
align-items: center;
|
|
35088
|
-
justify-content: center;
|
|
35089
|
-
}
|
|
35090
|
-
|
|
35091
|
-
.E_s1ikqzph {
|
|
35092
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35093
|
-
}
|
|
35094
|
-
|
|
35095
|
-
.E_i15astnl {
|
|
35096
|
-
color: #00122E;
|
|
35097
|
-
}
|
|
35098
|
-
|
|
35099
|
-
.E_s20iney.skeleton-box {
|
|
35100
|
-
display: flex;
|
|
35101
|
-
align-items: center;
|
|
35102
|
-
justify-content: center;
|
|
35103
|
-
position: relative;
|
|
35104
|
-
border-radius: 2px;
|
|
35105
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35106
|
-
overflow: hidden;
|
|
35107
|
-
}
|
|
35108
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35109
|
-
width: 200%;
|
|
35110
|
-
height: 200%;
|
|
35111
|
-
transform: rotate(15deg);
|
|
35112
|
-
position: absolute;
|
|
35113
|
-
top: -50%;
|
|
35114
|
-
flex-shrink: 0;
|
|
35115
|
-
opacity: 0.8;
|
|
35116
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35117
|
-
animation: shimmer 1100ms infinite;
|
|
35118
|
-
}
|
|
35119
|
-
@keyframes shimmer {
|
|
35120
|
-
from {
|
|
35121
|
-
left: -120%;
|
|
35122
|
-
}
|
|
35123
|
-
to {
|
|
35124
|
-
left: 100%;
|
|
35125
|
-
}
|
|
35126
|
-
}
|
|
35127
|
-
|
|
35128
35099
|
.E_sqv6dmy {
|
|
35129
35100
|
display: flex;
|
|
35130
35101
|
justify-content: flex-end;
|
|
@@ -35154,9 +35125,38 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35154
35125
|
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35155
35126
|
background: rgba(225, 230, 241, 0.6);
|
|
35156
35127
|
}
|
|
35157
|
-
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
35158
|
-
background: rgba(172, 186, 211, 0.6);
|
|
35159
|
-
border-radius: 8px;
|
|
35128
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
35129
|
+
background: rgba(172, 186, 211, 0.6);
|
|
35130
|
+
border-radius: 8px;
|
|
35131
|
+
}
|
|
35132
|
+
|
|
35133
|
+
.E_s20iney.skeleton-box {
|
|
35134
|
+
display: flex;
|
|
35135
|
+
align-items: center;
|
|
35136
|
+
justify-content: center;
|
|
35137
|
+
position: relative;
|
|
35138
|
+
border-radius: 2px;
|
|
35139
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35140
|
+
overflow: hidden;
|
|
35141
|
+
}
|
|
35142
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35143
|
+
width: 200%;
|
|
35144
|
+
height: 200%;
|
|
35145
|
+
transform: rotate(15deg);
|
|
35146
|
+
position: absolute;
|
|
35147
|
+
top: -50%;
|
|
35148
|
+
flex-shrink: 0;
|
|
35149
|
+
opacity: 0.8;
|
|
35150
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35151
|
+
animation: shimmer 1100ms infinite;
|
|
35152
|
+
}
|
|
35153
|
+
@keyframes shimmer {
|
|
35154
|
+
from {
|
|
35155
|
+
left: -120%;
|
|
35156
|
+
}
|
|
35157
|
+
to {
|
|
35158
|
+
left: 100%;
|
|
35159
|
+
}
|
|
35160
35160
|
}
|
|
35161
35161
|
|
|
35162
35162
|
.E_dxyv8bv {
|
|
@@ -35348,10 +35348,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35348
35348
|
column-gap: var(--a1ji6r68-0);
|
|
35349
35349
|
}
|
|
35350
35350
|
|
|
35351
|
-
.E_t1616y1o {
|
|
35352
|
-
color: #fff;
|
|
35353
|
-
}
|
|
35354
|
-
|
|
35355
35351
|
.E_f16blduf.ant-form-item {
|
|
35356
35352
|
margin-bottom: 0;
|
|
35357
35353
|
}
|
|
@@ -35371,6 +35367,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35371
35367
|
display: block;
|
|
35372
35368
|
}
|
|
35373
35369
|
|
|
35370
|
+
.E_t1616y1o {
|
|
35371
|
+
color: #fff;
|
|
35372
|
+
}
|
|
35373
|
+
|
|
35374
35374
|
.E_a9y3flr {
|
|
35375
35375
|
margin-left: 8px;
|
|
35376
35376
|
}
|
|
@@ -35423,69 +35423,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35423
35423
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35424
35424
|
}
|
|
35425
35425
|
|
|
35426
|
-
.E_skwah65 {
|
|
35427
|
-
height: 8px;
|
|
35428
|
-
box-sizing: border-box;
|
|
35429
|
-
border-radius: 2px;
|
|
35430
|
-
background: #f5f7fa;
|
|
35431
|
-
display: flex;
|
|
35432
|
-
width: 100%;
|
|
35433
|
-
overflow: hidden;
|
|
35434
|
-
}
|
|
35435
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35436
|
-
margin-left: 1px;
|
|
35437
|
-
}
|
|
35438
|
-
|
|
35439
|
-
.E_c18bcrac {
|
|
35440
|
-
display: inline-block;
|
|
35441
|
-
width: 100%;
|
|
35442
|
-
}
|
|
35443
|
-
.E_c18bcrac .recharts-wrapper {
|
|
35444
|
-
margin-left: 4px;
|
|
35445
|
-
}
|
|
35446
|
-
|
|
35447
|
-
.E_cro7kg2 {
|
|
35448
|
-
padding: 4px;
|
|
35449
|
-
}
|
|
35450
|
-
.E_cro7kg2 .unit {
|
|
35451
|
-
color: white;
|
|
35452
|
-
}
|
|
35453
|
-
|
|
35454
|
-
.E_c14wcxf0 {
|
|
35455
|
-
display: flex;
|
|
35456
|
-
justify-content: space-between;
|
|
35457
|
-
align-items: center;
|
|
35458
|
-
font-size: 13px;
|
|
35459
|
-
line-height: 24px;
|
|
35460
|
-
color: #cccccc;
|
|
35461
|
-
white-space: nowrap;
|
|
35462
|
-
}
|
|
35463
|
-
.E_c14wcxf0 label {
|
|
35464
|
-
margin-right: 32px;
|
|
35465
|
-
}
|
|
35466
|
-
|
|
35467
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
35468
|
-
font-weight: bold;
|
|
35469
|
-
color: white;
|
|
35470
|
-
}
|
|
35471
|
-
|
|
35472
|
-
.E_s11212zy {
|
|
35473
|
-
width: 8px;
|
|
35474
|
-
height: 8px;
|
|
35475
|
-
border-radius: 2px;
|
|
35476
|
-
display: inline-block;
|
|
35477
|
-
background: var(--s11212zy-0);
|
|
35478
|
-
border: 1px solid #fff;
|
|
35479
|
-
box-sizing: content-box;
|
|
35480
|
-
margin-right: 6px;
|
|
35481
|
-
}
|
|
35482
|
-
|
|
35483
|
-
.E_p1lyky6c > :first-child {
|
|
35484
|
-
font-weight: bold;
|
|
35485
|
-
color: white;
|
|
35486
|
-
margin-right: 4px;
|
|
35487
|
-
}
|
|
35488
|
-
|
|
35489
35426
|
.E_s1ebs0ra {
|
|
35490
35427
|
display: flex;
|
|
35491
35428
|
align-items: center;
|
|
@@ -35547,6 +35484,66 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35547
35484
|
background: #fff;
|
|
35548
35485
|
}
|
|
35549
35486
|
|
|
35487
|
+
.E_c18bcrac {
|
|
35488
|
+
display: inline-block;
|
|
35489
|
+
width: 100%;
|
|
35490
|
+
}
|
|
35491
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35492
|
+
margin-left: 4px;
|
|
35493
|
+
}
|
|
35494
|
+
|
|
35495
|
+
.E_cro7kg2 {
|
|
35496
|
+
padding: 4px;
|
|
35497
|
+
}
|
|
35498
|
+
.E_cro7kg2 .unit {
|
|
35499
|
+
color: white;
|
|
35500
|
+
}
|
|
35501
|
+
|
|
35502
|
+
.E_c14wcxf0 {
|
|
35503
|
+
display: flex;
|
|
35504
|
+
justify-content: space-between;
|
|
35505
|
+
align-items: center;
|
|
35506
|
+
font-size: 13px;
|
|
35507
|
+
line-height: 24px;
|
|
35508
|
+
color: #cccccc;
|
|
35509
|
+
white-space: nowrap;
|
|
35510
|
+
}
|
|
35511
|
+
.E_c14wcxf0 label {
|
|
35512
|
+
margin-right: 32px;
|
|
35513
|
+
}
|
|
35514
|
+
|
|
35515
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35516
|
+
font-weight: bold;
|
|
35517
|
+
color: white;
|
|
35518
|
+
}
|
|
35519
|
+
|
|
35520
|
+
.E_s11212zy {
|
|
35521
|
+
width: 8px;
|
|
35522
|
+
height: 8px;
|
|
35523
|
+
border-radius: 2px;
|
|
35524
|
+
display: inline-block;
|
|
35525
|
+
background: var(--s11212zy-0);
|
|
35526
|
+
border: 1px solid #fff;
|
|
35527
|
+
box-sizing: content-box;
|
|
35528
|
+
margin-right: 6px;
|
|
35529
|
+
}
|
|
35530
|
+
|
|
35531
|
+
.E_p1lyky6c > :first-child {
|
|
35532
|
+
font-weight: bold;
|
|
35533
|
+
color: white;
|
|
35534
|
+
margin-right: 4px;
|
|
35535
|
+
}
|
|
35536
|
+
|
|
35537
|
+
.E_gmyahx3 {
|
|
35538
|
+
cursor: pointer;
|
|
35539
|
+
}
|
|
35540
|
+
.E_gmyahx3 .link-text {
|
|
35541
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35542
|
+
}
|
|
35543
|
+
.E_gmyahx3:hover .link-text {
|
|
35544
|
+
color: #0080ff;
|
|
35545
|
+
}
|
|
35546
|
+
|
|
35550
35547
|
.E_clm1wy1 {
|
|
35551
35548
|
width: 192px;
|
|
35552
35549
|
height: 246px;
|
|
@@ -35576,82 +35573,208 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35576
35573
|
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35577
35574
|
width: 22px;
|
|
35578
35575
|
}
|
|
35579
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35580
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35581
|
-
padding: 0;
|
|
35576
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35577
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35578
|
+
padding: 0;
|
|
35579
|
+
}
|
|
35580
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35581
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35582
|
+
opacity: 0.4;
|
|
35583
|
+
}
|
|
35584
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35585
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35586
|
+
opacity: 1;
|
|
35587
|
+
}
|
|
35588
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35589
|
+
color: #3e4652;
|
|
35590
|
+
}
|
|
35591
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35592
|
+
pointer-events: none;
|
|
35593
|
+
}
|
|
35594
|
+
|
|
35595
|
+
.E_t1tsm00v {
|
|
35596
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35597
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35598
|
+
backdrop-filter: blur(10px);
|
|
35599
|
+
padding: 7px 10px;
|
|
35600
|
+
}
|
|
35601
|
+
|
|
35602
|
+
.E_c167wnad {
|
|
35603
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35604
|
+
display: flex;
|
|
35605
|
+
justify-content: space-between;
|
|
35606
|
+
align-items: center;
|
|
35607
|
+
padding: 8px 16px;
|
|
35608
|
+
}
|
|
35609
|
+
.E_c167wnad .anticon {
|
|
35610
|
+
cursor: pointer;
|
|
35611
|
+
}
|
|
35612
|
+
.E_c167wnad .anticon:hover {
|
|
35613
|
+
color: #0096ff;
|
|
35614
|
+
}
|
|
35615
|
+
|
|
35616
|
+
.E_cxhf7dh {
|
|
35617
|
+
text-align: center;
|
|
35618
|
+
}
|
|
35619
|
+
.E_cxhf7dh .dots {
|
|
35620
|
+
display: flex;
|
|
35621
|
+
justify-content: center;
|
|
35622
|
+
}
|
|
35623
|
+
.E_cxhf7dh .dot {
|
|
35624
|
+
display: inline-block;
|
|
35625
|
+
width: 2px;
|
|
35626
|
+
height: 2px;
|
|
35627
|
+
border-radius: 1px;
|
|
35628
|
+
background: #0096ff;
|
|
35629
|
+
}
|
|
35630
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35631
|
+
margin-right: 2px;
|
|
35632
|
+
}
|
|
35633
|
+
.E_cxhf7dh .bar {
|
|
35634
|
+
width: 9px;
|
|
35635
|
+
height: 2px;
|
|
35636
|
+
background: #0096ff;
|
|
35637
|
+
border-radius: 2px;
|
|
35638
|
+
}
|
|
35639
|
+
|
|
35640
|
+
.E_ou7iq30 {
|
|
35641
|
+
overflow: hidden;
|
|
35642
|
+
text-overflow: ellipsis;
|
|
35643
|
+
}
|
|
35644
|
+
|
|
35645
|
+
.E_s1tui002 {
|
|
35646
|
+
white-space: nowrap;
|
|
35647
|
+
}
|
|
35648
|
+
|
|
35649
|
+
.E_mxrc2zg {
|
|
35650
|
+
display: -webkit-box;
|
|
35651
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35652
|
+
-webkit-box-orient: vertical;
|
|
35653
|
+
word-break: break-all;
|
|
35654
|
+
}
|
|
35655
|
+
|
|
35656
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35657
|
+
display: none;
|
|
35658
|
+
}
|
|
35659
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35660
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35661
|
+
border-radius: 4px;
|
|
35662
|
+
}
|
|
35663
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35664
|
+
visibility: hidden;
|
|
35665
|
+
}
|
|
35666
|
+
|
|
35667
|
+
span.E_tqjc4ui {
|
|
35668
|
+
margin: 0 2px;
|
|
35669
|
+
}
|
|
35670
|
+
|
|
35671
|
+
.E_t1sqg15u {
|
|
35672
|
+
background: white;
|
|
35673
|
+
}
|
|
35674
|
+
.E_t1sqg15u.inline .table-row {
|
|
35675
|
+
flex-direction: column;
|
|
35676
|
+
}
|
|
35677
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35678
|
+
padding: 0 16px 7px 0;
|
|
35679
|
+
}
|
|
35680
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35681
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35682
|
+
}
|
|
35683
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35684
|
+
border-top: none !important;
|
|
35582
35685
|
}
|
|
35583
|
-
.
|
|
35584
|
-
|
|
35585
|
-
opacity: 0.4;
|
|
35686
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35687
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35586
35688
|
}
|
|
35587
|
-
.
|
|
35588
|
-
|
|
35589
|
-
opacity: 1;
|
|
35689
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35690
|
+
padding-bottom: 0;
|
|
35590
35691
|
}
|
|
35591
|
-
.
|
|
35592
|
-
|
|
35692
|
+
.E_t1sqg15u.align-right .content {
|
|
35693
|
+
text-align: right;
|
|
35593
35694
|
}
|
|
35594
|
-
.
|
|
35595
|
-
|
|
35695
|
+
.E_t1sqg15u .uuid-row {
|
|
35696
|
+
display: flex;
|
|
35697
|
+
justify-content: space-between;
|
|
35596
35698
|
}
|
|
35597
|
-
|
|
35598
|
-
|
|
35599
|
-
|
|
35600
|
-
|
|
35601
|
-
backdrop-filter: blur(10px);
|
|
35602
|
-
padding: 7px 10px;
|
|
35699
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35700
|
+
white-space: nowrap;
|
|
35701
|
+
overflow: hidden;
|
|
35702
|
+
text-overflow: ellipsis;
|
|
35603
35703
|
}
|
|
35604
35704
|
|
|
35605
|
-
.
|
|
35606
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35705
|
+
.E_t4zczcp {
|
|
35607
35706
|
display: flex;
|
|
35608
35707
|
justify-content: space-between;
|
|
35609
35708
|
align-items: center;
|
|
35610
|
-
padding: 8px
|
|
35709
|
+
padding: 8px;
|
|
35710
|
+
min-height: 32px;
|
|
35611
35711
|
}
|
|
35612
|
-
.
|
|
35613
|
-
|
|
35712
|
+
.E_t4zczcp .table-title {
|
|
35713
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35714
|
+
font-weight: 600;
|
|
35715
|
+
font-size: 12px;
|
|
35716
|
+
line-height: 8px;
|
|
35614
35717
|
}
|
|
35615
|
-
.
|
|
35616
|
-
|
|
35718
|
+
.E_t4zczcp .edit-icon {
|
|
35719
|
+
font-size: 16px;
|
|
35720
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35721
|
+
cursor: pointer;
|
|
35617
35722
|
}
|
|
35618
35723
|
|
|
35619
|
-
.
|
|
35620
|
-
|
|
35724
|
+
.E_t1s7goww {
|
|
35725
|
+
font-size: 12px;
|
|
35726
|
+
line-height: 18px;
|
|
35621
35727
|
}
|
|
35622
|
-
|
|
35728
|
+
|
|
35729
|
+
.E_t93e4cf {
|
|
35623
35730
|
display: flex;
|
|
35624
|
-
|
|
35731
|
+
padding: 8px 0;
|
|
35732
|
+
color: #2d3a56;
|
|
35625
35733
|
}
|
|
35626
|
-
.
|
|
35627
|
-
display:
|
|
35628
|
-
width: 2px;
|
|
35629
|
-
height: 2px;
|
|
35630
|
-
border-radius: 1px;
|
|
35631
|
-
background: #0096ff;
|
|
35734
|
+
.E_t93e4cf .hidden {
|
|
35735
|
+
display: none;
|
|
35632
35736
|
}
|
|
35633
|
-
.
|
|
35634
|
-
|
|
35737
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35738
|
+
height: auto;
|
|
35635
35739
|
}
|
|
35636
|
-
.
|
|
35637
|
-
|
|
35638
|
-
|
|
35639
|
-
|
|
35640
|
-
|
|
35740
|
+
.E_t93e4cf .content {
|
|
35741
|
+
overflow: hidden;
|
|
35742
|
+
overflow-x: auto;
|
|
35743
|
+
width: 100%;
|
|
35744
|
+
white-space: pre-wrap;
|
|
35745
|
+
}
|
|
35746
|
+
.E_t93e4cf .content .ant-btn {
|
|
35747
|
+
white-space: pre-wrap;
|
|
35748
|
+
text-align: left;
|
|
35749
|
+
}
|
|
35750
|
+
.E_t93e4cf .content .unit-chart {
|
|
35751
|
+
justify-content: flex-start;
|
|
35641
35752
|
}
|
|
35642
35753
|
|
|
35643
|
-
|
|
35644
|
-
|
|
35754
|
+
.E_rhz2uv5 {
|
|
35755
|
+
width: var(--rhz2uv5-0);
|
|
35756
|
+
flex-shrink: 0;
|
|
35757
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35758
|
+
padding-right: 12px;
|
|
35645
35759
|
}
|
|
35646
35760
|
|
|
35647
|
-
.
|
|
35648
|
-
|
|
35761
|
+
.E_n12mqh7z {
|
|
35762
|
+
display: flex;
|
|
35763
|
+
align-items: center;
|
|
35764
|
+
font-size: 12px;
|
|
35765
|
+
line-height: 18px;
|
|
35649
35766
|
}
|
|
35650
|
-
.
|
|
35651
|
-
|
|
35767
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35768
|
+
margin-bottom: 4px;
|
|
35652
35769
|
}
|
|
35653
|
-
|
|
35654
|
-
|
|
35770
|
+
|
|
35771
|
+
.E_tf5bynu {
|
|
35772
|
+
margin: 0 3px;
|
|
35773
|
+
}
|
|
35774
|
+
|
|
35775
|
+
.E_tcckoz1 {
|
|
35776
|
+
max-height: 400px;
|
|
35777
|
+
overflow: auto;
|
|
35655
35778
|
}
|
|
35656
35779
|
|
|
35657
35780
|
.E_c1up1pdz {
|
|
@@ -35783,190 +35906,59 @@ span.E_tqjc4ui {
|
|
|
35783
35906
|
width: 110px;
|
|
35784
35907
|
margin-top: 4px;
|
|
35785
35908
|
}
|
|
35786
|
-
.E_wpbf4pq .month-day-option {
|
|
35787
|
-
width: 32px;
|
|
35788
|
-
padding: 0;
|
|
35789
|
-
margin-bottom: 8px;
|
|
35790
|
-
}
|
|
35791
|
-
.E_wpbf4pq .month-day-option.active {
|
|
35792
|
-
background-color: #0096ff;
|
|
35793
|
-
border-color: #0096ff;
|
|
35794
|
-
color: #fff;
|
|
35795
|
-
}
|
|
35796
|
-
|
|
35797
|
-
.E_n12mqh7z {
|
|
35798
|
-
display: flex;
|
|
35799
|
-
align-items: center;
|
|
35800
|
-
font-size: 12px;
|
|
35801
|
-
line-height: 18px;
|
|
35802
|
-
}
|
|
35803
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35804
|
-
margin-bottom: 4px;
|
|
35805
|
-
}
|
|
35806
|
-
|
|
35807
|
-
.E_tf5bynu {
|
|
35808
|
-
margin: 0 3px;
|
|
35809
|
-
}
|
|
35810
|
-
|
|
35811
|
-
.E_tcckoz1 {
|
|
35812
|
-
max-height: 400px;
|
|
35813
|
-
overflow: auto;
|
|
35814
|
-
}
|
|
35815
|
-
|
|
35816
|
-
.E_wg1tsps {
|
|
35817
|
-
display: flex;
|
|
35818
|
-
align-items: center;
|
|
35819
|
-
justify-content: flex-end;
|
|
35820
|
-
}
|
|
35821
|
-
|
|
35822
|
-
.E_b1ctd5xy {
|
|
35823
|
-
display: flex;
|
|
35824
|
-
align-items: center;
|
|
35825
|
-
width: calc(100% - 40px);
|
|
35826
|
-
}
|
|
35827
|
-
.E_b1ctd5xy .chart {
|
|
35828
|
-
display: inline-block;
|
|
35829
|
-
width: 100%;
|
|
35830
|
-
}
|
|
35831
|
-
|
|
35832
|
-
.E_u1p8acpn {
|
|
35833
|
-
min-width: 40px;
|
|
35834
|
-
}
|
|
35835
|
-
.E_u1p8acpn .unit {
|
|
35836
|
-
color: #00122e !important;
|
|
35837
|
-
}
|
|
35838
|
-
|
|
35839
|
-
.E_t1sqg15u {
|
|
35840
|
-
background: white;
|
|
35841
|
-
}
|
|
35842
|
-
.E_t1sqg15u.inline .table-row {
|
|
35843
|
-
flex-direction: column;
|
|
35844
|
-
}
|
|
35845
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
35846
|
-
padding: 0 16px 7px 0;
|
|
35847
|
-
}
|
|
35848
|
-
.E_t1sqg15u.has-border .table-header {
|
|
35849
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35850
|
-
}
|
|
35851
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35852
|
-
border-top: none !important;
|
|
35853
|
-
}
|
|
35854
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35855
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35856
|
-
}
|
|
35857
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35858
|
-
padding-bottom: 0;
|
|
35859
|
-
}
|
|
35860
|
-
.E_t1sqg15u.align-right .content {
|
|
35861
|
-
text-align: right;
|
|
35862
|
-
}
|
|
35863
|
-
.E_t1sqg15u .uuid-row {
|
|
35864
|
-
display: flex;
|
|
35865
|
-
justify-content: space-between;
|
|
35866
|
-
}
|
|
35867
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
35868
|
-
white-space: nowrap;
|
|
35869
|
-
overflow: hidden;
|
|
35870
|
-
text-overflow: ellipsis;
|
|
35871
|
-
}
|
|
35872
|
-
|
|
35873
|
-
.E_t4zczcp {
|
|
35874
|
-
display: flex;
|
|
35875
|
-
justify-content: space-between;
|
|
35876
|
-
align-items: center;
|
|
35877
|
-
padding: 8px;
|
|
35878
|
-
min-height: 32px;
|
|
35879
|
-
}
|
|
35880
|
-
.E_t4zczcp .table-title {
|
|
35881
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35882
|
-
font-weight: 600;
|
|
35883
|
-
font-size: 12px;
|
|
35884
|
-
line-height: 8px;
|
|
35885
|
-
}
|
|
35886
|
-
.E_t4zczcp .edit-icon {
|
|
35887
|
-
font-size: 16px;
|
|
35888
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35889
|
-
cursor: pointer;
|
|
35890
|
-
}
|
|
35891
|
-
|
|
35892
|
-
.E_t1s7goww {
|
|
35893
|
-
font-size: 12px;
|
|
35894
|
-
line-height: 18px;
|
|
35895
|
-
}
|
|
35896
|
-
|
|
35897
|
-
.E_t93e4cf {
|
|
35898
|
-
display: flex;
|
|
35899
|
-
padding: 8px 0;
|
|
35900
|
-
color: #2d3a56;
|
|
35901
|
-
}
|
|
35902
|
-
.E_t93e4cf .hidden {
|
|
35903
|
-
display: none;
|
|
35904
|
-
}
|
|
35905
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35906
|
-
height: auto;
|
|
35907
|
-
}
|
|
35908
|
-
.E_t93e4cf .content {
|
|
35909
|
-
overflow: hidden;
|
|
35910
|
-
overflow-x: auto;
|
|
35911
|
-
width: 100%;
|
|
35912
|
-
white-space: pre-wrap;
|
|
35913
|
-
}
|
|
35914
|
-
.E_t93e4cf .content .ant-btn {
|
|
35915
|
-
white-space: pre-wrap;
|
|
35916
|
-
text-align: left;
|
|
35917
|
-
}
|
|
35918
|
-
.E_t93e4cf .content .unit-chart {
|
|
35919
|
-
justify-content: flex-start;
|
|
35909
|
+
.E_wpbf4pq .month-day-option {
|
|
35910
|
+
width: 32px;
|
|
35911
|
+
padding: 0;
|
|
35912
|
+
margin-bottom: 8px;
|
|
35920
35913
|
}
|
|
35921
|
-
|
|
35922
|
-
|
|
35923
|
-
|
|
35924
|
-
|
|
35925
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35926
|
-
padding-right: 12px;
|
|
35914
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35915
|
+
background-color: #0096ff;
|
|
35916
|
+
border-color: #0096ff;
|
|
35917
|
+
color: #fff;
|
|
35927
35918
|
}
|
|
35928
35919
|
|
|
35929
|
-
.
|
|
35930
|
-
|
|
35931
|
-
|
|
35920
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35921
|
+
display: flex;
|
|
35922
|
+
align-items: center;
|
|
35932
35923
|
}
|
|
35933
|
-
|
|
35934
|
-
|
|
35935
|
-
white-space: nowrap;
|
|
35924
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35925
|
+
margin-right: 8px;
|
|
35936
35926
|
}
|
|
35937
35927
|
|
|
35938
|
-
.
|
|
35939
|
-
display:
|
|
35940
|
-
-
|
|
35941
|
-
-
|
|
35942
|
-
word-break: break-all;
|
|
35928
|
+
.E_wg1tsps {
|
|
35929
|
+
display: flex;
|
|
35930
|
+
align-items: center;
|
|
35931
|
+
justify-content: flex-end;
|
|
35943
35932
|
}
|
|
35944
35933
|
|
|
35945
|
-
.
|
|
35946
|
-
display:
|
|
35947
|
-
|
|
35948
|
-
|
|
35949
|
-
background: rgba(23, 38, 64, 0.8);
|
|
35950
|
-
border-radius: 4px;
|
|
35934
|
+
.E_b1ctd5xy {
|
|
35935
|
+
display: flex;
|
|
35936
|
+
align-items: center;
|
|
35937
|
+
width: calc(100% - 40px);
|
|
35951
35938
|
}
|
|
35952
|
-
.
|
|
35953
|
-
|
|
35939
|
+
.E_b1ctd5xy .chart {
|
|
35940
|
+
display: inline-block;
|
|
35941
|
+
width: 100%;
|
|
35954
35942
|
}
|
|
35955
35943
|
|
|
35956
|
-
.
|
|
35957
|
-
|
|
35958
|
-
}
|
|
35959
|
-
.E_u15heuvq.content.link {
|
|
35960
|
-
cursor: pointer !important;
|
|
35944
|
+
.E_u1p8acpn {
|
|
35945
|
+
min-width: 40px;
|
|
35961
35946
|
}
|
|
35962
|
-
.
|
|
35963
|
-
color: #
|
|
35947
|
+
.E_u1p8acpn .unit {
|
|
35948
|
+
color: #00122e !important;
|
|
35964
35949
|
}
|
|
35965
|
-
|
|
35966
|
-
|
|
35950
|
+
|
|
35951
|
+
.E_skwah65 {
|
|
35952
|
+
height: 8px;
|
|
35953
|
+
box-sizing: border-box;
|
|
35954
|
+
border-radius: 2px;
|
|
35955
|
+
background: #f5f7fa;
|
|
35956
|
+
display: flex;
|
|
35957
|
+
width: 100%;
|
|
35958
|
+
overflow: hidden;
|
|
35967
35959
|
}
|
|
35968
|
-
.
|
|
35969
|
-
|
|
35960
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35961
|
+
margin-left: 1px;
|
|
35970
35962
|
}
|
|
35971
35963
|
|
|
35972
35964
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -36082,12 +36074,20 @@ span.E_tqjc4ui {
|
|
|
36082
36074
|
text-align: left;
|
|
36083
36075
|
}
|
|
36084
36076
|
|
|
36085
|
-
.
|
|
36086
|
-
|
|
36087
|
-
align-items: center;
|
|
36077
|
+
.E_u15heuvq.content {
|
|
36078
|
+
cursor: default !important;
|
|
36088
36079
|
}
|
|
36089
|
-
.
|
|
36090
|
-
|
|
36080
|
+
.E_u15heuvq.content.link {
|
|
36081
|
+
cursor: pointer !important;
|
|
36082
|
+
}
|
|
36083
|
+
.E_u15heuvq.content.link:hover {
|
|
36084
|
+
color: #0080ff;
|
|
36085
|
+
}
|
|
36086
|
+
.E_u15heuvq.content.black {
|
|
36087
|
+
color: #00122e;
|
|
36088
|
+
}
|
|
36089
|
+
.E_u15heuvq.content.gray {
|
|
36090
|
+
color: rgba(44, 56, 82, 0.75);
|
|
36091
36091
|
}
|
|
36092
36092
|
|
|
36093
36093
|
.E_t160l1cm {
|
|
@@ -36341,10 +36341,24 @@ span.E_tqjc4ui {
|
|
|
36341
36341
|
.E_c157gu4z .ant-list-item {
|
|
36342
36342
|
display: flex;
|
|
36343
36343
|
flex-direction: row;
|
|
36344
|
+
align-items: flex-start;
|
|
36345
|
+
}
|
|
36346
|
+
.E_c157gu4z .icon-wrapper {
|
|
36347
|
+
align-self: flex-start;
|
|
36348
|
+
margin-top: 1px; /* 1px: (18-16)/2, 18 is the height of the icon, 16 is the height of the icon */
|
|
36344
36349
|
}
|
|
36345
36350
|
.E_c157gu4z .description {
|
|
36346
|
-
flex
|
|
36351
|
+
flex: 1 1 0;
|
|
36352
|
+
min-width: 0;
|
|
36347
36353
|
margin-left: 8px;
|
|
36354
|
+
word-break: break-word;
|
|
36355
|
+
overflow-wrap: break-word;
|
|
36356
|
+
}
|
|
36357
|
+
.E_c157gu4z .ant-space,
|
|
36358
|
+
.E_c157gu4z .ant-flex {
|
|
36359
|
+
flex-shrink: 0;
|
|
36360
|
+
align-self: flex-start;
|
|
36361
|
+
margin-top: 0px; /* 0px: (18-18)/2, 18 is the height of the tag, 18 is the line-height */
|
|
36348
36362
|
}
|
|
36349
36363
|
|
|
36350
36364
|
.E_eu1sysj {
|
|
@@ -36354,10 +36368,45 @@ span.E_tqjc4ui {
|
|
|
36354
36368
|
justify-content: center;
|
|
36355
36369
|
}
|
|
36356
36370
|
|
|
36357
|
-
.
|
|
36358
|
-
|
|
36359
|
-
|
|
36360
|
-
|
|
36371
|
+
.E_i5w779o {
|
|
36372
|
+
padding: 8px 0;
|
|
36373
|
+
}
|
|
36374
|
+
.E_i5w779o .col-label {
|
|
36375
|
+
flex-shrink: unset;
|
|
36376
|
+
}
|
|
36377
|
+
.E_i5w779o .col-label * {
|
|
36378
|
+
line-height: 18px;
|
|
36379
|
+
}
|
|
36380
|
+
.E_i5w779o .col-content {
|
|
36381
|
+
flex: 1 1 0;
|
|
36382
|
+
display: flex;
|
|
36383
|
+
align-items: center;
|
|
36384
|
+
}
|
|
36385
|
+
.E_i5w779o .col-content * {
|
|
36386
|
+
line-height: 18px;
|
|
36387
|
+
}
|
|
36388
|
+
|
|
36389
|
+
.E_l18dja44 {
|
|
36390
|
+
padding: 6px 0;
|
|
36391
|
+
}
|
|
36392
|
+
.E_l18dja44 .col-label * {
|
|
36393
|
+
font-size: 13px;
|
|
36394
|
+
line-height: 20px;
|
|
36395
|
+
}
|
|
36396
|
+
.E_l18dja44 .col-content * {
|
|
36397
|
+
font-size: 14px;
|
|
36398
|
+
line-height: 20px;
|
|
36399
|
+
}
|
|
36400
|
+
|
|
36401
|
+
.E_c8c2hys {
|
|
36402
|
+
display: flex;
|
|
36403
|
+
justify-content: space-between;
|
|
36404
|
+
flex: 1;
|
|
36405
|
+
min-width: 0;
|
|
36406
|
+
}
|
|
36407
|
+
|
|
36408
|
+
.E_n4m6c4d {
|
|
36409
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36361
36410
|
}
|
|
36362
36411
|
|
|
36363
36412
|
.E_kr6am0s .ant-modal-body {
|
|
@@ -36423,78 +36472,10 @@ span.E_tqjc4ui {
|
|
|
36423
36472
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36424
36473
|
}
|
|
36425
36474
|
|
|
36426
|
-
.
|
|
36427
|
-
|
|
36428
|
-
|
|
36429
|
-
|
|
36430
|
-
flex-shrink: unset;
|
|
36431
|
-
}
|
|
36432
|
-
.E_i5w779o .col-label * {
|
|
36433
|
-
line-height: 18px;
|
|
36434
|
-
}
|
|
36435
|
-
.E_i5w779o .col-content {
|
|
36436
|
-
flex: 1 1 0;
|
|
36437
|
-
display: flex;
|
|
36438
|
-
align-items: center;
|
|
36439
|
-
}
|
|
36440
|
-
.E_i5w779o .col-content * {
|
|
36441
|
-
line-height: 18px;
|
|
36442
|
-
}
|
|
36443
|
-
|
|
36444
|
-
.E_l18dja44 {
|
|
36445
|
-
padding: 6px 0;
|
|
36446
|
-
}
|
|
36447
|
-
.E_l18dja44 .col-label * {
|
|
36448
|
-
font-size: 13px;
|
|
36449
|
-
line-height: 20px;
|
|
36450
|
-
}
|
|
36451
|
-
.E_l18dja44 .col-content * {
|
|
36452
|
-
font-size: 14px;
|
|
36453
|
-
line-height: 20px;
|
|
36454
|
-
}
|
|
36455
|
-
|
|
36456
|
-
.E_c8c2hys {
|
|
36457
|
-
display: flex;
|
|
36458
|
-
justify-content: space-between;
|
|
36459
|
-
flex: 1;
|
|
36460
|
-
min-width: 0;
|
|
36461
|
-
}
|
|
36462
|
-
|
|
36463
|
-
.E_n4m6c4d {
|
|
36464
|
-
color: rgba(0, 21, 64, 0.3);
|
|
36465
|
-
}
|
|
36466
|
-
|
|
36467
|
-
.E_l12xdkhl {
|
|
36468
|
-
width: 64px;
|
|
36469
|
-
height: 64px;
|
|
36470
|
-
max-width: 64px;
|
|
36471
|
-
max-height: 64px;
|
|
36472
|
-
overflow: hidden;
|
|
36473
|
-
display: flex;
|
|
36474
|
-
align-items: center;
|
|
36475
|
-
justify-content: center;
|
|
36476
|
-
position: relative;
|
|
36477
|
-
opacity: 0.6;
|
|
36478
|
-
}
|
|
36479
|
-
.E_l12xdkhl .icon-wrapper {
|
|
36480
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
36481
|
-
}
|
|
36482
|
-
@keyframes rotate {
|
|
36483
|
-
from {
|
|
36484
|
-
transform: rotate(0deg);
|
|
36485
|
-
}
|
|
36486
|
-
to {
|
|
36487
|
-
transform: rotate(360deg);
|
|
36488
|
-
}
|
|
36489
|
-
}
|
|
36490
|
-
|
|
36491
|
-
.E_cevhqx7 {
|
|
36492
|
-
color: #00122e;
|
|
36493
|
-
}
|
|
36494
|
-
|
|
36495
|
-
.E_snbqlt4 {
|
|
36496
|
-
margin-top: 8px;
|
|
36497
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36475
|
+
.E_h1ol2wl7 {
|
|
36476
|
+
font-weight: bold;
|
|
36477
|
+
background-color: unset;
|
|
36478
|
+
padding: unset;
|
|
36498
36479
|
}
|
|
36499
36480
|
|
|
36500
36481
|
.E_c14ouk5o {
|
|
@@ -37082,4 +37063,37 @@ span.E_tqjc4ui {
|
|
|
37082
37063
|
height: 1px;
|
|
37083
37064
|
background: #e4e9f2;
|
|
37084
37065
|
margin: 16px 0;
|
|
37066
|
+
}
|
|
37067
|
+
|
|
37068
|
+
.E_l12xdkhl {
|
|
37069
|
+
width: 64px;
|
|
37070
|
+
height: 64px;
|
|
37071
|
+
max-width: 64px;
|
|
37072
|
+
max-height: 64px;
|
|
37073
|
+
overflow: hidden;
|
|
37074
|
+
display: flex;
|
|
37075
|
+
align-items: center;
|
|
37076
|
+
justify-content: center;
|
|
37077
|
+
position: relative;
|
|
37078
|
+
opacity: 0.6;
|
|
37079
|
+
}
|
|
37080
|
+
.E_l12xdkhl .icon-wrapper {
|
|
37081
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
37082
|
+
}
|
|
37083
|
+
@keyframes rotate {
|
|
37084
|
+
from {
|
|
37085
|
+
transform: rotate(0deg);
|
|
37086
|
+
}
|
|
37087
|
+
to {
|
|
37088
|
+
transform: rotate(360deg);
|
|
37089
|
+
}
|
|
37090
|
+
}
|
|
37091
|
+
|
|
37092
|
+
.E_cevhqx7 {
|
|
37093
|
+
color: #00122e;
|
|
37094
|
+
}
|
|
37095
|
+
|
|
37096
|
+
.E_snbqlt4 {
|
|
37097
|
+
margin-top: 8px;
|
|
37098
|
+
color: rgba(44, 56, 82, 0.6);
|
|
37085
37099
|
}
|