@cloudtower/eagle 0.30.5 → 0.30.7
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/Skeleton/Content.js +30 -0
- package/dist/cjs/core/Skeleton/index.js +13 -0
- package/dist/cjs/index.js +56 -52
- package/dist/cjs/stats1.html +1 -1
- package/dist/cjs/styles/token/animation.js +12 -1
- package/dist/components.css +2024 -1989
- package/dist/esm/antd.js +1 -1
- package/dist/esm/core/Skeleton/Content.js +23 -0
- package/dist/esm/core/Skeleton/index.js +7 -0
- package/dist/esm/index.js +3 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/styles/token/animation.js +12 -1
- package/dist/src/antd.d.ts +1 -1
- package/dist/src/core/Skeleton/Content.d.ts +8 -0
- package/dist/src/core/Skeleton/index.d.ts +8 -0
- package/dist/src/core/index.d.ts +1 -0
- package/dist/src/styles/token/animation.d.ts +2 -0
- package/dist/stories/docs/core/skeleton.stories.d.ts +13 -0
- package/dist/style.css +1681 -1647
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29591,26 +29591,20 @@ html body {
|
|
|
29591
29591
|
width: 100%;
|
|
29592
29592
|
}
|
|
29593
29593
|
|
|
29594
|
-
.
|
|
29595
|
-
|
|
29594
|
+
.E_berrcjl {
|
|
29595
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29596
|
+
margin-bottom: 4px;
|
|
29596
29597
|
}
|
|
29597
|
-
.
|
|
29598
|
-
|
|
29599
|
-
|
|
29600
|
-
|
|
29601
|
-
line-height: 32px;
|
|
29598
|
+
.E_berrcjl .breadcrumb-link {
|
|
29599
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29600
|
+
cursor: pointer;
|
|
29601
|
+
transition: color 160ms ease;
|
|
29602
29602
|
}
|
|
29603
|
-
.
|
|
29604
|
-
|
|
29605
|
-
border-radius: 8px;
|
|
29606
|
-
background: #fff;
|
|
29603
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29604
|
+
color: #0080ff;
|
|
29607
29605
|
}
|
|
29608
|
-
.
|
|
29609
|
-
|
|
29610
|
-
font-size: 14px;
|
|
29611
|
-
line-height: 22px;
|
|
29612
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29613
|
-
text-align: center;
|
|
29606
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29607
|
+
color: #005ed1;
|
|
29614
29608
|
}
|
|
29615
29609
|
|
|
29616
29610
|
.E_b1nip9bk {
|
|
@@ -29642,118 +29636,6 @@ html body {
|
|
|
29642
29636
|
border-radius: unset;
|
|
29643
29637
|
}
|
|
29644
29638
|
|
|
29645
|
-
.E_d1bw7c5z {
|
|
29646
|
-
position: relative;
|
|
29647
|
-
max-width: 388px;
|
|
29648
|
-
min-width: 285px;
|
|
29649
|
-
}
|
|
29650
|
-
.E_d1bw7c5z .center {
|
|
29651
|
-
position: absolute;
|
|
29652
|
-
font-size: 12px;
|
|
29653
|
-
width: 80px;
|
|
29654
|
-
height: 100px;
|
|
29655
|
-
top: 0;
|
|
29656
|
-
left: 35px;
|
|
29657
|
-
display: flex;
|
|
29658
|
-
flex-direction: column;
|
|
29659
|
-
justify-content: center;
|
|
29660
|
-
align-items: center;
|
|
29661
|
-
color: #00122e;
|
|
29662
|
-
}
|
|
29663
|
-
.E_d1bw7c5z .center .number {
|
|
29664
|
-
font-size: 24px;
|
|
29665
|
-
font-weight: 700;
|
|
29666
|
-
}
|
|
29667
|
-
.E_d1bw7c5z .center .text {
|
|
29668
|
-
padding: 0 5px;
|
|
29669
|
-
font-size: 12px;
|
|
29670
|
-
width: inherit;
|
|
29671
|
-
text-align: center;
|
|
29672
|
-
}
|
|
29673
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
29674
|
-
display: flex;
|
|
29675
|
-
}
|
|
29676
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29677
|
-
position: relative !important;
|
|
29678
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29679
|
-
left: 0 !important;
|
|
29680
|
-
bottom: 0 !important;
|
|
29681
|
-
display: flex;
|
|
29682
|
-
align-items: center;
|
|
29683
|
-
}
|
|
29684
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29685
|
-
width: 100%;
|
|
29686
|
-
}
|
|
29687
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29688
|
-
width: 100%;
|
|
29689
|
-
margin-right: 0 !important;
|
|
29690
|
-
line-height: 18px;
|
|
29691
|
-
}
|
|
29692
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29693
|
-
border-radius: 2px;
|
|
29694
|
-
}
|
|
29695
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29696
|
-
min-width: 75px;
|
|
29697
|
-
max-width: 198px;
|
|
29698
|
-
width: calc(100% - 20px);
|
|
29699
|
-
margin-left: 2px;
|
|
29700
|
-
color: #00122e !important;
|
|
29701
|
-
display: inline-flex;
|
|
29702
|
-
justify-content: space-between;
|
|
29703
|
-
}
|
|
29704
|
-
.E_d1bw7c5z .tooltip-text {
|
|
29705
|
-
maxwidth: calc(100% - 12px);
|
|
29706
|
-
cursor: pointer;
|
|
29707
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29708
|
-
overflow: hidden;
|
|
29709
|
-
text-overflow: ellipsis;
|
|
29710
|
-
white-space: nowrap;
|
|
29711
|
-
}
|
|
29712
|
-
.E_d1bw7c5z .value {
|
|
29713
|
-
color: rgba(44, 56, 82, 0.75);
|
|
29714
|
-
}
|
|
29715
|
-
|
|
29716
|
-
.E_t10pqbtc {
|
|
29717
|
-
width: 140px;
|
|
29718
|
-
}
|
|
29719
|
-
.E_t10pqbtc .item {
|
|
29720
|
-
margin: 6px auto;
|
|
29721
|
-
display: flex;
|
|
29722
|
-
justify-content: space-between;
|
|
29723
|
-
}
|
|
29724
|
-
.E_t10pqbtc .item .name {
|
|
29725
|
-
width: 102px;
|
|
29726
|
-
}
|
|
29727
|
-
|
|
29728
|
-
.E_berrcjl {
|
|
29729
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29730
|
-
margin-bottom: 4px;
|
|
29731
|
-
}
|
|
29732
|
-
.E_berrcjl .breadcrumb-link {
|
|
29733
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29734
|
-
cursor: pointer;
|
|
29735
|
-
transition: color 160ms ease;
|
|
29736
|
-
}
|
|
29737
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29738
|
-
color: #0080ff;
|
|
29739
|
-
}
|
|
29740
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29741
|
-
color: #005ed1;
|
|
29742
|
-
}
|
|
29743
|
-
|
|
29744
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29745
|
-
padding: 4px 8px 0 8px;
|
|
29746
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29747
|
-
font-size: 12px;
|
|
29748
|
-
}
|
|
29749
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29750
|
-
padding-bottom: 6px;
|
|
29751
|
-
}
|
|
29752
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29753
|
-
padding-top: 4px;
|
|
29754
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29755
|
-
}
|
|
29756
|
-
|
|
29757
29639
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29758
29640
|
justify-content: center;
|
|
29759
29641
|
}
|
|
@@ -30008,81 +29890,210 @@ button.E_n7k2c6r {
|
|
|
30008
29890
|
padding: 0;
|
|
30009
29891
|
}
|
|
30010
29892
|
|
|
30011
|
-
.
|
|
30012
|
-
|
|
30013
|
-
}
|
|
30014
|
-
|
|
30015
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30016
|
-
border: 0px;
|
|
30017
|
-
background-color: #fff;
|
|
29893
|
+
.E_c1uzzomf {
|
|
29894
|
+
margin-bottom: 16px;
|
|
30018
29895
|
}
|
|
30019
|
-
.
|
|
30020
|
-
|
|
30021
|
-
|
|
30022
|
-
|
|
30023
|
-
|
|
29896
|
+
.E_c1uzzomf .card-title {
|
|
29897
|
+
font-size: 16px;
|
|
29898
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29899
|
+
font-weight: 700;
|
|
29900
|
+
line-height: 32px;
|
|
30024
29901
|
}
|
|
30025
|
-
.
|
|
30026
|
-
|
|
29902
|
+
.E_c1uzzomf .card-body {
|
|
29903
|
+
padding: 24px;
|
|
29904
|
+
border-radius: 8px;
|
|
29905
|
+
background: #fff;
|
|
30027
29906
|
}
|
|
30028
|
-
.
|
|
30029
|
-
|
|
29907
|
+
.E_c1uzzomf .empty {
|
|
29908
|
+
font-weight: 700;
|
|
29909
|
+
font-size: 14px;
|
|
29910
|
+
line-height: 22px;
|
|
29911
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29912
|
+
text-align: center;
|
|
30030
29913
|
}
|
|
30031
29914
|
|
|
30032
|
-
.
|
|
30033
|
-
|
|
30034
|
-
cursor: default;
|
|
29915
|
+
.E_c1yyuluq {
|
|
29916
|
+
border-radius: 8px;
|
|
30035
29917
|
}
|
|
30036
|
-
|
|
30037
|
-
|
|
30038
|
-
display: flex;
|
|
30039
|
-
justify-content: space-between;
|
|
30040
|
-
align-items: center;
|
|
30041
|
-
padding: 10px 0;
|
|
30042
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30043
|
-
font-size: 12px;
|
|
30044
|
-
line-height: 24px;
|
|
29918
|
+
.E_c1yyuluq .ant-card-body {
|
|
29919
|
+
padding: 20px 24px 24px 24px;
|
|
30045
29920
|
}
|
|
30046
|
-
|
|
30047
|
-
|
|
29921
|
+
|
|
29922
|
+
.E_d1bw7c5z {
|
|
29923
|
+
position: relative;
|
|
29924
|
+
max-width: 388px;
|
|
29925
|
+
min-width: 285px;
|
|
30048
29926
|
}
|
|
30049
|
-
.
|
|
29927
|
+
.E_d1bw7c5z .center {
|
|
29928
|
+
position: absolute;
|
|
29929
|
+
font-size: 12px;
|
|
29930
|
+
width: 80px;
|
|
29931
|
+
height: 100px;
|
|
29932
|
+
top: 0;
|
|
29933
|
+
left: 35px;
|
|
30050
29934
|
display: flex;
|
|
29935
|
+
flex-direction: column;
|
|
29936
|
+
justify-content: center;
|
|
30051
29937
|
align-items: center;
|
|
30052
|
-
|
|
30053
|
-
cursor: pointer;
|
|
30054
|
-
transition: all 0.3s ease;
|
|
29938
|
+
color: #00122e;
|
|
30055
29939
|
}
|
|
30056
|
-
.
|
|
30057
|
-
|
|
30058
|
-
|
|
29940
|
+
.E_d1bw7c5z .center .number {
|
|
29941
|
+
font-size: 24px;
|
|
29942
|
+
font-weight: 700;
|
|
30059
29943
|
}
|
|
30060
|
-
.
|
|
30061
|
-
|
|
29944
|
+
.E_d1bw7c5z .center .text {
|
|
29945
|
+
padding: 0 5px;
|
|
29946
|
+
font-size: 12px;
|
|
29947
|
+
width: inherit;
|
|
29948
|
+
text-align: center;
|
|
30062
29949
|
}
|
|
30063
|
-
.
|
|
29950
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30064
29951
|
display: flex;
|
|
30065
|
-
align-items: center;
|
|
30066
|
-
color: #0080ff;
|
|
30067
|
-
font-weight: bold;
|
|
30068
29952
|
}
|
|
30069
|
-
.
|
|
30070
|
-
|
|
29953
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29954
|
+
position: relative !important;
|
|
29955
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29956
|
+
left: 0 !important;
|
|
29957
|
+
bottom: 0 !important;
|
|
29958
|
+
display: flex;
|
|
29959
|
+
align-items: center;
|
|
30071
29960
|
}
|
|
30072
|
-
.
|
|
30073
|
-
|
|
30074
|
-
padding: 0 8px;
|
|
29961
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29962
|
+
width: 100%;
|
|
30075
29963
|
}
|
|
30076
|
-
.
|
|
30077
|
-
|
|
30078
|
-
|
|
29964
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29965
|
+
width: 100%;
|
|
29966
|
+
margin-right: 0 !important;
|
|
29967
|
+
line-height: 18px;
|
|
30079
29968
|
}
|
|
30080
|
-
.
|
|
30081
|
-
|
|
29969
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29970
|
+
border-radius: 2px;
|
|
30082
29971
|
}
|
|
30083
|
-
|
|
30084
|
-
|
|
30085
|
-
max-
|
|
29972
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29973
|
+
min-width: 75px;
|
|
29974
|
+
max-width: 198px;
|
|
29975
|
+
width: calc(100% - 20px);
|
|
29976
|
+
margin-left: 2px;
|
|
29977
|
+
color: #00122e !important;
|
|
29978
|
+
display: inline-flex;
|
|
29979
|
+
justify-content: space-between;
|
|
29980
|
+
}
|
|
29981
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29982
|
+
maxwidth: calc(100% - 12px);
|
|
29983
|
+
cursor: pointer;
|
|
29984
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29985
|
+
overflow: hidden;
|
|
29986
|
+
text-overflow: ellipsis;
|
|
29987
|
+
white-space: nowrap;
|
|
29988
|
+
}
|
|
29989
|
+
.E_d1bw7c5z .value {
|
|
29990
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29991
|
+
}
|
|
29992
|
+
|
|
29993
|
+
.E_t10pqbtc {
|
|
29994
|
+
width: 140px;
|
|
29995
|
+
}
|
|
29996
|
+
.E_t10pqbtc .item {
|
|
29997
|
+
margin: 6px auto;
|
|
29998
|
+
display: flex;
|
|
29999
|
+
justify-content: space-between;
|
|
30000
|
+
}
|
|
30001
|
+
.E_t10pqbtc .item .name {
|
|
30002
|
+
width: 102px;
|
|
30003
|
+
}
|
|
30004
|
+
|
|
30005
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30006
|
+
line-height: 18px;
|
|
30007
|
+
}
|
|
30008
|
+
|
|
30009
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30010
|
+
padding: 4px 8px 0 8px;
|
|
30011
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30012
|
+
font-size: 12px;
|
|
30013
|
+
}
|
|
30014
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30015
|
+
padding-bottom: 6px;
|
|
30016
|
+
}
|
|
30017
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30018
|
+
padding-top: 4px;
|
|
30019
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30020
|
+
}
|
|
30021
|
+
|
|
30022
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30023
|
+
display: flex;
|
|
30024
|
+
}
|
|
30025
|
+
|
|
30026
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30027
|
+
border: 0px;
|
|
30028
|
+
background-color: #fff;
|
|
30029
|
+
}
|
|
30030
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30031
|
+
padding-top: 0px;
|
|
30032
|
+
padding-bottom: 0px;
|
|
30033
|
+
padding-left: 0px !important;
|
|
30034
|
+
padding-right: 24px;
|
|
30035
|
+
}
|
|
30036
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30037
|
+
right: 0px;
|
|
30038
|
+
}
|
|
30039
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30040
|
+
padding: 0px;
|
|
30041
|
+
}
|
|
30042
|
+
|
|
30043
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30044
|
+
padding-right: 0px;
|
|
30045
|
+
cursor: default;
|
|
30046
|
+
}
|
|
30047
|
+
|
|
30048
|
+
.E_phljevk {
|
|
30049
|
+
display: flex;
|
|
30050
|
+
justify-content: space-between;
|
|
30051
|
+
align-items: center;
|
|
30052
|
+
padding: 10px 0;
|
|
30053
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30054
|
+
font-size: 12px;
|
|
30055
|
+
line-height: 24px;
|
|
30056
|
+
}
|
|
30057
|
+
.E_phljevk .pagination-left {
|
|
30058
|
+
padding: 2px 8px;
|
|
30059
|
+
}
|
|
30060
|
+
.E_phljevk .dropdown-trigger {
|
|
30061
|
+
display: flex;
|
|
30062
|
+
align-items: center;
|
|
30063
|
+
border-radius: 6px;
|
|
30064
|
+
cursor: pointer;
|
|
30065
|
+
transition: all 0.3s ease;
|
|
30066
|
+
}
|
|
30067
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30068
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30069
|
+
color: #0080ff;
|
|
30070
|
+
}
|
|
30071
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30072
|
+
margin-left: 4px;
|
|
30073
|
+
}
|
|
30074
|
+
.E_phljevk .pagination-right {
|
|
30075
|
+
display: flex;
|
|
30076
|
+
align-items: center;
|
|
30077
|
+
color: #0080ff;
|
|
30078
|
+
font-weight: bold;
|
|
30079
|
+
}
|
|
30080
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30081
|
+
margin-left: 4px;
|
|
30082
|
+
}
|
|
30083
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30084
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30085
|
+
padding: 0 8px;
|
|
30086
|
+
}
|
|
30087
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30088
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30089
|
+
color: #0080ff;
|
|
30090
|
+
}
|
|
30091
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30092
|
+
transform: rotate(180deg);
|
|
30093
|
+
}
|
|
30094
|
+
|
|
30095
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30096
|
+
max-height: calc(100vh - 128px);
|
|
30086
30097
|
overflow-y: auto;
|
|
30087
30098
|
}
|
|
30088
30099
|
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
@@ -30091,13 +30102,6 @@ button.E_n7k2c6r {
|
|
|
30091
30102
|
line-height: 18px;
|
|
30092
30103
|
}
|
|
30093
30104
|
|
|
30094
|
-
.E_c1yyuluq {
|
|
30095
|
-
border-radius: 8px;
|
|
30096
|
-
}
|
|
30097
|
-
.E_c1yyuluq .ant-card-body {
|
|
30098
|
-
padding: 20px 24px 24px 24px;
|
|
30099
|
-
}
|
|
30100
|
-
|
|
30101
30105
|
.E_rapgekc.ant-radio-wrapper {
|
|
30102
30106
|
display: inline-flex;
|
|
30103
30107
|
align-items: baseline;
|
|
@@ -30244,10 +30248,6 @@ button.E_n7k2c6r {
|
|
|
30244
30248
|
width: 36px;
|
|
30245
30249
|
}
|
|
30246
30250
|
|
|
30247
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30248
|
-
line-height: 18px;
|
|
30249
|
-
}
|
|
30250
|
-
|
|
30251
30251
|
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30252
30252
|
border-radius: 6px;
|
|
30253
30253
|
}
|
|
@@ -30315,48 +30315,86 @@ button.E_n7k2c6r {
|
|
|
30315
30315
|
color: rgba(44, 56, 82, 0.6);
|
|
30316
30316
|
}
|
|
30317
30317
|
|
|
30318
|
-
.
|
|
30319
|
-
|
|
30320
|
-
|
|
30321
|
-
|
|
30322
|
-
|
|
30323
|
-
|
|
30324
|
-
|
|
30318
|
+
.E_s1sck0th {
|
|
30319
|
+
padding: 0 8px;
|
|
30320
|
+
border-radius: 4px;
|
|
30321
|
+
}
|
|
30322
|
+
|
|
30323
|
+
.E_m855nr1 {
|
|
30324
|
+
padding: 2px 8px;
|
|
30325
|
+
border-radius: 3px;
|
|
30326
|
+
}
|
|
30327
|
+
|
|
30328
|
+
.E_l1270xpg {
|
|
30329
|
+
padding: 3px 8px;
|
|
30330
|
+
border-radius: 2px;
|
|
30331
|
+
}
|
|
30332
|
+
|
|
30333
|
+
.E_t14rextb.ant-tag:hover {
|
|
30334
|
+
opacity: unset;
|
|
30335
|
+
}
|
|
30336
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30337
|
+
margin: 0;
|
|
30338
|
+
margin-right: 8px;
|
|
30339
|
+
display: inline-flex;
|
|
30325
30340
|
align-items: center;
|
|
30326
|
-
|
|
30327
|
-
border: 1px solid var(--color);
|
|
30341
|
+
border: none;
|
|
30328
30342
|
}
|
|
30329
|
-
.
|
|
30330
|
-
|
|
30331
|
-
height:
|
|
30332
|
-
|
|
30333
|
-
|
|
30334
|
-
|
|
30343
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30344
|
+
width: 16px;
|
|
30345
|
+
height: 16px;
|
|
30346
|
+
color: inherit;
|
|
30347
|
+
margin-left: 4px;
|
|
30348
|
+
opacity: 0.6;
|
|
30349
|
+
display: inline-flex;
|
|
30335
30350
|
}
|
|
30336
|
-
.
|
|
30337
|
-
|
|
30338
|
-
height: 100%;
|
|
30339
|
-
width: 100%;
|
|
30340
|
-
left: 0;
|
|
30341
|
-
top: 0;
|
|
30342
|
-
border-radius: 50%;
|
|
30343
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30344
|
-
transform: rotate(180deg);
|
|
30351
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30352
|
+
opacity: 1;
|
|
30345
30353
|
}
|
|
30346
|
-
.
|
|
30347
|
-
|
|
30348
|
-
|
|
30349
|
-
width: 100%;
|
|
30350
|
-
left: 0;
|
|
30351
|
-
top: 0;
|
|
30352
|
-
margin-left: 50%;
|
|
30353
|
-
transform-origin: left;
|
|
30354
|
-
background: white;
|
|
30355
|
-
transform: rotate(0deg);
|
|
30354
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30355
|
+
color: #0080ff;
|
|
30356
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30356
30357
|
}
|
|
30357
|
-
|
|
30358
|
-
|
|
30359
|
-
|
|
30358
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30359
|
+
color: #f0483e;
|
|
30360
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30361
|
+
}
|
|
30362
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30363
|
+
color: #e07f00;
|
|
30364
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30365
|
+
}
|
|
30366
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30367
|
+
color: #008f4c;
|
|
30368
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30369
|
+
}
|
|
30370
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30371
|
+
color: #1d326c;
|
|
30372
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30373
|
+
}
|
|
30374
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30375
|
+
color: #7E41FF;
|
|
30376
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30377
|
+
}
|
|
30378
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30379
|
+
color: #fff;
|
|
30380
|
+
}
|
|
30381
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30382
|
+
background-color: #f0483e;
|
|
30383
|
+
}
|
|
30384
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30385
|
+
background-color: #fea008;
|
|
30386
|
+
}
|
|
30387
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30388
|
+
background-color: #00ba5d;
|
|
30389
|
+
}
|
|
30390
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30391
|
+
background-color: #0080ff;
|
|
30392
|
+
}
|
|
30393
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30394
|
+
background-color: #6b7d99;
|
|
30395
|
+
}
|
|
30396
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30397
|
+
background-color: #7E41FF;
|
|
30360
30398
|
}
|
|
30361
30399
|
|
|
30362
30400
|
.E_s1dizucg.ant-switch {
|
|
@@ -30414,55 +30452,141 @@ button.E_n7k2c6r {
|
|
|
30414
30452
|
margin-left: 5px;
|
|
30415
30453
|
}
|
|
30416
30454
|
|
|
30417
|
-
.
|
|
30418
|
-
|
|
30419
|
-
|
|
30420
|
-
|
|
30421
|
-
|
|
30422
|
-
|
|
30423
|
-
}
|
|
30424
|
-
|
|
30425
|
-
.E_cro7kg2 {
|
|
30426
|
-
padding: 4px;
|
|
30427
|
-
}
|
|
30428
|
-
|
|
30429
|
-
.E_c14wcxf0 {
|
|
30455
|
+
.E_c1bus5hc {
|
|
30456
|
+
--color: white;
|
|
30457
|
+
height: 14px;
|
|
30458
|
+
width: 14px;
|
|
30459
|
+
border-radius: 50%;
|
|
30460
|
+
flex-shrink: 0;
|
|
30430
30461
|
display: flex;
|
|
30431
|
-
justify-content: space-between;
|
|
30432
30462
|
align-items: center;
|
|
30433
|
-
|
|
30434
|
-
|
|
30435
|
-
color: #cccccc;
|
|
30436
|
-
white-space: nowrap;
|
|
30463
|
+
justify-content: center;
|
|
30464
|
+
border: 1px solid var(--color);
|
|
30437
30465
|
}
|
|
30438
|
-
.
|
|
30439
|
-
|
|
30466
|
+
.E_c1bus5hc .circle-inner {
|
|
30467
|
+
position: relative;
|
|
30468
|
+
height: 10px;
|
|
30469
|
+
width: 10px;
|
|
30470
|
+
border-radius: 50%;
|
|
30471
|
+
overflow: hidden;
|
|
30440
30472
|
}
|
|
30441
|
-
|
|
30442
|
-
|
|
30443
|
-
|
|
30444
|
-
|
|
30473
|
+
.E_c1bus5hc .circle-content {
|
|
30474
|
+
position: absolute;
|
|
30475
|
+
height: 100%;
|
|
30476
|
+
width: 100%;
|
|
30477
|
+
left: 0;
|
|
30478
|
+
top: 0;
|
|
30479
|
+
border-radius: 50%;
|
|
30480
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30481
|
+
transform: rotate(180deg);
|
|
30482
|
+
}
|
|
30483
|
+
.E_c1bus5hc .circle-child {
|
|
30484
|
+
position: absolute;
|
|
30485
|
+
height: 100%;
|
|
30486
|
+
width: 100%;
|
|
30487
|
+
left: 0;
|
|
30488
|
+
top: 0;
|
|
30489
|
+
margin-left: 50%;
|
|
30490
|
+
transform-origin: left;
|
|
30491
|
+
background: white;
|
|
30492
|
+
transform: rotate(0deg);
|
|
30445
30493
|
}
|
|
30446
30494
|
|
|
30447
|
-
.
|
|
30448
|
-
width: 8px;
|
|
30449
|
-
height: 8px;
|
|
30450
|
-
border-radius: 2px;
|
|
30495
|
+
.E_iq1gosr {
|
|
30451
30496
|
display: inline-block;
|
|
30452
|
-
background: var(--s11212zy-0);
|
|
30453
|
-
border: 1px solid #fff;
|
|
30454
|
-
box-sizing: content-box;
|
|
30455
|
-
margin-right: 6px;
|
|
30456
30497
|
}
|
|
30457
30498
|
|
|
30458
|
-
.
|
|
30459
|
-
font-weight: bold;
|
|
30460
|
-
color: white;
|
|
30499
|
+
.E_tju3gfj .date {
|
|
30461
30500
|
margin-right: 4px;
|
|
30462
30501
|
}
|
|
30463
30502
|
|
|
30464
|
-
.
|
|
30465
|
-
|
|
30503
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30504
|
+
display: none;
|
|
30505
|
+
}
|
|
30506
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30507
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30508
|
+
border-radius: 4px;
|
|
30509
|
+
}
|
|
30510
|
+
|
|
30511
|
+
.E_s1dni7lo {
|
|
30512
|
+
width: 430px !important;
|
|
30513
|
+
}
|
|
30514
|
+
|
|
30515
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30516
|
+
padding: 8px 16px;
|
|
30517
|
+
line-height: 18px;
|
|
30518
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30519
|
+
height: 34px;
|
|
30520
|
+
min-height: 34px;
|
|
30521
|
+
box-sizing: border-box;
|
|
30522
|
+
margin-top: 8px;
|
|
30523
|
+
}
|
|
30524
|
+
|
|
30525
|
+
.E_o1ugr09p {
|
|
30526
|
+
display: flex;
|
|
30527
|
+
flex-direction: column;
|
|
30528
|
+
margin: 1px 8px;
|
|
30529
|
+
padding: 8px;
|
|
30530
|
+
border-radius: 4px;
|
|
30531
|
+
}
|
|
30532
|
+
.E_o1ugr09p .selected-icon {
|
|
30533
|
+
display: none;
|
|
30534
|
+
}
|
|
30535
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30536
|
+
padding-left: 8px;
|
|
30537
|
+
}
|
|
30538
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30539
|
+
background-color: white;
|
|
30540
|
+
}
|
|
30541
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30542
|
+
color: #0080ff;
|
|
30543
|
+
}
|
|
30544
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30545
|
+
display: block;
|
|
30546
|
+
}
|
|
30547
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30548
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30549
|
+
}
|
|
30550
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30551
|
+
color: #0080ff;
|
|
30552
|
+
}
|
|
30553
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30554
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30555
|
+
color: #0080ff;
|
|
30556
|
+
}
|
|
30557
|
+
|
|
30558
|
+
.E_o1ifxsq4 {
|
|
30559
|
+
display: flex;
|
|
30560
|
+
justify-content: space-between;
|
|
30561
|
+
height: 20px;
|
|
30562
|
+
line-height: 20px;
|
|
30563
|
+
}
|
|
30564
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30565
|
+
color: #2d3a56;
|
|
30566
|
+
overflow: hidden;
|
|
30567
|
+
text-overflow: ellipsis;
|
|
30568
|
+
}
|
|
30569
|
+
|
|
30570
|
+
.E_o1zue7 {
|
|
30571
|
+
display: flex;
|
|
30572
|
+
justify-content: space-between;
|
|
30573
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30574
|
+
height: 18px;
|
|
30575
|
+
line-height: 18px;
|
|
30576
|
+
margin-top: 2px;
|
|
30577
|
+
}
|
|
30578
|
+
|
|
30579
|
+
.E_tyfmlxg {
|
|
30580
|
+
border: none;
|
|
30581
|
+
margin-right: 0;
|
|
30582
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30583
|
+
}
|
|
30584
|
+
|
|
30585
|
+
.E_o18uybox {
|
|
30586
|
+
pointer-events: none;
|
|
30587
|
+
height: 32px;
|
|
30588
|
+
width: 100%;
|
|
30589
|
+
opacity: 0;
|
|
30466
30590
|
}
|
|
30467
30591
|
|
|
30468
30592
|
.E_s1ebs0ra {
|
|
@@ -30526,441 +30650,294 @@ button.E_n7k2c6r {
|
|
|
30526
30650
|
background: #fff;
|
|
30527
30651
|
}
|
|
30528
30652
|
|
|
30529
|
-
.
|
|
30530
|
-
|
|
30531
|
-
|
|
30532
|
-
|
|
30533
|
-
}
|
|
30534
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
30535
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
30536
|
-
width: 100%;
|
|
30537
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
30538
|
-
border-top: none;
|
|
30653
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
30654
|
+
background: #edf0f7;
|
|
30655
|
+
padding: 32px 8px;
|
|
30656
|
+
overflow: auto;
|
|
30539
30657
|
}
|
|
30540
|
-
.
|
|
30541
|
-
|
|
30542
|
-
|
|
30658
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
30659
|
+
display: flex;
|
|
30660
|
+
flex-direction: column;
|
|
30661
|
+
justify-content: space-between;
|
|
30543
30662
|
}
|
|
30544
|
-
.
|
|
30545
|
-
|
|
30546
|
-
width: 100%;
|
|
30547
|
-
height: 180px;
|
|
30548
|
-
border-spacing: 0;
|
|
30663
|
+
.E_s1at6qmn footer {
|
|
30664
|
+
display: flex;
|
|
30549
30665
|
}
|
|
30550
|
-
.
|
|
30551
|
-
|
|
30552
|
-
margin-bottom: 8px;
|
|
30666
|
+
.E_s1at6qmn .ant-menu {
|
|
30667
|
+
background: #edf0f7;
|
|
30553
30668
|
}
|
|
30554
|
-
.
|
|
30555
|
-
|
|
30556
|
-
width:
|
|
30669
|
+
.E_s1at6qmn .ant-menu a {
|
|
30670
|
+
color: #00122e;
|
|
30671
|
+
width: 180px;
|
|
30672
|
+
overflow: hidden;
|
|
30673
|
+
text-overflow: ellipsis;
|
|
30557
30674
|
}
|
|
30558
|
-
.
|
|
30559
|
-
|
|
30560
|
-
padding: 0;
|
|
30675
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
30676
|
+
margin-bottom: 24px;
|
|
30561
30677
|
}
|
|
30562
|
-
.
|
|
30563
|
-
|
|
30564
|
-
opacity: 0.4;
|
|
30678
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
30679
|
+
margin: 0;
|
|
30565
30680
|
}
|
|
30566
|
-
.
|
|
30567
|
-
|
|
30568
|
-
|
|
30681
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
30682
|
+
font-size: 12px;
|
|
30683
|
+
padding: 0 8px 4px;
|
|
30684
|
+
line-height: 18px;
|
|
30569
30685
|
}
|
|
30570
|
-
.
|
|
30571
|
-
|
|
30686
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
30687
|
+
padding: 0;
|
|
30572
30688
|
}
|
|
30573
|
-
.
|
|
30574
|
-
|
|
30689
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
30690
|
+
padding-bottom: 24px;
|
|
30575
30691
|
}
|
|
30576
|
-
|
|
30577
|
-
|
|
30578
|
-
|
|
30579
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30580
|
-
backdrop-filter: blur(10px);
|
|
30581
|
-
padding: 7px 10px;
|
|
30692
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
30693
|
+
margin-bottom: 24px;
|
|
30694
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30582
30695
|
}
|
|
30583
|
-
|
|
30584
|
-
|
|
30585
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30696
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
30697
|
+
transition: none;
|
|
30586
30698
|
display: flex;
|
|
30587
|
-
justify-content: space-between;
|
|
30588
30699
|
align-items: center;
|
|
30589
|
-
|
|
30700
|
+
height: 32px;
|
|
30701
|
+
line-height: 22px;
|
|
30702
|
+
padding: 0 8px;
|
|
30590
30703
|
}
|
|
30591
|
-
.
|
|
30592
|
-
|
|
30704
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
30705
|
+
margin-right: 12px;
|
|
30593
30706
|
}
|
|
30594
|
-
.
|
|
30595
|
-
|
|
30707
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
30708
|
+
margin: 0;
|
|
30709
|
+
margin-bottom: 2px;
|
|
30596
30710
|
}
|
|
30597
|
-
|
|
30598
|
-
|
|
30599
|
-
|
|
30711
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
30712
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
30713
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
30714
|
+
border-radius: 6px;
|
|
30715
|
+
color: #fff;
|
|
30600
30716
|
}
|
|
30601
|
-
.
|
|
30602
|
-
|
|
30603
|
-
justify-content: center;
|
|
30604
|
-
}
|
|
30605
|
-
.E_cxhf7dh .dot {
|
|
30606
|
-
display: inline-block;
|
|
30607
|
-
width: 2px;
|
|
30608
|
-
height: 2px;
|
|
30609
|
-
border-radius: 1px;
|
|
30610
|
-
background: #0096ff;
|
|
30611
|
-
}
|
|
30612
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
30613
|
-
margin-right: 2px;
|
|
30717
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
30718
|
+
color: #fff;
|
|
30614
30719
|
}
|
|
30615
|
-
.
|
|
30616
|
-
|
|
30617
|
-
|
|
30618
|
-
|
|
30619
|
-
border-radius: 2px;
|
|
30720
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
30721
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
30722
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30723
|
+
border-radius: 6px;
|
|
30620
30724
|
}
|
|
30621
30725
|
|
|
30622
|
-
.
|
|
30623
|
-
|
|
30726
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
30727
|
+
white-space: nowrap;
|
|
30728
|
+
transition: all 0s;
|
|
30624
30729
|
}
|
|
30625
|
-
.
|
|
30626
|
-
|
|
30627
|
-
|
|
30730
|
+
.E_s1wu0lms.shrink {
|
|
30731
|
+
transition: all 0s;
|
|
30732
|
+
overflow: hidden;
|
|
30628
30733
|
}
|
|
30629
|
-
|
|
30630
|
-
|
|
30631
|
-
padding: 0 8px;
|
|
30632
|
-
border-radius: 4px;
|
|
30734
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
30735
|
+
visibility: hidden;
|
|
30633
30736
|
}
|
|
30634
|
-
|
|
30635
|
-
|
|
30636
|
-
padding:
|
|
30637
|
-
border-radius: 3px;
|
|
30737
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
30738
|
+
width: 36px;
|
|
30739
|
+
padding: 0 6px;
|
|
30638
30740
|
}
|
|
30639
30741
|
|
|
30640
|
-
.
|
|
30641
|
-
|
|
30642
|
-
|
|
30742
|
+
.E_n1ugzfva {
|
|
30743
|
+
display: flex;
|
|
30744
|
+
place-items: center;
|
|
30745
|
+
width: 100% !important;
|
|
30643
30746
|
}
|
|
30644
|
-
|
|
30645
|
-
|
|
30646
|
-
opacity:
|
|
30747
|
+
.E_n1ugzfva[disabled] {
|
|
30748
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
30749
|
+
opacity: 1 !important;
|
|
30647
30750
|
}
|
|
30648
|
-
.
|
|
30649
|
-
|
|
30650
|
-
|
|
30651
|
-
display: inline-flex;
|
|
30652
|
-
align-items: center;
|
|
30653
|
-
border: none;
|
|
30751
|
+
.E_n1ugzfva.ant-btn {
|
|
30752
|
+
width: 100%;
|
|
30753
|
+
color: #00122e;
|
|
30654
30754
|
}
|
|
30655
|
-
.
|
|
30656
|
-
|
|
30657
|
-
height: 16px;
|
|
30658
|
-
color: inherit;
|
|
30659
|
-
margin-left: 4px;
|
|
30660
|
-
opacity: 0.6;
|
|
30661
|
-
display: inline-flex;
|
|
30755
|
+
.E_n1ugzfva .icon-wrapper {
|
|
30756
|
+
margin-right: 12px;
|
|
30662
30757
|
}
|
|
30663
|
-
.
|
|
30664
|
-
|
|
30758
|
+
.E_n1ugzfva .link-title {
|
|
30759
|
+
flex: 1;
|
|
30760
|
+
overflow: hidden;
|
|
30761
|
+
white-space: nowrap;
|
|
30762
|
+
text-overflow: ellipsis;
|
|
30763
|
+
text-align: left;
|
|
30665
30764
|
}
|
|
30666
|
-
|
|
30667
|
-
|
|
30668
|
-
|
|
30765
|
+
|
|
30766
|
+
.E_n12mqh7z {
|
|
30767
|
+
display: flex;
|
|
30768
|
+
align-items: center;
|
|
30769
|
+
font-size: 12px;
|
|
30770
|
+
line-height: 18px;
|
|
30669
30771
|
}
|
|
30670
|
-
.
|
|
30671
|
-
|
|
30672
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30772
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30773
|
+
margin-bottom: 4px;
|
|
30673
30774
|
}
|
|
30674
|
-
|
|
30675
|
-
|
|
30676
|
-
|
|
30775
|
+
|
|
30776
|
+
.E_tf5bynu {
|
|
30777
|
+
margin: 0 3px;
|
|
30677
30778
|
}
|
|
30678
|
-
|
|
30679
|
-
|
|
30680
|
-
|
|
30779
|
+
|
|
30780
|
+
.E_tcckoz1 {
|
|
30781
|
+
max-height: 400px;
|
|
30782
|
+
overflow: auto;
|
|
30681
30783
|
}
|
|
30682
|
-
|
|
30683
|
-
|
|
30684
|
-
|
|
30784
|
+
|
|
30785
|
+
.E_gmyahx3 {
|
|
30786
|
+
cursor: pointer;
|
|
30685
30787
|
}
|
|
30686
|
-
.
|
|
30687
|
-
color:
|
|
30688
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
30788
|
+
.E_gmyahx3 .link-text {
|
|
30789
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30689
30790
|
}
|
|
30690
|
-
.
|
|
30691
|
-
color: #
|
|
30791
|
+
.E_gmyahx3:hover .link-text {
|
|
30792
|
+
color: #0080ff;
|
|
30692
30793
|
}
|
|
30693
|
-
|
|
30694
|
-
|
|
30794
|
+
|
|
30795
|
+
.E_c18bcrac {
|
|
30796
|
+
display: inline-block;
|
|
30797
|
+
width: 100%;
|
|
30695
30798
|
}
|
|
30696
|
-
.
|
|
30697
|
-
|
|
30799
|
+
.E_c18bcrac .recharts-wrapper {
|
|
30800
|
+
margin-left: 4px;
|
|
30698
30801
|
}
|
|
30699
|
-
|
|
30700
|
-
|
|
30802
|
+
|
|
30803
|
+
.E_cro7kg2 {
|
|
30804
|
+
padding: 4px;
|
|
30701
30805
|
}
|
|
30702
|
-
|
|
30703
|
-
|
|
30806
|
+
|
|
30807
|
+
.E_c14wcxf0 {
|
|
30808
|
+
display: flex;
|
|
30809
|
+
justify-content: space-between;
|
|
30810
|
+
align-items: center;
|
|
30811
|
+
font-size: 13px;
|
|
30812
|
+
line-height: 24px;
|
|
30813
|
+
color: #cccccc;
|
|
30814
|
+
white-space: nowrap;
|
|
30704
30815
|
}
|
|
30705
|
-
.
|
|
30706
|
-
|
|
30816
|
+
.E_c14wcxf0 label {
|
|
30817
|
+
margin-right: 32px;
|
|
30707
30818
|
}
|
|
30708
|
-
|
|
30709
|
-
|
|
30819
|
+
|
|
30820
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
30821
|
+
font-weight: bold;
|
|
30822
|
+
color: white;
|
|
30710
30823
|
}
|
|
30711
30824
|
|
|
30712
|
-
.
|
|
30713
|
-
width:
|
|
30825
|
+
.E_s11212zy {
|
|
30826
|
+
width: 8px;
|
|
30827
|
+
height: 8px;
|
|
30828
|
+
border-radius: 2px;
|
|
30829
|
+
display: inline-block;
|
|
30830
|
+
background: var(--s11212zy-0);
|
|
30831
|
+
border: 1px solid #fff;
|
|
30832
|
+
box-sizing: content-box;
|
|
30833
|
+
margin-right: 6px;
|
|
30714
30834
|
}
|
|
30715
30835
|
|
|
30716
|
-
.
|
|
30717
|
-
|
|
30718
|
-
|
|
30719
|
-
|
|
30720
|
-
height: 34px;
|
|
30721
|
-
min-height: 34px;
|
|
30722
|
-
box-sizing: border-box;
|
|
30723
|
-
margin-top: 8px;
|
|
30836
|
+
.E_p1lyky6c > :first-child {
|
|
30837
|
+
font-weight: bold;
|
|
30838
|
+
color: white;
|
|
30839
|
+
margin-right: 4px;
|
|
30724
30840
|
}
|
|
30725
30841
|
|
|
30726
|
-
.
|
|
30842
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30727
30843
|
display: flex;
|
|
30728
|
-
|
|
30729
|
-
margin: 1px 8px;
|
|
30730
|
-
padding: 8px;
|
|
30731
|
-
border-radius: 4px;
|
|
30844
|
+
align-items: center;
|
|
30732
30845
|
}
|
|
30733
|
-
.
|
|
30734
|
-
|
|
30846
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30847
|
+
margin-right: 8px;
|
|
30735
30848
|
}
|
|
30736
|
-
|
|
30737
|
-
|
|
30849
|
+
|
|
30850
|
+
.E_clm1wy1 {
|
|
30851
|
+
width: 192px;
|
|
30852
|
+
height: 246px;
|
|
30853
|
+
border-radius: 4px;
|
|
30738
30854
|
}
|
|
30739
|
-
.
|
|
30740
|
-
|
|
30855
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
30856
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
30857
|
+
width: 100%;
|
|
30858
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
30859
|
+
border-top: none;
|
|
30741
30860
|
}
|
|
30742
|
-
.
|
|
30743
|
-
|
|
30861
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
30862
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
30863
|
+
padding: 0 16px;
|
|
30744
30864
|
}
|
|
30745
|
-
.
|
|
30746
|
-
|
|
30865
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
30866
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
30867
|
+
width: 100%;
|
|
30868
|
+
height: 180px;
|
|
30869
|
+
border-spacing: 0;
|
|
30747
30870
|
}
|
|
30748
|
-
.
|
|
30749
|
-
|
|
30871
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
30872
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
30873
|
+
margin-bottom: 8px;
|
|
30750
30874
|
}
|
|
30751
|
-
.
|
|
30752
|
-
|
|
30875
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
30876
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
30877
|
+
width: 22px;
|
|
30753
30878
|
}
|
|
30754
|
-
.
|
|
30755
|
-
|
|
30756
|
-
|
|
30879
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
30880
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
30881
|
+
padding: 0;
|
|
30757
30882
|
}
|
|
30758
|
-
|
|
30759
|
-
.
|
|
30760
|
-
|
|
30761
|
-
justify-content: space-between;
|
|
30762
|
-
height: 20px;
|
|
30763
|
-
line-height: 20px;
|
|
30883
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
30884
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30885
|
+
opacity: 0.4;
|
|
30764
30886
|
}
|
|
30765
|
-
.
|
|
30766
|
-
color:
|
|
30767
|
-
|
|
30768
|
-
text-overflow: ellipsis;
|
|
30887
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
30888
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30889
|
+
opacity: 1;
|
|
30769
30890
|
}
|
|
30770
|
-
|
|
30771
|
-
|
|
30772
|
-
display: flex;
|
|
30773
|
-
justify-content: space-between;
|
|
30774
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30775
|
-
height: 18px;
|
|
30776
|
-
line-height: 18px;
|
|
30777
|
-
margin-top: 2px;
|
|
30778
|
-
}
|
|
30779
|
-
|
|
30780
|
-
.E_tyfmlxg {
|
|
30781
|
-
border: none;
|
|
30782
|
-
margin-right: 0;
|
|
30783
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30891
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
30892
|
+
color: #3e4652;
|
|
30784
30893
|
}
|
|
30785
|
-
|
|
30786
|
-
.E_o18uybox {
|
|
30894
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
30787
30895
|
pointer-events: none;
|
|
30788
|
-
height: 32px;
|
|
30789
|
-
width: 100%;
|
|
30790
|
-
opacity: 0;
|
|
30791
30896
|
}
|
|
30792
30897
|
|
|
30793
|
-
.
|
|
30794
|
-
|
|
30795
|
-
|
|
30796
|
-
|
|
30797
|
-
|
|
30798
|
-
}
|
|
30799
|
-
.E_c1up1pdz.active > header {
|
|
30800
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30801
|
-
}
|
|
30802
|
-
.E_c1up1pdz .expand {
|
|
30803
|
-
padding: 12px;
|
|
30804
|
-
}
|
|
30805
|
-
.E_c1up1pdz .field-item {
|
|
30806
|
-
display: flex;
|
|
30807
|
-
padding: 10px 0;
|
|
30808
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30809
|
-
}
|
|
30810
|
-
.E_c1up1pdz .field-item:last-child {
|
|
30811
|
-
border-bottom: none;
|
|
30812
|
-
padding-bottom: 0;
|
|
30813
|
-
}
|
|
30814
|
-
.E_c1up1pdz .field-item label {
|
|
30815
|
-
line-height: 32px;
|
|
30816
|
-
width: 100px;
|
|
30817
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30818
|
-
}
|
|
30819
|
-
.E_c1up1pdz .help {
|
|
30820
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30821
|
-
margin-top: 5px;
|
|
30822
|
-
}
|
|
30823
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
30824
|
-
.E_c1up1pdz .ant-picker {
|
|
30825
|
-
width: 128px;
|
|
30898
|
+
.E_t1tsm00v {
|
|
30899
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30900
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30901
|
+
backdrop-filter: blur(10px);
|
|
30902
|
+
padding: 7px 10px;
|
|
30826
30903
|
}
|
|
30827
30904
|
|
|
30828
|
-
.
|
|
30905
|
+
.E_c167wnad {
|
|
30906
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30829
30907
|
display: flex;
|
|
30830
|
-
align-items: center;
|
|
30831
30908
|
justify-content: space-between;
|
|
30832
|
-
word-break: keep-all;
|
|
30833
|
-
}
|
|
30834
|
-
.E_c156wh19 .title {
|
|
30835
|
-
margin: 0 16px 0 8px;
|
|
30836
|
-
}
|
|
30837
|
-
.E_c156wh19 .retain {
|
|
30838
|
-
color: rgba(129, 138, 153, 0.6);
|
|
30839
|
-
}
|
|
30840
|
-
.E_c156wh19 div.left {
|
|
30841
|
-
flex: 1;
|
|
30842
|
-
display: flex;
|
|
30843
|
-
overflow: hidden;
|
|
30844
|
-
align-items: center;
|
|
30845
|
-
justify-content: flex-start;
|
|
30846
|
-
white-space: nowrap;
|
|
30847
|
-
}
|
|
30848
|
-
.E_c156wh19 div.left .title {
|
|
30849
|
-
max-width: 100%;
|
|
30850
|
-
overflow: hidden;
|
|
30851
|
-
text-overflow: ellipsis;
|
|
30852
|
-
}
|
|
30853
|
-
.E_c156wh19 div.right {
|
|
30854
|
-
display: flex;
|
|
30855
|
-
align-items: center;
|
|
30856
|
-
}
|
|
30857
|
-
.E_c156wh19 .reverse {
|
|
30858
|
-
display: flex;
|
|
30859
|
-
flex-direction: row-reverse;
|
|
30860
30909
|
align-items: center;
|
|
30910
|
+
padding: 8px 16px;
|
|
30861
30911
|
}
|
|
30862
|
-
.
|
|
30863
|
-
margin-left: 8px;
|
|
30864
|
-
}
|
|
30865
|
-
.E_c156wh19 .close {
|
|
30866
|
-
padding-left: 14px;
|
|
30867
|
-
margin-left: 14px;
|
|
30868
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30912
|
+
.E_c167wnad .anticon {
|
|
30869
30913
|
cursor: pointer;
|
|
30870
30914
|
}
|
|
30871
|
-
|
|
30872
|
-
.E_m126spxy {
|
|
30873
|
-
padding-bottom: 4px;
|
|
30874
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30875
|
-
}
|
|
30876
|
-
.E_m126spxy .ant-btn-link {
|
|
30877
|
-
padding: 1px 10px;
|
|
30878
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30879
|
-
border-radius: 4px;
|
|
30880
|
-
}
|
|
30881
|
-
.E_m126spxy .ant-btn-link.active {
|
|
30882
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30915
|
+
.E_c167wnad .anticon:hover {
|
|
30883
30916
|
color: #0096ff;
|
|
30884
30917
|
}
|
|
30885
30918
|
|
|
30886
|
-
.
|
|
30887
|
-
padding: 10px 0;
|
|
30888
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30889
|
-
}
|
|
30890
|
-
.E_wpbf4pq .ant-input,
|
|
30891
|
-
.E_wpbf4pq .ant-picker {
|
|
30892
|
-
width: 80px;
|
|
30893
|
-
margin: 0 9px;
|
|
30919
|
+
.E_cxhf7dh {
|
|
30894
30920
|
text-align: center;
|
|
30895
30921
|
}
|
|
30896
|
-
.
|
|
30897
|
-
padding: 12px 0 12px 16px;
|
|
30898
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30899
|
-
margin: 5px 0 5px 8px;
|
|
30900
|
-
}
|
|
30901
|
-
.E_wpbf4pq .week-day-option,
|
|
30902
|
-
.E_wpbf4pq .month-day-option {
|
|
30903
|
-
background: #f5f7fa;
|
|
30904
|
-
box-sizing: border-box;
|
|
30905
|
-
border-radius: 16px;
|
|
30906
|
-
margin-right: 8px;
|
|
30907
|
-
}
|
|
30908
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
30909
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
30910
|
-
color: inherit;
|
|
30911
|
-
border-color: #d9d9d9;
|
|
30912
|
-
}
|
|
30913
|
-
.E_wpbf4pq .week-day-option.active {
|
|
30914
|
-
background-color: #0096ff;
|
|
30915
|
-
border-color: #0096ff;
|
|
30916
|
-
color: #fff;
|
|
30917
|
-
}
|
|
30918
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
30919
|
-
width: 110px;
|
|
30920
|
-
margin-top: 4px;
|
|
30921
|
-
}
|
|
30922
|
-
.E_wpbf4pq .month-day-option {
|
|
30923
|
-
width: 32px;
|
|
30924
|
-
padding: 0;
|
|
30925
|
-
margin-bottom: 8px;
|
|
30926
|
-
}
|
|
30927
|
-
.E_wpbf4pq .month-day-option.active {
|
|
30928
|
-
background-color: #0096ff;
|
|
30929
|
-
border-color: #0096ff;
|
|
30930
|
-
color: #fff;
|
|
30931
|
-
}
|
|
30932
|
-
|
|
30933
|
-
span.E_tqjc4ui {
|
|
30934
|
-
margin: 0 2px;
|
|
30935
|
-
}
|
|
30936
|
-
|
|
30937
|
-
.E_n12mqh7z {
|
|
30922
|
+
.E_cxhf7dh .dots {
|
|
30938
30923
|
display: flex;
|
|
30939
|
-
|
|
30940
|
-
font-size: 12px;
|
|
30941
|
-
line-height: 18px;
|
|
30942
|
-
}
|
|
30943
|
-
.E_n12mqh7z:not(:last-child) {
|
|
30944
|
-
margin-bottom: 4px;
|
|
30945
|
-
}
|
|
30946
|
-
|
|
30947
|
-
.E_tf5bynu {
|
|
30948
|
-
margin: 0 3px;
|
|
30949
|
-
}
|
|
30950
|
-
|
|
30951
|
-
.E_tcckoz1 {
|
|
30952
|
-
max-height: 400px;
|
|
30953
|
-
overflow: auto;
|
|
30924
|
+
justify-content: center;
|
|
30954
30925
|
}
|
|
30955
|
-
|
|
30956
|
-
|
|
30957
|
-
|
|
30926
|
+
.E_cxhf7dh .dot {
|
|
30927
|
+
display: inline-block;
|
|
30928
|
+
width: 2px;
|
|
30929
|
+
height: 2px;
|
|
30930
|
+
border-radius: 1px;
|
|
30931
|
+
background: #0096ff;
|
|
30958
30932
|
}
|
|
30959
|
-
.
|
|
30960
|
-
|
|
30933
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
30934
|
+
margin-right: 2px;
|
|
30961
30935
|
}
|
|
30962
|
-
.
|
|
30963
|
-
|
|
30936
|
+
.E_cxhf7dh .bar {
|
|
30937
|
+
width: 9px;
|
|
30938
|
+
height: 2px;
|
|
30939
|
+
background: #0096ff;
|
|
30940
|
+
border-radius: 2px;
|
|
30964
30941
|
}
|
|
30965
30942
|
|
|
30966
30943
|
.E_wg1tsps {
|
|
@@ -30986,6 +30963,26 @@ span.E_tqjc4ui {
|
|
|
30986
30963
|
color: #00122e !important;
|
|
30987
30964
|
}
|
|
30988
30965
|
|
|
30966
|
+
span.E_tqjc4ui {
|
|
30967
|
+
margin: 0 2px;
|
|
30968
|
+
}
|
|
30969
|
+
|
|
30970
|
+
.E_ou7iq30 {
|
|
30971
|
+
overflow: hidden;
|
|
30972
|
+
text-overflow: ellipsis;
|
|
30973
|
+
}
|
|
30974
|
+
|
|
30975
|
+
.E_s1tui002 {
|
|
30976
|
+
white-space: nowrap;
|
|
30977
|
+
}
|
|
30978
|
+
|
|
30979
|
+
.E_mxrc2zg {
|
|
30980
|
+
display: -webkit-box;
|
|
30981
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30982
|
+
-webkit-box-orient: vertical;
|
|
30983
|
+
word-break: break-all;
|
|
30984
|
+
}
|
|
30985
|
+
|
|
30989
30986
|
.E_t1sqg15u {
|
|
30990
30987
|
background: white;
|
|
30991
30988
|
}
|
|
@@ -31076,179 +31073,29 @@ span.E_tqjc4ui {
|
|
|
31076
31073
|
padding-right: 12px;
|
|
31077
31074
|
}
|
|
31078
31075
|
|
|
31079
|
-
.
|
|
31076
|
+
.E_t160l1cm {
|
|
31080
31077
|
display: flex;
|
|
31081
|
-
|
|
31078
|
+
flex-direction: column;
|
|
31079
|
+
flex: 1;
|
|
31080
|
+
/* FIXME:(yanzhen) do this better */
|
|
31082
31081
|
}
|
|
31083
|
-
.
|
|
31084
|
-
|
|
31082
|
+
.E_t160l1cm .tab-bar {
|
|
31083
|
+
flex-shrink: 0;
|
|
31084
|
+
display: flex;
|
|
31085
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
31085
31086
|
}
|
|
31086
|
-
|
|
31087
|
-
|
|
31088
|
-
overflow: hidden;
|
|
31089
|
-
text-overflow: ellipsis;
|
|
31087
|
+
.E_t160l1cm .tab-content {
|
|
31088
|
+
height: 100%;
|
|
31090
31089
|
}
|
|
31091
|
-
|
|
31092
|
-
|
|
31093
|
-
|
|
31094
|
-
|
|
31095
|
-
|
|
31096
|
-
.
|
|
31097
|
-
|
|
31098
|
-
|
|
31099
|
-
-
|
|
31100
|
-
word-break: break-all;
|
|
31101
|
-
}
|
|
31102
|
-
|
|
31103
|
-
.E_skwah65 {
|
|
31104
|
-
height: 8px;
|
|
31105
|
-
box-sizing: border-box;
|
|
31106
|
-
border-radius: 2px;
|
|
31107
|
-
background: #f5f7fa;
|
|
31108
|
-
display: flex;
|
|
31109
|
-
width: 100%;
|
|
31110
|
-
overflow: hidden;
|
|
31111
|
-
}
|
|
31112
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31113
|
-
margin-left: 1px;
|
|
31114
|
-
}
|
|
31115
|
-
|
|
31116
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
31117
|
-
background: #edf0f7;
|
|
31118
|
-
padding: 32px 8px;
|
|
31119
|
-
overflow: auto;
|
|
31120
|
-
}
|
|
31121
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
31122
|
-
display: flex;
|
|
31123
|
-
flex-direction: column;
|
|
31124
|
-
justify-content: space-between;
|
|
31125
|
-
}
|
|
31126
|
-
.E_s1at6qmn footer {
|
|
31127
|
-
display: flex;
|
|
31128
|
-
}
|
|
31129
|
-
.E_s1at6qmn .ant-menu {
|
|
31130
|
-
background: #edf0f7;
|
|
31131
|
-
}
|
|
31132
|
-
.E_s1at6qmn .ant-menu a {
|
|
31133
|
-
color: #00122e;
|
|
31134
|
-
width: 180px;
|
|
31135
|
-
overflow: hidden;
|
|
31136
|
-
text-overflow: ellipsis;
|
|
31137
|
-
}
|
|
31138
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
31139
|
-
margin-bottom: 24px;
|
|
31140
|
-
}
|
|
31141
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
31142
|
-
margin: 0;
|
|
31143
|
-
}
|
|
31144
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
31145
|
-
font-size: 12px;
|
|
31146
|
-
padding: 0 8px 4px;
|
|
31147
|
-
line-height: 18px;
|
|
31148
|
-
}
|
|
31149
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
31150
|
-
padding: 0;
|
|
31151
|
-
}
|
|
31152
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
31153
|
-
padding-bottom: 24px;
|
|
31154
|
-
}
|
|
31155
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
31156
|
-
margin-bottom: 24px;
|
|
31157
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31158
|
-
}
|
|
31159
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
31160
|
-
transition: none;
|
|
31161
|
-
display: flex;
|
|
31162
|
-
align-items: center;
|
|
31163
|
-
height: 32px;
|
|
31164
|
-
line-height: 22px;
|
|
31165
|
-
padding: 0 8px;
|
|
31166
|
-
}
|
|
31167
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
31168
|
-
margin-right: 12px;
|
|
31169
|
-
}
|
|
31170
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
31171
|
-
margin: 0;
|
|
31172
|
-
margin-bottom: 2px;
|
|
31173
|
-
}
|
|
31174
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
31175
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
31176
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
31177
|
-
border-radius: 6px;
|
|
31178
|
-
color: #fff;
|
|
31179
|
-
}
|
|
31180
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
31181
|
-
color: #fff;
|
|
31182
|
-
}
|
|
31183
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
31184
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
31185
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
31186
|
-
border-radius: 6px;
|
|
31187
|
-
}
|
|
31188
|
-
|
|
31189
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
31190
|
-
white-space: nowrap;
|
|
31191
|
-
transition: all 0s;
|
|
31192
|
-
}
|
|
31193
|
-
.E_s1wu0lms.shrink {
|
|
31194
|
-
transition: all 0s;
|
|
31195
|
-
overflow: hidden;
|
|
31196
|
-
}
|
|
31197
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
31198
|
-
visibility: hidden;
|
|
31199
|
-
}
|
|
31200
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
31201
|
-
width: 36px;
|
|
31202
|
-
padding: 0 6px;
|
|
31203
|
-
}
|
|
31204
|
-
|
|
31205
|
-
.E_n1ugzfva {
|
|
31206
|
-
display: flex;
|
|
31207
|
-
place-items: center;
|
|
31208
|
-
width: 100% !important;
|
|
31209
|
-
}
|
|
31210
|
-
.E_n1ugzfva[disabled] {
|
|
31211
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
31212
|
-
opacity: 1 !important;
|
|
31213
|
-
}
|
|
31214
|
-
.E_n1ugzfva.ant-btn {
|
|
31215
|
-
width: 100%;
|
|
31216
|
-
color: #00122e;
|
|
31217
|
-
}
|
|
31218
|
-
.E_n1ugzfva .icon-wrapper {
|
|
31219
|
-
margin-right: 12px;
|
|
31220
|
-
}
|
|
31221
|
-
.E_n1ugzfva .link-title {
|
|
31222
|
-
flex: 1;
|
|
31223
|
-
overflow: hidden;
|
|
31224
|
-
white-space: nowrap;
|
|
31225
|
-
text-overflow: ellipsis;
|
|
31226
|
-
text-align: left;
|
|
31227
|
-
}
|
|
31228
|
-
|
|
31229
|
-
.E_t160l1cm {
|
|
31230
|
-
display: flex;
|
|
31231
|
-
flex-direction: column;
|
|
31232
|
-
flex: 1;
|
|
31233
|
-
/* FIXME:(yanzhen) do this better */
|
|
31234
|
-
}
|
|
31235
|
-
.E_t160l1cm .tab-bar {
|
|
31236
|
-
flex-shrink: 0;
|
|
31237
|
-
display: flex;
|
|
31238
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
31239
|
-
}
|
|
31240
|
-
.E_t160l1cm .tab-content {
|
|
31241
|
-
height: 100%;
|
|
31242
|
-
}
|
|
31243
|
-
.E_t160l1cm .tab-menu-item {
|
|
31244
|
-
margin-right: 2px;
|
|
31245
|
-
padding: 1px 12px;
|
|
31246
|
-
line-height: 24px;
|
|
31247
|
-
height: 24px;
|
|
31248
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31249
|
-
border-radius: 4px 4px 0 0;
|
|
31250
|
-
cursor: pointer;
|
|
31251
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
31090
|
+
.E_t160l1cm .tab-menu-item {
|
|
31091
|
+
margin-right: 2px;
|
|
31092
|
+
padding: 1px 12px;
|
|
31093
|
+
line-height: 24px;
|
|
31094
|
+
height: 24px;
|
|
31095
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31096
|
+
border-radius: 4px 4px 0 0;
|
|
31097
|
+
cursor: pointer;
|
|
31098
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
31252
31099
|
}
|
|
31253
31100
|
.E_t160l1cm .tab-menu-item:first-child {
|
|
31254
31101
|
padding-left: 0;
|
|
@@ -31429,110 +31276,188 @@ span.E_tqjc4ui {
|
|
|
31429
31276
|
background: transparent;
|
|
31430
31277
|
}
|
|
31431
31278
|
|
|
31432
|
-
.
|
|
31433
|
-
|
|
31434
|
-
|
|
31435
|
-
|
|
31436
|
-
|
|
31437
|
-
display:
|
|
31438
|
-
|
|
31439
|
-
|
|
31440
|
-
}
|
|
31441
|
-
.E_iouxfgt .icon-inner + span,
|
|
31442
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31443
|
-
margin-left: 4px;
|
|
31279
|
+
.E_skwah65 {
|
|
31280
|
+
height: 8px;
|
|
31281
|
+
box-sizing: border-box;
|
|
31282
|
+
border-radius: 2px;
|
|
31283
|
+
background: #f5f7fa;
|
|
31284
|
+
display: flex;
|
|
31285
|
+
width: 100%;
|
|
31286
|
+
overflow: hidden;
|
|
31444
31287
|
}
|
|
31445
|
-
.
|
|
31446
|
-
|
|
31447
|
-
animation: rotate 680ms linear infinite;
|
|
31288
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31289
|
+
margin-left: 1px;
|
|
31448
31290
|
}
|
|
31449
31291
|
|
|
31450
|
-
.
|
|
31451
|
-
|
|
31452
|
-
}
|
|
31453
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31454
|
-
display: inline-flex;
|
|
31455
|
-
line-height: 1.5715;
|
|
31456
|
-
height: 100%;
|
|
31457
|
-
width: 100%;
|
|
31458
|
-
}
|
|
31459
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31460
|
-
content: var(--ai7qkf2-1);
|
|
31461
|
-
display: var(--ai7qkf2-2);
|
|
31462
|
-
flex: none;
|
|
31463
|
-
align-items: center;
|
|
31464
|
-
margin-left: 4px;
|
|
31465
|
-
padding: 5px 12px 5px 0;
|
|
31466
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31292
|
+
.E_c1up1pdz {
|
|
31293
|
+
width: 648px;
|
|
31467
31294
|
}
|
|
31468
|
-
.
|
|
31469
|
-
|
|
31470
|
-
display: var(--ai7qkf2-4);
|
|
31471
|
-
flex: none;
|
|
31472
|
-
align-items: center;
|
|
31473
|
-
margin-right: 4px;
|
|
31474
|
-
cursor: auto;
|
|
31475
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31295
|
+
.E_c1up1pdz.active {
|
|
31296
|
+
border-color: #0080ff;
|
|
31476
31297
|
}
|
|
31477
|
-
.
|
|
31478
|
-
|
|
31298
|
+
.E_c1up1pdz.active > header {
|
|
31299
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31479
31300
|
}
|
|
31480
|
-
.
|
|
31481
|
-
|
|
31482
|
-
border-radius: 6px;
|
|
31301
|
+
.E_c1up1pdz .expand {
|
|
31302
|
+
padding: 12px;
|
|
31483
31303
|
}
|
|
31484
|
-
.
|
|
31485
|
-
|
|
31486
|
-
|
|
31487
|
-
|
|
31304
|
+
.E_c1up1pdz .field-item {
|
|
31305
|
+
display: flex;
|
|
31306
|
+
padding: 10px 0;
|
|
31307
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31488
31308
|
}
|
|
31489
|
-
.
|
|
31490
|
-
border-
|
|
31491
|
-
|
|
31309
|
+
.E_c1up1pdz .field-item:last-child {
|
|
31310
|
+
border-bottom: none;
|
|
31311
|
+
padding-bottom: 0;
|
|
31492
31312
|
}
|
|
31493
|
-
.
|
|
31494
|
-
height:
|
|
31495
|
-
|
|
31496
|
-
|
|
31497
|
-
font-size: inherit;
|
|
31313
|
+
.E_c1up1pdz .field-item label {
|
|
31314
|
+
line-height: 32px;
|
|
31315
|
+
width: 100px;
|
|
31316
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31498
31317
|
}
|
|
31499
|
-
.
|
|
31500
|
-
|
|
31501
|
-
|
|
31502
|
-
padding: 8px 16px;
|
|
31318
|
+
.E_c1up1pdz .help {
|
|
31319
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31320
|
+
margin-top: 5px;
|
|
31503
31321
|
}
|
|
31504
|
-
.
|
|
31505
|
-
|
|
31506
|
-
|
|
31507
|
-
padding: 2px 8px;
|
|
31322
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
31323
|
+
.E_c1up1pdz .ant-picker {
|
|
31324
|
+
width: 128px;
|
|
31508
31325
|
}
|
|
31509
31326
|
|
|
31510
|
-
.
|
|
31511
|
-
width: 100%;
|
|
31512
|
-
height: 100%;
|
|
31513
|
-
min-height: 124px;
|
|
31327
|
+
.E_c156wh19 {
|
|
31514
31328
|
display: flex;
|
|
31515
|
-
flex-direction: column;
|
|
31516
|
-
justify-content: center;
|
|
31517
31329
|
align-items: center;
|
|
31330
|
+
justify-content: space-between;
|
|
31331
|
+
word-break: keep-all;
|
|
31518
31332
|
}
|
|
31519
|
-
.
|
|
31520
|
-
|
|
31521
|
-
margin-bottom: 16px;
|
|
31522
|
-
font-size: 18px;
|
|
31333
|
+
.E_c156wh19 .title {
|
|
31334
|
+
margin: 0 16px 0 8px;
|
|
31523
31335
|
}
|
|
31524
|
-
|
|
31525
|
-
.
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
|
|
31529
|
-
border-radius: 4px;
|
|
31530
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31531
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31336
|
+
.E_c156wh19 .retain {
|
|
31337
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31338
|
+
}
|
|
31339
|
+
.E_c156wh19 div.left {
|
|
31340
|
+
flex: 1;
|
|
31532
31341
|
display: flex;
|
|
31342
|
+
overflow: hidden;
|
|
31533
31343
|
align-items: center;
|
|
31344
|
+
justify-content: flex-start;
|
|
31534
31345
|
white-space: nowrap;
|
|
31346
|
+
}
|
|
31347
|
+
.E_c156wh19 div.left .title {
|
|
31348
|
+
max-width: 100%;
|
|
31349
|
+
overflow: hidden;
|
|
31350
|
+
text-overflow: ellipsis;
|
|
31351
|
+
}
|
|
31352
|
+
.E_c156wh19 div.right {
|
|
31353
|
+
display: flex;
|
|
31354
|
+
align-items: center;
|
|
31355
|
+
}
|
|
31356
|
+
.E_c156wh19 .reverse {
|
|
31357
|
+
display: flex;
|
|
31358
|
+
flex-direction: row-reverse;
|
|
31359
|
+
align-items: center;
|
|
31360
|
+
}
|
|
31361
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
31362
|
+
margin-left: 8px;
|
|
31363
|
+
}
|
|
31364
|
+
.E_c156wh19 .close {
|
|
31365
|
+
padding-left: 14px;
|
|
31366
|
+
margin-left: 14px;
|
|
31367
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31368
|
+
cursor: pointer;
|
|
31369
|
+
}
|
|
31370
|
+
|
|
31371
|
+
.E_m126spxy {
|
|
31372
|
+
padding-bottom: 4px;
|
|
31373
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31374
|
+
}
|
|
31375
|
+
.E_m126spxy .ant-btn-link {
|
|
31376
|
+
padding: 1px 10px;
|
|
31377
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31378
|
+
border-radius: 4px;
|
|
31379
|
+
}
|
|
31380
|
+
.E_m126spxy .ant-btn-link.active {
|
|
31381
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31382
|
+
color: #0096ff;
|
|
31383
|
+
}
|
|
31384
|
+
|
|
31385
|
+
.E_wpbf4pq {
|
|
31386
|
+
padding: 10px 0;
|
|
31387
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31388
|
+
}
|
|
31389
|
+
.E_wpbf4pq .ant-input,
|
|
31390
|
+
.E_wpbf4pq .ant-picker {
|
|
31391
|
+
width: 80px;
|
|
31392
|
+
margin: 0 9px;
|
|
31393
|
+
text-align: center;
|
|
31394
|
+
}
|
|
31395
|
+
.E_wpbf4pq .options {
|
|
31396
|
+
padding: 12px 0 12px 16px;
|
|
31397
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31398
|
+
margin: 5px 0 5px 8px;
|
|
31399
|
+
}
|
|
31400
|
+
.E_wpbf4pq .week-day-option,
|
|
31401
|
+
.E_wpbf4pq .month-day-option {
|
|
31402
|
+
background: #f5f7fa;
|
|
31403
|
+
box-sizing: border-box;
|
|
31404
|
+
border-radius: 16px;
|
|
31405
|
+
margin-right: 8px;
|
|
31406
|
+
}
|
|
31407
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
31408
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
31409
|
+
color: inherit;
|
|
31410
|
+
border-color: #d9d9d9;
|
|
31411
|
+
}
|
|
31412
|
+
.E_wpbf4pq .week-day-option.active {
|
|
31413
|
+
background-color: #0096ff;
|
|
31414
|
+
border-color: #0096ff;
|
|
31415
|
+
color: #fff;
|
|
31416
|
+
}
|
|
31417
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
31418
|
+
width: 110px;
|
|
31419
|
+
margin-top: 4px;
|
|
31420
|
+
}
|
|
31421
|
+
.E_wpbf4pq .month-day-option {
|
|
31422
|
+
width: 32px;
|
|
31423
|
+
padding: 0;
|
|
31424
|
+
margin-bottom: 8px;
|
|
31425
|
+
}
|
|
31426
|
+
.E_wpbf4pq .month-day-option.active {
|
|
31427
|
+
background-color: #0096ff;
|
|
31428
|
+
border-color: #0096ff;
|
|
31429
|
+
color: #fff;
|
|
31430
|
+
}
|
|
31431
|
+
|
|
31432
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31433
|
+
display: var(--a1wfy30z-0);
|
|
31434
|
+
}
|
|
31435
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31436
|
+
padding: 4px 11px;
|
|
31437
|
+
display: inline-flex;
|
|
31438
|
+
line-height: 1.5715;
|
|
31439
|
+
height: inherit;
|
|
31440
|
+
}
|
|
31441
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31442
|
+
content: var(--a1wfy30z-1);
|
|
31443
|
+
display: var(--a1wfy30z-2);
|
|
31444
|
+
flex: none;
|
|
31445
|
+
align-items: center;
|
|
31446
|
+
margin-left: 4px;
|
|
31447
|
+
}
|
|
31448
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31449
|
+
content: var(--a1wfy30z-3);
|
|
31450
|
+
display: var(--a1wfy30z-4);
|
|
31451
|
+
flex: none;
|
|
31452
|
+
align-items: center;
|
|
31535
31453
|
margin-right: 4px;
|
|
31454
|
+
cursor: auto;
|
|
31455
|
+
}
|
|
31456
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31457
|
+
padding: 0;
|
|
31458
|
+
margin: 0;
|
|
31459
|
+
height: auto;
|
|
31460
|
+
font-size: inherit;
|
|
31536
31461
|
}
|
|
31537
31462
|
|
|
31538
31463
|
.E_f7pxqmh {
|
|
@@ -31569,68 +31494,139 @@ span.E_tqjc4ui {
|
|
|
31569
31494
|
min-height: 0px;
|
|
31570
31495
|
}
|
|
31571
31496
|
|
|
31572
|
-
.
|
|
31573
|
-
|
|
31574
|
-
}
|
|
31575
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31576
|
-
padding: 2px 7px 2px 12px;
|
|
31577
|
-
}
|
|
31578
|
-
|
|
31579
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31580
|
-
display: var(--a1wfy30z-0);
|
|
31497
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31498
|
+
display: var(--ai7qkf2-0);
|
|
31581
31499
|
}
|
|
31582
|
-
.
|
|
31583
|
-
padding: 4px 11px;
|
|
31500
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31584
31501
|
display: inline-flex;
|
|
31585
31502
|
line-height: 1.5715;
|
|
31586
|
-
height:
|
|
31503
|
+
height: 100%;
|
|
31504
|
+
width: 100%;
|
|
31587
31505
|
}
|
|
31588
|
-
.
|
|
31589
|
-
content: var(--
|
|
31590
|
-
display: var(--
|
|
31506
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31507
|
+
content: var(--ai7qkf2-1);
|
|
31508
|
+
display: var(--ai7qkf2-2);
|
|
31591
31509
|
flex: none;
|
|
31592
31510
|
align-items: center;
|
|
31593
31511
|
margin-left: 4px;
|
|
31512
|
+
padding: 5px 12px 5px 0;
|
|
31513
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31594
31514
|
}
|
|
31595
|
-
.
|
|
31596
|
-
content: var(--
|
|
31597
|
-
display: var(--
|
|
31515
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31516
|
+
content: var(--ai7qkf2-3);
|
|
31517
|
+
display: var(--ai7qkf2-4);
|
|
31598
31518
|
flex: none;
|
|
31599
31519
|
align-items: center;
|
|
31600
31520
|
margin-right: 4px;
|
|
31601
31521
|
cursor: auto;
|
|
31522
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31602
31523
|
}
|
|
31603
|
-
.
|
|
31604
|
-
|
|
31605
|
-
|
|
31606
|
-
|
|
31524
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31525
|
+
border-radius: 0;
|
|
31526
|
+
}
|
|
31527
|
+
.E_ai7qkf2.ant-input-number {
|
|
31528
|
+
width: 100%;
|
|
31529
|
+
border-radius: 6px;
|
|
31530
|
+
}
|
|
31531
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
31532
|
+
border-color: #0096ff;
|
|
31533
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31534
|
+
z-index: 1;
|
|
31535
|
+
}
|
|
31536
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31537
|
+
border-color: #e75a3a;
|
|
31538
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31539
|
+
}
|
|
31540
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31541
|
+
height: 30px;
|
|
31542
|
+
border: 1px;
|
|
31543
|
+
padding: 5px 12px;
|
|
31607
31544
|
font-size: inherit;
|
|
31608
31545
|
}
|
|
31546
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31547
|
+
height: 38px;
|
|
31548
|
+
border: 1px;
|
|
31549
|
+
padding: 8px 16px;
|
|
31550
|
+
}
|
|
31551
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31552
|
+
height: 22px;
|
|
31553
|
+
border: 1px;
|
|
31554
|
+
padding: 2px 8px;
|
|
31555
|
+
}
|
|
31609
31556
|
|
|
31610
|
-
.
|
|
31611
|
-
|
|
31557
|
+
.E_fzh9mnb {
|
|
31558
|
+
width: 100%;
|
|
31559
|
+
height: 100%;
|
|
31560
|
+
min-height: 124px;
|
|
31561
|
+
display: flex;
|
|
31562
|
+
flex-direction: column;
|
|
31563
|
+
justify-content: center;
|
|
31564
|
+
align-items: center;
|
|
31565
|
+
}
|
|
31566
|
+
.E_fzh9mnb .error-text {
|
|
31567
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31568
|
+
margin-bottom: 16px;
|
|
31569
|
+
font-size: 18px;
|
|
31612
31570
|
}
|
|
31613
31571
|
|
|
31614
|
-
.
|
|
31615
|
-
|
|
31616
|
-
|
|
31572
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31573
|
+
margin-left: 8px;
|
|
31574
|
+
}
|
|
31575
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31576
|
+
padding: 2px 7px 2px 12px;
|
|
31617
31577
|
}
|
|
31618
31578
|
|
|
31619
|
-
.
|
|
31620
|
-
|
|
31579
|
+
.E_i1inqkme {
|
|
31580
|
+
height: 18px;
|
|
31581
|
+
line-height: 18px;
|
|
31582
|
+
padding: 0 4px;
|
|
31583
|
+
border-radius: 4px;
|
|
31584
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31585
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31586
|
+
display: flex;
|
|
31587
|
+
align-items: center;
|
|
31588
|
+
white-space: nowrap;
|
|
31589
|
+
margin-right: 4px;
|
|
31621
31590
|
}
|
|
31622
31591
|
|
|
31623
|
-
.
|
|
31592
|
+
.E_iouxfgt {
|
|
31593
|
+
display: inline-flex;
|
|
31594
|
+
align-items: center;
|
|
31595
|
+
}
|
|
31596
|
+
.E_iouxfgt .icon-inner {
|
|
31624
31597
|
display: inline-flex;
|
|
31625
31598
|
align-items: center;
|
|
31626
31599
|
justify-content: center;
|
|
31627
|
-
|
|
31628
|
-
|
|
31629
|
-
|
|
31630
|
-
|
|
31631
|
-
|
|
31632
|
-
|
|
31633
|
-
|
|
31600
|
+
}
|
|
31601
|
+
.E_iouxfgt .icon-inner + span,
|
|
31602
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31603
|
+
margin-left: 4px;
|
|
31604
|
+
}
|
|
31605
|
+
.E_iouxfgt.is-rotate img,
|
|
31606
|
+
.E_iouxfgt.is-rotate svg {
|
|
31607
|
+
animation: rotate 680ms linear infinite;
|
|
31608
|
+
}
|
|
31609
|
+
|
|
31610
|
+
.E_owd0kml {
|
|
31611
|
+
display: inline-block;
|
|
31612
|
+
}
|
|
31613
|
+
|
|
31614
|
+
.E_h1jsgezc {
|
|
31615
|
+
visibility: hidden;
|
|
31616
|
+
position: absolute;
|
|
31617
|
+
}
|
|
31618
|
+
|
|
31619
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31620
|
+
display: inline-flex;
|
|
31621
|
+
align-items: center;
|
|
31622
|
+
justify-content: center;
|
|
31623
|
+
color: #fff;
|
|
31624
|
+
font-weight: bold;
|
|
31625
|
+
font-size: 12px;
|
|
31626
|
+
width: 24px;
|
|
31627
|
+
height: 24px;
|
|
31628
|
+
border-radius: 50%;
|
|
31629
|
+
background: var(--a1b5xrg3-0);
|
|
31634
31630
|
}
|
|
31635
31631
|
.E_a1b5xrg3.btn-item {
|
|
31636
31632
|
transition: all 160ms ease;
|
|
@@ -32125,6 +32121,10 @@ span.E_tqjc4ui {
|
|
|
32125
32121
|
line-height: 12px;
|
|
32126
32122
|
}
|
|
32127
32123
|
|
|
32124
|
+
.E_m196gn1d {
|
|
32125
|
+
min-width: 1280px;
|
|
32126
|
+
}
|
|
32127
|
+
|
|
32128
32128
|
.E_cnujxq2 {
|
|
32129
32129
|
display: flex;
|
|
32130
32130
|
flex-direction: column;
|
|
@@ -33288,165 +33288,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33288
33288
|
position: static;
|
|
33289
33289
|
}
|
|
33290
33290
|
|
|
33291
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33292
|
-
margin-right: 2px;
|
|
33293
|
-
}
|
|
33294
|
-
|
|
33295
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33296
|
-
padding-left: 8px;
|
|
33297
|
-
padding-right: 8px;
|
|
33298
|
-
}
|
|
33299
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33300
|
-
border-radius: 4px;
|
|
33301
|
-
}
|
|
33302
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33303
|
-
border-radius: 4px;
|
|
33304
|
-
}
|
|
33305
|
-
|
|
33306
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
33307
|
-
padding-left: 12px;
|
|
33308
|
-
padding-right: 12px;
|
|
33309
|
-
}
|
|
33310
|
-
|
|
33311
|
-
.E_ckld275 {
|
|
33312
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33313
|
-
}
|
|
33314
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33315
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
33316
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33317
|
-
}
|
|
33318
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33319
|
-
background-color: transparent;
|
|
33320
|
-
}
|
|
33321
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33322
|
-
background-color: transparent;
|
|
33323
|
-
}
|
|
33324
|
-
|
|
33325
|
-
.E_ckui4s7 {
|
|
33326
|
-
color: #2d3a56;
|
|
33327
|
-
line-height: 22px;
|
|
33328
|
-
display: inline-flex;
|
|
33329
|
-
}
|
|
33330
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33331
|
-
height: 22px;
|
|
33332
|
-
display: flex;
|
|
33333
|
-
align-items: center;
|
|
33334
|
-
top: 0;
|
|
33335
|
-
}
|
|
33336
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33337
|
-
border: none;
|
|
33338
|
-
}
|
|
33339
|
-
.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 {
|
|
33340
|
-
border-color: #0080ff;
|
|
33341
|
-
}
|
|
33342
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33343
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33344
|
-
}
|
|
33345
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33346
|
-
border: 1px solid #0080ff;
|
|
33347
|
-
}
|
|
33348
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33349
|
-
background: #0080ff;
|
|
33350
|
-
}
|
|
33351
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33352
|
-
background-color: #fff;
|
|
33353
|
-
height: 2px;
|
|
33354
|
-
width: 10px;
|
|
33355
|
-
border-radius: 2px;
|
|
33356
|
-
}
|
|
33357
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33358
|
-
opacity: 0.5;
|
|
33359
|
-
}
|
|
33360
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33361
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33362
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33363
|
-
}
|
|
33364
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33365
|
-
border-color: #2d3a56;
|
|
33366
|
-
}
|
|
33367
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33368
|
-
background: #2d3a56;
|
|
33369
|
-
}
|
|
33370
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33371
|
-
padding: 0;
|
|
33372
|
-
}
|
|
33373
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33374
|
-
display: inline-block;
|
|
33375
|
-
margin-left: 12px;
|
|
33376
|
-
color: #2d3a56;
|
|
33377
|
-
}
|
|
33378
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33379
|
-
margin-left: 28px;
|
|
33380
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33381
|
-
}
|
|
33382
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33383
|
-
margin-left: 8px;
|
|
33384
|
-
}
|
|
33385
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33386
|
-
margin-left: 24px;
|
|
33387
|
-
}
|
|
33388
|
-
|
|
33389
|
-
.E_b14q2gmw {
|
|
33390
|
-
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);
|
|
33391
|
-
}
|
|
33392
|
-
|
|
33393
|
-
.E_c1eym6el {
|
|
33394
|
-
border-radius: 8px;
|
|
33395
|
-
background-color: white;
|
|
33396
|
-
}
|
|
33397
|
-
.E_c1eym6el.hoverable {
|
|
33398
|
-
cursor: pointer;
|
|
33399
|
-
}
|
|
33400
|
-
.E_c1eym6el.hoverable:hover {
|
|
33401
|
-
transition: all 200ms ease;
|
|
33402
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33403
|
-
transform: translateY(-4px);
|
|
33404
|
-
}
|
|
33405
|
-
|
|
33406
|
-
.E_c1yd35n {
|
|
33407
|
-
padding: 0 12px 14px 12px;
|
|
33408
|
-
}
|
|
33409
|
-
|
|
33410
|
-
.E_c1kghdax {
|
|
33411
|
-
color: #2d3a56;
|
|
33412
|
-
padding: 7px 12px;
|
|
33413
|
-
display: flex;
|
|
33414
|
-
justify-content: space-between;
|
|
33415
|
-
align-items: center;
|
|
33416
|
-
}
|
|
33417
|
-
.E_c1kghdax.has-arrow {
|
|
33418
|
-
padding-left: 10px;
|
|
33419
|
-
}
|
|
33420
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33421
|
-
cursor: pointer;
|
|
33422
|
-
color: #00122e;
|
|
33423
|
-
}
|
|
33424
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33425
|
-
color: #2d3a56;
|
|
33426
|
-
font-weight: 600;
|
|
33427
|
-
}
|
|
33428
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33429
|
-
transform: rotate(90deg);
|
|
33430
|
-
}
|
|
33431
|
-
.E_c1kghdax .sub-info {
|
|
33432
|
-
font-size: 12px;
|
|
33433
|
-
line-height: 18px;
|
|
33434
|
-
}
|
|
33435
|
-
.E_c1kghdax .title-wrapper {
|
|
33436
|
-
display: flex;
|
|
33437
|
-
align-items: center;
|
|
33438
|
-
user-select: none;
|
|
33439
|
-
flex-grow: 1;
|
|
33440
|
-
font-size: 12px;
|
|
33441
|
-
line-height: 18px;
|
|
33442
|
-
color: #2d3a56;
|
|
33443
|
-
font-weight: 700;
|
|
33444
|
-
}
|
|
33445
|
-
.E_c1kghdax .collapse-arrow {
|
|
33446
|
-
transition: all 50ms ease-out 0ms;
|
|
33447
|
-
margin-right: 2px;
|
|
33448
|
-
}
|
|
33449
|
-
|
|
33450
33291
|
.E_c1kchka8 {
|
|
33451
33292
|
height: 100%;
|
|
33452
33293
|
width: 100%;
|
|
@@ -33924,91 +33765,221 @@ input.E_rf8rlle.ant-input {
|
|
|
33924
33765
|
padding: 0;
|
|
33925
33766
|
}
|
|
33926
33767
|
|
|
33927
|
-
.
|
|
33928
|
-
|
|
33929
|
-
|
|
33768
|
+
.E_c1yd35n {
|
|
33769
|
+
padding: 0 12px 14px 12px;
|
|
33770
|
+
}
|
|
33771
|
+
|
|
33772
|
+
.E_c1kghdax {
|
|
33773
|
+
color: #2d3a56;
|
|
33774
|
+
padding: 7px 12px;
|
|
33930
33775
|
display: flex;
|
|
33776
|
+
justify-content: space-between;
|
|
33931
33777
|
align-items: center;
|
|
33932
|
-
justify-content: center;
|
|
33933
|
-
position: relative;
|
|
33934
|
-
opacity: 0.2;
|
|
33935
33778
|
}
|
|
33936
|
-
|
|
33937
|
-
|
|
33938
|
-
position: absolute;
|
|
33939
|
-
width: 5px;
|
|
33940
|
-
height: 48px;
|
|
33941
|
-
left: 9.33px;
|
|
33942
|
-
top: 40.5px;
|
|
33943
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33944
|
-
border-radius: 5px;
|
|
33945
|
-
transform: rotate(-128deg);
|
|
33946
|
-
transform-origin: top left;
|
|
33947
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33779
|
+
.E_c1kghdax.has-arrow {
|
|
33780
|
+
padding-left: 10px;
|
|
33948
33781
|
}
|
|
33949
|
-
|
|
33950
|
-
|
|
33951
|
-
|
|
33952
|
-
width: 5px;
|
|
33953
|
-
height: 48px;
|
|
33954
|
-
left: 40.8px;
|
|
33955
|
-
top: 8.4px;
|
|
33956
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33957
|
-
border-radius: 5px;
|
|
33958
|
-
transform: rotate(-8deg);
|
|
33959
|
-
transform-origin: top left;
|
|
33960
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33782
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33783
|
+
cursor: pointer;
|
|
33784
|
+
color: #00122e;
|
|
33961
33785
|
}
|
|
33962
|
-
|
|
33963
|
-
|
|
33964
|
-
|
|
33965
|
-
width: 5px;
|
|
33966
|
-
height: 48px;
|
|
33967
|
-
left: 52.9px;
|
|
33968
|
-
top: 51.8px;
|
|
33969
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33970
|
-
border-radius: 5px;
|
|
33971
|
-
transform: rotate(112deg);
|
|
33972
|
-
transform-origin: top left;
|
|
33973
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33786
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33787
|
+
color: #2d3a56;
|
|
33788
|
+
font-weight: 600;
|
|
33974
33789
|
}
|
|
33975
|
-
|
|
33976
|
-
|
|
33977
|
-
padding-left: 0;
|
|
33790
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33791
|
+
transform: rotate(90deg);
|
|
33978
33792
|
}
|
|
33979
|
-
.
|
|
33980
|
-
|
|
33981
|
-
|
|
33982
|
-
|
|
33793
|
+
.E_c1kghdax .sub-info {
|
|
33794
|
+
font-size: 12px;
|
|
33795
|
+
line-height: 18px;
|
|
33796
|
+
}
|
|
33797
|
+
.E_c1kghdax .title-wrapper {
|
|
33798
|
+
display: flex;
|
|
33799
|
+
align-items: center;
|
|
33800
|
+
user-select: none;
|
|
33801
|
+
flex-grow: 1;
|
|
33802
|
+
font-size: 12px;
|
|
33803
|
+
line-height: 18px;
|
|
33804
|
+
color: #2d3a56;
|
|
33805
|
+
font-weight: 700;
|
|
33806
|
+
}
|
|
33807
|
+
.E_c1kghdax .collapse-arrow {
|
|
33808
|
+
transition: all 50ms ease-out 0ms;
|
|
33809
|
+
margin-right: 2px;
|
|
33983
33810
|
}
|
|
33984
33811
|
|
|
33985
|
-
.
|
|
33986
|
-
|
|
33987
|
-
height:
|
|
33812
|
+
.E_ckui4s7 {
|
|
33813
|
+
color: #2d3a56;
|
|
33814
|
+
line-height: 22px;
|
|
33815
|
+
display: inline-flex;
|
|
33816
|
+
}
|
|
33817
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33818
|
+
height: 22px;
|
|
33819
|
+
display: flex;
|
|
33820
|
+
align-items: center;
|
|
33821
|
+
top: 0;
|
|
33822
|
+
}
|
|
33823
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33824
|
+
border: none;
|
|
33825
|
+
}
|
|
33826
|
+
.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 {
|
|
33827
|
+
border-color: #0080ff;
|
|
33828
|
+
}
|
|
33829
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33830
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33831
|
+
}
|
|
33832
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33833
|
+
border: 1px solid #0080ff;
|
|
33834
|
+
}
|
|
33835
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33836
|
+
background: #0080ff;
|
|
33837
|
+
}
|
|
33838
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33839
|
+
background-color: #fff;
|
|
33840
|
+
height: 2px;
|
|
33841
|
+
width: 10px;
|
|
33842
|
+
border-radius: 2px;
|
|
33843
|
+
}
|
|
33844
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33845
|
+
opacity: 0.5;
|
|
33846
|
+
}
|
|
33847
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33848
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33849
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33850
|
+
}
|
|
33851
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33852
|
+
border-color: #2d3a56;
|
|
33853
|
+
}
|
|
33854
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33855
|
+
background: #2d3a56;
|
|
33856
|
+
}
|
|
33857
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33858
|
+
padding: 0;
|
|
33859
|
+
}
|
|
33860
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33861
|
+
display: inline-block;
|
|
33862
|
+
margin-left: 12px;
|
|
33863
|
+
color: #2d3a56;
|
|
33864
|
+
}
|
|
33865
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33866
|
+
margin-left: 28px;
|
|
33867
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33868
|
+
}
|
|
33869
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33870
|
+
margin-left: 8px;
|
|
33871
|
+
}
|
|
33872
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33873
|
+
margin-left: 24px;
|
|
33988
33874
|
}
|
|
33989
33875
|
|
|
33990
|
-
.
|
|
33991
|
-
|
|
33992
|
-
height: 24px;
|
|
33876
|
+
.E_b14q2gmw {
|
|
33877
|
+
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);
|
|
33993
33878
|
}
|
|
33994
33879
|
|
|
33995
|
-
.
|
|
33996
|
-
|
|
33880
|
+
.E_c1eym6el {
|
|
33881
|
+
border-radius: 8px;
|
|
33882
|
+
background-color: white;
|
|
33883
|
+
}
|
|
33884
|
+
.E_c1eym6el.hoverable {
|
|
33885
|
+
cursor: pointer;
|
|
33886
|
+
}
|
|
33887
|
+
.E_c1eym6el.hoverable:hover {
|
|
33888
|
+
transition: all 200ms ease;
|
|
33889
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33890
|
+
transform: translateY(-4px);
|
|
33997
33891
|
}
|
|
33998
33892
|
|
|
33999
|
-
.
|
|
34000
|
-
margin-right:
|
|
34001
|
-
height: 16px;
|
|
33893
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33894
|
+
margin-right: 2px;
|
|
34002
33895
|
}
|
|
34003
33896
|
|
|
34004
|
-
.
|
|
34005
|
-
|
|
34006
|
-
|
|
34007
|
-
|
|
34008
|
-
|
|
34009
|
-
|
|
34010
|
-
|
|
34011
|
-
|
|
33897
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33898
|
+
padding-left: 8px;
|
|
33899
|
+
padding-right: 8px;
|
|
33900
|
+
}
|
|
33901
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33902
|
+
border-radius: 4px;
|
|
33903
|
+
}
|
|
33904
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33905
|
+
border-radius: 4px;
|
|
33906
|
+
}
|
|
33907
|
+
|
|
33908
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
33909
|
+
padding-left: 12px;
|
|
33910
|
+
padding-right: 12px;
|
|
33911
|
+
}
|
|
33912
|
+
|
|
33913
|
+
.E_ckld275 {
|
|
33914
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33915
|
+
}
|
|
33916
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33917
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
33918
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33919
|
+
}
|
|
33920
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33921
|
+
background-color: transparent;
|
|
33922
|
+
}
|
|
33923
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33924
|
+
background-color: transparent;
|
|
33925
|
+
}
|
|
33926
|
+
|
|
33927
|
+
.E_lht19u8 {
|
|
33928
|
+
width: 64px;
|
|
33929
|
+
height: 64px;
|
|
33930
|
+
display: flex;
|
|
33931
|
+
align-items: center;
|
|
33932
|
+
justify-content: center;
|
|
33933
|
+
position: relative;
|
|
33934
|
+
opacity: 0.2;
|
|
33935
|
+
}
|
|
33936
|
+
|
|
33937
|
+
.E_lk3gkp4 {
|
|
33938
|
+
position: absolute;
|
|
33939
|
+
width: 5px;
|
|
33940
|
+
height: 48px;
|
|
33941
|
+
left: 9.33px;
|
|
33942
|
+
top: 40.5px;
|
|
33943
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33944
|
+
border-radius: 5px;
|
|
33945
|
+
transform: rotate(-128deg);
|
|
33946
|
+
transform-origin: top left;
|
|
33947
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33948
|
+
}
|
|
33949
|
+
|
|
33950
|
+
.E_ll4n94n {
|
|
33951
|
+
position: absolute;
|
|
33952
|
+
width: 5px;
|
|
33953
|
+
height: 48px;
|
|
33954
|
+
left: 40.8px;
|
|
33955
|
+
top: 8.4px;
|
|
33956
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33957
|
+
border-radius: 5px;
|
|
33958
|
+
transform: rotate(-8deg);
|
|
33959
|
+
transform-origin: top left;
|
|
33960
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33961
|
+
}
|
|
33962
|
+
|
|
33963
|
+
.E_l17lbdo6 {
|
|
33964
|
+
position: absolute;
|
|
33965
|
+
width: 5px;
|
|
33966
|
+
height: 48px;
|
|
33967
|
+
left: 52.9px;
|
|
33968
|
+
top: 51.8px;
|
|
33969
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33970
|
+
border-radius: 5px;
|
|
33971
|
+
transform: rotate(112deg);
|
|
33972
|
+
transform-origin: top left;
|
|
33973
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33974
|
+
}
|
|
33975
|
+
|
|
33976
|
+
.E_w7ob4th.outside-tag {
|
|
33977
|
+
padding-left: 0;
|
|
33978
|
+
}
|
|
33979
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33980
|
+
border-radius: 4px 0 0 4px;
|
|
33981
|
+
padding-right: 4px;
|
|
33982
|
+
margin-right: 4px;
|
|
34012
33983
|
}
|
|
34013
33984
|
|
|
34014
33985
|
.E_sjob3jg {
|
|
@@ -34206,424 +34177,281 @@ input.E_rf8rlle.ant-input {
|
|
|
34206
34177
|
justify-content: center;
|
|
34207
34178
|
}
|
|
34208
34179
|
|
|
34209
|
-
|
|
34210
|
-
|
|
34211
|
-
|
|
34180
|
+
.E_i1g85yz3 {
|
|
34181
|
+
margin-right: 4px;
|
|
34182
|
+
height: 16px;
|
|
34183
|
+
}
|
|
34184
|
+
|
|
34185
|
+
.E_slr2ynn {
|
|
34186
|
+
padding: 0 8px;
|
|
34212
34187
|
height: 18px;
|
|
34213
34188
|
}
|
|
34214
34189
|
|
|
34215
|
-
|
|
34216
|
-
|
|
34217
|
-
height:
|
|
34190
|
+
.E_m140wbb6 {
|
|
34191
|
+
padding: 2px 8px;
|
|
34192
|
+
height: 24px;
|
|
34218
34193
|
}
|
|
34219
|
-
|
|
34194
|
+
|
|
34195
|
+
.E_t1fozc1i {
|
|
34196
|
+
margin: 0;
|
|
34197
|
+
}
|
|
34198
|
+
|
|
34199
|
+
.E_i1vxv4ln {
|
|
34220
34200
|
margin-right: 4px;
|
|
34201
|
+
height: 16px;
|
|
34221
34202
|
}
|
|
34222
|
-
|
|
34223
|
-
|
|
34203
|
+
|
|
34204
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34205
|
+
font-weight: 700;
|
|
34206
|
+
color: #00122e;
|
|
34207
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34208
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34209
|
+
word-break: break-all;
|
|
34210
|
+
display: inline;
|
|
34211
|
+
white-space: normal;
|
|
34224
34212
|
}
|
|
34225
|
-
|
|
34226
|
-
|
|
34213
|
+
|
|
34214
|
+
.E_t1dtlqs1 {
|
|
34215
|
+
margin-bottom: 4px;
|
|
34216
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34217
|
+
overflow: hidden;
|
|
34218
|
+
text-overflow: ellipsis;
|
|
34219
|
+
white-space: nowrap;
|
|
34227
34220
|
}
|
|
34228
|
-
|
|
34229
|
-
|
|
34221
|
+
|
|
34222
|
+
.E_s1ese5oy {
|
|
34223
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34224
|
+
line-height: 32px;
|
|
34225
|
+
height: 32px;
|
|
34226
|
+
margin-bottom: 0;
|
|
34230
34227
|
}
|
|
34231
|
-
|
|
34232
|
-
color: #
|
|
34233
|
-
}
|
|
34234
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
34235
|
-
color: #00122E;
|
|
34236
|
-
}
|
|
34237
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34238
|
-
color: #0080FF;
|
|
34239
|
-
}
|
|
34240
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34241
|
-
color: #005ED1;
|
|
34242
|
-
}
|
|
34243
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34244
|
-
color: #00122E;
|
|
34228
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34229
|
+
color: #0080ff;
|
|
34245
34230
|
}
|
|
34246
|
-
|
|
34247
|
-
color:
|
|
34231
|
+
.E_s1ese5oy.warning {
|
|
34232
|
+
color: #ffa500;
|
|
34248
34233
|
}
|
|
34249
|
-
|
|
34250
|
-
color: #
|
|
34234
|
+
.E_s1ese5oy.success {
|
|
34235
|
+
color: #00ba5d;
|
|
34251
34236
|
}
|
|
34252
|
-
|
|
34253
|
-
color: #
|
|
34237
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34238
|
+
color: #f0483e;
|
|
34254
34239
|
}
|
|
34255
|
-
|
|
34256
|
-
color: rgba(44, 56, 82, 0.
|
|
34240
|
+
.E_s1ese5oy.normal {
|
|
34241
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34257
34242
|
}
|
|
34258
34243
|
|
|
34259
|
-
.
|
|
34260
|
-
|
|
34244
|
+
.E_b1ibis43 {
|
|
34245
|
+
margin-bottom: 0;
|
|
34246
|
+
color: #00122e;
|
|
34261
34247
|
}
|
|
34262
34248
|
|
|
34263
|
-
.
|
|
34264
|
-
|
|
34265
|
-
|
|
34266
|
-
}
|
|
34267
|
-
.E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
34268
|
-
height: 100%;
|
|
34269
|
-
}
|
|
34270
|
-
.E_efzf37v .ant-table-content table {
|
|
34271
|
-
width: 100% !important;
|
|
34272
|
-
height: 100%;
|
|
34273
|
-
}
|
|
34274
|
-
.E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34275
|
-
padding: 15px 0;
|
|
34276
|
-
}
|
|
34277
|
-
.E_efzf37v .ant-table-content table thead.ant-table-thead {
|
|
34278
|
-
display: none;
|
|
34249
|
+
.E_b11xxjd2 {
|
|
34250
|
+
line-height: 32px;
|
|
34251
|
+
margin-right: 6px;
|
|
34279
34252
|
}
|
|
34280
34253
|
|
|
34281
|
-
.
|
|
34282
|
-
height:
|
|
34283
|
-
|
|
34284
|
-
|
|
34285
|
-
|
|
34286
|
-
padding-bottom: 6px;
|
|
34287
|
-
}
|
|
34288
|
-
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
34289
|
-
font-weight: 700;
|
|
34290
|
-
}
|
|
34291
|
-
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
34292
|
-
font-weight: 700;
|
|
34254
|
+
.E_bsub5bw.with-description {
|
|
34255
|
+
height: 24px;
|
|
34256
|
+
flex: 1;
|
|
34257
|
+
position: relative;
|
|
34258
|
+
top: -7px;
|
|
34293
34259
|
}
|
|
34294
|
-
.
|
|
34295
|
-
|
|
34260
|
+
.E_bsub5bw p {
|
|
34261
|
+
width: 100%;
|
|
34262
|
+
overflow: hidden;
|
|
34263
|
+
text-overflow: ellipsis;
|
|
34264
|
+
white-space: nowrap;
|
|
34296
34265
|
}
|
|
34297
|
-
|
|
34298
|
-
|
|
34299
|
-
|
|
34266
|
+
|
|
34267
|
+
.E_tmoyoag {
|
|
34268
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34269
|
+
border-radius: 8px;
|
|
34270
|
+
overflow: auto;
|
|
34300
34271
|
}
|
|
34301
|
-
.
|
|
34302
|
-
|
|
34272
|
+
.E_tmoyoag .ant-list {
|
|
34273
|
+
position: relative;
|
|
34303
34274
|
}
|
|
34304
|
-
.
|
|
34305
|
-
|
|
34275
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34276
|
+
position: sticky;
|
|
34277
|
+
top: 0;
|
|
34278
|
+
z-index: 2;
|
|
34279
|
+
display: flex;
|
|
34280
|
+
padding: 8px;
|
|
34281
|
+
flex-wrap: nowrap;
|
|
34282
|
+
justify-content: flex-start;
|
|
34283
|
+
background: #f2f5fa;
|
|
34284
|
+
font-size: 14px;
|
|
34285
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34286
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34306
34287
|
}
|
|
34307
|
-
.
|
|
34308
|
-
|
|
34309
|
-
background: #fff;
|
|
34310
|
-
padding: 0 !important;
|
|
34288
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34289
|
+
align-items: inherit;
|
|
34311
34290
|
}
|
|
34312
|
-
.
|
|
34313
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34291
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34314
34292
|
display: flex;
|
|
34315
|
-
|
|
34316
|
-
|
|
34293
|
+
justify-content: flex-start;
|
|
34294
|
+
align-items: flex-start;
|
|
34295
|
+
flex-wrap: wrap;
|
|
34317
34296
|
padding: 8px;
|
|
34297
|
+
border: none;
|
|
34318
34298
|
}
|
|
34319
|
-
.
|
|
34320
|
-
|
|
34321
|
-
|
|
34322
|
-
|
|
34323
|
-
|
|
34324
|
-
}
|
|
34325
|
-
.E_t1fisho6 .ant-table-container {
|
|
34326
|
-
height: 100%;
|
|
34299
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34300
|
+
flex-basis: 100%;
|
|
34301
|
+
margin: 12px 0 0;
|
|
34302
|
+
order: 99;
|
|
34303
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34327
34304
|
}
|
|
34328
|
-
.
|
|
34329
|
-
|
|
34305
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34306
|
+
color: #f0483e;
|
|
34307
|
+
flex-basis: 100%;
|
|
34308
|
+
order: 98;
|
|
34309
|
+
margin: 12px 0 0;
|
|
34330
34310
|
}
|
|
34331
|
-
.
|
|
34332
|
-
|
|
34333
|
-
border-left: none;
|
|
34334
|
-
border-right: none;
|
|
34335
|
-
border-bottom: none;
|
|
34336
|
-
height: 100%;
|
|
34337
|
-
font-size: 12px;
|
|
34338
|
-
background: transparent;
|
|
34311
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34312
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34339
34313
|
}
|
|
34340
|
-
.
|
|
34341
|
-
|
|
34342
|
-
z-index: 3;
|
|
34343
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34344
|
-
margin-bottom: -1px;
|
|
34314
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34315
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34345
34316
|
}
|
|
34346
|
-
.
|
|
34347
|
-
|
|
34348
|
-
|
|
34317
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34318
|
+
flex: 1 0 0;
|
|
34319
|
+
overflow: hidden;
|
|
34349
34320
|
}
|
|
34350
|
-
.
|
|
34351
|
-
.E_t1fisho6 div.ant-table .unit {
|
|
34321
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34352
34322
|
color: rgba(44, 56, 82, 0.6);
|
|
34323
|
+
margin: 0;
|
|
34353
34324
|
}
|
|
34354
|
-
.
|
|
34355
|
-
position: unset;
|
|
34325
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34356
34326
|
text-align: center;
|
|
34357
34327
|
}
|
|
34358
|
-
.
|
|
34359
|
-
|
|
34360
|
-
}
|
|
34361
|
-
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
34362
|
-
cursor: pointer;
|
|
34363
|
-
position: absolute;
|
|
34364
|
-
top: 50%;
|
|
34365
|
-
right: 12px;
|
|
34366
|
-
transform: translateY(-50%);
|
|
34328
|
+
.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 > * {
|
|
34329
|
+
text-align: center;
|
|
34367
34330
|
}
|
|
34368
|
-
.
|
|
34369
|
-
|
|
34370
|
-
width: 1px;
|
|
34371
|
-
background: rgba(213, 219, 227, 0.6);
|
|
34331
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34332
|
+
text-align: left;
|
|
34372
34333
|
}
|
|
34373
|
-
.
|
|
34374
|
-
|
|
34375
|
-
width: 1px;
|
|
34376
|
-
background: rgba(213, 219, 227, 0.6);
|
|
34334
|
+
.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 > * {
|
|
34335
|
+
text-align: left;
|
|
34377
34336
|
}
|
|
34378
|
-
.
|
|
34379
|
-
|
|
34337
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34338
|
+
text-align: right;
|
|
34380
34339
|
}
|
|
34381
|
-
.
|
|
34382
|
-
|
|
34383
|
-
border-bottom: 1px solid white;
|
|
34384
|
-
height: 40px;
|
|
34385
|
-
vertical-align: middle;
|
|
34386
|
-
transition: background 0ms;
|
|
34387
|
-
color: #00122e;
|
|
34340
|
+
.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 > * {
|
|
34341
|
+
text-align: right;
|
|
34388
34342
|
}
|
|
34389
|
-
.
|
|
34390
|
-
|
|
34391
|
-
border-bottom-color: #f2f5fa;
|
|
34343
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34344
|
+
margin-right: 8px;
|
|
34392
34345
|
}
|
|
34393
|
-
.
|
|
34394
|
-
|
|
34395
|
-
|
|
34396
|
-
|
|
34397
|
-
text-align: left;
|
|
34398
|
-
transition: none;
|
|
34346
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34347
|
+
padding: 4px;
|
|
34348
|
+
width: 24px;
|
|
34349
|
+
height: 24px;
|
|
34399
34350
|
overflow: hidden;
|
|
34400
|
-
text-overflow: ellipsis;
|
|
34401
|
-
white-space: nowrap;
|
|
34402
34351
|
}
|
|
34403
|
-
.
|
|
34404
|
-
|
|
34352
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34353
|
+
padding: 0;
|
|
34405
34354
|
}
|
|
34406
|
-
.
|
|
34407
|
-
|
|
34408
|
-
|
|
34409
|
-
width: 100%;
|
|
34410
|
-
vertical-align: middle;
|
|
34355
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34356
|
+
cursor: not-allowed;
|
|
34357
|
+
opacity: 0.5;
|
|
34411
34358
|
}
|
|
34412
|
-
.
|
|
34413
|
-
|
|
34359
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34360
|
+
margin: 0;
|
|
34414
34361
|
}
|
|
34415
|
-
.
|
|
34416
|
-
|
|
34362
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34363
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34364
|
+
border-radius: 5px;
|
|
34365
|
+
font-size: 12px;
|
|
34417
34366
|
}
|
|
34418
|
-
.
|
|
34419
|
-
|
|
34367
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34368
|
+
font-size: inherit;
|
|
34420
34369
|
}
|
|
34421
|
-
.
|
|
34422
|
-
|
|
34423
|
-
|
|
34370
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34371
|
+
min-height: 24px;
|
|
34372
|
+
font-size: 12px;
|
|
34373
|
+
position: relative;
|
|
34424
34374
|
}
|
|
34425
|
-
.
|
|
34426
|
-
border-
|
|
34427
|
-
}
|
|
34428
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
34429
|
-
border-radius: 8px 0 0 8px;
|
|
34430
|
-
}
|
|
34431
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
34432
|
-
content: "";
|
|
34433
|
-
width: 4px;
|
|
34434
|
-
top: -1px;
|
|
34435
|
-
bottom: -1px;
|
|
34436
|
-
background: white;
|
|
34437
|
-
}
|
|
34438
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
34439
|
-
border-radius: 0 8px 8px 0;
|
|
34440
|
-
}
|
|
34441
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
34442
|
-
border-radius: 0;
|
|
34443
|
-
background: white;
|
|
34444
|
-
border-top: none;
|
|
34445
|
-
}
|
|
34446
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
34447
|
-
border-top: 1px solid transparent;
|
|
34448
|
-
border-radius: 0 8px 8px 0;
|
|
34449
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34450
|
-
}
|
|
34451
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
34452
|
-
background: white;
|
|
34453
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34454
|
-
}
|
|
34455
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34456
|
-
display: flex;
|
|
34457
|
-
align-items: center;
|
|
34458
|
-
height: 100%;
|
|
34459
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34375
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34376
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34460
34377
|
}
|
|
34461
|
-
.
|
|
34462
|
-
background:
|
|
34463
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34378
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34379
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34464
34380
|
}
|
|
34465
|
-
|
|
34381
|
+
|
|
34382
|
+
.E_a138syjm {
|
|
34466
34383
|
display: flex;
|
|
34467
34384
|
align-items: center;
|
|
34468
|
-
|
|
34469
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34470
|
-
}
|
|
34471
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
34472
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34473
|
-
}
|
|
34474
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
34475
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
34476
|
-
border-radius: 8px;
|
|
34477
|
-
}
|
|
34478
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
34479
|
-
border-top-color: white;
|
|
34480
|
-
}
|
|
34481
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
34482
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34483
|
-
border-bottom-color: transparent;
|
|
34484
|
-
border-top-color: transparent;
|
|
34485
|
-
}
|
|
34486
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
34487
|
-
border-radius: 8px 0 0 8px;
|
|
34488
|
-
}
|
|
34489
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
34490
|
-
border-radius: 0 8px 8px 0;
|
|
34491
|
-
}
|
|
34492
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
34493
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34494
|
-
}
|
|
34495
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
34496
|
-
background: #fff;
|
|
34497
|
-
font-weight: 400;
|
|
34498
|
-
position: relative;
|
|
34499
|
-
border-bottom: none;
|
|
34500
|
-
color: #00122e;
|
|
34501
|
-
transition: none;
|
|
34502
|
-
padding: 14px 8px 14px 8px;
|
|
34503
|
-
line-height: 20px;
|
|
34504
|
-
}
|
|
34505
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
34506
|
-
content: "";
|
|
34507
|
-
width: 1px;
|
|
34508
|
-
top: 0;
|
|
34509
|
-
bottom: 0;
|
|
34510
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34511
|
-
position: absolute;
|
|
34512
|
-
right: 0;
|
|
34513
|
-
}
|
|
34514
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
34515
|
-
padding: unset;
|
|
34516
|
-
}
|
|
34517
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
34518
|
-
display: none;
|
|
34519
|
-
}
|
|
34520
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34521
|
-
width: 100%;
|
|
34522
|
-
overflow: hidden;
|
|
34523
|
-
white-space: nowrap;
|
|
34524
|
-
text-overflow: ellipsis;
|
|
34525
|
-
}
|
|
34526
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
34527
|
-
overflow: hidden;
|
|
34528
|
-
text-overflow: ellipsis;
|
|
34529
|
-
flex: 1;
|
|
34530
|
-
}
|
|
34531
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
34532
|
-
padding: 15px 25px 15px 8px;
|
|
34533
|
-
}
|
|
34534
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34535
|
-
padding: 0;
|
|
34536
|
-
}
|
|
34537
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
34538
|
-
position: absolute;
|
|
34539
|
-
right: 6px;
|
|
34540
|
-
top: 50%;
|
|
34541
|
-
transform: translateY(-50%);
|
|
34542
|
-
height: 16px;
|
|
34543
|
-
display: none;
|
|
34544
|
-
transition: transform 320ms ease;
|
|
34545
|
-
}
|
|
34546
|
-
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
34547
|
-
display: block;
|
|
34548
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
34385
|
+
margin-top: 8px;
|
|
34549
34386
|
}
|
|
34550
|
-
.
|
|
34551
|
-
|
|
34387
|
+
.E_a138syjm button.ant-btn {
|
|
34388
|
+
padding: 2px 8px;
|
|
34389
|
+
height: 24px;
|
|
34552
34390
|
}
|
|
34553
|
-
.
|
|
34391
|
+
.E_a138syjm > span.maximum-desc {
|
|
34554
34392
|
display: none;
|
|
34393
|
+
margin-left: 8px;
|
|
34394
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34555
34395
|
}
|
|
34556
|
-
.
|
|
34557
|
-
|
|
34396
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34397
|
+
display: inline;
|
|
34558
34398
|
}
|
|
34559
|
-
|
|
34560
|
-
|
|
34399
|
+
|
|
34400
|
+
.E_d77i8u0 {
|
|
34401
|
+
width: 24px;
|
|
34402
|
+
height: 24px;
|
|
34403
|
+
padding: 4px;
|
|
34404
|
+
margin-right: 8px;
|
|
34561
34405
|
}
|
|
34562
|
-
|
|
34563
|
-
|
|
34406
|
+
|
|
34407
|
+
button.E_l48ei06.ant-btn {
|
|
34408
|
+
font-size: 12px;
|
|
34409
|
+
line-height: 18px;
|
|
34410
|
+
height: 18px;
|
|
34564
34411
|
}
|
|
34565
|
-
|
|
34566
|
-
|
|
34412
|
+
|
|
34413
|
+
button.E_l48ei06 {
|
|
34414
|
+
color: #0080FF;
|
|
34415
|
+
height: unset;
|
|
34567
34416
|
}
|
|
34568
|
-
.
|
|
34569
|
-
|
|
34417
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34418
|
+
margin-right: 4px;
|
|
34570
34419
|
}
|
|
34571
|
-
.
|
|
34572
|
-
|
|
34420
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34421
|
+
margin-left: 4px;
|
|
34573
34422
|
}
|
|
34574
|
-
.
|
|
34575
|
-
|
|
34576
|
-
left: 50%;
|
|
34577
|
-
top: 50%;
|
|
34578
|
-
transform: translate(-50%, -50%);
|
|
34423
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34424
|
+
color: #009DFF;
|
|
34579
34425
|
}
|
|
34580
|
-
.
|
|
34581
|
-
|
|
34426
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34427
|
+
color: #005ED1;
|
|
34582
34428
|
}
|
|
34583
|
-
.
|
|
34584
|
-
|
|
34429
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34430
|
+
color: #0080FF;
|
|
34585
34431
|
}
|
|
34586
|
-
.
|
|
34587
|
-
|
|
34432
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34433
|
+
color: #00122E;
|
|
34588
34434
|
}
|
|
34589
|
-
.
|
|
34590
|
-
|
|
34591
|
-
border: none;
|
|
34592
|
-
background: inherit !important;
|
|
34593
|
-
height: 100px;
|
|
34594
|
-
vertical-align: middle;
|
|
34435
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34436
|
+
color: #0080FF;
|
|
34595
34437
|
}
|
|
34596
|
-
.
|
|
34597
|
-
|
|
34598
|
-
font-weight: bold;
|
|
34599
|
-
font-size: 20px;
|
|
34600
|
-
color: rgba(10, 37, 85, 0.6);
|
|
34438
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34439
|
+
color: #005ED1;
|
|
34601
34440
|
}
|
|
34602
|
-
.
|
|
34603
|
-
|
|
34604
|
-
z-index: 10;
|
|
34441
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34442
|
+
color: #00122E;
|
|
34605
34443
|
}
|
|
34606
|
-
.
|
|
34607
|
-
|
|
34608
|
-
position: relative;
|
|
34609
|
-
background: #fff;
|
|
34444
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34445
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34610
34446
|
}
|
|
34611
|
-
.
|
|
34612
|
-
|
|
34613
|
-
display: flex;
|
|
34614
|
-
align-items: center;
|
|
34615
|
-
justify-content: flex-end;
|
|
34616
|
-
padding-right: 8px;
|
|
34447
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34448
|
+
color: #0080FF;
|
|
34617
34449
|
}
|
|
34618
|
-
.
|
|
34619
|
-
|
|
34620
|
-
height: 24px;
|
|
34621
|
-
cursor: pointer;
|
|
34622
|
-
justify-content: center;
|
|
34623
|
-
border-radius: 4px;
|
|
34450
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34451
|
+
color: #005ED1;
|
|
34624
34452
|
}
|
|
34625
|
-
.
|
|
34626
|
-
|
|
34453
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34454
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34627
34455
|
}
|
|
34628
34456
|
|
|
34629
34457
|
.E_sddwhm6 {
|
|
@@ -34701,229 +34529,389 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34701
34529
|
display: inline-block;
|
|
34702
34530
|
}
|
|
34703
34531
|
|
|
34704
|
-
.
|
|
34705
|
-
|
|
34706
|
-
height: 16px;
|
|
34532
|
+
.E_tc97u5y {
|
|
34533
|
+
height: 100%;
|
|
34707
34534
|
}
|
|
34708
34535
|
|
|
34709
|
-
.
|
|
34710
|
-
|
|
34711
|
-
|
|
34536
|
+
.E_efzf37v .ant-table-content {
|
|
34537
|
+
overflow: visible !important;
|
|
34538
|
+
height: 100%;
|
|
34539
|
+
}
|
|
34540
|
+
.E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
34541
|
+
height: 100%;
|
|
34542
|
+
}
|
|
34543
|
+
.E_efzf37v .ant-table-content table {
|
|
34544
|
+
width: 100% !important;
|
|
34545
|
+
height: 100%;
|
|
34546
|
+
}
|
|
34547
|
+
.E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34548
|
+
padding: 15px 0;
|
|
34549
|
+
}
|
|
34550
|
+
.E_efzf37v .ant-table-content table thead.ant-table-thead {
|
|
34551
|
+
display: none;
|
|
34552
|
+
}
|
|
34553
|
+
|
|
34554
|
+
.E_t1fisho6 {
|
|
34555
|
+
height: 100%;
|
|
34556
|
+
}
|
|
34557
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
34558
|
+
padding-top: 6px;
|
|
34559
|
+
padding-bottom: 6px;
|
|
34560
|
+
}
|
|
34561
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
34562
|
+
font-weight: 700;
|
|
34563
|
+
}
|
|
34564
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
34565
|
+
font-weight: 700;
|
|
34566
|
+
}
|
|
34567
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
34568
|
+
height: 100%;
|
|
34569
|
+
}
|
|
34570
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
34571
|
+
height: 100%;
|
|
34572
|
+
overflow: visible;
|
|
34573
|
+
}
|
|
34574
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
34575
|
+
max-height: none;
|
|
34576
|
+
}
|
|
34577
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
34578
|
+
background: transparent;
|
|
34579
|
+
}
|
|
34580
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
34581
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
34582
|
+
background: #fff;
|
|
34583
|
+
padding: 0 !important;
|
|
34584
|
+
}
|
|
34585
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
34586
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34587
|
+
display: flex;
|
|
34588
|
+
align-items: center;
|
|
34589
|
+
height: 100%;
|
|
34590
|
+
padding: 8px;
|
|
34591
|
+
}
|
|
34592
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
34593
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34712
34594
|
overflow: hidden;
|
|
34713
34595
|
text-overflow: ellipsis;
|
|
34714
|
-
|
|
34596
|
+
width: 100%;
|
|
34715
34597
|
}
|
|
34716
|
-
|
|
34717
|
-
|
|
34718
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34719
|
-
line-height: 32px;
|
|
34720
|
-
height: 32px;
|
|
34721
|
-
margin-bottom: 0;
|
|
34598
|
+
.E_t1fisho6 .ant-table-container {
|
|
34599
|
+
height: 100%;
|
|
34722
34600
|
}
|
|
34723
|
-
.
|
|
34724
|
-
|
|
34601
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
34602
|
+
box-shadow: none !important;
|
|
34725
34603
|
}
|
|
34726
|
-
.
|
|
34727
|
-
|
|
34604
|
+
.E_t1fisho6 div.ant-table {
|
|
34605
|
+
border-radius: 0px;
|
|
34606
|
+
border-left: none;
|
|
34607
|
+
border-right: none;
|
|
34608
|
+
border-bottom: none;
|
|
34609
|
+
height: 100%;
|
|
34610
|
+
font-size: 12px;
|
|
34611
|
+
background: transparent;
|
|
34728
34612
|
}
|
|
34729
|
-
.
|
|
34730
|
-
|
|
34613
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
34614
|
+
position: relative;
|
|
34615
|
+
z-index: 3;
|
|
34616
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34617
|
+
margin-bottom: -1px;
|
|
34731
34618
|
}
|
|
34732
|
-
.
|
|
34733
|
-
|
|
34619
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
34620
|
+
.E_t1fisho6 div.ant-table .value {
|
|
34621
|
+
color: #2d3a56;
|
|
34734
34622
|
}
|
|
34735
|
-
.
|
|
34623
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
34624
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
34736
34625
|
color: rgba(44, 56, 82, 0.6);
|
|
34737
34626
|
}
|
|
34738
|
-
|
|
34739
|
-
|
|
34740
|
-
|
|
34741
|
-
color: #00122e;
|
|
34627
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
34628
|
+
position: unset;
|
|
34629
|
+
text-align: center;
|
|
34742
34630
|
}
|
|
34743
|
-
|
|
34744
|
-
|
|
34745
|
-
line-height: 32px;
|
|
34746
|
-
margin-right: 6px;
|
|
34631
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
34632
|
+
background: #fff;
|
|
34747
34633
|
}
|
|
34748
|
-
|
|
34749
|
-
|
|
34750
|
-
|
|
34751
|
-
|
|
34634
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
34635
|
+
cursor: pointer;
|
|
34636
|
+
position: absolute;
|
|
34637
|
+
top: 50%;
|
|
34638
|
+
right: 12px;
|
|
34639
|
+
transform: translateY(-50%);
|
|
34640
|
+
}
|
|
34641
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
34642
|
+
box-shadow: none;
|
|
34643
|
+
width: 1px;
|
|
34644
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34645
|
+
}
|
|
34646
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
34647
|
+
box-shadow: none;
|
|
34648
|
+
width: 1px;
|
|
34649
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34650
|
+
}
|
|
34651
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
34752
34652
|
position: relative;
|
|
34753
|
-
top: -7px;
|
|
34754
34653
|
}
|
|
34755
|
-
.
|
|
34756
|
-
|
|
34654
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
34655
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34656
|
+
border-bottom: 1px solid white;
|
|
34657
|
+
height: 40px;
|
|
34658
|
+
vertical-align: middle;
|
|
34659
|
+
transition: background 0ms;
|
|
34660
|
+
color: #00122e;
|
|
34661
|
+
}
|
|
34662
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
34663
|
+
background: #f2f5fa;
|
|
34664
|
+
border-bottom-color: #f2f5fa;
|
|
34665
|
+
}
|
|
34666
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
34667
|
+
height: auto;
|
|
34668
|
+
color: #00122e;
|
|
34669
|
+
font-size: 12px;
|
|
34670
|
+
text-align: left;
|
|
34671
|
+
transition: none;
|
|
34757
34672
|
overflow: hidden;
|
|
34758
34673
|
text-overflow: ellipsis;
|
|
34759
34674
|
white-space: nowrap;
|
|
34760
34675
|
}
|
|
34761
|
-
|
|
34762
|
-
|
|
34763
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34764
|
-
border-radius: 8px;
|
|
34765
|
-
overflow: auto;
|
|
34676
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
34677
|
+
color: #0096ff;
|
|
34766
34678
|
}
|
|
34767
|
-
.
|
|
34768
|
-
|
|
34679
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
34680
|
+
overflow: hidden;
|
|
34681
|
+
text-overflow: ellipsis;
|
|
34682
|
+
width: 100%;
|
|
34683
|
+
vertical-align: middle;
|
|
34769
34684
|
}
|
|
34770
|
-
.
|
|
34771
|
-
|
|
34772
|
-
top: 0;
|
|
34773
|
-
z-index: 2;
|
|
34774
|
-
display: flex;
|
|
34775
|
-
padding: 8px;
|
|
34776
|
-
flex-wrap: nowrap;
|
|
34777
|
-
justify-content: flex-start;
|
|
34778
|
-
background: #f2f5fa;
|
|
34779
|
-
font-size: 14px;
|
|
34780
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34781
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34685
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
34686
|
+
line-height: 0px;
|
|
34782
34687
|
}
|
|
34783
|
-
.
|
|
34784
|
-
|
|
34688
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
34689
|
+
padding-right: 25px;
|
|
34785
34690
|
}
|
|
34786
|
-
.
|
|
34691
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
34692
|
+
border-top-color: transparent;
|
|
34693
|
+
}
|
|
34694
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
34695
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34696
|
+
border-color: transparent transparent white;
|
|
34697
|
+
}
|
|
34698
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
34699
|
+
border-radius: 8px 0 0 8px;
|
|
34700
|
+
}
|
|
34701
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
34702
|
+
border-radius: 8px 0 0 8px;
|
|
34703
|
+
}
|
|
34704
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
34705
|
+
content: "";
|
|
34706
|
+
width: 4px;
|
|
34707
|
+
top: -1px;
|
|
34708
|
+
bottom: -1px;
|
|
34709
|
+
background: white;
|
|
34710
|
+
}
|
|
34711
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
34712
|
+
border-radius: 0 8px 8px 0;
|
|
34713
|
+
}
|
|
34714
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
34715
|
+
border-radius: 0;
|
|
34716
|
+
background: white;
|
|
34717
|
+
border-top: none;
|
|
34718
|
+
}
|
|
34719
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
34720
|
+
border-top: 1px solid transparent;
|
|
34721
|
+
border-radius: 0 8px 8px 0;
|
|
34722
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34723
|
+
}
|
|
34724
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
34725
|
+
background: white;
|
|
34726
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34727
|
+
}
|
|
34728
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34787
34729
|
display: flex;
|
|
34788
|
-
|
|
34789
|
-
|
|
34790
|
-
|
|
34791
|
-
padding: 8px;
|
|
34792
|
-
border: none;
|
|
34730
|
+
align-items: center;
|
|
34731
|
+
height: 100%;
|
|
34732
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34793
34733
|
}
|
|
34794
|
-
.
|
|
34795
|
-
|
|
34796
|
-
|
|
34797
|
-
order: 99;
|
|
34798
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34734
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
34735
|
+
background: white;
|
|
34736
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34799
34737
|
}
|
|
34800
|
-
.
|
|
34801
|
-
|
|
34802
|
-
|
|
34803
|
-
|
|
34804
|
-
|
|
34738
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
34739
|
+
display: flex;
|
|
34740
|
+
align-items: center;
|
|
34741
|
+
height: 100%;
|
|
34742
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34805
34743
|
}
|
|
34806
|
-
.
|
|
34807
|
-
|
|
34744
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
34745
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34746
|
+
}
|
|
34747
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
34748
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
34749
|
+
border-radius: 8px;
|
|
34808
34750
|
}
|
|
34809
|
-
.
|
|
34810
|
-
|
|
34751
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
34752
|
+
border-top-color: white;
|
|
34811
34753
|
}
|
|
34812
|
-
.
|
|
34813
|
-
|
|
34814
|
-
|
|
34754
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
34755
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34756
|
+
border-bottom-color: transparent;
|
|
34757
|
+
border-top-color: transparent;
|
|
34815
34758
|
}
|
|
34816
|
-
.
|
|
34817
|
-
|
|
34818
|
-
margin: 0;
|
|
34759
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
34760
|
+
border-radius: 8px 0 0 8px;
|
|
34819
34761
|
}
|
|
34820
|
-
.
|
|
34821
|
-
|
|
34762
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
34763
|
+
border-radius: 0 8px 8px 0;
|
|
34822
34764
|
}
|
|
34823
|
-
.
|
|
34824
|
-
|
|
34765
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
34766
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34825
34767
|
}
|
|
34826
|
-
.
|
|
34827
|
-
|
|
34768
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
34769
|
+
background: #fff;
|
|
34770
|
+
font-weight: 400;
|
|
34771
|
+
position: relative;
|
|
34772
|
+
border-bottom: none;
|
|
34773
|
+
color: #00122e;
|
|
34774
|
+
transition: none;
|
|
34775
|
+
padding: 14px 8px 14px 8px;
|
|
34776
|
+
line-height: 20px;
|
|
34828
34777
|
}
|
|
34829
|
-
.
|
|
34830
|
-
|
|
34778
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
34779
|
+
content: "";
|
|
34780
|
+
width: 1px;
|
|
34781
|
+
top: 0;
|
|
34782
|
+
bottom: 0;
|
|
34783
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34784
|
+
position: absolute;
|
|
34785
|
+
right: 0;
|
|
34831
34786
|
}
|
|
34832
|
-
.
|
|
34833
|
-
|
|
34787
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
34788
|
+
padding: unset;
|
|
34834
34789
|
}
|
|
34835
|
-
.
|
|
34836
|
-
|
|
34790
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
34791
|
+
display: none;
|
|
34837
34792
|
}
|
|
34838
|
-
.
|
|
34839
|
-
|
|
34793
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34794
|
+
width: 100%;
|
|
34795
|
+
overflow: hidden;
|
|
34796
|
+
white-space: nowrap;
|
|
34797
|
+
text-overflow: ellipsis;
|
|
34840
34798
|
}
|
|
34841
|
-
.
|
|
34842
|
-
padding: 4px;
|
|
34843
|
-
width: 24px;
|
|
34844
|
-
height: 24px;
|
|
34799
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
34845
34800
|
overflow: hidden;
|
|
34801
|
+
text-overflow: ellipsis;
|
|
34802
|
+
flex: 1;
|
|
34846
34803
|
}
|
|
34847
|
-
.
|
|
34804
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
34805
|
+
padding: 15px 25px 15px 8px;
|
|
34806
|
+
}
|
|
34807
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34848
34808
|
padding: 0;
|
|
34849
34809
|
}
|
|
34850
|
-
.
|
|
34851
|
-
|
|
34852
|
-
|
|
34810
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
34811
|
+
position: absolute;
|
|
34812
|
+
right: 6px;
|
|
34813
|
+
top: 50%;
|
|
34814
|
+
transform: translateY(-50%);
|
|
34815
|
+
height: 16px;
|
|
34816
|
+
display: none;
|
|
34817
|
+
transition: transform 320ms ease;
|
|
34853
34818
|
}
|
|
34854
|
-
.
|
|
34855
|
-
|
|
34819
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
34820
|
+
display: block;
|
|
34821
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34856
34822
|
}
|
|
34857
|
-
.
|
|
34858
|
-
|
|
34859
|
-
border-radius: 5px;
|
|
34860
|
-
font-size: 12px;
|
|
34823
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
34824
|
+
display: block;
|
|
34861
34825
|
}
|
|
34862
|
-
.
|
|
34863
|
-
|
|
34826
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
34827
|
+
display: none;
|
|
34864
34828
|
}
|
|
34865
|
-
.
|
|
34866
|
-
|
|
34867
|
-
font-size: 12px;
|
|
34868
|
-
position: relative;
|
|
34829
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
34830
|
+
transform: translateY(-50%);
|
|
34869
34831
|
}
|
|
34870
|
-
.
|
|
34871
|
-
|
|
34832
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
34833
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34872
34834
|
}
|
|
34873
|
-
.
|
|
34874
|
-
background
|
|
34835
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34836
|
+
background: #f2f5fa;
|
|
34875
34837
|
}
|
|
34876
|
-
|
|
34877
|
-
|
|
34878
|
-
display: flex;
|
|
34879
|
-
align-items: center;
|
|
34880
|
-
margin-top: 8px;
|
|
34838
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
34839
|
+
display: block;
|
|
34881
34840
|
}
|
|
34882
|
-
.
|
|
34883
|
-
padding:
|
|
34884
|
-
height: 24px;
|
|
34841
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
34842
|
+
padding-right: 25px;
|
|
34885
34843
|
}
|
|
34886
|
-
.
|
|
34844
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
34845
|
+
padding: 0 !important;
|
|
34846
|
+
}
|
|
34847
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
34848
|
+
position: absolute;
|
|
34849
|
+
left: 50%;
|
|
34850
|
+
top: 50%;
|
|
34851
|
+
transform: translate(-50%, -50%);
|
|
34852
|
+
}
|
|
34853
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
34887
34854
|
display: none;
|
|
34888
|
-
margin-left: 8px;
|
|
34889
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34890
34855
|
}
|
|
34891
|
-
.
|
|
34892
|
-
|
|
34856
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
34857
|
+
background: #fff;
|
|
34893
34858
|
}
|
|
34894
|
-
|
|
34895
|
-
|
|
34896
|
-
width: 24px;
|
|
34897
|
-
height: 24px;
|
|
34898
|
-
padding: 4px;
|
|
34899
|
-
margin-right: 8px;
|
|
34859
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
34860
|
+
background: inherit;
|
|
34900
34861
|
}
|
|
34901
|
-
|
|
34902
|
-
|
|
34862
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
34863
|
+
position: static;
|
|
34864
|
+
border: none;
|
|
34865
|
+
background: inherit !important;
|
|
34866
|
+
height: 100px;
|
|
34867
|
+
vertical-align: middle;
|
|
34868
|
+
}
|
|
34869
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
34870
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34871
|
+
font-weight: bold;
|
|
34872
|
+
font-size: 20px;
|
|
34873
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34874
|
+
}
|
|
34875
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
34876
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
34877
|
+
z-index: 10;
|
|
34878
|
+
}
|
|
34879
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
34880
|
+
padding: 0 !important;
|
|
34881
|
+
position: relative;
|
|
34882
|
+
background: #fff;
|
|
34883
|
+
}
|
|
34884
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
34885
|
+
height: 100%;
|
|
34903
34886
|
display: flex;
|
|
34904
34887
|
align-items: center;
|
|
34905
|
-
justify-content:
|
|
34906
|
-
|
|
34888
|
+
justify-content: flex-end;
|
|
34889
|
+
padding-right: 8px;
|
|
34907
34890
|
}
|
|
34908
|
-
|
|
34909
|
-
|
|
34910
|
-
|
|
34911
|
-
|
|
34891
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34892
|
+
width: 24px;
|
|
34893
|
+
height: 24px;
|
|
34894
|
+
cursor: pointer;
|
|
34912
34895
|
justify-content: center;
|
|
34913
|
-
|
|
34896
|
+
border-radius: 4px;
|
|
34914
34897
|
}
|
|
34915
|
-
.
|
|
34916
|
-
|
|
34898
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34899
|
+
background: #fff;
|
|
34917
34900
|
}
|
|
34918
34901
|
|
|
34919
34902
|
.E_l12xdkhl {
|
|
34920
34903
|
width: 64px;
|
|
34921
34904
|
height: 64px;
|
|
34905
|
+
max-width: 64px;
|
|
34906
|
+
max-height: 64px;
|
|
34907
|
+
overflow: hidden;
|
|
34922
34908
|
display: flex;
|
|
34923
34909
|
align-items: center;
|
|
34924
34910
|
justify-content: center;
|
|
34925
34911
|
position: relative;
|
|
34926
34912
|
opacity: 0.6;
|
|
34913
|
+
}
|
|
34914
|
+
.E_l12xdkhl .icon-wrapper {
|
|
34927
34915
|
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34928
34916
|
}
|
|
34929
34917
|
@keyframes rotate {
|
|
@@ -34935,6 +34923,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34935
34923
|
}
|
|
34936
34924
|
}
|
|
34937
34925
|
|
|
34926
|
+
.E_r77hffu {
|
|
34927
|
+
display: flex;
|
|
34928
|
+
align-items: center;
|
|
34929
|
+
justify-content: space-between;
|
|
34930
|
+
column-gap: 6px;
|
|
34931
|
+
}
|
|
34932
|
+
|
|
34933
|
+
.E_p1cmxsf7 {
|
|
34934
|
+
display: flex;
|
|
34935
|
+
flex-direction: column;
|
|
34936
|
+
justify-content: center;
|
|
34937
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34938
|
+
}
|
|
34939
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34940
|
+
font-size: 0;
|
|
34941
|
+
}
|
|
34942
|
+
|
|
34938
34943
|
.E_t13ef470 {
|
|
34939
34944
|
height: 100%;
|
|
34940
34945
|
}
|
|
@@ -35148,6 +35153,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35148
35153
|
margin-left: 8px;
|
|
35149
35154
|
}
|
|
35150
35155
|
|
|
35156
|
+
.E_s20iney.skeleton-box {
|
|
35157
|
+
display: flex;
|
|
35158
|
+
align-items: center;
|
|
35159
|
+
justify-content: center;
|
|
35160
|
+
position: relative;
|
|
35161
|
+
border-radius: 2px;
|
|
35162
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35163
|
+
overflow: hidden;
|
|
35164
|
+
}
|
|
35165
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35166
|
+
width: 200%;
|
|
35167
|
+
height: 200%;
|
|
35168
|
+
transform: rotate(15deg);
|
|
35169
|
+
position: absolute;
|
|
35170
|
+
top: -50%;
|
|
35171
|
+
flex-shrink: 0;
|
|
35172
|
+
opacity: 0.8;
|
|
35173
|
+
background: linear-gradient(90deg, #FFFFFF 15%, rgba(255, 255, 255, 0.6) 50%, #FFFFFF 85%);
|
|
35174
|
+
animation: shimmer 1100ms infinite;
|
|
35175
|
+
}
|
|
35176
|
+
@keyframes shimmer {
|
|
35177
|
+
from {
|
|
35178
|
+
left: -120%;
|
|
35179
|
+
}
|
|
35180
|
+
to {
|
|
35181
|
+
left: 100%;
|
|
35182
|
+
}
|
|
35183
|
+
}
|
|
35184
|
+
|
|
35151
35185
|
.E_t1g36k2w {
|
|
35152
35186
|
overflow: hidden;
|
|
35153
35187
|
height: 100%;
|
|
@@ -35196,18 +35230,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35196
35230
|
display: block;
|
|
35197
35231
|
}
|
|
35198
35232
|
|
|
35199
|
-
.E_i14c7jc8 {
|
|
35200
|
-
color: var(--i14c7jc8-0);
|
|
35201
|
-
}
|
|
35202
|
-
|
|
35203
|
-
.E_i1ibuolf {
|
|
35204
|
-
display: flex;
|
|
35205
|
-
align-items: center;
|
|
35206
|
-
column-gap: 4px;
|
|
35207
|
-
font-size: 12px;
|
|
35208
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35209
|
-
}
|
|
35210
|
-
|
|
35211
35233
|
.E_d1u4ndxc {
|
|
35212
35234
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35213
35235
|
font-size: 12px;
|
|
@@ -35237,4 +35259,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35237
35259
|
to {
|
|
35238
35260
|
transform: translateX(100%);
|
|
35239
35261
|
}
|
|
35262
|
+
}
|
|
35263
|
+
|
|
35264
|
+
.E_i14c7jc8 {
|
|
35265
|
+
color: var(--i14c7jc8-0);
|
|
35266
|
+
}
|
|
35267
|
+
|
|
35268
|
+
.E_i1ibuolf {
|
|
35269
|
+
display: flex;
|
|
35270
|
+
align-items: center;
|
|
35271
|
+
column-gap: 4px;
|
|
35272
|
+
font-size: 12px;
|
|
35273
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35240
35274
|
}
|