@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/components.css
CHANGED
|
@@ -29611,29 +29611,23 @@ html body {
|
|
|
29611
29611
|
width: 100%;
|
|
29612
29612
|
}
|
|
29613
29613
|
|
|
29614
|
-
.
|
|
29615
|
-
|
|
29614
|
+
.E_berrcjl {
|
|
29615
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29616
|
+
margin-bottom: 4px;
|
|
29616
29617
|
}
|
|
29617
29618
|
|
|
29618
|
-
.
|
|
29619
|
-
|
|
29620
|
-
|
|
29621
|
-
|
|
29622
|
-
line-height: 32px;
|
|
29619
|
+
.E_berrcjl .breadcrumb-link {
|
|
29620
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29621
|
+
cursor: pointer;
|
|
29622
|
+
transition: color 160ms ease;
|
|
29623
29623
|
}
|
|
29624
29624
|
|
|
29625
|
-
.
|
|
29626
|
-
|
|
29627
|
-
border-radius: 8px;
|
|
29628
|
-
background: #fff;
|
|
29625
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29626
|
+
color: #0080ff;
|
|
29629
29627
|
}
|
|
29630
29628
|
|
|
29631
|
-
.
|
|
29632
|
-
|
|
29633
|
-
font-size: 14px;
|
|
29634
|
-
line-height: 22px;
|
|
29635
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29636
|
-
text-align: center;
|
|
29629
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29630
|
+
color: #005ed1;
|
|
29637
29631
|
}
|
|
29638
29632
|
|
|
29639
29633
|
.E_b1nip9bk {
|
|
@@ -29671,136 +29665,6 @@ html body {
|
|
|
29671
29665
|
border-radius: unset;
|
|
29672
29666
|
}
|
|
29673
29667
|
|
|
29674
|
-
.E_d1bw7c5z {
|
|
29675
|
-
position: relative;
|
|
29676
|
-
max-width: 388px;
|
|
29677
|
-
min-width: 285px;
|
|
29678
|
-
}
|
|
29679
|
-
|
|
29680
|
-
.E_d1bw7c5z .center {
|
|
29681
|
-
position: absolute;
|
|
29682
|
-
font-size: 12px;
|
|
29683
|
-
width: 80px;
|
|
29684
|
-
height: 100px;
|
|
29685
|
-
top: 0;
|
|
29686
|
-
left: 35px;
|
|
29687
|
-
display: flex;
|
|
29688
|
-
flex-direction: column;
|
|
29689
|
-
justify-content: center;
|
|
29690
|
-
align-items: center;
|
|
29691
|
-
color: #00122e;
|
|
29692
|
-
}
|
|
29693
|
-
|
|
29694
|
-
.E_d1bw7c5z .center .number {
|
|
29695
|
-
font-size: 24px;
|
|
29696
|
-
font-weight: 700;
|
|
29697
|
-
}
|
|
29698
|
-
|
|
29699
|
-
.E_d1bw7c5z .center .text {
|
|
29700
|
-
padding: 0 5px;
|
|
29701
|
-
font-size: 12px;
|
|
29702
|
-
width: inherit;
|
|
29703
|
-
text-align: center;
|
|
29704
|
-
}
|
|
29705
|
-
|
|
29706
|
-
.E_d1bw7c5z .recharts-wrapper {
|
|
29707
|
-
display: flex;
|
|
29708
|
-
}
|
|
29709
|
-
|
|
29710
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29711
|
-
position: relative !important;
|
|
29712
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29713
|
-
left: 0 !important;
|
|
29714
|
-
bottom: 0 !important;
|
|
29715
|
-
display: flex;
|
|
29716
|
-
align-items: center;
|
|
29717
|
-
}
|
|
29718
|
-
|
|
29719
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29720
|
-
width: 100%;
|
|
29721
|
-
}
|
|
29722
|
-
|
|
29723
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29724
|
-
width: 100%;
|
|
29725
|
-
margin-right: 0 !important;
|
|
29726
|
-
line-height: 18px;
|
|
29727
|
-
}
|
|
29728
|
-
|
|
29729
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29730
|
-
border-radius: 2px;
|
|
29731
|
-
}
|
|
29732
|
-
|
|
29733
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29734
|
-
min-width: 75px;
|
|
29735
|
-
max-width: 198px;
|
|
29736
|
-
width: calc(100% - 20px);
|
|
29737
|
-
margin-left: 2px;
|
|
29738
|
-
color: #00122e !important;
|
|
29739
|
-
display: inline-flex;
|
|
29740
|
-
justify-content: space-between;
|
|
29741
|
-
}
|
|
29742
|
-
|
|
29743
|
-
.E_d1bw7c5z .tooltip-text {
|
|
29744
|
-
maxwidth: calc(100% - 12px);
|
|
29745
|
-
cursor: pointer;
|
|
29746
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29747
|
-
overflow: hidden;
|
|
29748
|
-
text-overflow: ellipsis;
|
|
29749
|
-
white-space: nowrap;
|
|
29750
|
-
}
|
|
29751
|
-
|
|
29752
|
-
.E_d1bw7c5z .value {
|
|
29753
|
-
color: rgba(44, 56, 82, 0.75);
|
|
29754
|
-
}
|
|
29755
|
-
|
|
29756
|
-
.E_t10pqbtc {
|
|
29757
|
-
width: 140px;
|
|
29758
|
-
}
|
|
29759
|
-
|
|
29760
|
-
.E_t10pqbtc .item {
|
|
29761
|
-
margin: 6px auto;
|
|
29762
|
-
display: flex;
|
|
29763
|
-
justify-content: space-between;
|
|
29764
|
-
}
|
|
29765
|
-
|
|
29766
|
-
.E_t10pqbtc .item .name {
|
|
29767
|
-
width: 102px;
|
|
29768
|
-
}
|
|
29769
|
-
|
|
29770
|
-
.E_berrcjl {
|
|
29771
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29772
|
-
margin-bottom: 4px;
|
|
29773
|
-
}
|
|
29774
|
-
|
|
29775
|
-
.E_berrcjl .breadcrumb-link {
|
|
29776
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29777
|
-
cursor: pointer;
|
|
29778
|
-
transition: color 160ms ease;
|
|
29779
|
-
}
|
|
29780
|
-
|
|
29781
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29782
|
-
color: #0080ff;
|
|
29783
|
-
}
|
|
29784
|
-
|
|
29785
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29786
|
-
color: #005ed1;
|
|
29787
|
-
}
|
|
29788
|
-
|
|
29789
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29790
|
-
padding: 4px 8px 0 8px;
|
|
29791
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29792
|
-
font-size: 12px;
|
|
29793
|
-
}
|
|
29794
|
-
|
|
29795
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29796
|
-
padding-bottom: 6px;
|
|
29797
|
-
}
|
|
29798
|
-
|
|
29799
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29800
|
-
padding-top: 4px;
|
|
29801
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29802
|
-
}
|
|
29803
|
-
|
|
29804
29668
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29805
29669
|
justify-content: center;
|
|
29806
29670
|
}
|
|
@@ -30093,78 +29957,226 @@ button.E_n7k2c6r {
|
|
|
30093
29957
|
padding: 0;
|
|
30094
29958
|
}
|
|
30095
29959
|
|
|
30096
|
-
.
|
|
30097
|
-
|
|
30098
|
-
}
|
|
30099
|
-
|
|
30100
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30101
|
-
border: 0px;
|
|
30102
|
-
background-color: #fff;
|
|
29960
|
+
.E_c1uzzomf {
|
|
29961
|
+
margin-bottom: 16px;
|
|
30103
29962
|
}
|
|
30104
29963
|
|
|
30105
|
-
.
|
|
30106
|
-
|
|
30107
|
-
|
|
30108
|
-
|
|
30109
|
-
|
|
29964
|
+
.E_c1uzzomf .card-title {
|
|
29965
|
+
font-size: 16px;
|
|
29966
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29967
|
+
font-weight: 700;
|
|
29968
|
+
line-height: 32px;
|
|
30110
29969
|
}
|
|
30111
29970
|
|
|
30112
|
-
.
|
|
30113
|
-
|
|
29971
|
+
.E_c1uzzomf .card-body {
|
|
29972
|
+
padding: 24px;
|
|
29973
|
+
border-radius: 8px;
|
|
29974
|
+
background: #fff;
|
|
30114
29975
|
}
|
|
30115
29976
|
|
|
30116
|
-
.
|
|
30117
|
-
|
|
29977
|
+
.E_c1uzzomf .empty {
|
|
29978
|
+
font-weight: 700;
|
|
29979
|
+
font-size: 14px;
|
|
29980
|
+
line-height: 22px;
|
|
29981
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29982
|
+
text-align: center;
|
|
30118
29983
|
}
|
|
30119
29984
|
|
|
30120
|
-
.
|
|
30121
|
-
|
|
30122
|
-
cursor: default;
|
|
29985
|
+
.E_c1yyuluq {
|
|
29986
|
+
border-radius: 8px;
|
|
30123
29987
|
}
|
|
30124
29988
|
|
|
30125
|
-
.
|
|
30126
|
-
|
|
30127
|
-
justify-content: space-between;
|
|
30128
|
-
align-items: center;
|
|
30129
|
-
padding: 10px 0;
|
|
30130
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30131
|
-
font-size: 12px;
|
|
30132
|
-
line-height: 24px;
|
|
29989
|
+
.E_c1yyuluq .ant-card-body {
|
|
29990
|
+
padding: 20px 24px 24px 24px;
|
|
30133
29991
|
}
|
|
30134
29992
|
|
|
30135
|
-
.
|
|
30136
|
-
|
|
29993
|
+
.E_d1bw7c5z {
|
|
29994
|
+
position: relative;
|
|
29995
|
+
max-width: 388px;
|
|
29996
|
+
min-width: 285px;
|
|
30137
29997
|
}
|
|
30138
29998
|
|
|
30139
|
-
.
|
|
29999
|
+
.E_d1bw7c5z .center {
|
|
30000
|
+
position: absolute;
|
|
30001
|
+
font-size: 12px;
|
|
30002
|
+
width: 80px;
|
|
30003
|
+
height: 100px;
|
|
30004
|
+
top: 0;
|
|
30005
|
+
left: 35px;
|
|
30140
30006
|
display: flex;
|
|
30007
|
+
flex-direction: column;
|
|
30008
|
+
justify-content: center;
|
|
30141
30009
|
align-items: center;
|
|
30142
|
-
|
|
30143
|
-
cursor: pointer;
|
|
30144
|
-
transition: all 0.3s ease;
|
|
30010
|
+
color: #00122e;
|
|
30145
30011
|
}
|
|
30146
30012
|
|
|
30147
|
-
.
|
|
30148
|
-
|
|
30149
|
-
|
|
30013
|
+
.E_d1bw7c5z .center .number {
|
|
30014
|
+
font-size: 24px;
|
|
30015
|
+
font-weight: 700;
|
|
30150
30016
|
}
|
|
30151
30017
|
|
|
30152
|
-
.
|
|
30153
|
-
|
|
30018
|
+
.E_d1bw7c5z .center .text {
|
|
30019
|
+
padding: 0 5px;
|
|
30020
|
+
font-size: 12px;
|
|
30021
|
+
width: inherit;
|
|
30022
|
+
text-align: center;
|
|
30154
30023
|
}
|
|
30155
30024
|
|
|
30156
|
-
.
|
|
30025
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30026
|
+
display: flex;
|
|
30027
|
+
}
|
|
30028
|
+
|
|
30029
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30030
|
+
position: relative !important;
|
|
30031
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30032
|
+
left: 0 !important;
|
|
30033
|
+
bottom: 0 !important;
|
|
30157
30034
|
display: flex;
|
|
30158
30035
|
align-items: center;
|
|
30159
|
-
color: #0080ff;
|
|
30160
|
-
font-weight: bold;
|
|
30161
30036
|
}
|
|
30162
30037
|
|
|
30163
|
-
.
|
|
30164
|
-
|
|
30038
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30039
|
+
width: 100%;
|
|
30165
30040
|
}
|
|
30166
30041
|
|
|
30167
|
-
.
|
|
30042
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30043
|
+
width: 100%;
|
|
30044
|
+
margin-right: 0 !important;
|
|
30045
|
+
line-height: 18px;
|
|
30046
|
+
}
|
|
30047
|
+
|
|
30048
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30049
|
+
border-radius: 2px;
|
|
30050
|
+
}
|
|
30051
|
+
|
|
30052
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30053
|
+
min-width: 75px;
|
|
30054
|
+
max-width: 198px;
|
|
30055
|
+
width: calc(100% - 20px);
|
|
30056
|
+
margin-left: 2px;
|
|
30057
|
+
color: #00122e !important;
|
|
30058
|
+
display: inline-flex;
|
|
30059
|
+
justify-content: space-between;
|
|
30060
|
+
}
|
|
30061
|
+
|
|
30062
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30063
|
+
maxwidth: calc(100% - 12px);
|
|
30064
|
+
cursor: pointer;
|
|
30065
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30066
|
+
overflow: hidden;
|
|
30067
|
+
text-overflow: ellipsis;
|
|
30068
|
+
white-space: nowrap;
|
|
30069
|
+
}
|
|
30070
|
+
|
|
30071
|
+
.E_d1bw7c5z .value {
|
|
30072
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30073
|
+
}
|
|
30074
|
+
|
|
30075
|
+
.E_t10pqbtc {
|
|
30076
|
+
width: 140px;
|
|
30077
|
+
}
|
|
30078
|
+
|
|
30079
|
+
.E_t10pqbtc .item {
|
|
30080
|
+
margin: 6px auto;
|
|
30081
|
+
display: flex;
|
|
30082
|
+
justify-content: space-between;
|
|
30083
|
+
}
|
|
30084
|
+
|
|
30085
|
+
.E_t10pqbtc .item .name {
|
|
30086
|
+
width: 102px;
|
|
30087
|
+
}
|
|
30088
|
+
|
|
30089
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30090
|
+
line-height: 18px;
|
|
30091
|
+
}
|
|
30092
|
+
|
|
30093
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30094
|
+
padding: 4px 8px 0 8px;
|
|
30095
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30096
|
+
font-size: 12px;
|
|
30097
|
+
}
|
|
30098
|
+
|
|
30099
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30100
|
+
padding-bottom: 6px;
|
|
30101
|
+
}
|
|
30102
|
+
|
|
30103
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30104
|
+
padding-top: 4px;
|
|
30105
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30106
|
+
}
|
|
30107
|
+
|
|
30108
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30109
|
+
display: flex;
|
|
30110
|
+
}
|
|
30111
|
+
|
|
30112
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30113
|
+
border: 0px;
|
|
30114
|
+
background-color: #fff;
|
|
30115
|
+
}
|
|
30116
|
+
|
|
30117
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30118
|
+
padding-top: 0px;
|
|
30119
|
+
padding-bottom: 0px;
|
|
30120
|
+
padding-left: 0px !important;
|
|
30121
|
+
padding-right: 24px;
|
|
30122
|
+
}
|
|
30123
|
+
|
|
30124
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30125
|
+
right: 0px;
|
|
30126
|
+
}
|
|
30127
|
+
|
|
30128
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30129
|
+
padding: 0px;
|
|
30130
|
+
}
|
|
30131
|
+
|
|
30132
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30133
|
+
padding-right: 0px;
|
|
30134
|
+
cursor: default;
|
|
30135
|
+
}
|
|
30136
|
+
|
|
30137
|
+
.E_phljevk {
|
|
30138
|
+
display: flex;
|
|
30139
|
+
justify-content: space-between;
|
|
30140
|
+
align-items: center;
|
|
30141
|
+
padding: 10px 0;
|
|
30142
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30143
|
+
font-size: 12px;
|
|
30144
|
+
line-height: 24px;
|
|
30145
|
+
}
|
|
30146
|
+
|
|
30147
|
+
.E_phljevk .pagination-left {
|
|
30148
|
+
padding: 2px 8px;
|
|
30149
|
+
}
|
|
30150
|
+
|
|
30151
|
+
.E_phljevk .dropdown-trigger {
|
|
30152
|
+
display: flex;
|
|
30153
|
+
align-items: center;
|
|
30154
|
+
border-radius: 6px;
|
|
30155
|
+
cursor: pointer;
|
|
30156
|
+
transition: all 0.3s ease;
|
|
30157
|
+
}
|
|
30158
|
+
|
|
30159
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30160
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30161
|
+
color: #0080ff;
|
|
30162
|
+
}
|
|
30163
|
+
|
|
30164
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30165
|
+
margin-left: 4px;
|
|
30166
|
+
}
|
|
30167
|
+
|
|
30168
|
+
.E_phljevk .pagination-right {
|
|
30169
|
+
display: flex;
|
|
30170
|
+
align-items: center;
|
|
30171
|
+
color: #0080ff;
|
|
30172
|
+
font-weight: bold;
|
|
30173
|
+
}
|
|
30174
|
+
|
|
30175
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30176
|
+
margin-left: 4px;
|
|
30177
|
+
}
|
|
30178
|
+
|
|
30179
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30168
30180
|
.E_phljevk .pagination-right .next-btn {
|
|
30169
30181
|
padding: 0 8px;
|
|
30170
30182
|
}
|
|
@@ -30189,14 +30201,6 @@ button.E_n7k2c6r {
|
|
|
30189
30201
|
line-height: 18px;
|
|
30190
30202
|
}
|
|
30191
30203
|
|
|
30192
|
-
.E_c1yyuluq {
|
|
30193
|
-
border-radius: 8px;
|
|
30194
|
-
}
|
|
30195
|
-
|
|
30196
|
-
.E_c1yyuluq .ant-card-body {
|
|
30197
|
-
padding: 20px 24px 24px 24px;
|
|
30198
|
-
}
|
|
30199
|
-
|
|
30200
30204
|
.E_rapgekc.ant-radio-wrapper {
|
|
30201
30205
|
display: inline-flex;
|
|
30202
30206
|
align-items: baseline;
|
|
@@ -30376,10 +30380,6 @@ button.E_n7k2c6r {
|
|
|
30376
30380
|
width: 36px;
|
|
30377
30381
|
}
|
|
30378
30382
|
|
|
30379
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30380
|
-
line-height: 18px;
|
|
30381
|
-
}
|
|
30382
|
-
|
|
30383
30383
|
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30384
30384
|
border-radius: 6px;
|
|
30385
30385
|
}
|
|
@@ -30461,95 +30461,146 @@ button.E_n7k2c6r {
|
|
|
30461
30461
|
color: rgba(44, 56, 82, 0.6);
|
|
30462
30462
|
}
|
|
30463
30463
|
|
|
30464
|
-
.
|
|
30465
|
-
|
|
30466
|
-
|
|
30467
|
-
width: 14px;
|
|
30468
|
-
border-radius: 50%;
|
|
30469
|
-
flex-shrink: 0;
|
|
30470
|
-
display: flex;
|
|
30471
|
-
align-items: center;
|
|
30472
|
-
justify-content: center;
|
|
30473
|
-
border: 1px solid var(--color);
|
|
30464
|
+
.E_s1sck0th {
|
|
30465
|
+
padding: 0 8px;
|
|
30466
|
+
border-radius: 4px;
|
|
30474
30467
|
}
|
|
30475
30468
|
|
|
30476
|
-
.
|
|
30477
|
-
|
|
30478
|
-
|
|
30479
|
-
width: 10px;
|
|
30480
|
-
border-radius: 50%;
|
|
30481
|
-
overflow: hidden;
|
|
30469
|
+
.E_m855nr1 {
|
|
30470
|
+
padding: 2px 8px;
|
|
30471
|
+
border-radius: 3px;
|
|
30482
30472
|
}
|
|
30483
30473
|
|
|
30484
|
-
.
|
|
30485
|
-
|
|
30486
|
-
|
|
30487
|
-
width: 100%;
|
|
30488
|
-
left: 0;
|
|
30489
|
-
top: 0;
|
|
30490
|
-
border-radius: 50%;
|
|
30491
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30492
|
-
transform: rotate(180deg);
|
|
30474
|
+
.E_l1270xpg {
|
|
30475
|
+
padding: 3px 8px;
|
|
30476
|
+
border-radius: 2px;
|
|
30493
30477
|
}
|
|
30494
30478
|
|
|
30495
|
-
.
|
|
30496
|
-
|
|
30497
|
-
height: 100%;
|
|
30498
|
-
width: 100%;
|
|
30499
|
-
left: 0;
|
|
30500
|
-
top: 0;
|
|
30501
|
-
margin-left: 50%;
|
|
30502
|
-
transform-origin: left;
|
|
30503
|
-
background: white;
|
|
30504
|
-
transform: rotate(0deg);
|
|
30479
|
+
.E_t14rextb.ant-tag:hover {
|
|
30480
|
+
opacity: unset;
|
|
30505
30481
|
}
|
|
30506
30482
|
|
|
30507
|
-
.
|
|
30508
|
-
|
|
30483
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30484
|
+
margin: 0;
|
|
30485
|
+
margin-right: 8px;
|
|
30486
|
+
display: inline-flex;
|
|
30487
|
+
align-items: center;
|
|
30488
|
+
border: none;
|
|
30509
30489
|
}
|
|
30510
30490
|
|
|
30511
|
-
.
|
|
30512
|
-
|
|
30513
|
-
height:
|
|
30514
|
-
|
|
30515
|
-
|
|
30491
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30492
|
+
width: 16px;
|
|
30493
|
+
height: 16px;
|
|
30494
|
+
color: inherit;
|
|
30495
|
+
margin-left: 4px;
|
|
30496
|
+
opacity: 0.6;
|
|
30497
|
+
display: inline-flex;
|
|
30516
30498
|
}
|
|
30517
30499
|
|
|
30518
|
-
.
|
|
30519
|
-
|
|
30500
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30501
|
+
opacity: 1;
|
|
30520
30502
|
}
|
|
30521
30503
|
|
|
30522
|
-
.
|
|
30523
|
-
|
|
30524
|
-
|
|
30504
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30505
|
+
color: #0080ff;
|
|
30506
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30525
30507
|
}
|
|
30526
30508
|
|
|
30527
|
-
.
|
|
30528
|
-
|
|
30529
|
-
|
|
30509
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30510
|
+
color: #f0483e;
|
|
30511
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30530
30512
|
}
|
|
30531
30513
|
|
|
30532
|
-
.
|
|
30533
|
-
|
|
30534
|
-
|
|
30514
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30515
|
+
color: #e07f00;
|
|
30516
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30535
30517
|
}
|
|
30536
30518
|
|
|
30537
|
-
.
|
|
30538
|
-
|
|
30539
|
-
|
|
30519
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30520
|
+
color: #008f4c;
|
|
30521
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30540
30522
|
}
|
|
30541
30523
|
|
|
30542
|
-
.
|
|
30543
|
-
|
|
30544
|
-
|
|
30545
|
-
top: 1px;
|
|
30546
|
-
left: 1px;
|
|
30524
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30525
|
+
color: #1d326c;
|
|
30526
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30547
30527
|
}
|
|
30548
30528
|
|
|
30549
|
-
.
|
|
30550
|
-
|
|
30551
|
-
|
|
30552
|
-
}
|
|
30529
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30530
|
+
color: #7E41FF;
|
|
30531
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30532
|
+
}
|
|
30533
|
+
|
|
30534
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30535
|
+
color: #fff;
|
|
30536
|
+
}
|
|
30537
|
+
|
|
30538
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30539
|
+
background-color: #f0483e;
|
|
30540
|
+
}
|
|
30541
|
+
|
|
30542
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30543
|
+
background-color: #fea008;
|
|
30544
|
+
}
|
|
30545
|
+
|
|
30546
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30547
|
+
background-color: #00ba5d;
|
|
30548
|
+
}
|
|
30549
|
+
|
|
30550
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30551
|
+
background-color: #0080ff;
|
|
30552
|
+
}
|
|
30553
|
+
|
|
30554
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30555
|
+
background-color: #6b7d99;
|
|
30556
|
+
}
|
|
30557
|
+
|
|
30558
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30559
|
+
background-color: #7E41FF;
|
|
30560
|
+
}
|
|
30561
|
+
|
|
30562
|
+
.E_s1dizucg.ant-switch {
|
|
30563
|
+
min-width: 40px;
|
|
30564
|
+
height: 24px;
|
|
30565
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30566
|
+
overflow: hidden;
|
|
30567
|
+
}
|
|
30568
|
+
|
|
30569
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30570
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30571
|
+
}
|
|
30572
|
+
|
|
30573
|
+
.E_s1dizucg.ant-switch-small {
|
|
30574
|
+
min-width: 26px;
|
|
30575
|
+
height: 16px;
|
|
30576
|
+
}
|
|
30577
|
+
|
|
30578
|
+
.E_s1dizucg.ant-switch-large {
|
|
30579
|
+
min-width: 52px;
|
|
30580
|
+
height: 32px;
|
|
30581
|
+
}
|
|
30582
|
+
|
|
30583
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30584
|
+
height: 20px;
|
|
30585
|
+
width: 20px;
|
|
30586
|
+
}
|
|
30587
|
+
|
|
30588
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30589
|
+
border-radius: 10px;
|
|
30590
|
+
transition-delay: 120ms;
|
|
30591
|
+
}
|
|
30592
|
+
|
|
30593
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30594
|
+
height: 14px;
|
|
30595
|
+
width: 14px;
|
|
30596
|
+
top: 1px;
|
|
30597
|
+
left: 1px;
|
|
30598
|
+
}
|
|
30599
|
+
|
|
30600
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30601
|
+
height: 28px;
|
|
30602
|
+
width: 28px;
|
|
30603
|
+
}
|
|
30553
30604
|
|
|
30554
30605
|
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30555
30606
|
border-radius: 14px;
|
|
@@ -30575,57 +30626,154 @@ button.E_n7k2c6r {
|
|
|
30575
30626
|
margin-left: 5px;
|
|
30576
30627
|
}
|
|
30577
30628
|
|
|
30578
|
-
.
|
|
30579
|
-
|
|
30629
|
+
.E_c1bus5hc {
|
|
30630
|
+
--color: white;
|
|
30631
|
+
height: 14px;
|
|
30632
|
+
width: 14px;
|
|
30633
|
+
border-radius: 50%;
|
|
30634
|
+
flex-shrink: 0;
|
|
30635
|
+
display: flex;
|
|
30636
|
+
align-items: center;
|
|
30637
|
+
justify-content: center;
|
|
30638
|
+
border: 1px solid var(--color);
|
|
30639
|
+
}
|
|
30640
|
+
|
|
30641
|
+
.E_c1bus5hc .circle-inner {
|
|
30642
|
+
position: relative;
|
|
30643
|
+
height: 10px;
|
|
30644
|
+
width: 10px;
|
|
30645
|
+
border-radius: 50%;
|
|
30646
|
+
overflow: hidden;
|
|
30647
|
+
}
|
|
30648
|
+
|
|
30649
|
+
.E_c1bus5hc .circle-content {
|
|
30650
|
+
position: absolute;
|
|
30651
|
+
height: 100%;
|
|
30580
30652
|
width: 100%;
|
|
30653
|
+
left: 0;
|
|
30654
|
+
top: 0;
|
|
30655
|
+
border-radius: 50%;
|
|
30656
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30657
|
+
transform: rotate(180deg);
|
|
30581
30658
|
}
|
|
30582
30659
|
|
|
30583
|
-
.
|
|
30584
|
-
|
|
30660
|
+
.E_c1bus5hc .circle-child {
|
|
30661
|
+
position: absolute;
|
|
30662
|
+
height: 100%;
|
|
30663
|
+
width: 100%;
|
|
30664
|
+
left: 0;
|
|
30665
|
+
top: 0;
|
|
30666
|
+
margin-left: 50%;
|
|
30667
|
+
transform-origin: left;
|
|
30668
|
+
background: white;
|
|
30669
|
+
transform: rotate(0deg);
|
|
30585
30670
|
}
|
|
30586
30671
|
|
|
30587
|
-
.
|
|
30588
|
-
|
|
30672
|
+
.E_iq1gosr {
|
|
30673
|
+
display: inline-block;
|
|
30589
30674
|
}
|
|
30590
30675
|
|
|
30591
|
-
.
|
|
30676
|
+
.E_tju3gfj .date {
|
|
30677
|
+
margin-right: 4px;
|
|
30678
|
+
}
|
|
30679
|
+
|
|
30680
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30681
|
+
display: none;
|
|
30682
|
+
}
|
|
30683
|
+
|
|
30684
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30685
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30686
|
+
border-radius: 4px;
|
|
30687
|
+
}
|
|
30688
|
+
|
|
30689
|
+
.E_s1dni7lo {
|
|
30690
|
+
width: 430px !important;
|
|
30691
|
+
}
|
|
30692
|
+
|
|
30693
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30694
|
+
padding: 8px 16px;
|
|
30695
|
+
line-height: 18px;
|
|
30696
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30697
|
+
height: 34px;
|
|
30698
|
+
min-height: 34px;
|
|
30699
|
+
box-sizing: border-box;
|
|
30700
|
+
margin-top: 8px;
|
|
30701
|
+
}
|
|
30702
|
+
|
|
30703
|
+
.E_o1ugr09p {
|
|
30592
30704
|
display: flex;
|
|
30593
|
-
|
|
30594
|
-
|
|
30595
|
-
|
|
30596
|
-
|
|
30597
|
-
color: #cccccc;
|
|
30598
|
-
white-space: nowrap;
|
|
30705
|
+
flex-direction: column;
|
|
30706
|
+
margin: 1px 8px;
|
|
30707
|
+
padding: 8px;
|
|
30708
|
+
border-radius: 4px;
|
|
30599
30709
|
}
|
|
30600
30710
|
|
|
30601
|
-
.
|
|
30602
|
-
|
|
30711
|
+
.E_o1ugr09p .selected-icon {
|
|
30712
|
+
display: none;
|
|
30603
30713
|
}
|
|
30604
30714
|
|
|
30605
|
-
.
|
|
30606
|
-
|
|
30607
|
-
color: white;
|
|
30715
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30716
|
+
padding-left: 8px;
|
|
30608
30717
|
}
|
|
30609
30718
|
|
|
30610
|
-
.
|
|
30611
|
-
|
|
30612
|
-
height: 8px;
|
|
30613
|
-
border-radius: 2px;
|
|
30614
|
-
display: inline-block;
|
|
30615
|
-
background: var(--s11212zy-0);
|
|
30616
|
-
border: 1px solid #fff;
|
|
30617
|
-
box-sizing: content-box;
|
|
30618
|
-
margin-right: 6px;
|
|
30719
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30720
|
+
background-color: white;
|
|
30619
30721
|
}
|
|
30620
30722
|
|
|
30621
|
-
.
|
|
30622
|
-
|
|
30623
|
-
color: white;
|
|
30624
|
-
margin-right: 4px;
|
|
30723
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30724
|
+
color: #0080ff;
|
|
30625
30725
|
}
|
|
30626
30726
|
|
|
30627
|
-
.
|
|
30628
|
-
|
|
30727
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30728
|
+
display: block;
|
|
30729
|
+
}
|
|
30730
|
+
|
|
30731
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30732
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30733
|
+
}
|
|
30734
|
+
|
|
30735
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30736
|
+
color: #0080ff;
|
|
30737
|
+
}
|
|
30738
|
+
|
|
30739
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30740
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30741
|
+
color: #0080ff;
|
|
30742
|
+
}
|
|
30743
|
+
|
|
30744
|
+
.E_o1ifxsq4 {
|
|
30745
|
+
display: flex;
|
|
30746
|
+
justify-content: space-between;
|
|
30747
|
+
height: 20px;
|
|
30748
|
+
line-height: 20px;
|
|
30749
|
+
}
|
|
30750
|
+
|
|
30751
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30752
|
+
color: #2d3a56;
|
|
30753
|
+
overflow: hidden;
|
|
30754
|
+
text-overflow: ellipsis;
|
|
30755
|
+
}
|
|
30756
|
+
|
|
30757
|
+
.E_o1zue7 {
|
|
30758
|
+
display: flex;
|
|
30759
|
+
justify-content: space-between;
|
|
30760
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30761
|
+
height: 18px;
|
|
30762
|
+
line-height: 18px;
|
|
30763
|
+
margin-top: 2px;
|
|
30764
|
+
}
|
|
30765
|
+
|
|
30766
|
+
.E_tyfmlxg {
|
|
30767
|
+
border: none;
|
|
30768
|
+
margin-right: 0;
|
|
30769
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30770
|
+
}
|
|
30771
|
+
|
|
30772
|
+
.E_o18uybox {
|
|
30773
|
+
pointer-events: none;
|
|
30774
|
+
height: 32px;
|
|
30775
|
+
width: 100%;
|
|
30776
|
+
opacity: 0;
|
|
30629
30777
|
}
|
|
30630
30778
|
|
|
30631
30779
|
.E_s1ebs0ra {
|
|
@@ -30699,20 +30847,246 @@ button.E_n7k2c6r {
|
|
|
30699
30847
|
background: #fff;
|
|
30700
30848
|
}
|
|
30701
30849
|
|
|
30702
|
-
.
|
|
30703
|
-
|
|
30704
|
-
|
|
30705
|
-
|
|
30850
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
30851
|
+
background: #edf0f7;
|
|
30852
|
+
padding: 32px 8px;
|
|
30853
|
+
overflow: auto;
|
|
30706
30854
|
}
|
|
30707
30855
|
|
|
30708
|
-
.
|
|
30709
|
-
|
|
30710
|
-
|
|
30711
|
-
|
|
30712
|
-
border-top: none;
|
|
30856
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
30857
|
+
display: flex;
|
|
30858
|
+
flex-direction: column;
|
|
30859
|
+
justify-content: space-between;
|
|
30713
30860
|
}
|
|
30714
30861
|
|
|
30715
|
-
.
|
|
30862
|
+
.E_s1at6qmn footer {
|
|
30863
|
+
display: flex;
|
|
30864
|
+
}
|
|
30865
|
+
|
|
30866
|
+
.E_s1at6qmn .ant-menu {
|
|
30867
|
+
background: #edf0f7;
|
|
30868
|
+
}
|
|
30869
|
+
|
|
30870
|
+
.E_s1at6qmn .ant-menu a {
|
|
30871
|
+
color: #00122e;
|
|
30872
|
+
width: 180px;
|
|
30873
|
+
overflow: hidden;
|
|
30874
|
+
text-overflow: ellipsis;
|
|
30875
|
+
}
|
|
30876
|
+
|
|
30877
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
30878
|
+
margin-bottom: 24px;
|
|
30879
|
+
}
|
|
30880
|
+
|
|
30881
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
30882
|
+
margin: 0;
|
|
30883
|
+
}
|
|
30884
|
+
|
|
30885
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
30886
|
+
font-size: 12px;
|
|
30887
|
+
padding: 0 8px 4px;
|
|
30888
|
+
line-height: 18px;
|
|
30889
|
+
}
|
|
30890
|
+
|
|
30891
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
30892
|
+
padding: 0;
|
|
30893
|
+
}
|
|
30894
|
+
|
|
30895
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
30896
|
+
padding-bottom: 24px;
|
|
30897
|
+
}
|
|
30898
|
+
|
|
30899
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
30900
|
+
margin-bottom: 24px;
|
|
30901
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30902
|
+
}
|
|
30903
|
+
|
|
30904
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
30905
|
+
transition: none;
|
|
30906
|
+
display: flex;
|
|
30907
|
+
align-items: center;
|
|
30908
|
+
height: 32px;
|
|
30909
|
+
line-height: 22px;
|
|
30910
|
+
padding: 0 8px;
|
|
30911
|
+
}
|
|
30912
|
+
|
|
30913
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
30914
|
+
margin-right: 12px;
|
|
30915
|
+
}
|
|
30916
|
+
|
|
30917
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
30918
|
+
margin: 0;
|
|
30919
|
+
margin-bottom: 2px;
|
|
30920
|
+
}
|
|
30921
|
+
|
|
30922
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
30923
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
30924
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
30925
|
+
border-radius: 6px;
|
|
30926
|
+
color: #fff;
|
|
30927
|
+
}
|
|
30928
|
+
|
|
30929
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
30930
|
+
color: #fff;
|
|
30931
|
+
}
|
|
30932
|
+
|
|
30933
|
+
.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 {
|
|
30934
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
30935
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
30936
|
+
border-radius: 6px;
|
|
30937
|
+
}
|
|
30938
|
+
|
|
30939
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
30940
|
+
white-space: nowrap;
|
|
30941
|
+
transition: all 0s;
|
|
30942
|
+
}
|
|
30943
|
+
|
|
30944
|
+
.E_s1wu0lms.shrink {
|
|
30945
|
+
transition: all 0s;
|
|
30946
|
+
overflow: hidden;
|
|
30947
|
+
}
|
|
30948
|
+
|
|
30949
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
30950
|
+
visibility: hidden;
|
|
30951
|
+
}
|
|
30952
|
+
|
|
30953
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
30954
|
+
width: 36px;
|
|
30955
|
+
padding: 0 6px;
|
|
30956
|
+
}
|
|
30957
|
+
|
|
30958
|
+
.E_n1ugzfva {
|
|
30959
|
+
display: flex;
|
|
30960
|
+
place-items: center;
|
|
30961
|
+
width: 100% !important;
|
|
30962
|
+
}
|
|
30963
|
+
|
|
30964
|
+
.E_n1ugzfva[disabled] {
|
|
30965
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
30966
|
+
opacity: 1 !important;
|
|
30967
|
+
}
|
|
30968
|
+
|
|
30969
|
+
.E_n1ugzfva.ant-btn {
|
|
30970
|
+
width: 100%;
|
|
30971
|
+
color: #00122e;
|
|
30972
|
+
}
|
|
30973
|
+
|
|
30974
|
+
.E_n1ugzfva .icon-wrapper {
|
|
30975
|
+
margin-right: 12px;
|
|
30976
|
+
}
|
|
30977
|
+
|
|
30978
|
+
.E_n1ugzfva .link-title {
|
|
30979
|
+
flex: 1;
|
|
30980
|
+
overflow: hidden;
|
|
30981
|
+
white-space: nowrap;
|
|
30982
|
+
text-overflow: ellipsis;
|
|
30983
|
+
text-align: left;
|
|
30984
|
+
}
|
|
30985
|
+
|
|
30986
|
+
.E_n12mqh7z {
|
|
30987
|
+
display: flex;
|
|
30988
|
+
align-items: center;
|
|
30989
|
+
font-size: 12px;
|
|
30990
|
+
line-height: 18px;
|
|
30991
|
+
}
|
|
30992
|
+
|
|
30993
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30994
|
+
margin-bottom: 4px;
|
|
30995
|
+
}
|
|
30996
|
+
|
|
30997
|
+
.E_tf5bynu {
|
|
30998
|
+
margin: 0 3px;
|
|
30999
|
+
}
|
|
31000
|
+
|
|
31001
|
+
.E_tcckoz1 {
|
|
31002
|
+
max-height: 400px;
|
|
31003
|
+
overflow: auto;
|
|
31004
|
+
}
|
|
31005
|
+
|
|
31006
|
+
.E_gmyahx3 {
|
|
31007
|
+
cursor: pointer;
|
|
31008
|
+
}
|
|
31009
|
+
|
|
31010
|
+
.E_gmyahx3 .link-text {
|
|
31011
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31012
|
+
}
|
|
31013
|
+
|
|
31014
|
+
.E_gmyahx3:hover .link-text {
|
|
31015
|
+
color: #0080ff;
|
|
31016
|
+
}
|
|
31017
|
+
|
|
31018
|
+
.E_c18bcrac {
|
|
31019
|
+
display: inline-block;
|
|
31020
|
+
width: 100%;
|
|
31021
|
+
}
|
|
31022
|
+
|
|
31023
|
+
.E_c18bcrac .recharts-wrapper {
|
|
31024
|
+
margin-left: 4px;
|
|
31025
|
+
}
|
|
31026
|
+
|
|
31027
|
+
.E_cro7kg2 {
|
|
31028
|
+
padding: 4px;
|
|
31029
|
+
}
|
|
31030
|
+
|
|
31031
|
+
.E_c14wcxf0 {
|
|
31032
|
+
display: flex;
|
|
31033
|
+
justify-content: space-between;
|
|
31034
|
+
align-items: center;
|
|
31035
|
+
font-size: 13px;
|
|
31036
|
+
line-height: 24px;
|
|
31037
|
+
color: #cccccc;
|
|
31038
|
+
white-space: nowrap;
|
|
31039
|
+
}
|
|
31040
|
+
|
|
31041
|
+
.E_c14wcxf0 label {
|
|
31042
|
+
margin-right: 32px;
|
|
31043
|
+
}
|
|
31044
|
+
|
|
31045
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
31046
|
+
font-weight: bold;
|
|
31047
|
+
color: white;
|
|
31048
|
+
}
|
|
31049
|
+
|
|
31050
|
+
.E_s11212zy {
|
|
31051
|
+
width: 8px;
|
|
31052
|
+
height: 8px;
|
|
31053
|
+
border-radius: 2px;
|
|
31054
|
+
display: inline-block;
|
|
31055
|
+
background: var(--s11212zy-0);
|
|
31056
|
+
border: 1px solid #fff;
|
|
31057
|
+
box-sizing: content-box;
|
|
31058
|
+
margin-right: 6px;
|
|
31059
|
+
}
|
|
31060
|
+
|
|
31061
|
+
.E_p1lyky6c > :first-child {
|
|
31062
|
+
font-weight: bold;
|
|
31063
|
+
color: white;
|
|
31064
|
+
margin-right: 4px;
|
|
31065
|
+
}
|
|
31066
|
+
|
|
31067
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
31068
|
+
display: flex;
|
|
31069
|
+
align-items: center;
|
|
31070
|
+
}
|
|
31071
|
+
|
|
31072
|
+
.E_s1iv0tp1 .enabled-text {
|
|
31073
|
+
margin-right: 8px;
|
|
31074
|
+
}
|
|
31075
|
+
|
|
31076
|
+
.E_clm1wy1 {
|
|
31077
|
+
width: 192px;
|
|
31078
|
+
height: 246px;
|
|
31079
|
+
border-radius: 4px;
|
|
31080
|
+
}
|
|
31081
|
+
|
|
31082
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
31083
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
31084
|
+
width: 100%;
|
|
31085
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
31086
|
+
border-top: none;
|
|
31087
|
+
}
|
|
31088
|
+
|
|
31089
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
30716
31090
|
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
30717
31091
|
padding: 0 16px;
|
|
30718
31092
|
}
|
|
@@ -30808,254 +31182,472 @@ button.E_n7k2c6r {
|
|
|
30808
31182
|
border-radius: 2px;
|
|
30809
31183
|
}
|
|
30810
31184
|
|
|
30811
|
-
.
|
|
30812
|
-
display:
|
|
31185
|
+
.E_wg1tsps {
|
|
31186
|
+
display: flex;
|
|
31187
|
+
align-items: center;
|
|
31188
|
+
justify-content: flex-end;
|
|
30813
31189
|
}
|
|
30814
31190
|
|
|
30815
|
-
.
|
|
30816
|
-
|
|
30817
|
-
|
|
31191
|
+
.E_b1ctd5xy {
|
|
31192
|
+
display: flex;
|
|
31193
|
+
align-items: center;
|
|
31194
|
+
width: calc(100% - 40px);
|
|
30818
31195
|
}
|
|
30819
31196
|
|
|
30820
|
-
.
|
|
30821
|
-
|
|
30822
|
-
|
|
31197
|
+
.E_b1ctd5xy .chart {
|
|
31198
|
+
display: inline-block;
|
|
31199
|
+
width: 100%;
|
|
30823
31200
|
}
|
|
30824
31201
|
|
|
30825
|
-
.
|
|
30826
|
-
|
|
30827
|
-
border-radius: 3px;
|
|
31202
|
+
.E_u1p8acpn {
|
|
31203
|
+
min-width: 40px;
|
|
30828
31204
|
}
|
|
30829
31205
|
|
|
30830
|
-
.
|
|
30831
|
-
|
|
30832
|
-
border-radius: 2px;
|
|
30833
|
-
}
|
|
30834
|
-
|
|
30835
|
-
.E_t14rextb.ant-tag:hover {
|
|
30836
|
-
opacity: unset;
|
|
31206
|
+
.E_u1p8acpn .unit {
|
|
31207
|
+
color: #00122e !important;
|
|
30837
31208
|
}
|
|
30838
31209
|
|
|
30839
|
-
.
|
|
30840
|
-
margin: 0;
|
|
30841
|
-
margin-right: 8px;
|
|
30842
|
-
display: inline-flex;
|
|
30843
|
-
align-items: center;
|
|
30844
|
-
border: none;
|
|
31210
|
+
span.E_tqjc4ui {
|
|
31211
|
+
margin: 0 2px;
|
|
30845
31212
|
}
|
|
30846
31213
|
|
|
30847
|
-
.
|
|
30848
|
-
|
|
30849
|
-
|
|
30850
|
-
color: inherit;
|
|
30851
|
-
margin-left: 4px;
|
|
30852
|
-
opacity: 0.6;
|
|
30853
|
-
display: inline-flex;
|
|
31214
|
+
.E_ou7iq30 {
|
|
31215
|
+
overflow: hidden;
|
|
31216
|
+
text-overflow: ellipsis;
|
|
30854
31217
|
}
|
|
30855
31218
|
|
|
30856
|
-
.
|
|
30857
|
-
|
|
31219
|
+
.E_s1tui002 {
|
|
31220
|
+
white-space: nowrap;
|
|
30858
31221
|
}
|
|
30859
31222
|
|
|
30860
|
-
.
|
|
30861
|
-
|
|
30862
|
-
|
|
31223
|
+
.E_mxrc2zg {
|
|
31224
|
+
display: -webkit-box;
|
|
31225
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
31226
|
+
-webkit-box-orient: vertical;
|
|
31227
|
+
word-break: break-all;
|
|
30863
31228
|
}
|
|
30864
31229
|
|
|
30865
|
-
.
|
|
30866
|
-
|
|
30867
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31230
|
+
.E_t1sqg15u {
|
|
31231
|
+
background: white;
|
|
30868
31232
|
}
|
|
30869
31233
|
|
|
30870
|
-
.
|
|
30871
|
-
|
|
30872
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31234
|
+
.E_t1sqg15u.inline .table-row {
|
|
31235
|
+
flex-direction: column;
|
|
30873
31236
|
}
|
|
30874
31237
|
|
|
30875
|
-
.
|
|
30876
|
-
|
|
30877
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31238
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
31239
|
+
padding: 0 16px 7px 0;
|
|
30878
31240
|
}
|
|
30879
31241
|
|
|
30880
|
-
.
|
|
30881
|
-
|
|
30882
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31242
|
+
.E_t1sqg15u.has-border .table-header {
|
|
31243
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30883
31244
|
}
|
|
30884
31245
|
|
|
30885
|
-
.
|
|
30886
|
-
|
|
30887
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31246
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
31247
|
+
border-top: none !important;
|
|
30888
31248
|
}
|
|
30889
31249
|
|
|
30890
|
-
.
|
|
30891
|
-
|
|
31250
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
31251
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30892
31252
|
}
|
|
30893
31253
|
|
|
30894
|
-
.
|
|
30895
|
-
|
|
31254
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
31255
|
+
padding-bottom: 0;
|
|
30896
31256
|
}
|
|
30897
31257
|
|
|
30898
|
-
.
|
|
30899
|
-
|
|
31258
|
+
.E_t1sqg15u.align-right .content {
|
|
31259
|
+
text-align: right;
|
|
30900
31260
|
}
|
|
30901
31261
|
|
|
30902
|
-
.
|
|
30903
|
-
|
|
31262
|
+
.E_t1sqg15u .uuid-row {
|
|
31263
|
+
display: flex;
|
|
31264
|
+
justify-content: space-between;
|
|
30904
31265
|
}
|
|
30905
31266
|
|
|
30906
|
-
.
|
|
30907
|
-
|
|
31267
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
31268
|
+
white-space: nowrap;
|
|
31269
|
+
overflow: hidden;
|
|
31270
|
+
text-overflow: ellipsis;
|
|
30908
31271
|
}
|
|
30909
31272
|
|
|
30910
|
-
.
|
|
30911
|
-
|
|
31273
|
+
.E_t4zczcp {
|
|
31274
|
+
display: flex;
|
|
31275
|
+
justify-content: space-between;
|
|
31276
|
+
align-items: center;
|
|
31277
|
+
padding: 8px;
|
|
31278
|
+
min-height: 32px;
|
|
30912
31279
|
}
|
|
30913
31280
|
|
|
30914
|
-
.
|
|
30915
|
-
|
|
31281
|
+
.E_t4zczcp .table-title {
|
|
31282
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31283
|
+
font-weight: 600;
|
|
31284
|
+
font-size: 12px;
|
|
31285
|
+
line-height: 8px;
|
|
30916
31286
|
}
|
|
30917
31287
|
|
|
30918
|
-
.
|
|
30919
|
-
|
|
31288
|
+
.E_t4zczcp .edit-icon {
|
|
31289
|
+
font-size: 16px;
|
|
31290
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31291
|
+
cursor: pointer;
|
|
30920
31292
|
}
|
|
30921
31293
|
|
|
30922
|
-
.
|
|
30923
|
-
|
|
31294
|
+
.E_t1s7goww {
|
|
31295
|
+
font-size: 12px;
|
|
30924
31296
|
line-height: 18px;
|
|
30925
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30926
|
-
height: 34px;
|
|
30927
|
-
min-height: 34px;
|
|
30928
|
-
box-sizing: border-box;
|
|
30929
|
-
margin-top: 8px;
|
|
30930
31297
|
}
|
|
30931
31298
|
|
|
30932
|
-
.
|
|
31299
|
+
.E_t93e4cf {
|
|
30933
31300
|
display: flex;
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
padding: 8px;
|
|
30937
|
-
border-radius: 4px;
|
|
31301
|
+
padding: 8px 0;
|
|
31302
|
+
color: #2d3a56;
|
|
30938
31303
|
}
|
|
30939
31304
|
|
|
30940
|
-
.
|
|
31305
|
+
.E_t93e4cf .hidden {
|
|
30941
31306
|
display: none;
|
|
30942
31307
|
}
|
|
30943
31308
|
|
|
30944
|
-
.
|
|
30945
|
-
|
|
30946
|
-
}
|
|
30947
|
-
|
|
30948
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30949
|
-
background-color: white;
|
|
31309
|
+
.E_t93e4cf .ant-btn-link {
|
|
31310
|
+
height: auto;
|
|
30950
31311
|
}
|
|
30951
31312
|
|
|
30952
|
-
.
|
|
30953
|
-
|
|
31313
|
+
.E_t93e4cf .content {
|
|
31314
|
+
overflow: hidden;
|
|
31315
|
+
overflow-x: auto;
|
|
31316
|
+
width: 100%;
|
|
31317
|
+
white-space: pre-wrap;
|
|
30954
31318
|
}
|
|
30955
31319
|
|
|
30956
|
-
.
|
|
30957
|
-
|
|
31320
|
+
.E_t93e4cf .content .ant-btn {
|
|
31321
|
+
white-space: pre-wrap;
|
|
31322
|
+
text-align: left;
|
|
30958
31323
|
}
|
|
30959
31324
|
|
|
30960
|
-
.
|
|
30961
|
-
|
|
31325
|
+
.E_t93e4cf .content .unit-chart {
|
|
31326
|
+
justify-content: flex-start;
|
|
30962
31327
|
}
|
|
30963
31328
|
|
|
30964
|
-
.
|
|
30965
|
-
|
|
31329
|
+
.E_rhz2uv5 {
|
|
31330
|
+
width: var(--rhz2uv5-0);
|
|
31331
|
+
flex-shrink: 0;
|
|
31332
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31333
|
+
padding-right: 12px;
|
|
30966
31334
|
}
|
|
30967
31335
|
|
|
30968
|
-
.
|
|
30969
|
-
|
|
30970
|
-
|
|
31336
|
+
.E_t160l1cm {
|
|
31337
|
+
display: flex;
|
|
31338
|
+
flex-direction: column;
|
|
31339
|
+
flex: 1;
|
|
31340
|
+
/* FIXME:(yanzhen) do this better */
|
|
30971
31341
|
}
|
|
30972
31342
|
|
|
30973
|
-
.
|
|
31343
|
+
.E_t160l1cm .tab-bar {
|
|
31344
|
+
flex-shrink: 0;
|
|
30974
31345
|
display: flex;
|
|
30975
|
-
|
|
30976
|
-
height: 20px;
|
|
30977
|
-
line-height: 20px;
|
|
31346
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30978
31347
|
}
|
|
30979
31348
|
|
|
30980
|
-
.
|
|
30981
|
-
|
|
30982
|
-
overflow: hidden;
|
|
30983
|
-
text-overflow: ellipsis;
|
|
31349
|
+
.E_t160l1cm .tab-content {
|
|
31350
|
+
height: 100%;
|
|
30984
31351
|
}
|
|
30985
31352
|
|
|
30986
|
-
.
|
|
30987
|
-
|
|
30988
|
-
|
|
31353
|
+
.E_t160l1cm .tab-menu-item {
|
|
31354
|
+
margin-right: 2px;
|
|
31355
|
+
padding: 1px 12px;
|
|
31356
|
+
line-height: 24px;
|
|
31357
|
+
height: 24px;
|
|
30989
31358
|
color: rgba(44, 56, 82, 0.6);
|
|
30990
|
-
|
|
30991
|
-
|
|
30992
|
-
|
|
31359
|
+
border-radius: 4px 4px 0 0;
|
|
31360
|
+
cursor: pointer;
|
|
31361
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30993
31362
|
}
|
|
30994
31363
|
|
|
30995
|
-
.
|
|
30996
|
-
|
|
30997
|
-
margin-right: 0;
|
|
30998
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31364
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
31365
|
+
padding-left: 0;
|
|
30999
31366
|
}
|
|
31000
31367
|
|
|
31001
|
-
.
|
|
31002
|
-
|
|
31003
|
-
height: 32px;
|
|
31004
|
-
width: 100%;
|
|
31005
|
-
opacity: 0;
|
|
31368
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
31369
|
+
padding-left: 12px;
|
|
31006
31370
|
}
|
|
31007
31371
|
|
|
31008
|
-
.
|
|
31009
|
-
|
|
31372
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
31373
|
+
color: #0080ff;
|
|
31374
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31010
31375
|
}
|
|
31011
31376
|
|
|
31012
|
-
.
|
|
31013
|
-
|
|
31377
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
31378
|
+
fill: #0080ff;
|
|
31014
31379
|
}
|
|
31015
31380
|
|
|
31016
|
-
.
|
|
31017
|
-
background: rgba(
|
|
31381
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
31382
|
+
background: rgba(192, 203, 224, 0.6);
|
|
31018
31383
|
}
|
|
31019
31384
|
|
|
31020
|
-
.
|
|
31021
|
-
|
|
31385
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
31386
|
+
color: #0080ff;
|
|
31387
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31022
31388
|
}
|
|
31023
31389
|
|
|
31024
|
-
.
|
|
31025
|
-
|
|
31026
|
-
padding: 10px 0;
|
|
31027
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31390
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
31391
|
+
background: rgba(192, 203, 224, 0.6);
|
|
31028
31392
|
}
|
|
31029
31393
|
|
|
31030
|
-
.
|
|
31031
|
-
|
|
31032
|
-
padding-bottom: 0;
|
|
31394
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
31395
|
+
background: rgba(0, 128, 255, 0.16);
|
|
31033
31396
|
}
|
|
31034
31397
|
|
|
31035
|
-
.
|
|
31036
|
-
|
|
31037
|
-
width: 100px;
|
|
31038
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31398
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
31399
|
+
fill: #0080ff;
|
|
31039
31400
|
}
|
|
31040
31401
|
|
|
31041
|
-
.
|
|
31042
|
-
color:
|
|
31043
|
-
|
|
31402
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
31403
|
+
color: #0080ff;
|
|
31404
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31044
31405
|
}
|
|
31045
31406
|
|
|
31046
|
-
.
|
|
31047
|
-
|
|
31048
|
-
width: 128px;
|
|
31407
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
31408
|
+
background: rgba(0, 128, 255, 0.16);
|
|
31049
31409
|
}
|
|
31050
31410
|
|
|
31051
|
-
.
|
|
31052
|
-
|
|
31053
|
-
align-items: center;
|
|
31054
|
-
justify-content: space-between;
|
|
31055
|
-
word-break: keep-all;
|
|
31411
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
31412
|
+
fill: #1d326c;
|
|
31056
31413
|
}
|
|
31057
31414
|
|
|
31058
|
-
.
|
|
31415
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
31416
|
+
margin-left: 8px;
|
|
31417
|
+
height: 22px;
|
|
31418
|
+
}
|
|
31419
|
+
|
|
31420
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
31421
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
31422
|
+
}
|
|
31423
|
+
|
|
31424
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
31425
|
+
padding: 0;
|
|
31426
|
+
display: flex;
|
|
31427
|
+
align-items: center;
|
|
31428
|
+
overflow: hidden;
|
|
31429
|
+
}
|
|
31430
|
+
|
|
31431
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
31432
|
+
opacity: 0;
|
|
31433
|
+
max-width: 0;
|
|
31434
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
31435
|
+
}
|
|
31436
|
+
|
|
31437
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
31438
|
+
padding: 1px 12px;
|
|
31439
|
+
position: relative;
|
|
31440
|
+
display: flex;
|
|
31441
|
+
}
|
|
31442
|
+
|
|
31443
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
31444
|
+
opacity: 0;
|
|
31445
|
+
position: absolute;
|
|
31446
|
+
top: 50%;
|
|
31447
|
+
left: 0;
|
|
31448
|
+
transform: translate(-50%, -50%);
|
|
31449
|
+
transition: opacity 100ms linear;
|
|
31450
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
31451
|
+
}
|
|
31452
|
+
|
|
31453
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
31454
|
+
color: #0080ff;
|
|
31455
|
+
}
|
|
31456
|
+
|
|
31457
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
31458
|
+
padding: 1px 12px;
|
|
31459
|
+
display: inline-block;
|
|
31460
|
+
opacity: 1;
|
|
31461
|
+
max-width: 160px;
|
|
31462
|
+
}
|
|
31463
|
+
|
|
31464
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
31465
|
+
padding: 1px 12px;
|
|
31466
|
+
color: #005ed1;
|
|
31467
|
+
}
|
|
31468
|
+
|
|
31469
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
31470
|
+
opacity: 1;
|
|
31471
|
+
}
|
|
31472
|
+
|
|
31473
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
31474
|
+
background: rgba(0, 128, 255, 0.16);
|
|
31475
|
+
}
|
|
31476
|
+
|
|
31477
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
31478
|
+
opacity: 0;
|
|
31479
|
+
}
|
|
31480
|
+
|
|
31481
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
31482
|
+
padding: 4px 16px;
|
|
31483
|
+
height: 32px;
|
|
31484
|
+
border-radius: 6px 6px 0 0;
|
|
31485
|
+
}
|
|
31486
|
+
|
|
31487
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
31488
|
+
padding-left: 0;
|
|
31489
|
+
}
|
|
31490
|
+
|
|
31491
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
31492
|
+
padding-left: 16px;
|
|
31493
|
+
}
|
|
31494
|
+
|
|
31495
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
31496
|
+
margin-left: 11px;
|
|
31497
|
+
height: 24px;
|
|
31498
|
+
}
|
|
31499
|
+
|
|
31500
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
31501
|
+
padding: 0;
|
|
31502
|
+
}
|
|
31503
|
+
|
|
31504
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
31505
|
+
padding: 4px 16px;
|
|
31506
|
+
}
|
|
31507
|
+
|
|
31508
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
31509
|
+
padding: 4px 16px;
|
|
31510
|
+
}
|
|
31511
|
+
|
|
31512
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
31513
|
+
background: #fff;
|
|
31514
|
+
}
|
|
31515
|
+
|
|
31516
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
31517
|
+
color: #005ed1;
|
|
31518
|
+
}
|
|
31519
|
+
|
|
31520
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
31521
|
+
background: #fff;
|
|
31522
|
+
color: #1d326c;
|
|
31523
|
+
}
|
|
31524
|
+
|
|
31525
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
31526
|
+
color: rgba(45, 58, 86, 0.6);
|
|
31527
|
+
}
|
|
31528
|
+
|
|
31529
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
31530
|
+
color: #1d326c;
|
|
31531
|
+
}
|
|
31532
|
+
|
|
31533
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
31534
|
+
fill: #d8deeb;
|
|
31535
|
+
}
|
|
31536
|
+
|
|
31537
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
31538
|
+
fill: #1d326c;
|
|
31539
|
+
}
|
|
31540
|
+
|
|
31541
|
+
.E_t160l1cm .tab-content {
|
|
31542
|
+
flex: 1;
|
|
31543
|
+
display: flex;
|
|
31544
|
+
flex-direction: column;
|
|
31545
|
+
}
|
|
31546
|
+
|
|
31547
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
31548
|
+
overflow: visible;
|
|
31549
|
+
}
|
|
31550
|
+
|
|
31551
|
+
.E_t14npdqr {
|
|
31552
|
+
max-width: 240px;
|
|
31553
|
+
animation: none;
|
|
31554
|
+
}
|
|
31555
|
+
|
|
31556
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
31557
|
+
border: 1px solid #0080ff;
|
|
31558
|
+
padding: 0;
|
|
31559
|
+
}
|
|
31560
|
+
|
|
31561
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31562
|
+
margin: 0;
|
|
31563
|
+
height: 32px;
|
|
31564
|
+
line-height: 32px;
|
|
31565
|
+
font-size: 13px;
|
|
31566
|
+
padding: 0 10px;
|
|
31567
|
+
display: block;
|
|
31568
|
+
overflow: hidden;
|
|
31569
|
+
text-overflow: ellipsis;
|
|
31570
|
+
white-space: nowrap;
|
|
31571
|
+
}
|
|
31572
|
+
|
|
31573
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
31574
|
+
content: " ";
|
|
31575
|
+
height: 1px;
|
|
31576
|
+
width: calc(100% + 10px);
|
|
31577
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31578
|
+
display: block;
|
|
31579
|
+
}
|
|
31580
|
+
|
|
31581
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
31582
|
+
color: #0080ff;
|
|
31583
|
+
background: transparent;
|
|
31584
|
+
}
|
|
31585
|
+
|
|
31586
|
+
.E_skwah65 {
|
|
31587
|
+
height: 8px;
|
|
31588
|
+
box-sizing: border-box;
|
|
31589
|
+
border-radius: 2px;
|
|
31590
|
+
background: #f5f7fa;
|
|
31591
|
+
display: flex;
|
|
31592
|
+
width: 100%;
|
|
31593
|
+
overflow: hidden;
|
|
31594
|
+
}
|
|
31595
|
+
|
|
31596
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31597
|
+
margin-left: 1px;
|
|
31598
|
+
}
|
|
31599
|
+
|
|
31600
|
+
.E_c1up1pdz {
|
|
31601
|
+
width: 648px;
|
|
31602
|
+
}
|
|
31603
|
+
|
|
31604
|
+
.E_c1up1pdz.active {
|
|
31605
|
+
border-color: #0080ff;
|
|
31606
|
+
}
|
|
31607
|
+
|
|
31608
|
+
.E_c1up1pdz.active > header {
|
|
31609
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31610
|
+
}
|
|
31611
|
+
|
|
31612
|
+
.E_c1up1pdz .expand {
|
|
31613
|
+
padding: 12px;
|
|
31614
|
+
}
|
|
31615
|
+
|
|
31616
|
+
.E_c1up1pdz .field-item {
|
|
31617
|
+
display: flex;
|
|
31618
|
+
padding: 10px 0;
|
|
31619
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31620
|
+
}
|
|
31621
|
+
|
|
31622
|
+
.E_c1up1pdz .field-item:last-child {
|
|
31623
|
+
border-bottom: none;
|
|
31624
|
+
padding-bottom: 0;
|
|
31625
|
+
}
|
|
31626
|
+
|
|
31627
|
+
.E_c1up1pdz .field-item label {
|
|
31628
|
+
line-height: 32px;
|
|
31629
|
+
width: 100px;
|
|
31630
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31631
|
+
}
|
|
31632
|
+
|
|
31633
|
+
.E_c1up1pdz .help {
|
|
31634
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31635
|
+
margin-top: 5px;
|
|
31636
|
+
}
|
|
31637
|
+
|
|
31638
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
31639
|
+
.E_c1up1pdz .ant-picker {
|
|
31640
|
+
width: 128px;
|
|
31641
|
+
}
|
|
31642
|
+
|
|
31643
|
+
.E_c156wh19 {
|
|
31644
|
+
display: flex;
|
|
31645
|
+
align-items: center;
|
|
31646
|
+
justify-content: space-between;
|
|
31647
|
+
word-break: keep-all;
|
|
31648
|
+
}
|
|
31649
|
+
|
|
31650
|
+
.E_c156wh19 .title {
|
|
31059
31651
|
margin: 0 16px 0 8px;
|
|
31060
31652
|
}
|
|
31061
31653
|
|
|
@@ -31171,617 +31763,79 @@ button.E_n7k2c6r {
|
|
|
31171
31763
|
color: #fff;
|
|
31172
31764
|
}
|
|
31173
31765
|
|
|
31174
|
-
|
|
31175
|
-
|
|
31766
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31767
|
+
display: var(--a1wfy30z-0);
|
|
31176
31768
|
}
|
|
31177
31769
|
|
|
31178
|
-
.
|
|
31179
|
-
|
|
31770
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31771
|
+
padding: 4px 11px;
|
|
31772
|
+
display: inline-flex;
|
|
31773
|
+
line-height: 1.5715;
|
|
31774
|
+
height: inherit;
|
|
31775
|
+
}
|
|
31776
|
+
|
|
31777
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31778
|
+
content: var(--a1wfy30z-1);
|
|
31779
|
+
display: var(--a1wfy30z-2);
|
|
31780
|
+
flex: none;
|
|
31180
31781
|
align-items: center;
|
|
31181
|
-
|
|
31182
|
-
line-height: 18px;
|
|
31782
|
+
margin-left: 4px;
|
|
31183
31783
|
}
|
|
31184
31784
|
|
|
31185
|
-
.
|
|
31186
|
-
|
|
31187
|
-
|
|
31188
|
-
|
|
31189
|
-
.E_tf5bynu {
|
|
31190
|
-
margin: 0 3px;
|
|
31191
|
-
}
|
|
31192
|
-
|
|
31193
|
-
.E_tcckoz1 {
|
|
31194
|
-
max-height: 400px;
|
|
31195
|
-
overflow: auto;
|
|
31196
|
-
}
|
|
31197
|
-
|
|
31198
|
-
.E_gmyahx3 {
|
|
31199
|
-
cursor: pointer;
|
|
31200
|
-
}
|
|
31201
|
-
|
|
31202
|
-
.E_gmyahx3 .link-text {
|
|
31203
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31204
|
-
}
|
|
31205
|
-
|
|
31206
|
-
.E_gmyahx3:hover .link-text {
|
|
31207
|
-
color: #0080ff;
|
|
31208
|
-
}
|
|
31209
|
-
|
|
31210
|
-
.E_wg1tsps {
|
|
31211
|
-
display: flex;
|
|
31212
|
-
align-items: center;
|
|
31213
|
-
justify-content: flex-end;
|
|
31214
|
-
}
|
|
31215
|
-
|
|
31216
|
-
.E_b1ctd5xy {
|
|
31217
|
-
display: flex;
|
|
31218
|
-
align-items: center;
|
|
31219
|
-
width: calc(100% - 40px);
|
|
31220
|
-
}
|
|
31221
|
-
|
|
31222
|
-
.E_b1ctd5xy .chart {
|
|
31223
|
-
display: inline-block;
|
|
31224
|
-
width: 100%;
|
|
31225
|
-
}
|
|
31226
|
-
|
|
31227
|
-
.E_u1p8acpn {
|
|
31228
|
-
min-width: 40px;
|
|
31229
|
-
}
|
|
31230
|
-
|
|
31231
|
-
.E_u1p8acpn .unit {
|
|
31232
|
-
color: #00122e !important;
|
|
31233
|
-
}
|
|
31234
|
-
|
|
31235
|
-
.E_t1sqg15u {
|
|
31236
|
-
background: white;
|
|
31237
|
-
}
|
|
31238
|
-
|
|
31239
|
-
.E_t1sqg15u.inline .table-row {
|
|
31240
|
-
flex-direction: column;
|
|
31241
|
-
}
|
|
31242
|
-
|
|
31243
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
31244
|
-
padding: 0 16px 7px 0;
|
|
31245
|
-
}
|
|
31246
|
-
|
|
31247
|
-
.E_t1sqg15u.has-border .table-header {
|
|
31248
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
31249
|
-
}
|
|
31250
|
-
|
|
31251
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
31252
|
-
border-top: none !important;
|
|
31253
|
-
}
|
|
31254
|
-
|
|
31255
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
31256
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
31257
|
-
}
|
|
31258
|
-
|
|
31259
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
31260
|
-
padding-bottom: 0;
|
|
31261
|
-
}
|
|
31262
|
-
|
|
31263
|
-
.E_t1sqg15u.align-right .content {
|
|
31264
|
-
text-align: right;
|
|
31265
|
-
}
|
|
31266
|
-
|
|
31267
|
-
.E_t1sqg15u .uuid-row {
|
|
31268
|
-
display: flex;
|
|
31269
|
-
justify-content: space-between;
|
|
31270
|
-
}
|
|
31271
|
-
|
|
31272
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
31273
|
-
white-space: nowrap;
|
|
31274
|
-
overflow: hidden;
|
|
31275
|
-
text-overflow: ellipsis;
|
|
31276
|
-
}
|
|
31277
|
-
|
|
31278
|
-
.E_t4zczcp {
|
|
31279
|
-
display: flex;
|
|
31280
|
-
justify-content: space-between;
|
|
31281
|
-
align-items: center;
|
|
31282
|
-
padding: 8px;
|
|
31283
|
-
min-height: 32px;
|
|
31284
|
-
}
|
|
31285
|
-
|
|
31286
|
-
.E_t4zczcp .table-title {
|
|
31287
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31288
|
-
font-weight: 600;
|
|
31289
|
-
font-size: 12px;
|
|
31290
|
-
line-height: 8px;
|
|
31291
|
-
}
|
|
31292
|
-
|
|
31293
|
-
.E_t4zczcp .edit-icon {
|
|
31294
|
-
font-size: 16px;
|
|
31295
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31296
|
-
cursor: pointer;
|
|
31297
|
-
}
|
|
31298
|
-
|
|
31299
|
-
.E_t1s7goww {
|
|
31300
|
-
font-size: 12px;
|
|
31301
|
-
line-height: 18px;
|
|
31302
|
-
}
|
|
31303
|
-
|
|
31304
|
-
.E_t93e4cf {
|
|
31305
|
-
display: flex;
|
|
31306
|
-
padding: 8px 0;
|
|
31307
|
-
color: #2d3a56;
|
|
31308
|
-
}
|
|
31309
|
-
|
|
31310
|
-
.E_t93e4cf .hidden {
|
|
31311
|
-
display: none;
|
|
31312
|
-
}
|
|
31313
|
-
|
|
31314
|
-
.E_t93e4cf .ant-btn-link {
|
|
31315
|
-
height: auto;
|
|
31316
|
-
}
|
|
31317
|
-
|
|
31318
|
-
.E_t93e4cf .content {
|
|
31319
|
-
overflow: hidden;
|
|
31320
|
-
overflow-x: auto;
|
|
31321
|
-
width: 100%;
|
|
31322
|
-
white-space: pre-wrap;
|
|
31323
|
-
}
|
|
31324
|
-
|
|
31325
|
-
.E_t93e4cf .content .ant-btn {
|
|
31326
|
-
white-space: pre-wrap;
|
|
31327
|
-
text-align: left;
|
|
31328
|
-
}
|
|
31329
|
-
|
|
31330
|
-
.E_t93e4cf .content .unit-chart {
|
|
31331
|
-
justify-content: flex-start;
|
|
31332
|
-
}
|
|
31333
|
-
|
|
31334
|
-
.E_rhz2uv5 {
|
|
31335
|
-
width: var(--rhz2uv5-0);
|
|
31336
|
-
flex-shrink: 0;
|
|
31337
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31338
|
-
padding-right: 12px;
|
|
31339
|
-
}
|
|
31340
|
-
|
|
31341
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
31342
|
-
display: flex;
|
|
31343
|
-
align-items: center;
|
|
31344
|
-
}
|
|
31345
|
-
|
|
31346
|
-
.E_s1iv0tp1 .enabled-text {
|
|
31347
|
-
margin-right: 8px;
|
|
31348
|
-
}
|
|
31349
|
-
|
|
31350
|
-
.E_ou7iq30 {
|
|
31351
|
-
overflow: hidden;
|
|
31352
|
-
text-overflow: ellipsis;
|
|
31353
|
-
}
|
|
31354
|
-
|
|
31355
|
-
.E_s1tui002 {
|
|
31356
|
-
white-space: nowrap;
|
|
31357
|
-
}
|
|
31358
|
-
|
|
31359
|
-
.E_mxrc2zg {
|
|
31360
|
-
display: -webkit-box;
|
|
31361
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
31362
|
-
-webkit-box-orient: vertical;
|
|
31363
|
-
word-break: break-all;
|
|
31364
|
-
}
|
|
31365
|
-
|
|
31366
|
-
.E_skwah65 {
|
|
31367
|
-
height: 8px;
|
|
31368
|
-
box-sizing: border-box;
|
|
31369
|
-
border-radius: 2px;
|
|
31370
|
-
background: #f5f7fa;
|
|
31371
|
-
display: flex;
|
|
31372
|
-
width: 100%;
|
|
31373
|
-
overflow: hidden;
|
|
31374
|
-
}
|
|
31375
|
-
|
|
31376
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31377
|
-
margin-left: 1px;
|
|
31378
|
-
}
|
|
31379
|
-
|
|
31380
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
31381
|
-
background: #edf0f7;
|
|
31382
|
-
padding: 32px 8px;
|
|
31383
|
-
overflow: auto;
|
|
31384
|
-
}
|
|
31385
|
-
|
|
31386
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
31387
|
-
display: flex;
|
|
31388
|
-
flex-direction: column;
|
|
31389
|
-
justify-content: space-between;
|
|
31390
|
-
}
|
|
31391
|
-
|
|
31392
|
-
.E_s1at6qmn footer {
|
|
31393
|
-
display: flex;
|
|
31394
|
-
}
|
|
31395
|
-
|
|
31396
|
-
.E_s1at6qmn .ant-menu {
|
|
31397
|
-
background: #edf0f7;
|
|
31398
|
-
}
|
|
31399
|
-
|
|
31400
|
-
.E_s1at6qmn .ant-menu a {
|
|
31401
|
-
color: #00122e;
|
|
31402
|
-
width: 180px;
|
|
31403
|
-
overflow: hidden;
|
|
31404
|
-
text-overflow: ellipsis;
|
|
31405
|
-
}
|
|
31406
|
-
|
|
31407
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
31408
|
-
margin-bottom: 24px;
|
|
31409
|
-
}
|
|
31410
|
-
|
|
31411
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
31412
|
-
margin: 0;
|
|
31413
|
-
}
|
|
31414
|
-
|
|
31415
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
31416
|
-
font-size: 12px;
|
|
31417
|
-
padding: 0 8px 4px;
|
|
31418
|
-
line-height: 18px;
|
|
31419
|
-
}
|
|
31420
|
-
|
|
31421
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
31422
|
-
padding: 0;
|
|
31423
|
-
}
|
|
31424
|
-
|
|
31425
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
31426
|
-
padding-bottom: 24px;
|
|
31427
|
-
}
|
|
31428
|
-
|
|
31429
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
31430
|
-
margin-bottom: 24px;
|
|
31431
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31432
|
-
}
|
|
31433
|
-
|
|
31434
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
31435
|
-
transition: none;
|
|
31436
|
-
display: flex;
|
|
31437
|
-
align-items: center;
|
|
31438
|
-
height: 32px;
|
|
31439
|
-
line-height: 22px;
|
|
31440
|
-
padding: 0 8px;
|
|
31441
|
-
}
|
|
31442
|
-
|
|
31443
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
31444
|
-
margin-right: 12px;
|
|
31445
|
-
}
|
|
31446
|
-
|
|
31447
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
31448
|
-
margin: 0;
|
|
31449
|
-
margin-bottom: 2px;
|
|
31450
|
-
}
|
|
31451
|
-
|
|
31452
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
31453
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
31454
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
31455
|
-
border-radius: 6px;
|
|
31456
|
-
color: #fff;
|
|
31457
|
-
}
|
|
31458
|
-
|
|
31459
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
31460
|
-
color: #fff;
|
|
31461
|
-
}
|
|
31462
|
-
|
|
31463
|
-
.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 {
|
|
31464
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
31465
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
31466
|
-
border-radius: 6px;
|
|
31467
|
-
}
|
|
31468
|
-
|
|
31469
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
31470
|
-
white-space: nowrap;
|
|
31471
|
-
transition: all 0s;
|
|
31472
|
-
}
|
|
31473
|
-
|
|
31474
|
-
.E_s1wu0lms.shrink {
|
|
31475
|
-
transition: all 0s;
|
|
31476
|
-
overflow: hidden;
|
|
31477
|
-
}
|
|
31478
|
-
|
|
31479
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
31480
|
-
visibility: hidden;
|
|
31481
|
-
}
|
|
31482
|
-
|
|
31483
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
31484
|
-
width: 36px;
|
|
31485
|
-
padding: 0 6px;
|
|
31486
|
-
}
|
|
31487
|
-
|
|
31488
|
-
.E_n1ugzfva {
|
|
31489
|
-
display: flex;
|
|
31490
|
-
place-items: center;
|
|
31491
|
-
width: 100% !important;
|
|
31492
|
-
}
|
|
31493
|
-
|
|
31494
|
-
.E_n1ugzfva[disabled] {
|
|
31495
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
31496
|
-
opacity: 1 !important;
|
|
31497
|
-
}
|
|
31498
|
-
|
|
31499
|
-
.E_n1ugzfva.ant-btn {
|
|
31500
|
-
width: 100%;
|
|
31501
|
-
color: #00122e;
|
|
31502
|
-
}
|
|
31503
|
-
|
|
31504
|
-
.E_n1ugzfva .icon-wrapper {
|
|
31505
|
-
margin-right: 12px;
|
|
31506
|
-
}
|
|
31507
|
-
|
|
31508
|
-
.E_n1ugzfva .link-title {
|
|
31509
|
-
flex: 1;
|
|
31510
|
-
overflow: hidden;
|
|
31511
|
-
white-space: nowrap;
|
|
31512
|
-
text-overflow: ellipsis;
|
|
31513
|
-
text-align: left;
|
|
31514
|
-
}
|
|
31515
|
-
|
|
31516
|
-
.E_t160l1cm {
|
|
31517
|
-
display: flex;
|
|
31518
|
-
flex-direction: column;
|
|
31519
|
-
flex: 1;
|
|
31520
|
-
/* FIXME:(yanzhen) do this better */
|
|
31521
|
-
}
|
|
31522
|
-
|
|
31523
|
-
.E_t160l1cm .tab-bar {
|
|
31524
|
-
flex-shrink: 0;
|
|
31525
|
-
display: flex;
|
|
31526
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
31527
|
-
}
|
|
31528
|
-
|
|
31529
|
-
.E_t160l1cm .tab-content {
|
|
31530
|
-
height: 100%;
|
|
31531
|
-
}
|
|
31532
|
-
|
|
31533
|
-
.E_t160l1cm .tab-menu-item {
|
|
31534
|
-
margin-right: 2px;
|
|
31535
|
-
padding: 1px 12px;
|
|
31536
|
-
line-height: 24px;
|
|
31537
|
-
height: 24px;
|
|
31538
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31539
|
-
border-radius: 4px 4px 0 0;
|
|
31540
|
-
cursor: pointer;
|
|
31541
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
31542
|
-
}
|
|
31543
|
-
|
|
31544
|
-
.E_t160l1cm .tab-menu-item:first-child {
|
|
31545
|
-
padding-left: 0;
|
|
31546
|
-
}
|
|
31547
|
-
|
|
31548
|
-
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
31549
|
-
padding-left: 12px;
|
|
31550
|
-
}
|
|
31551
|
-
|
|
31552
|
-
.E_t160l1cm .tab-menu-item:hover {
|
|
31553
|
-
color: #0080ff;
|
|
31554
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31555
|
-
}
|
|
31556
|
-
|
|
31557
|
-
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
31558
|
-
fill: #0080ff;
|
|
31559
|
-
}
|
|
31560
|
-
|
|
31561
|
-
.E_t160l1cm .tab-menu-item:active {
|
|
31562
|
-
background: rgba(192, 203, 224, 0.6);
|
|
31563
|
-
}
|
|
31564
|
-
|
|
31565
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
31566
|
-
color: #0080ff;
|
|
31567
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31568
|
-
}
|
|
31569
|
-
|
|
31570
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
31571
|
-
background: rgba(192, 203, 224, 0.6);
|
|
31572
|
-
}
|
|
31573
|
-
|
|
31574
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
31575
|
-
background: rgba(0, 128, 255, 0.16);
|
|
31576
|
-
}
|
|
31577
|
-
|
|
31578
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
31579
|
-
fill: #0080ff;
|
|
31580
|
-
}
|
|
31581
|
-
|
|
31582
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
31583
|
-
color: #0080ff;
|
|
31584
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31585
|
-
}
|
|
31586
|
-
|
|
31587
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
31588
|
-
background: rgba(0, 128, 255, 0.16);
|
|
31589
|
-
}
|
|
31590
|
-
|
|
31591
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
31592
|
-
fill: #1d326c;
|
|
31593
|
-
}
|
|
31594
|
-
|
|
31595
|
-
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
31596
|
-
margin-left: 8px;
|
|
31597
|
-
height: 22px;
|
|
31598
|
-
}
|
|
31599
|
-
|
|
31600
|
-
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
31601
|
-
fill: rgba(44, 56, 82, 0.6);
|
|
31602
|
-
}
|
|
31603
|
-
|
|
31604
|
-
.E_t160l1cm .tab-menu-item-group {
|
|
31605
|
-
padding: 0;
|
|
31606
|
-
display: flex;
|
|
31785
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31786
|
+
content: var(--a1wfy30z-3);
|
|
31787
|
+
display: var(--a1wfy30z-4);
|
|
31788
|
+
flex: none;
|
|
31607
31789
|
align-items: center;
|
|
31608
|
-
|
|
31609
|
-
|
|
31610
|
-
|
|
31611
|
-
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
31612
|
-
opacity: 0;
|
|
31613
|
-
max-width: 0;
|
|
31614
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
31615
|
-
}
|
|
31616
|
-
|
|
31617
|
-
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
31618
|
-
padding: 1px 12px;
|
|
31619
|
-
position: relative;
|
|
31620
|
-
display: flex;
|
|
31621
|
-
}
|
|
31622
|
-
|
|
31623
|
-
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
31624
|
-
opacity: 0;
|
|
31625
|
-
position: absolute;
|
|
31626
|
-
top: 50%;
|
|
31627
|
-
left: 0;
|
|
31628
|
-
transform: translate(-50%, -50%);
|
|
31629
|
-
transition: opacity 100ms linear;
|
|
31630
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
31631
|
-
}
|
|
31632
|
-
|
|
31633
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
31634
|
-
color: #0080ff;
|
|
31635
|
-
}
|
|
31636
|
-
|
|
31637
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
31638
|
-
padding: 1px 12px;
|
|
31639
|
-
display: inline-block;
|
|
31640
|
-
opacity: 1;
|
|
31641
|
-
max-width: 160px;
|
|
31642
|
-
}
|
|
31643
|
-
|
|
31644
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
31645
|
-
padding: 1px 12px;
|
|
31646
|
-
color: #005ed1;
|
|
31647
|
-
}
|
|
31648
|
-
|
|
31649
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
31650
|
-
opacity: 1;
|
|
31651
|
-
}
|
|
31652
|
-
|
|
31653
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
31654
|
-
background: rgba(0, 128, 255, 0.16);
|
|
31655
|
-
}
|
|
31656
|
-
|
|
31657
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
31658
|
-
opacity: 0;
|
|
31659
|
-
}
|
|
31660
|
-
|
|
31661
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
31662
|
-
padding: 4px 16px;
|
|
31663
|
-
height: 32px;
|
|
31664
|
-
border-radius: 6px 6px 0 0;
|
|
31665
|
-
}
|
|
31666
|
-
|
|
31667
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
31668
|
-
padding-left: 0;
|
|
31669
|
-
}
|
|
31670
|
-
|
|
31671
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
31672
|
-
padding-left: 16px;
|
|
31673
|
-
}
|
|
31674
|
-
|
|
31675
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
31676
|
-
margin-left: 11px;
|
|
31677
|
-
height: 24px;
|
|
31790
|
+
margin-right: 4px;
|
|
31791
|
+
cursor: auto;
|
|
31678
31792
|
}
|
|
31679
31793
|
|
|
31680
|
-
.
|
|
31794
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31681
31795
|
padding: 0;
|
|
31796
|
+
margin: 0;
|
|
31797
|
+
height: auto;
|
|
31798
|
+
font-size: inherit;
|
|
31682
31799
|
}
|
|
31683
31800
|
|
|
31684
|
-
.
|
|
31685
|
-
|
|
31686
|
-
|
|
31687
|
-
|
|
31688
|
-
|
|
31689
|
-
padding: 4px 16px;
|
|
31690
|
-
}
|
|
31691
|
-
|
|
31692
|
-
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
31693
|
-
background: #fff;
|
|
31694
|
-
}
|
|
31695
|
-
|
|
31696
|
-
.E_t160l1cm .tab-menu-item-light:active {
|
|
31697
|
-
color: #005ed1;
|
|
31698
|
-
}
|
|
31699
|
-
|
|
31700
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
31701
|
-
background: #fff;
|
|
31702
|
-
color: #1d326c;
|
|
31703
|
-
}
|
|
31704
|
-
|
|
31705
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
31706
|
-
color: rgba(45, 58, 86, 0.6);
|
|
31707
|
-
}
|
|
31708
|
-
|
|
31709
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
31710
|
-
color: #1d326c;
|
|
31711
|
-
}
|
|
31712
|
-
|
|
31713
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
31714
|
-
fill: #d8deeb;
|
|
31715
|
-
}
|
|
31716
|
-
|
|
31717
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
31718
|
-
fill: #1d326c;
|
|
31719
|
-
}
|
|
31720
|
-
|
|
31721
|
-
.E_t160l1cm .tab-content {
|
|
31722
|
-
flex: 1;
|
|
31723
|
-
display: flex;
|
|
31724
|
-
flex-direction: column;
|
|
31725
|
-
}
|
|
31726
|
-
|
|
31727
|
-
.E_t160l1cm.is-overview .tab-content {
|
|
31728
|
-
overflow: visible;
|
|
31729
|
-
}
|
|
31730
|
-
|
|
31731
|
-
.E_t14npdqr {
|
|
31732
|
-
max-width: 240px;
|
|
31733
|
-
animation: none;
|
|
31801
|
+
.E_f7pxqmh {
|
|
31802
|
+
width: 100%;
|
|
31803
|
+
margin-bottom: 0 !important;
|
|
31804
|
+
flex-flow: nowrap !important;
|
|
31805
|
+
line-break: auto;
|
|
31734
31806
|
}
|
|
31735
31807
|
|
|
31736
|
-
.
|
|
31737
|
-
|
|
31738
|
-
padding: 0;
|
|
31808
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31809
|
+
text-align: left !important;
|
|
31810
|
+
padding-bottom: 0 !important;
|
|
31739
31811
|
}
|
|
31740
31812
|
|
|
31741
|
-
.
|
|
31742
|
-
|
|
31743
|
-
height:
|
|
31744
|
-
line-height: 32px;
|
|
31813
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31814
|
+
min-height: 32px;
|
|
31815
|
+
height: auto;
|
|
31745
31816
|
font-size: 13px;
|
|
31746
|
-
|
|
31747
|
-
|
|
31748
|
-
overflow: hidden;
|
|
31749
|
-
text-overflow: ellipsis;
|
|
31750
|
-
white-space: nowrap;
|
|
31751
|
-
}
|
|
31752
|
-
|
|
31753
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
31754
|
-
content: " ";
|
|
31755
|
-
height: 1px;
|
|
31756
|
-
width: calc(100% + 10px);
|
|
31757
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31758
|
-
display: block;
|
|
31759
|
-
}
|
|
31760
|
-
|
|
31761
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
31762
|
-
color: #0080ff;
|
|
31763
|
-
background: transparent;
|
|
31817
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31818
|
+
white-space: normal;
|
|
31764
31819
|
}
|
|
31765
31820
|
|
|
31766
|
-
.
|
|
31767
|
-
|
|
31768
|
-
align-items: center;
|
|
31821
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31822
|
+
border-color: #ff4d4f !important;
|
|
31769
31823
|
}
|
|
31770
31824
|
|
|
31771
|
-
.
|
|
31772
|
-
|
|
31773
|
-
align-items: center;
|
|
31774
|
-
justify-content: center;
|
|
31825
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31826
|
+
border-color: #ff4d4f !important;
|
|
31775
31827
|
}
|
|
31776
31828
|
|
|
31777
|
-
.
|
|
31778
|
-
|
|
31779
|
-
|
|
31829
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31830
|
+
margin-top: 4px;
|
|
31831
|
+
font-size: 12px;
|
|
31832
|
+
min-height: 0px;
|
|
31780
31833
|
}
|
|
31781
31834
|
|
|
31782
|
-
.
|
|
31783
|
-
|
|
31784
|
-
|
|
31835
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31836
|
+
font-size: 12px;
|
|
31837
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31838
|
+
min-height: 0px;
|
|
31785
31839
|
}
|
|
31786
31840
|
|
|
31787
31841
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -31864,63 +31918,10 @@ span.E_tqjc4ui {
|
|
|
31864
31918
|
align-items: center;
|
|
31865
31919
|
}
|
|
31866
31920
|
|
|
31867
|
-
.E_fzh9mnb .error-text {
|
|
31868
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31869
|
-
margin-bottom: 16px;
|
|
31870
|
-
font-size: 18px;
|
|
31871
|
-
}
|
|
31872
|
-
|
|
31873
|
-
.E_i1inqkme {
|
|
31874
|
-
height: 18px;
|
|
31875
|
-
line-height: 18px;
|
|
31876
|
-
padding: 0 4px;
|
|
31877
|
-
border-radius: 4px;
|
|
31878
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31879
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31880
|
-
display: flex;
|
|
31881
|
-
align-items: center;
|
|
31882
|
-
white-space: nowrap;
|
|
31883
|
-
margin-right: 4px;
|
|
31884
|
-
}
|
|
31885
|
-
|
|
31886
|
-
.E_f7pxqmh {
|
|
31887
|
-
width: 100%;
|
|
31888
|
-
margin-bottom: 0 !important;
|
|
31889
|
-
flex-flow: nowrap !important;
|
|
31890
|
-
line-break: auto;
|
|
31891
|
-
}
|
|
31892
|
-
|
|
31893
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
31894
|
-
text-align: left !important;
|
|
31895
|
-
padding-bottom: 0 !important;
|
|
31896
|
-
}
|
|
31897
|
-
|
|
31898
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31899
|
-
min-height: 32px;
|
|
31900
|
-
height: auto;
|
|
31901
|
-
font-size: 13px;
|
|
31902
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31903
|
-
white-space: normal;
|
|
31904
|
-
}
|
|
31905
|
-
|
|
31906
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31907
|
-
border-color: #ff4d4f !important;
|
|
31908
|
-
}
|
|
31909
|
-
|
|
31910
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31911
|
-
border-color: #ff4d4f !important;
|
|
31912
|
-
}
|
|
31913
|
-
|
|
31914
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
31915
|
-
margin-top: 4px;
|
|
31916
|
-
font-size: 12px;
|
|
31917
|
-
min-height: 0px;
|
|
31918
|
-
}
|
|
31919
|
-
|
|
31920
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
31921
|
-
font-size: 12px;
|
|
31922
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31923
|
-
min-height: 0px;
|
|
31921
|
+
.E_fzh9mnb .error-text {
|
|
31922
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31923
|
+
margin-bottom: 16px;
|
|
31924
|
+
font-size: 18px;
|
|
31924
31925
|
}
|
|
31925
31926
|
|
|
31926
31927
|
.E_atcz0kf .ant-input-suffix {
|
|
@@ -31931,39 +31932,38 @@ span.E_tqjc4ui {
|
|
|
31931
31932
|
padding: 2px 7px 2px 12px;
|
|
31932
31933
|
}
|
|
31933
31934
|
|
|
31934
|
-
.
|
|
31935
|
-
|
|
31935
|
+
.E_i1inqkme {
|
|
31936
|
+
height: 18px;
|
|
31937
|
+
line-height: 18px;
|
|
31938
|
+
padding: 0 4px;
|
|
31939
|
+
border-radius: 4px;
|
|
31940
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31941
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31942
|
+
display: flex;
|
|
31943
|
+
align-items: center;
|
|
31944
|
+
white-space: nowrap;
|
|
31945
|
+
margin-right: 4px;
|
|
31936
31946
|
}
|
|
31937
31947
|
|
|
31938
|
-
.
|
|
31939
|
-
padding: 4px 11px;
|
|
31948
|
+
.E_iouxfgt {
|
|
31940
31949
|
display: inline-flex;
|
|
31941
|
-
|
|
31942
|
-
height: inherit;
|
|
31950
|
+
align-items: center;
|
|
31943
31951
|
}
|
|
31944
31952
|
|
|
31945
|
-
.
|
|
31946
|
-
|
|
31947
|
-
display: var(--a1wfy30z-2);
|
|
31948
|
-
flex: none;
|
|
31953
|
+
.E_iouxfgt .icon-inner {
|
|
31954
|
+
display: inline-flex;
|
|
31949
31955
|
align-items: center;
|
|
31950
|
-
|
|
31956
|
+
justify-content: center;
|
|
31951
31957
|
}
|
|
31952
31958
|
|
|
31953
|
-
.
|
|
31954
|
-
|
|
31955
|
-
|
|
31956
|
-
flex: none;
|
|
31957
|
-
align-items: center;
|
|
31958
|
-
margin-right: 4px;
|
|
31959
|
-
cursor: auto;
|
|
31959
|
+
.E_iouxfgt .icon-inner + span,
|
|
31960
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31961
|
+
margin-left: 4px;
|
|
31960
31962
|
}
|
|
31961
31963
|
|
|
31962
|
-
.
|
|
31963
|
-
|
|
31964
|
-
|
|
31965
|
-
height: auto;
|
|
31966
|
-
font-size: inherit;
|
|
31964
|
+
.E_iouxfgt.is-rotate img,
|
|
31965
|
+
.E_iouxfgt.is-rotate svg {
|
|
31966
|
+
animation: rotate 680ms linear infinite;
|
|
31967
31967
|
}
|
|
31968
31968
|
|
|
31969
31969
|
.E_owd0kml {
|
|
@@ -31975,10 +31975,6 @@ span.E_tqjc4ui {
|
|
|
31975
31975
|
position: absolute;
|
|
31976
31976
|
}
|
|
31977
31977
|
|
|
31978
|
-
.E_m196gn1d {
|
|
31979
|
-
min-width: 1280px;
|
|
31980
|
-
}
|
|
31981
|
-
|
|
31982
31978
|
.E_a1b5xrg3 .user-icon-inner {
|
|
31983
31979
|
display: inline-flex;
|
|
31984
31980
|
align-items: center;
|
|
@@ -32487,6 +32483,10 @@ span.E_tqjc4ui {
|
|
|
32487
32483
|
line-height: 12px;
|
|
32488
32484
|
}
|
|
32489
32485
|
|
|
32486
|
+
.E_m196gn1d {
|
|
32487
|
+
min-width: 1280px;
|
|
32488
|
+
}
|
|
32489
|
+
|
|
32490
32490
|
.E_cnujxq2 {
|
|
32491
32491
|
display: flex;
|
|
32492
32492
|
flex-direction: column;
|
|
@@ -33784,244 +33784,55 @@ input.E_rf8rlle.ant-input {
|
|
|
33784
33784
|
}
|
|
33785
33785
|
|
|
33786
33786
|
.E_ncaepor:after {
|
|
33787
|
-
bottom: 0;
|
|
33788
|
-
}
|
|
33789
|
-
|
|
33790
|
-
.E_ncaepor > * {
|
|
33791
|
-
height: 48px;
|
|
33792
|
-
display: inline-flex;
|
|
33793
|
-
align-items: center;
|
|
33794
|
-
white-space: nowrap;
|
|
33795
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33796
|
-
}
|
|
33797
|
-
|
|
33798
|
-
.E_ncaepor .name-text {
|
|
33799
|
-
transform: translateY(0);
|
|
33800
|
-
opacity: 1;
|
|
33801
|
-
}
|
|
33802
|
-
|
|
33803
|
-
.E_ncaepor .nav-info {
|
|
33804
|
-
transform: translateY(100%);
|
|
33805
|
-
opacity: 0;
|
|
33806
|
-
font-size: 18px;
|
|
33807
|
-
font-weight: 700;
|
|
33808
|
-
position: absolute;
|
|
33809
|
-
overflow: hidden;
|
|
33810
|
-
display: flex;
|
|
33811
|
-
justify-content: center;
|
|
33812
|
-
}
|
|
33813
|
-
|
|
33814
|
-
.E_ncaepor .nav-info .scrolled-resource {
|
|
33815
|
-
color: #1d326c;
|
|
33816
|
-
flex: 1;
|
|
33817
|
-
overflow: hidden;
|
|
33818
|
-
text-overflow: ellipsis;
|
|
33819
|
-
}
|
|
33820
|
-
|
|
33821
|
-
.E_ncaepor .nav-info .scrolled-view {
|
|
33822
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33823
|
-
margin-left: 8px;
|
|
33824
|
-
}
|
|
33825
|
-
|
|
33826
|
-
.E_ncaepor.is-scrolled .name-text {
|
|
33827
|
-
transform: translateY(-100%);
|
|
33828
|
-
opacity: 0;
|
|
33829
|
-
position: absolute;
|
|
33830
|
-
}
|
|
33831
|
-
|
|
33832
|
-
.E_ncaepor.is-scrolled .nav-info {
|
|
33833
|
-
transform: translateY(0);
|
|
33834
|
-
opacity: 1;
|
|
33835
|
-
position: static;
|
|
33836
|
-
}
|
|
33837
|
-
|
|
33838
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33839
|
-
margin-right: 2px;
|
|
33840
|
-
}
|
|
33841
|
-
|
|
33842
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33843
|
-
padding-left: 8px;
|
|
33844
|
-
padding-right: 8px;
|
|
33845
|
-
}
|
|
33846
|
-
|
|
33847
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33848
|
-
border-radius: 4px;
|
|
33849
|
-
}
|
|
33850
|
-
|
|
33851
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33852
|
-
border-radius: 4px;
|
|
33853
|
-
}
|
|
33854
|
-
|
|
33855
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
33856
|
-
padding-left: 12px;
|
|
33857
|
-
padding-right: 12px;
|
|
33858
|
-
}
|
|
33859
|
-
|
|
33860
|
-
.E_ckld275 {
|
|
33861
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33862
|
-
}
|
|
33863
|
-
|
|
33864
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33865
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
33866
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33867
|
-
}
|
|
33868
|
-
|
|
33869
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33870
|
-
background-color: transparent;
|
|
33871
|
-
}
|
|
33872
|
-
|
|
33873
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33874
|
-
background-color: transparent;
|
|
33875
|
-
}
|
|
33876
|
-
|
|
33877
|
-
.E_ckui4s7 {
|
|
33878
|
-
color: #2d3a56;
|
|
33879
|
-
line-height: 22px;
|
|
33880
|
-
display: inline-flex;
|
|
33881
|
-
}
|
|
33882
|
-
|
|
33883
|
-
.E_ckui4s7 .ant-checkbox {
|
|
33884
|
-
height: 22px;
|
|
33885
|
-
display: flex;
|
|
33886
|
-
align-items: center;
|
|
33887
|
-
top: 0;
|
|
33888
|
-
}
|
|
33889
|
-
|
|
33890
|
-
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33891
|
-
border: none;
|
|
33892
|
-
}
|
|
33893
|
-
|
|
33894
|
-
.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 {
|
|
33895
|
-
border-color: #0080ff;
|
|
33896
|
-
}
|
|
33897
|
-
|
|
33898
|
-
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33899
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33900
|
-
}
|
|
33901
|
-
|
|
33902
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33903
|
-
border: 1px solid #0080ff;
|
|
33904
|
-
}
|
|
33905
|
-
|
|
33906
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33907
|
-
background: #0080ff;
|
|
33908
|
-
}
|
|
33909
|
-
|
|
33910
|
-
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33911
|
-
background-color: #fff;
|
|
33912
|
-
height: 2px;
|
|
33913
|
-
width: 10px;
|
|
33914
|
-
border-radius: 2px;
|
|
33915
|
-
}
|
|
33916
|
-
|
|
33917
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33918
|
-
opacity: 0.5;
|
|
33919
|
-
}
|
|
33920
|
-
|
|
33921
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33922
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33923
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33924
|
-
}
|
|
33925
|
-
|
|
33926
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33927
|
-
border-color: #2d3a56;
|
|
33928
|
-
}
|
|
33929
|
-
|
|
33930
|
-
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33931
|
-
background: #2d3a56;
|
|
33932
|
-
}
|
|
33933
|
-
|
|
33934
|
-
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33935
|
-
padding: 0;
|
|
33936
|
-
}
|
|
33937
|
-
|
|
33938
|
-
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33939
|
-
display: inline-block;
|
|
33940
|
-
margin-left: 12px;
|
|
33941
|
-
color: #2d3a56;
|
|
33942
|
-
}
|
|
33943
|
-
|
|
33944
|
-
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33945
|
-
margin-left: 28px;
|
|
33946
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33947
|
-
}
|
|
33948
|
-
|
|
33949
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33950
|
-
margin-left: 8px;
|
|
33951
|
-
}
|
|
33952
|
-
|
|
33953
|
-
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33954
|
-
margin-left: 24px;
|
|
33955
|
-
}
|
|
33956
|
-
|
|
33957
|
-
.E_b14q2gmw {
|
|
33958
|
-
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);
|
|
33959
|
-
}
|
|
33960
|
-
|
|
33961
|
-
.E_c1eym6el {
|
|
33962
|
-
border-radius: 8px;
|
|
33963
|
-
background-color: white;
|
|
33964
|
-
}
|
|
33965
|
-
|
|
33966
|
-
.E_c1eym6el.hoverable {
|
|
33967
|
-
cursor: pointer;
|
|
33968
|
-
}
|
|
33969
|
-
|
|
33970
|
-
.E_c1eym6el.hoverable:hover {
|
|
33971
|
-
transition: all 200ms ease;
|
|
33972
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33973
|
-
transform: translateY(-4px);
|
|
33974
|
-
}
|
|
33975
|
-
|
|
33976
|
-
.E_c1yd35n {
|
|
33977
|
-
padding: 0 12px 14px 12px;
|
|
33978
|
-
}
|
|
33979
|
-
|
|
33980
|
-
.E_c1kghdax {
|
|
33981
|
-
color: #2d3a56;
|
|
33982
|
-
padding: 7px 12px;
|
|
33983
|
-
display: flex;
|
|
33984
|
-
justify-content: space-between;
|
|
33985
|
-
align-items: center;
|
|
33787
|
+
bottom: 0;
|
|
33986
33788
|
}
|
|
33987
33789
|
|
|
33988
|
-
.
|
|
33989
|
-
|
|
33790
|
+
.E_ncaepor > * {
|
|
33791
|
+
height: 48px;
|
|
33792
|
+
display: inline-flex;
|
|
33793
|
+
align-items: center;
|
|
33794
|
+
white-space: nowrap;
|
|
33795
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33990
33796
|
}
|
|
33991
33797
|
|
|
33992
|
-
.
|
|
33993
|
-
|
|
33994
|
-
|
|
33798
|
+
.E_ncaepor .name-text {
|
|
33799
|
+
transform: translateY(0);
|
|
33800
|
+
opacity: 1;
|
|
33995
33801
|
}
|
|
33996
33802
|
|
|
33997
|
-
.
|
|
33998
|
-
|
|
33999
|
-
|
|
33803
|
+
.E_ncaepor .nav-info {
|
|
33804
|
+
transform: translateY(100%);
|
|
33805
|
+
opacity: 0;
|
|
33806
|
+
font-size: 18px;
|
|
33807
|
+
font-weight: 700;
|
|
33808
|
+
position: absolute;
|
|
33809
|
+
overflow: hidden;
|
|
33810
|
+
display: flex;
|
|
33811
|
+
justify-content: center;
|
|
34000
33812
|
}
|
|
34001
33813
|
|
|
34002
|
-
.
|
|
34003
|
-
|
|
33814
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
33815
|
+
color: #1d326c;
|
|
33816
|
+
flex: 1;
|
|
33817
|
+
overflow: hidden;
|
|
33818
|
+
text-overflow: ellipsis;
|
|
34004
33819
|
}
|
|
34005
33820
|
|
|
34006
|
-
.
|
|
34007
|
-
|
|
34008
|
-
|
|
33821
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
33822
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33823
|
+
margin-left: 8px;
|
|
34009
33824
|
}
|
|
34010
33825
|
|
|
34011
|
-
.
|
|
34012
|
-
|
|
34013
|
-
|
|
34014
|
-
|
|
34015
|
-
flex-grow: 1;
|
|
34016
|
-
font-size: 12px;
|
|
34017
|
-
line-height: 18px;
|
|
34018
|
-
color: #2d3a56;
|
|
34019
|
-
font-weight: 700;
|
|
33826
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
33827
|
+
transform: translateY(-100%);
|
|
33828
|
+
opacity: 0;
|
|
33829
|
+
position: absolute;
|
|
34020
33830
|
}
|
|
34021
33831
|
|
|
34022
|
-
.
|
|
34023
|
-
|
|
34024
|
-
|
|
33832
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
33833
|
+
transform: translateY(0);
|
|
33834
|
+
opacity: 1;
|
|
33835
|
+
position: static;
|
|
34025
33836
|
}
|
|
34026
33837
|
|
|
34027
33838
|
.E_c1kchka8 {
|
|
@@ -34461,129 +34272,318 @@ input.E_rf8rlle.ant-input {
|
|
|
34461
34272
|
padding: 0 12px 0 16px;
|
|
34462
34273
|
}
|
|
34463
34274
|
|
|
34464
|
-
.E_dhqt3dw.date-range-picker.medium {
|
|
34465
|
-
height: 32px;
|
|
34466
|
-
line-height: 32px;
|
|
34467
|
-
padding: 0 8px 0 12px;
|
|
34275
|
+
.E_dhqt3dw.date-range-picker.medium {
|
|
34276
|
+
height: 32px;
|
|
34277
|
+
line-height: 32px;
|
|
34278
|
+
padding: 0 8px 0 12px;
|
|
34279
|
+
}
|
|
34280
|
+
|
|
34281
|
+
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
34282
|
+
flex: 1;
|
|
34283
|
+
display: flex;
|
|
34284
|
+
align-items: center;
|
|
34285
|
+
gap: 8px;
|
|
34286
|
+
color: #00122e;
|
|
34287
|
+
}
|
|
34288
|
+
|
|
34289
|
+
.E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
|
|
34290
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34291
|
+
}
|
|
34292
|
+
|
|
34293
|
+
.E_dhqt3dw.date-range-picker .date-input-content input {
|
|
34294
|
+
border: none;
|
|
34295
|
+
outline: none;
|
|
34296
|
+
width: 162px;
|
|
34297
|
+
padding: 0;
|
|
34298
|
+
height: 22px;
|
|
34299
|
+
line-height: 22px;
|
|
34300
|
+
text-align: center;
|
|
34301
|
+
}
|
|
34302
|
+
|
|
34303
|
+
.E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
|
|
34304
|
+
color: rgba(0, 21, 64, 0.3);
|
|
34305
|
+
text-align: center;
|
|
34306
|
+
}
|
|
34307
|
+
|
|
34308
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:disabled {
|
|
34309
|
+
background: inherit;
|
|
34310
|
+
}
|
|
34311
|
+
|
|
34312
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
|
|
34313
|
+
border: none;
|
|
34314
|
+
outline: none;
|
|
34315
|
+
box-shadow: none;
|
|
34316
|
+
}
|
|
34317
|
+
|
|
34318
|
+
.E_dhqt3dw.date-range-picker .past-time-icon {
|
|
34319
|
+
cursor: pointer;
|
|
34320
|
+
}
|
|
34321
|
+
|
|
34322
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
34323
|
+
padding: 12px 12px 0 12px;
|
|
34324
|
+
}
|
|
34325
|
+
|
|
34326
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
34327
|
+
padding-left: 16px;
|
|
34328
|
+
}
|
|
34329
|
+
|
|
34330
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
34331
|
+
margin-right: 0;
|
|
34332
|
+
}
|
|
34333
|
+
|
|
34334
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
34335
|
+
margin-left: 2px;
|
|
34336
|
+
}
|
|
34337
|
+
|
|
34338
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
34339
|
+
max-height: 470px;
|
|
34340
|
+
overflow: auto;
|
|
34341
|
+
}
|
|
34342
|
+
|
|
34343
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
34344
|
+
padding: 0 12px;
|
|
34345
|
+
}
|
|
34346
|
+
|
|
34347
|
+
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
34348
|
+
height: 470px;
|
|
34349
|
+
overflow: auto;
|
|
34350
|
+
}
|
|
34351
|
+
|
|
34352
|
+
.E_d1tc7lgk {
|
|
34353
|
+
min-width: 200px;
|
|
34354
|
+
}
|
|
34355
|
+
|
|
34356
|
+
.E_d1tc7lgk header {
|
|
34357
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34358
|
+
padding: 8px 12px;
|
|
34359
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34360
|
+
}
|
|
34361
|
+
|
|
34362
|
+
.E_d1tc7lgk ul {
|
|
34363
|
+
list-style: none;
|
|
34364
|
+
padding: 12px;
|
|
34365
|
+
}
|
|
34366
|
+
|
|
34367
|
+
.E_d1tc7lgk ul li {
|
|
34368
|
+
padding: 5px 8px;
|
|
34369
|
+
border-radius: 5px;
|
|
34370
|
+
transition: all 0.2s ease-in-out;
|
|
34371
|
+
cursor: pointer;
|
|
34372
|
+
}
|
|
34373
|
+
|
|
34374
|
+
.E_d1tc7lgk ul li:hover {
|
|
34375
|
+
background: rgba(0, 136, 255, 0.16);
|
|
34376
|
+
color: #0080ff;
|
|
34377
|
+
}
|
|
34378
|
+
|
|
34379
|
+
.E_d1tc7lgk ul li:active {
|
|
34380
|
+
background: rgba(0, 136, 255, 0.2);
|
|
34381
|
+
color: #0080ff;
|
|
34382
|
+
}
|
|
34383
|
+
|
|
34384
|
+
.E_d1tc7lgk ul li + li {
|
|
34385
|
+
margin-top: 2px;
|
|
34386
|
+
}
|
|
34387
|
+
|
|
34388
|
+
.E_rzaik16 {
|
|
34389
|
+
padding: 0;
|
|
34390
|
+
}
|
|
34391
|
+
|
|
34392
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
34393
|
+
display: none;
|
|
34394
|
+
}
|
|
34395
|
+
|
|
34396
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
34397
|
+
padding: 0;
|
|
34398
|
+
}
|
|
34399
|
+
|
|
34400
|
+
.E_c1yd35n {
|
|
34401
|
+
padding: 0 12px 14px 12px;
|
|
34402
|
+
}
|
|
34403
|
+
|
|
34404
|
+
.E_c1kghdax {
|
|
34405
|
+
color: #2d3a56;
|
|
34406
|
+
padding: 7px 12px;
|
|
34407
|
+
display: flex;
|
|
34408
|
+
justify-content: space-between;
|
|
34409
|
+
align-items: center;
|
|
34410
|
+
}
|
|
34411
|
+
|
|
34412
|
+
.E_c1kghdax.has-arrow {
|
|
34413
|
+
padding-left: 10px;
|
|
34414
|
+
}
|
|
34415
|
+
|
|
34416
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34417
|
+
cursor: pointer;
|
|
34418
|
+
color: #00122e;
|
|
34419
|
+
}
|
|
34420
|
+
|
|
34421
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34422
|
+
color: #2d3a56;
|
|
34423
|
+
font-weight: 600;
|
|
34424
|
+
}
|
|
34425
|
+
|
|
34426
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34427
|
+
transform: rotate(90deg);
|
|
34428
|
+
}
|
|
34429
|
+
|
|
34430
|
+
.E_c1kghdax .sub-info {
|
|
34431
|
+
font-size: 12px;
|
|
34432
|
+
line-height: 18px;
|
|
34433
|
+
}
|
|
34434
|
+
|
|
34435
|
+
.E_c1kghdax .title-wrapper {
|
|
34436
|
+
display: flex;
|
|
34437
|
+
align-items: center;
|
|
34438
|
+
user-select: none;
|
|
34439
|
+
flex-grow: 1;
|
|
34440
|
+
font-size: 12px;
|
|
34441
|
+
line-height: 18px;
|
|
34442
|
+
color: #2d3a56;
|
|
34443
|
+
font-weight: 700;
|
|
34444
|
+
}
|
|
34445
|
+
|
|
34446
|
+
.E_c1kghdax .collapse-arrow {
|
|
34447
|
+
transition: all 50ms ease-out 0ms;
|
|
34448
|
+
margin-right: 2px;
|
|
34449
|
+
}
|
|
34450
|
+
|
|
34451
|
+
.E_ckui4s7 {
|
|
34452
|
+
color: #2d3a56;
|
|
34453
|
+
line-height: 22px;
|
|
34454
|
+
display: inline-flex;
|
|
34455
|
+
}
|
|
34456
|
+
|
|
34457
|
+
.E_ckui4s7 .ant-checkbox {
|
|
34458
|
+
height: 22px;
|
|
34459
|
+
display: flex;
|
|
34460
|
+
align-items: center;
|
|
34461
|
+
top: 0;
|
|
34462
|
+
}
|
|
34463
|
+
|
|
34464
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
34465
|
+
border: none;
|
|
34466
|
+
}
|
|
34467
|
+
|
|
34468
|
+
.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 {
|
|
34469
|
+
border-color: #0080ff;
|
|
34470
|
+
}
|
|
34471
|
+
|
|
34472
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
34473
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34468
34474
|
}
|
|
34469
34475
|
|
|
34470
|
-
.
|
|
34471
|
-
|
|
34472
|
-
display: flex;
|
|
34473
|
-
align-items: center;
|
|
34474
|
-
gap: 8px;
|
|
34475
|
-
color: #00122e;
|
|
34476
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34477
|
+
border: 1px solid #0080ff;
|
|
34476
34478
|
}
|
|
34477
34479
|
|
|
34478
|
-
.
|
|
34479
|
-
|
|
34480
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34481
|
+
background: #0080ff;
|
|
34480
34482
|
}
|
|
34481
34483
|
|
|
34482
|
-
.
|
|
34483
|
-
|
|
34484
|
-
|
|
34485
|
-
width:
|
|
34486
|
-
|
|
34487
|
-
height: 22px;
|
|
34488
|
-
line-height: 22px;
|
|
34489
|
-
text-align: center;
|
|
34484
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34485
|
+
background-color: #fff;
|
|
34486
|
+
height: 2px;
|
|
34487
|
+
width: 10px;
|
|
34488
|
+
border-radius: 2px;
|
|
34490
34489
|
}
|
|
34491
34490
|
|
|
34492
|
-
.
|
|
34493
|
-
|
|
34494
|
-
text-align: center;
|
|
34491
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
34492
|
+
opacity: 0.5;
|
|
34495
34493
|
}
|
|
34496
34494
|
|
|
34497
|
-
.
|
|
34498
|
-
background:
|
|
34495
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34496
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34497
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34499
34498
|
}
|
|
34500
34499
|
|
|
34501
|
-
.
|
|
34502
|
-
border:
|
|
34503
|
-
outline: none;
|
|
34504
|
-
box-shadow: none;
|
|
34500
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34501
|
+
border-color: #2d3a56;
|
|
34505
34502
|
}
|
|
34506
34503
|
|
|
34507
|
-
.
|
|
34508
|
-
|
|
34504
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34505
|
+
background: #2d3a56;
|
|
34509
34506
|
}
|
|
34510
34507
|
|
|
34511
|
-
.
|
|
34512
|
-
padding:
|
|
34508
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
34509
|
+
padding: 0;
|
|
34513
34510
|
}
|
|
34514
34511
|
|
|
34515
|
-
.
|
|
34516
|
-
|
|
34512
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
34513
|
+
display: inline-block;
|
|
34514
|
+
margin-left: 12px;
|
|
34515
|
+
color: #2d3a56;
|
|
34517
34516
|
}
|
|
34518
34517
|
|
|
34519
|
-
.
|
|
34520
|
-
margin-
|
|
34518
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
34519
|
+
margin-left: 28px;
|
|
34520
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34521
34521
|
}
|
|
34522
34522
|
|
|
34523
|
-
.
|
|
34524
|
-
margin-left:
|
|
34523
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
34524
|
+
margin-left: 8px;
|
|
34525
34525
|
}
|
|
34526
34526
|
|
|
34527
|
-
.
|
|
34528
|
-
|
|
34529
|
-
overflow: auto;
|
|
34527
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
34528
|
+
margin-left: 24px;
|
|
34530
34529
|
}
|
|
34531
34530
|
|
|
34532
|
-
.
|
|
34533
|
-
|
|
34531
|
+
.E_b14q2gmw {
|
|
34532
|
+
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);
|
|
34534
34533
|
}
|
|
34535
34534
|
|
|
34536
|
-
.
|
|
34537
|
-
|
|
34538
|
-
|
|
34535
|
+
.E_c1eym6el {
|
|
34536
|
+
border-radius: 8px;
|
|
34537
|
+
background-color: white;
|
|
34539
34538
|
}
|
|
34540
34539
|
|
|
34541
|
-
.
|
|
34542
|
-
|
|
34540
|
+
.E_c1eym6el.hoverable {
|
|
34541
|
+
cursor: pointer;
|
|
34543
34542
|
}
|
|
34544
34543
|
|
|
34545
|
-
.
|
|
34546
|
-
|
|
34547
|
-
|
|
34548
|
-
|
|
34544
|
+
.E_c1eym6el.hoverable:hover {
|
|
34545
|
+
transition: all 200ms ease;
|
|
34546
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34547
|
+
transform: translateY(-4px);
|
|
34549
34548
|
}
|
|
34550
34549
|
|
|
34551
|
-
.
|
|
34552
|
-
|
|
34553
|
-
padding: 12px;
|
|
34550
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34551
|
+
margin-right: 2px;
|
|
34554
34552
|
}
|
|
34555
34553
|
|
|
34556
|
-
.
|
|
34557
|
-
padding:
|
|
34558
|
-
|
|
34559
|
-
transition: all 0.2s ease-in-out;
|
|
34560
|
-
cursor: pointer;
|
|
34554
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34555
|
+
padding-left: 8px;
|
|
34556
|
+
padding-right: 8px;
|
|
34561
34557
|
}
|
|
34562
34558
|
|
|
34563
|
-
.
|
|
34564
|
-
|
|
34565
|
-
color: #0080ff;
|
|
34559
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34560
|
+
border-radius: 4px;
|
|
34566
34561
|
}
|
|
34567
34562
|
|
|
34568
|
-
.
|
|
34569
|
-
|
|
34570
|
-
color: #0080ff;
|
|
34563
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34564
|
+
border-radius: 4px;
|
|
34571
34565
|
}
|
|
34572
34566
|
|
|
34573
|
-
.
|
|
34574
|
-
|
|
34567
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
34568
|
+
padding-left: 12px;
|
|
34569
|
+
padding-right: 12px;
|
|
34575
34570
|
}
|
|
34576
34571
|
|
|
34577
|
-
.
|
|
34578
|
-
|
|
34572
|
+
.E_ckld275 {
|
|
34573
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34579
34574
|
}
|
|
34580
34575
|
|
|
34581
|
-
.
|
|
34582
|
-
|
|
34576
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34577
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
34578
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34583
34579
|
}
|
|
34584
34580
|
|
|
34585
|
-
.
|
|
34586
|
-
|
|
34581
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34582
|
+
background-color: transparent;
|
|
34583
|
+
}
|
|
34584
|
+
|
|
34585
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34586
|
+
background-color: transparent;
|
|
34587
34587
|
}
|
|
34588
34588
|
|
|
34589
34589
|
.E_lht19u8 {
|
|
@@ -34645,35 +34645,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34645
34645
|
margin-right: 4px;
|
|
34646
34646
|
}
|
|
34647
34647
|
|
|
34648
|
-
.E_slr2ynn {
|
|
34649
|
-
padding: 0 8px;
|
|
34650
|
-
height: 18px;
|
|
34651
|
-
}
|
|
34652
|
-
|
|
34653
|
-
.E_m140wbb6 {
|
|
34654
|
-
padding: 2px 8px;
|
|
34655
|
-
height: 24px;
|
|
34656
|
-
}
|
|
34657
|
-
|
|
34658
|
-
.E_t1fozc1i {
|
|
34659
|
-
margin: 0;
|
|
34660
|
-
}
|
|
34661
|
-
|
|
34662
|
-
.E_i1vxv4ln {
|
|
34663
|
-
margin-right: 4px;
|
|
34664
|
-
height: 16px;
|
|
34665
|
-
}
|
|
34666
|
-
|
|
34667
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34668
|
-
font-weight: 700;
|
|
34669
|
-
color: #00122e;
|
|
34670
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34671
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34672
|
-
word-break: break-all;
|
|
34673
|
-
display: inline;
|
|
34674
|
-
white-space: normal;
|
|
34675
|
-
}
|
|
34676
|
-
|
|
34677
34648
|
.E_sjob3jg {
|
|
34678
34649
|
--item-min-width: 60px;
|
|
34679
34650
|
}
|
|
@@ -34906,874 +34877,891 @@ input.E_rf8rlle.ant-input {
|
|
|
34906
34877
|
justify-content: center;
|
|
34907
34878
|
}
|
|
34908
34879
|
|
|
34909
|
-
|
|
34910
|
-
|
|
34911
|
-
|
|
34880
|
+
.E_i1g85yz3 {
|
|
34881
|
+
margin-right: 4px;
|
|
34882
|
+
height: 16px;
|
|
34883
|
+
}
|
|
34884
|
+
|
|
34885
|
+
.E_slr2ynn {
|
|
34886
|
+
padding: 0 8px;
|
|
34912
34887
|
height: 18px;
|
|
34913
34888
|
}
|
|
34914
34889
|
|
|
34915
|
-
|
|
34916
|
-
|
|
34917
|
-
height:
|
|
34890
|
+
.E_m140wbb6 {
|
|
34891
|
+
padding: 2px 8px;
|
|
34892
|
+
height: 24px;
|
|
34918
34893
|
}
|
|
34919
34894
|
|
|
34920
|
-
|
|
34895
|
+
.E_t1fozc1i {
|
|
34896
|
+
margin: 0;
|
|
34897
|
+
}
|
|
34898
|
+
|
|
34899
|
+
.E_i1vxv4ln {
|
|
34921
34900
|
margin-right: 4px;
|
|
34901
|
+
height: 16px;
|
|
34922
34902
|
}
|
|
34923
34903
|
|
|
34924
|
-
|
|
34925
|
-
|
|
34904
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34905
|
+
font-weight: 700;
|
|
34906
|
+
color: #00122e;
|
|
34907
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34908
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34909
|
+
word-break: break-all;
|
|
34910
|
+
display: inline;
|
|
34911
|
+
white-space: normal;
|
|
34926
34912
|
}
|
|
34927
34913
|
|
|
34928
|
-
|
|
34929
|
-
|
|
34914
|
+
.E_t1dtlqs1 {
|
|
34915
|
+
margin-bottom: 4px;
|
|
34916
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34917
|
+
overflow: hidden;
|
|
34918
|
+
text-overflow: ellipsis;
|
|
34919
|
+
white-space: nowrap;
|
|
34930
34920
|
}
|
|
34931
34921
|
|
|
34932
|
-
|
|
34933
|
-
color:
|
|
34922
|
+
.E_s1ese5oy {
|
|
34923
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34924
|
+
line-height: 32px;
|
|
34925
|
+
height: 32px;
|
|
34926
|
+
margin-bottom: 0;
|
|
34934
34927
|
}
|
|
34935
34928
|
|
|
34936
|
-
|
|
34937
|
-
color: #
|
|
34929
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34930
|
+
color: #0080ff;
|
|
34938
34931
|
}
|
|
34939
34932
|
|
|
34940
|
-
|
|
34941
|
-
color: #
|
|
34933
|
+
.E_s1ese5oy.warning {
|
|
34934
|
+
color: #ffa500;
|
|
34942
34935
|
}
|
|
34943
34936
|
|
|
34944
|
-
|
|
34945
|
-
color: #
|
|
34937
|
+
.E_s1ese5oy.success {
|
|
34938
|
+
color: #00ba5d;
|
|
34946
34939
|
}
|
|
34947
34940
|
|
|
34948
|
-
|
|
34949
|
-
color: #
|
|
34941
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34942
|
+
color: #f0483e;
|
|
34950
34943
|
}
|
|
34951
34944
|
|
|
34952
|
-
|
|
34953
|
-
color:
|
|
34945
|
+
.E_s1ese5oy.normal {
|
|
34946
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34954
34947
|
}
|
|
34955
34948
|
|
|
34956
|
-
|
|
34957
|
-
|
|
34949
|
+
.E_b1ibis43 {
|
|
34950
|
+
margin-bottom: 0;
|
|
34951
|
+
color: #00122e;
|
|
34958
34952
|
}
|
|
34959
34953
|
|
|
34960
|
-
|
|
34961
|
-
|
|
34954
|
+
.E_b11xxjd2 {
|
|
34955
|
+
line-height: 32px;
|
|
34956
|
+
margin-right: 6px;
|
|
34962
34957
|
}
|
|
34963
34958
|
|
|
34964
|
-
|
|
34965
|
-
|
|
34959
|
+
.E_bsub5bw.with-description {
|
|
34960
|
+
height: 24px;
|
|
34961
|
+
flex: 1;
|
|
34962
|
+
position: relative;
|
|
34963
|
+
top: -7px;
|
|
34966
34964
|
}
|
|
34967
34965
|
|
|
34968
|
-
|
|
34969
|
-
|
|
34966
|
+
.E_bsub5bw p {
|
|
34967
|
+
width: 100%;
|
|
34968
|
+
overflow: hidden;
|
|
34969
|
+
text-overflow: ellipsis;
|
|
34970
|
+
white-space: nowrap;
|
|
34970
34971
|
}
|
|
34971
34972
|
|
|
34972
|
-
.
|
|
34973
|
-
|
|
34973
|
+
.E_tmoyoag {
|
|
34974
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34975
|
+
border-radius: 8px;
|
|
34976
|
+
overflow: auto;
|
|
34974
34977
|
}
|
|
34975
34978
|
|
|
34976
|
-
.
|
|
34977
|
-
|
|
34978
|
-
height: 100%;
|
|
34979
|
+
.E_tmoyoag .ant-list {
|
|
34980
|
+
position: relative;
|
|
34979
34981
|
}
|
|
34980
34982
|
|
|
34981
|
-
.
|
|
34982
|
-
|
|
34983
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34984
|
+
position: sticky;
|
|
34985
|
+
top: 0;
|
|
34986
|
+
z-index: 2;
|
|
34987
|
+
display: flex;
|
|
34988
|
+
padding: 8px;
|
|
34989
|
+
flex-wrap: nowrap;
|
|
34990
|
+
justify-content: flex-start;
|
|
34991
|
+
background: #f2f5fa;
|
|
34992
|
+
font-size: 14px;
|
|
34993
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34994
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34983
34995
|
}
|
|
34984
34996
|
|
|
34985
|
-
.
|
|
34986
|
-
|
|
34987
|
-
height: 100%;
|
|
34997
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34998
|
+
align-items: inherit;
|
|
34988
34999
|
}
|
|
34989
35000
|
|
|
34990
|
-
.
|
|
34991
|
-
|
|
35001
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
35002
|
+
display: flex;
|
|
35003
|
+
justify-content: flex-start;
|
|
35004
|
+
align-items: flex-start;
|
|
35005
|
+
flex-wrap: wrap;
|
|
35006
|
+
padding: 8px;
|
|
35007
|
+
border: none;
|
|
34992
35008
|
}
|
|
34993
35009
|
|
|
34994
|
-
.
|
|
34995
|
-
|
|
35010
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
35011
|
+
flex-basis: 100%;
|
|
35012
|
+
margin: 12px 0 0;
|
|
35013
|
+
order: 99;
|
|
35014
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34996
35015
|
}
|
|
34997
35016
|
|
|
34998
|
-
.
|
|
34999
|
-
|
|
35017
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
35018
|
+
color: #f0483e;
|
|
35019
|
+
flex-basis: 100%;
|
|
35020
|
+
order: 98;
|
|
35021
|
+
margin: 12px 0 0;
|
|
35000
35022
|
}
|
|
35001
35023
|
|
|
35002
|
-
.
|
|
35003
|
-
|
|
35004
|
-
padding-bottom: 6px;
|
|
35024
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
35025
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35005
35026
|
}
|
|
35006
35027
|
|
|
35007
|
-
.
|
|
35008
|
-
|
|
35028
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
35029
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35009
35030
|
}
|
|
35010
35031
|
|
|
35011
|
-
.
|
|
35012
|
-
|
|
35032
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
35033
|
+
flex: 1 0 0;
|
|
35034
|
+
overflow: hidden;
|
|
35013
35035
|
}
|
|
35014
35036
|
|
|
35015
|
-
.
|
|
35016
|
-
|
|
35037
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
35038
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35039
|
+
margin: 0;
|
|
35017
35040
|
}
|
|
35018
35041
|
|
|
35019
|
-
.
|
|
35020
|
-
|
|
35021
|
-
overflow: visible;
|
|
35042
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
35043
|
+
text-align: center;
|
|
35022
35044
|
}
|
|
35023
35045
|
|
|
35024
|
-
.
|
|
35025
|
-
|
|
35046
|
+
.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 > * {
|
|
35047
|
+
text-align: center;
|
|
35026
35048
|
}
|
|
35027
35049
|
|
|
35028
|
-
.
|
|
35029
|
-
|
|
35050
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
35051
|
+
text-align: left;
|
|
35030
35052
|
}
|
|
35031
35053
|
|
|
35032
|
-
.
|
|
35033
|
-
|
|
35034
|
-
background: #fff;
|
|
35035
|
-
padding: 0 !important;
|
|
35054
|
+
.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 > * {
|
|
35055
|
+
text-align: left;
|
|
35036
35056
|
}
|
|
35037
35057
|
|
|
35038
|
-
.
|
|
35039
|
-
|
|
35040
|
-
display: flex;
|
|
35041
|
-
align-items: center;
|
|
35042
|
-
height: 100%;
|
|
35043
|
-
padding: 8px;
|
|
35058
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
35059
|
+
text-align: right;
|
|
35044
35060
|
}
|
|
35045
35061
|
|
|
35046
|
-
.
|
|
35047
|
-
|
|
35048
|
-
overflow: hidden;
|
|
35049
|
-
text-overflow: ellipsis;
|
|
35050
|
-
width: 100%;
|
|
35062
|
+
.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 > * {
|
|
35063
|
+
text-align: right;
|
|
35051
35064
|
}
|
|
35052
35065
|
|
|
35053
|
-
.
|
|
35054
|
-
|
|
35066
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
35067
|
+
margin-right: 8px;
|
|
35055
35068
|
}
|
|
35056
35069
|
|
|
35057
|
-
.
|
|
35058
|
-
|
|
35070
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
35071
|
+
padding: 4px;
|
|
35072
|
+
width: 24px;
|
|
35073
|
+
height: 24px;
|
|
35074
|
+
overflow: hidden;
|
|
35059
35075
|
}
|
|
35060
35076
|
|
|
35061
|
-
.
|
|
35062
|
-
|
|
35063
|
-
border-left: none;
|
|
35064
|
-
border-right: none;
|
|
35065
|
-
border-bottom: none;
|
|
35066
|
-
height: 100%;
|
|
35067
|
-
font-size: 12px;
|
|
35068
|
-
background: transparent;
|
|
35077
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
35078
|
+
padding: 0;
|
|
35069
35079
|
}
|
|
35070
35080
|
|
|
35071
|
-
.
|
|
35072
|
-
|
|
35073
|
-
|
|
35074
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35075
|
-
margin-bottom: -1px;
|
|
35081
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
35082
|
+
cursor: not-allowed;
|
|
35083
|
+
opacity: 0.5;
|
|
35076
35084
|
}
|
|
35077
35085
|
|
|
35078
|
-
.
|
|
35079
|
-
|
|
35080
|
-
color: #2d3a56;
|
|
35086
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
35087
|
+
margin: 0;
|
|
35081
35088
|
}
|
|
35082
35089
|
|
|
35083
|
-
.
|
|
35084
|
-
.
|
|
35085
|
-
|
|
35090
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
35091
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
35092
|
+
border-radius: 5px;
|
|
35093
|
+
font-size: 12px;
|
|
35086
35094
|
}
|
|
35087
35095
|
|
|
35088
|
-
.
|
|
35089
|
-
|
|
35090
|
-
text-align: center;
|
|
35096
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
35097
|
+
font-size: inherit;
|
|
35091
35098
|
}
|
|
35092
35099
|
|
|
35093
|
-
.
|
|
35094
|
-
|
|
35100
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
35101
|
+
min-height: 24px;
|
|
35102
|
+
font-size: 12px;
|
|
35103
|
+
position: relative;
|
|
35095
35104
|
}
|
|
35096
35105
|
|
|
35097
|
-
.
|
|
35098
|
-
|
|
35099
|
-
position: absolute;
|
|
35100
|
-
top: 50%;
|
|
35101
|
-
right: 12px;
|
|
35102
|
-
transform: translateY(-50%);
|
|
35106
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
35107
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35103
35108
|
}
|
|
35104
35109
|
|
|
35105
|
-
.
|
|
35106
|
-
|
|
35107
|
-
width: 1px;
|
|
35108
|
-
background: rgba(213, 219, 227, 0.6);
|
|
35110
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
35111
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35109
35112
|
}
|
|
35110
35113
|
|
|
35111
|
-
.
|
|
35112
|
-
|
|
35113
|
-
|
|
35114
|
-
|
|
35114
|
+
.E_a138syjm {
|
|
35115
|
+
display: flex;
|
|
35116
|
+
align-items: center;
|
|
35117
|
+
margin-top: 8px;
|
|
35115
35118
|
}
|
|
35116
35119
|
|
|
35117
|
-
.
|
|
35118
|
-
|
|
35120
|
+
.E_a138syjm button.ant-btn {
|
|
35121
|
+
padding: 2px 8px;
|
|
35122
|
+
height: 24px;
|
|
35119
35123
|
}
|
|
35120
35124
|
|
|
35121
|
-
.
|
|
35122
|
-
|
|
35123
|
-
|
|
35124
|
-
|
|
35125
|
-
vertical-align: middle;
|
|
35126
|
-
transition: background 0ms;
|
|
35127
|
-
color: #00122e;
|
|
35125
|
+
.E_a138syjm > span.maximum-desc {
|
|
35126
|
+
display: none;
|
|
35127
|
+
margin-left: 8px;
|
|
35128
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35128
35129
|
}
|
|
35129
35130
|
|
|
35130
|
-
.
|
|
35131
|
-
|
|
35132
|
-
border-bottom-color: #f2f5fa;
|
|
35131
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
35132
|
+
display: inline;
|
|
35133
35133
|
}
|
|
35134
35134
|
|
|
35135
|
-
.
|
|
35136
|
-
|
|
35137
|
-
|
|
35138
|
-
|
|
35139
|
-
|
|
35140
|
-
transition: none;
|
|
35141
|
-
overflow: hidden;
|
|
35142
|
-
text-overflow: ellipsis;
|
|
35143
|
-
white-space: nowrap;
|
|
35135
|
+
.E_d77i8u0 {
|
|
35136
|
+
width: 24px;
|
|
35137
|
+
height: 24px;
|
|
35138
|
+
padding: 4px;
|
|
35139
|
+
margin-right: 8px;
|
|
35144
35140
|
}
|
|
35145
35141
|
|
|
35146
|
-
.
|
|
35147
|
-
|
|
35142
|
+
button.E_l48ei06.ant-btn {
|
|
35143
|
+
font-size: 12px;
|
|
35144
|
+
line-height: 18px;
|
|
35145
|
+
height: 18px;
|
|
35148
35146
|
}
|
|
35149
35147
|
|
|
35150
|
-
.
|
|
35151
|
-
|
|
35152
|
-
|
|
35153
|
-
width: 100%;
|
|
35154
|
-
vertical-align: middle;
|
|
35148
|
+
button.E_l48ei06 {
|
|
35149
|
+
color: #0080FF;
|
|
35150
|
+
height: unset;
|
|
35155
35151
|
}
|
|
35156
35152
|
|
|
35157
|
-
.
|
|
35158
|
-
|
|
35153
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
35154
|
+
margin-right: 4px;
|
|
35159
35155
|
}
|
|
35160
35156
|
|
|
35161
|
-
.
|
|
35162
|
-
|
|
35157
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
35158
|
+
margin-left: 4px;
|
|
35163
35159
|
}
|
|
35164
35160
|
|
|
35165
|
-
.
|
|
35166
|
-
|
|
35161
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
35162
|
+
color: #009DFF;
|
|
35167
35163
|
}
|
|
35168
35164
|
|
|
35169
|
-
.
|
|
35170
|
-
|
|
35171
|
-
border-color: transparent transparent white;
|
|
35165
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
35166
|
+
color: #005ED1;
|
|
35172
35167
|
}
|
|
35173
35168
|
|
|
35174
|
-
.
|
|
35175
|
-
|
|
35169
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
35170
|
+
color: #0080FF;
|
|
35176
35171
|
}
|
|
35177
35172
|
|
|
35178
|
-
.
|
|
35179
|
-
|
|
35173
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
35174
|
+
color: #00122E;
|
|
35180
35175
|
}
|
|
35181
35176
|
|
|
35182
|
-
.
|
|
35183
|
-
|
|
35184
|
-
width: 4px;
|
|
35185
|
-
top: -1px;
|
|
35186
|
-
bottom: -1px;
|
|
35187
|
-
background: white;
|
|
35177
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
35178
|
+
color: #0080FF;
|
|
35188
35179
|
}
|
|
35189
35180
|
|
|
35190
|
-
.
|
|
35191
|
-
|
|
35181
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
35182
|
+
color: #005ED1;
|
|
35192
35183
|
}
|
|
35193
35184
|
|
|
35194
|
-
.
|
|
35195
|
-
|
|
35196
|
-
background: white;
|
|
35197
|
-
border-top: none;
|
|
35185
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
35186
|
+
color: #00122E;
|
|
35198
35187
|
}
|
|
35199
35188
|
|
|
35200
|
-
.
|
|
35201
|
-
|
|
35202
|
-
border-radius: 0 8px 8px 0;
|
|
35203
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35189
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
35190
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35204
35191
|
}
|
|
35205
35192
|
|
|
35206
|
-
.
|
|
35207
|
-
|
|
35208
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35193
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
35194
|
+
color: #0080FF;
|
|
35209
35195
|
}
|
|
35210
35196
|
|
|
35211
|
-
.
|
|
35212
|
-
|
|
35213
|
-
align-items: center;
|
|
35214
|
-
height: 100%;
|
|
35215
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35197
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
35198
|
+
color: #005ED1;
|
|
35216
35199
|
}
|
|
35217
35200
|
|
|
35218
|
-
.
|
|
35219
|
-
|
|
35220
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35201
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
35202
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35221
35203
|
}
|
|
35222
35204
|
|
|
35223
|
-
.
|
|
35224
|
-
|
|
35225
|
-
|
|
35226
|
-
|
|
35227
|
-
|
|
35205
|
+
.E_sddwhm6 {
|
|
35206
|
+
margin: 0;
|
|
35207
|
+
border-radius: 20px;
|
|
35208
|
+
padding: 2px 10px;
|
|
35209
|
+
height: 22px;
|
|
35228
35210
|
}
|
|
35229
35211
|
|
|
35230
|
-
.
|
|
35231
|
-
|
|
35212
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
35213
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
35232
35214
|
}
|
|
35233
35215
|
|
|
35234
|
-
.
|
|
35235
|
-
|
|
35236
|
-
border-radius: 8px;
|
|
35216
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
35217
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
35237
35218
|
}
|
|
35238
35219
|
|
|
35239
|
-
.
|
|
35240
|
-
|
|
35220
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
35221
|
+
color: #00122e;
|
|
35241
35222
|
}
|
|
35242
35223
|
|
|
35243
|
-
.
|
|
35244
|
-
|
|
35245
|
-
border-bottom-color: transparent;
|
|
35246
|
-
border-top-color: transparent;
|
|
35224
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
35225
|
+
margin-right: 6px;
|
|
35247
35226
|
}
|
|
35248
35227
|
|
|
35249
|
-
.
|
|
35250
|
-
|
|
35228
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
35229
|
+
margin-left: 8px;
|
|
35230
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35251
35231
|
}
|
|
35252
35232
|
|
|
35253
|
-
.
|
|
35254
|
-
|
|
35233
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
35234
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35255
35235
|
}
|
|
35256
35236
|
|
|
35257
|
-
.
|
|
35258
|
-
background:
|
|
35237
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
35238
|
+
background-color: #0080ff;
|
|
35259
35239
|
}
|
|
35260
35240
|
|
|
35261
|
-
.
|
|
35262
|
-
background:
|
|
35263
|
-
font-weight: 400;
|
|
35264
|
-
position: relative;
|
|
35265
|
-
border-bottom: none;
|
|
35266
|
-
color: #00122e;
|
|
35267
|
-
transition: none;
|
|
35268
|
-
padding: 14px 8px 14px 8px;
|
|
35269
|
-
line-height: 20px;
|
|
35241
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
35242
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
35270
35243
|
}
|
|
35271
35244
|
|
|
35272
|
-
.
|
|
35273
|
-
|
|
35274
|
-
width: 1px;
|
|
35275
|
-
top: 0;
|
|
35276
|
-
bottom: 0;
|
|
35277
|
-
background: rgba(211, 218, 235, 0.6);
|
|
35278
|
-
position: absolute;
|
|
35279
|
-
right: 0;
|
|
35245
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
35246
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
35280
35247
|
}
|
|
35281
35248
|
|
|
35282
|
-
.
|
|
35283
|
-
|
|
35249
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
35250
|
+
background-color: #f0483e;
|
|
35284
35251
|
}
|
|
35285
35252
|
|
|
35286
|
-
.
|
|
35287
|
-
|
|
35253
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
35254
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
35288
35255
|
}
|
|
35289
35256
|
|
|
35290
|
-
.
|
|
35291
|
-
|
|
35292
|
-
overflow: hidden;
|
|
35293
|
-
white-space: nowrap;
|
|
35294
|
-
text-overflow: ellipsis;
|
|
35257
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
35258
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
35295
35259
|
}
|
|
35296
35260
|
|
|
35297
|
-
.
|
|
35298
|
-
|
|
35299
|
-
text-overflow: ellipsis;
|
|
35300
|
-
flex: 1;
|
|
35261
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
35262
|
+
background-color: #fea008;
|
|
35301
35263
|
}
|
|
35302
35264
|
|
|
35303
|
-
.
|
|
35304
|
-
|
|
35265
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
35266
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
35305
35267
|
}
|
|
35306
35268
|
|
|
35307
|
-
.
|
|
35308
|
-
|
|
35269
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
35270
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
35309
35271
|
}
|
|
35310
35272
|
|
|
35311
|
-
.
|
|
35312
|
-
|
|
35313
|
-
right: 6px;
|
|
35314
|
-
top: 50%;
|
|
35315
|
-
transform: translateY(-50%);
|
|
35316
|
-
height: 16px;
|
|
35317
|
-
display: none;
|
|
35318
|
-
transition: transform 320ms ease;
|
|
35273
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
35274
|
+
background-color: #00ba5d;
|
|
35319
35275
|
}
|
|
35320
35276
|
|
|
35321
|
-
.
|
|
35322
|
-
|
|
35323
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
35277
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
35278
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
35324
35279
|
}
|
|
35325
35280
|
|
|
35326
|
-
.
|
|
35327
|
-
|
|
35281
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
35282
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35328
35283
|
}
|
|
35329
35284
|
|
|
35330
|
-
.
|
|
35331
|
-
|
|
35285
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
35286
|
+
background-color: #6b7d99;
|
|
35332
35287
|
}
|
|
35333
35288
|
|
|
35334
|
-
.
|
|
35335
|
-
|
|
35289
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
35290
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
35336
35291
|
}
|
|
35337
35292
|
|
|
35338
|
-
.
|
|
35339
|
-
|
|
35293
|
+
.E_satwmqm {
|
|
35294
|
+
width: 8px;
|
|
35295
|
+
height: 8px;
|
|
35296
|
+
border-radius: 50%;
|
|
35297
|
+
display: inline-block;
|
|
35340
35298
|
}
|
|
35341
35299
|
|
|
35342
|
-
.
|
|
35343
|
-
|
|
35300
|
+
.E_tc97u5y {
|
|
35301
|
+
height: 100%;
|
|
35344
35302
|
}
|
|
35345
35303
|
|
|
35346
|
-
.
|
|
35347
|
-
|
|
35304
|
+
.E_efzf37v .ant-table-content {
|
|
35305
|
+
overflow: visible !important;
|
|
35306
|
+
height: 100%;
|
|
35348
35307
|
}
|
|
35349
35308
|
|
|
35350
|
-
.
|
|
35351
|
-
|
|
35309
|
+
.E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
35310
|
+
height: 100%;
|
|
35352
35311
|
}
|
|
35353
35312
|
|
|
35354
|
-
.
|
|
35355
|
-
|
|
35313
|
+
.E_efzf37v .ant-table-content table {
|
|
35314
|
+
width: 100% !important;
|
|
35315
|
+
height: 100%;
|
|
35356
35316
|
}
|
|
35357
35317
|
|
|
35358
|
-
.
|
|
35359
|
-
|
|
35360
|
-
left: 50%;
|
|
35361
|
-
top: 50%;
|
|
35362
|
-
transform: translate(-50%, -50%);
|
|
35318
|
+
.E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35319
|
+
padding: 15px 0;
|
|
35363
35320
|
}
|
|
35364
35321
|
|
|
35365
|
-
.
|
|
35322
|
+
.E_efzf37v .ant-table-content table thead.ant-table-thead {
|
|
35366
35323
|
display: none;
|
|
35367
35324
|
}
|
|
35368
35325
|
|
|
35369
|
-
.E_t1fisho6
|
|
35370
|
-
|
|
35326
|
+
.E_t1fisho6 {
|
|
35327
|
+
height: 100%;
|
|
35371
35328
|
}
|
|
35372
35329
|
|
|
35373
|
-
.E_t1fisho6
|
|
35374
|
-
|
|
35330
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
35331
|
+
padding-top: 6px;
|
|
35332
|
+
padding-bottom: 6px;
|
|
35375
35333
|
}
|
|
35376
35334
|
|
|
35377
|
-
.E_t1fisho6
|
|
35378
|
-
|
|
35379
|
-
border: none;
|
|
35380
|
-
background: inherit !important;
|
|
35381
|
-
height: 100px;
|
|
35382
|
-
vertical-align: middle;
|
|
35335
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
35336
|
+
font-weight: 700;
|
|
35383
35337
|
}
|
|
35384
35338
|
|
|
35385
|
-
.E_t1fisho6
|
|
35386
|
-
|
|
35387
|
-
font-weight: bold;
|
|
35388
|
-
font-size: 20px;
|
|
35389
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35339
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
35340
|
+
font-weight: 700;
|
|
35390
35341
|
}
|
|
35391
35342
|
|
|
35392
|
-
.E_t1fisho6
|
|
35393
|
-
|
|
35394
|
-
z-index: 10;
|
|
35343
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
35344
|
+
height: 100%;
|
|
35395
35345
|
}
|
|
35396
35346
|
|
|
35397
|
-
.E_t1fisho6
|
|
35398
|
-
|
|
35399
|
-
|
|
35400
|
-
background: #fff;
|
|
35347
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
35348
|
+
height: 100%;
|
|
35349
|
+
overflow: visible;
|
|
35401
35350
|
}
|
|
35402
35351
|
|
|
35403
|
-
.E_t1fisho6
|
|
35404
|
-
height:
|
|
35405
|
-
display: flex;
|
|
35406
|
-
align-items: center;
|
|
35407
|
-
justify-content: flex-end;
|
|
35408
|
-
padding-right: 8px;
|
|
35352
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
35353
|
+
max-height: none;
|
|
35409
35354
|
}
|
|
35410
35355
|
|
|
35411
|
-
.E_t1fisho6
|
|
35412
|
-
|
|
35413
|
-
height: 24px;
|
|
35414
|
-
cursor: pointer;
|
|
35415
|
-
justify-content: center;
|
|
35416
|
-
border-radius: 4px;
|
|
35356
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
35357
|
+
background: transparent;
|
|
35417
35358
|
}
|
|
35418
35359
|
|
|
35419
|
-
.E_t1fisho6
|
|
35360
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
35361
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
35420
35362
|
background: #fff;
|
|
35363
|
+
padding: 0 !important;
|
|
35421
35364
|
}
|
|
35422
35365
|
|
|
35423
|
-
.
|
|
35424
|
-
|
|
35425
|
-
|
|
35426
|
-
|
|
35427
|
-
height:
|
|
35366
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
35367
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35368
|
+
display: flex;
|
|
35369
|
+
align-items: center;
|
|
35370
|
+
height: 100%;
|
|
35371
|
+
padding: 8px;
|
|
35428
35372
|
}
|
|
35429
35373
|
|
|
35430
|
-
.
|
|
35431
|
-
|
|
35374
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
35375
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
35376
|
+
overflow: hidden;
|
|
35377
|
+
text-overflow: ellipsis;
|
|
35378
|
+
width: 100%;
|
|
35432
35379
|
}
|
|
35433
35380
|
|
|
35434
|
-
.
|
|
35435
|
-
|
|
35381
|
+
.E_t1fisho6 .ant-table-container {
|
|
35382
|
+
height: 100%;
|
|
35436
35383
|
}
|
|
35437
35384
|
|
|
35438
|
-
.
|
|
35439
|
-
|
|
35385
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
35386
|
+
box-shadow: none !important;
|
|
35440
35387
|
}
|
|
35441
35388
|
|
|
35442
|
-
.
|
|
35443
|
-
|
|
35389
|
+
.E_t1fisho6 div.ant-table {
|
|
35390
|
+
border-radius: 0px;
|
|
35391
|
+
border-left: none;
|
|
35392
|
+
border-right: none;
|
|
35393
|
+
border-bottom: none;
|
|
35394
|
+
height: 100%;
|
|
35395
|
+
font-size: 12px;
|
|
35396
|
+
background: transparent;
|
|
35444
35397
|
}
|
|
35445
35398
|
|
|
35446
|
-
.
|
|
35447
|
-
|
|
35448
|
-
|
|
35399
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
35400
|
+
position: relative;
|
|
35401
|
+
z-index: 3;
|
|
35402
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35403
|
+
margin-bottom: -1px;
|
|
35449
35404
|
}
|
|
35450
35405
|
|
|
35451
|
-
.
|
|
35452
|
-
|
|
35406
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
35407
|
+
.E_t1fisho6 div.ant-table .value {
|
|
35408
|
+
color: #2d3a56;
|
|
35453
35409
|
}
|
|
35454
35410
|
|
|
35455
|
-
.
|
|
35456
|
-
|
|
35411
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
35412
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
35413
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35457
35414
|
}
|
|
35458
35415
|
|
|
35459
|
-
.
|
|
35460
|
-
|
|
35416
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
35417
|
+
position: unset;
|
|
35418
|
+
text-align: center;
|
|
35461
35419
|
}
|
|
35462
35420
|
|
|
35463
|
-
.
|
|
35464
|
-
background
|
|
35421
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
35422
|
+
background: #fff;
|
|
35465
35423
|
}
|
|
35466
35424
|
|
|
35467
|
-
.
|
|
35468
|
-
|
|
35425
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
35426
|
+
cursor: pointer;
|
|
35427
|
+
position: absolute;
|
|
35428
|
+
top: 50%;
|
|
35429
|
+
right: 12px;
|
|
35430
|
+
transform: translateY(-50%);
|
|
35469
35431
|
}
|
|
35470
35432
|
|
|
35471
|
-
.
|
|
35472
|
-
|
|
35433
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
35434
|
+
box-shadow: none;
|
|
35435
|
+
width: 1px;
|
|
35436
|
+
background: rgba(213, 219, 227, 0.6);
|
|
35473
35437
|
}
|
|
35474
35438
|
|
|
35475
|
-
.
|
|
35476
|
-
|
|
35439
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
35440
|
+
box-shadow: none;
|
|
35441
|
+
width: 1px;
|
|
35442
|
+
background: rgba(213, 219, 227, 0.6);
|
|
35477
35443
|
}
|
|
35478
35444
|
|
|
35479
|
-
.
|
|
35480
|
-
|
|
35445
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
35446
|
+
position: relative;
|
|
35481
35447
|
}
|
|
35482
35448
|
|
|
35483
|
-
.
|
|
35484
|
-
|
|
35449
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
35450
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35451
|
+
border-bottom: 1px solid white;
|
|
35452
|
+
height: 40px;
|
|
35453
|
+
vertical-align: middle;
|
|
35454
|
+
transition: background 0ms;
|
|
35455
|
+
color: #00122e;
|
|
35485
35456
|
}
|
|
35486
35457
|
|
|
35487
|
-
.
|
|
35488
|
-
background
|
|
35458
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
35459
|
+
background: #f2f5fa;
|
|
35460
|
+
border-bottom-color: #f2f5fa;
|
|
35489
35461
|
}
|
|
35490
35462
|
|
|
35491
|
-
.
|
|
35492
|
-
|
|
35463
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
35464
|
+
height: auto;
|
|
35465
|
+
color: #00122e;
|
|
35466
|
+
font-size: 12px;
|
|
35467
|
+
text-align: left;
|
|
35468
|
+
transition: none;
|
|
35469
|
+
overflow: hidden;
|
|
35470
|
+
text-overflow: ellipsis;
|
|
35471
|
+
white-space: nowrap;
|
|
35493
35472
|
}
|
|
35494
35473
|
|
|
35495
|
-
.
|
|
35496
|
-
|
|
35474
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
35475
|
+
color: #0096ff;
|
|
35497
35476
|
}
|
|
35498
35477
|
|
|
35499
|
-
.
|
|
35500
|
-
|
|
35478
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
35479
|
+
overflow: hidden;
|
|
35480
|
+
text-overflow: ellipsis;
|
|
35481
|
+
width: 100%;
|
|
35482
|
+
vertical-align: middle;
|
|
35501
35483
|
}
|
|
35502
35484
|
|
|
35503
|
-
.
|
|
35504
|
-
|
|
35485
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
35486
|
+
line-height: 0px;
|
|
35505
35487
|
}
|
|
35506
35488
|
|
|
35507
|
-
.
|
|
35508
|
-
|
|
35489
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
35490
|
+
padding-right: 25px;
|
|
35509
35491
|
}
|
|
35510
35492
|
|
|
35511
|
-
.
|
|
35512
|
-
|
|
35513
|
-
height: 8px;
|
|
35514
|
-
border-radius: 50%;
|
|
35515
|
-
display: inline-block;
|
|
35493
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
35494
|
+
border-top-color: transparent;
|
|
35516
35495
|
}
|
|
35517
35496
|
|
|
35518
|
-
.
|
|
35519
|
-
|
|
35520
|
-
|
|
35497
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
35498
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35499
|
+
border-color: transparent transparent white;
|
|
35521
35500
|
}
|
|
35522
35501
|
|
|
35523
|
-
.
|
|
35524
|
-
|
|
35525
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35526
|
-
overflow: hidden;
|
|
35527
|
-
text-overflow: ellipsis;
|
|
35528
|
-
white-space: nowrap;
|
|
35502
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
35503
|
+
border-radius: 8px 0 0 8px;
|
|
35529
35504
|
}
|
|
35530
35505
|
|
|
35531
|
-
.
|
|
35532
|
-
|
|
35533
|
-
line-height: 32px;
|
|
35534
|
-
height: 32px;
|
|
35535
|
-
margin-bottom: 0;
|
|
35506
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
35507
|
+
border-radius: 8px 0 0 8px;
|
|
35536
35508
|
}
|
|
35537
35509
|
|
|
35538
|
-
.
|
|
35539
|
-
|
|
35510
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
35511
|
+
content: "";
|
|
35512
|
+
width: 4px;
|
|
35513
|
+
top: -1px;
|
|
35514
|
+
bottom: -1px;
|
|
35515
|
+
background: white;
|
|
35540
35516
|
}
|
|
35541
35517
|
|
|
35542
|
-
.
|
|
35543
|
-
|
|
35518
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
35519
|
+
border-radius: 0 8px 8px 0;
|
|
35544
35520
|
}
|
|
35545
35521
|
|
|
35546
|
-
.
|
|
35547
|
-
|
|
35522
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
35523
|
+
border-radius: 0;
|
|
35524
|
+
background: white;
|
|
35525
|
+
border-top: none;
|
|
35548
35526
|
}
|
|
35549
35527
|
|
|
35550
|
-
.
|
|
35551
|
-
|
|
35528
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
35529
|
+
border-top: 1px solid transparent;
|
|
35530
|
+
border-radius: 0 8px 8px 0;
|
|
35531
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35552
35532
|
}
|
|
35553
35533
|
|
|
35554
|
-
.
|
|
35555
|
-
|
|
35534
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
35535
|
+
background: white;
|
|
35536
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35556
35537
|
}
|
|
35557
35538
|
|
|
35558
|
-
.
|
|
35559
|
-
|
|
35560
|
-
|
|
35539
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
35540
|
+
display: flex;
|
|
35541
|
+
align-items: center;
|
|
35542
|
+
height: 100%;
|
|
35543
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35561
35544
|
}
|
|
35562
35545
|
|
|
35563
|
-
.
|
|
35564
|
-
|
|
35565
|
-
|
|
35546
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
35547
|
+
background: white;
|
|
35548
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35566
35549
|
}
|
|
35567
35550
|
|
|
35568
|
-
.
|
|
35569
|
-
|
|
35570
|
-
|
|
35571
|
-
|
|
35572
|
-
|
|
35551
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
35552
|
+
display: flex;
|
|
35553
|
+
align-items: center;
|
|
35554
|
+
height: 100%;
|
|
35555
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35573
35556
|
}
|
|
35574
35557
|
|
|
35575
|
-
.
|
|
35576
|
-
|
|
35577
|
-
overflow: hidden;
|
|
35578
|
-
text-overflow: ellipsis;
|
|
35579
|
-
white-space: nowrap;
|
|
35558
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
35559
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35580
35560
|
}
|
|
35581
35561
|
|
|
35582
|
-
.
|
|
35583
|
-
|
|
35562
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
35563
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
35584
35564
|
border-radius: 8px;
|
|
35585
|
-
overflow: auto;
|
|
35586
35565
|
}
|
|
35587
35566
|
|
|
35588
|
-
.
|
|
35589
|
-
|
|
35567
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
35568
|
+
border-top-color: white;
|
|
35590
35569
|
}
|
|
35591
35570
|
|
|
35592
|
-
.
|
|
35593
|
-
|
|
35594
|
-
|
|
35595
|
-
|
|
35596
|
-
display: flex;
|
|
35597
|
-
padding: 8px;
|
|
35598
|
-
flex-wrap: nowrap;
|
|
35599
|
-
justify-content: flex-start;
|
|
35600
|
-
background: #f2f5fa;
|
|
35601
|
-
font-size: 14px;
|
|
35602
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35603
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35571
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
35572
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35573
|
+
border-bottom-color: transparent;
|
|
35574
|
+
border-top-color: transparent;
|
|
35604
35575
|
}
|
|
35605
35576
|
|
|
35606
|
-
.
|
|
35607
|
-
|
|
35577
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
35578
|
+
border-radius: 8px 0 0 8px;
|
|
35608
35579
|
}
|
|
35609
35580
|
|
|
35610
|
-
.
|
|
35611
|
-
|
|
35612
|
-
justify-content: flex-start;
|
|
35613
|
-
align-items: flex-start;
|
|
35614
|
-
flex-wrap: wrap;
|
|
35615
|
-
padding: 8px;
|
|
35616
|
-
border: none;
|
|
35581
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
35582
|
+
border-radius: 0 8px 8px 0;
|
|
35617
35583
|
}
|
|
35618
35584
|
|
|
35619
|
-
.
|
|
35620
|
-
|
|
35621
|
-
margin: 12px 0 0;
|
|
35622
|
-
order: 99;
|
|
35623
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35585
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
35586
|
+
background: rgba(0, 136, 255, 0.1);
|
|
35624
35587
|
}
|
|
35625
35588
|
|
|
35626
|
-
.
|
|
35627
|
-
|
|
35628
|
-
|
|
35629
|
-
|
|
35630
|
-
|
|
35589
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
35590
|
+
background: #fff;
|
|
35591
|
+
font-weight: 400;
|
|
35592
|
+
position: relative;
|
|
35593
|
+
border-bottom: none;
|
|
35594
|
+
color: #00122e;
|
|
35595
|
+
transition: none;
|
|
35596
|
+
padding: 14px 8px 14px 8px;
|
|
35597
|
+
line-height: 20px;
|
|
35631
35598
|
}
|
|
35632
35599
|
|
|
35633
|
-
.
|
|
35634
|
-
|
|
35600
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
35601
|
+
content: "";
|
|
35602
|
+
width: 1px;
|
|
35603
|
+
top: 0;
|
|
35604
|
+
bottom: 0;
|
|
35605
|
+
background: rgba(211, 218, 235, 0.6);
|
|
35606
|
+
position: absolute;
|
|
35607
|
+
right: 0;
|
|
35635
35608
|
}
|
|
35636
35609
|
|
|
35637
|
-
.
|
|
35638
|
-
|
|
35610
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
35611
|
+
padding: unset;
|
|
35639
35612
|
}
|
|
35640
35613
|
|
|
35641
|
-
.
|
|
35642
|
-
|
|
35643
|
-
overflow: hidden;
|
|
35614
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
35615
|
+
display: none;
|
|
35644
35616
|
}
|
|
35645
35617
|
|
|
35646
|
-
.
|
|
35647
|
-
|
|
35648
|
-
|
|
35618
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35619
|
+
width: 100%;
|
|
35620
|
+
overflow: hidden;
|
|
35621
|
+
white-space: nowrap;
|
|
35622
|
+
text-overflow: ellipsis;
|
|
35649
35623
|
}
|
|
35650
35624
|
|
|
35651
|
-
.
|
|
35652
|
-
|
|
35625
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
35626
|
+
overflow: hidden;
|
|
35627
|
+
text-overflow: ellipsis;
|
|
35628
|
+
flex: 1;
|
|
35653
35629
|
}
|
|
35654
35630
|
|
|
35655
|
-
.
|
|
35656
|
-
|
|
35631
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
35632
|
+
padding: 15px 25px 15px 8px;
|
|
35657
35633
|
}
|
|
35658
35634
|
|
|
35659
|
-
.
|
|
35660
|
-
|
|
35635
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35636
|
+
padding: 0;
|
|
35661
35637
|
}
|
|
35662
35638
|
|
|
35663
|
-
.
|
|
35664
|
-
|
|
35639
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
35640
|
+
position: absolute;
|
|
35641
|
+
right: 6px;
|
|
35642
|
+
top: 50%;
|
|
35643
|
+
transform: translateY(-50%);
|
|
35644
|
+
height: 16px;
|
|
35645
|
+
display: none;
|
|
35646
|
+
transition: transform 320ms ease;
|
|
35665
35647
|
}
|
|
35666
35648
|
|
|
35667
|
-
.
|
|
35668
|
-
|
|
35649
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
35650
|
+
display: block;
|
|
35651
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35669
35652
|
}
|
|
35670
35653
|
|
|
35671
|
-
.
|
|
35672
|
-
|
|
35654
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
35655
|
+
display: block;
|
|
35673
35656
|
}
|
|
35674
35657
|
|
|
35675
|
-
.
|
|
35676
|
-
|
|
35658
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
35659
|
+
display: none;
|
|
35677
35660
|
}
|
|
35678
35661
|
|
|
35679
|
-
.
|
|
35680
|
-
|
|
35681
|
-
width: 24px;
|
|
35682
|
-
height: 24px;
|
|
35683
|
-
overflow: hidden;
|
|
35662
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
35663
|
+
transform: translateY(-50%);
|
|
35684
35664
|
}
|
|
35685
35665
|
|
|
35686
|
-
.
|
|
35687
|
-
|
|
35666
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
35667
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35688
35668
|
}
|
|
35689
35669
|
|
|
35690
|
-
.
|
|
35691
|
-
|
|
35692
|
-
opacity: 0.5;
|
|
35670
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
35671
|
+
background: #f2f5fa;
|
|
35693
35672
|
}
|
|
35694
35673
|
|
|
35695
|
-
.
|
|
35696
|
-
|
|
35674
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
35675
|
+
display: block;
|
|
35697
35676
|
}
|
|
35698
35677
|
|
|
35699
|
-
.
|
|
35700
|
-
|
|
35701
|
-
border-radius: 5px;
|
|
35702
|
-
font-size: 12px;
|
|
35678
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
35679
|
+
padding-right: 25px;
|
|
35703
35680
|
}
|
|
35704
35681
|
|
|
35705
|
-
.
|
|
35706
|
-
|
|
35682
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
35683
|
+
padding: 0 !important;
|
|
35707
35684
|
}
|
|
35708
35685
|
|
|
35709
|
-
.
|
|
35710
|
-
|
|
35711
|
-
|
|
35712
|
-
|
|
35686
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35687
|
+
position: absolute;
|
|
35688
|
+
left: 50%;
|
|
35689
|
+
top: 50%;
|
|
35690
|
+
transform: translate(-50%, -50%);
|
|
35713
35691
|
}
|
|
35714
35692
|
|
|
35715
|
-
.
|
|
35716
|
-
|
|
35693
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
35694
|
+
display: none;
|
|
35717
35695
|
}
|
|
35718
35696
|
|
|
35719
|
-
.
|
|
35720
|
-
background
|
|
35697
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
35698
|
+
background: #fff;
|
|
35721
35699
|
}
|
|
35722
35700
|
|
|
35723
|
-
.
|
|
35724
|
-
|
|
35725
|
-
align-items: center;
|
|
35726
|
-
margin-top: 8px;
|
|
35701
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
35702
|
+
background: inherit;
|
|
35727
35703
|
}
|
|
35728
35704
|
|
|
35729
|
-
.
|
|
35730
|
-
|
|
35731
|
-
|
|
35705
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
35706
|
+
position: static;
|
|
35707
|
+
border: none;
|
|
35708
|
+
background: inherit !important;
|
|
35709
|
+
height: 100px;
|
|
35710
|
+
vertical-align: middle;
|
|
35732
35711
|
}
|
|
35733
35712
|
|
|
35734
|
-
.
|
|
35735
|
-
|
|
35736
|
-
|
|
35737
|
-
|
|
35713
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
35714
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35715
|
+
font-weight: bold;
|
|
35716
|
+
font-size: 20px;
|
|
35717
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35738
35718
|
}
|
|
35739
35719
|
|
|
35740
|
-
.
|
|
35741
|
-
|
|
35720
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
35721
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
35722
|
+
z-index: 10;
|
|
35742
35723
|
}
|
|
35743
35724
|
|
|
35744
|
-
.
|
|
35745
|
-
|
|
35746
|
-
|
|
35747
|
-
|
|
35748
|
-
margin-right: 8px;
|
|
35725
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
35726
|
+
padding: 0 !important;
|
|
35727
|
+
position: relative;
|
|
35728
|
+
background: #fff;
|
|
35749
35729
|
}
|
|
35750
35730
|
|
|
35751
|
-
.
|
|
35731
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
35732
|
+
height: 100%;
|
|
35752
35733
|
display: flex;
|
|
35753
35734
|
align-items: center;
|
|
35754
|
-
justify-content:
|
|
35755
|
-
|
|
35735
|
+
justify-content: flex-end;
|
|
35736
|
+
padding-right: 8px;
|
|
35756
35737
|
}
|
|
35757
35738
|
|
|
35758
|
-
.
|
|
35759
|
-
|
|
35760
|
-
|
|
35739
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
35740
|
+
width: 24px;
|
|
35741
|
+
height: 24px;
|
|
35742
|
+
cursor: pointer;
|
|
35761
35743
|
justify-content: center;
|
|
35762
|
-
|
|
35744
|
+
border-radius: 4px;
|
|
35763
35745
|
}
|
|
35764
35746
|
|
|
35765
|
-
.
|
|
35766
|
-
|
|
35747
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
35748
|
+
background: #fff;
|
|
35767
35749
|
}
|
|
35768
35750
|
|
|
35769
35751
|
.E_l12xdkhl {
|
|
35770
35752
|
width: 64px;
|
|
35771
35753
|
height: 64px;
|
|
35754
|
+
max-width: 64px;
|
|
35755
|
+
max-height: 64px;
|
|
35756
|
+
overflow: hidden;
|
|
35772
35757
|
display: flex;
|
|
35773
35758
|
align-items: center;
|
|
35774
35759
|
justify-content: center;
|
|
35775
35760
|
position: relative;
|
|
35776
35761
|
opacity: 0.6;
|
|
35762
|
+
}
|
|
35763
|
+
|
|
35764
|
+
.E_l12xdkhl .icon-wrapper {
|
|
35777
35765
|
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
35778
35766
|
}
|
|
35779
35767
|
|
|
@@ -35785,6 +35773,24 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35785
35773
|
transform: rotate(360deg);
|
|
35786
35774
|
}
|
|
35787
35775
|
}
|
|
35776
|
+
.E_r77hffu {
|
|
35777
|
+
display: flex;
|
|
35778
|
+
align-items: center;
|
|
35779
|
+
justify-content: space-between;
|
|
35780
|
+
column-gap: 6px;
|
|
35781
|
+
}
|
|
35782
|
+
|
|
35783
|
+
.E_p1cmxsf7 {
|
|
35784
|
+
display: flex;
|
|
35785
|
+
flex-direction: column;
|
|
35786
|
+
justify-content: center;
|
|
35787
|
+
row-gap: var(--p1cmxsf7-0);
|
|
35788
|
+
}
|
|
35789
|
+
|
|
35790
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
35791
|
+
font-size: 0;
|
|
35792
|
+
}
|
|
35793
|
+
|
|
35788
35794
|
.E_t13ef470 {
|
|
35789
35795
|
height: 100%;
|
|
35790
35796
|
}
|
|
@@ -36031,6 +36037,36 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36031
36037
|
margin-left: 8px;
|
|
36032
36038
|
}
|
|
36033
36039
|
|
|
36040
|
+
.E_s20iney.skeleton-box {
|
|
36041
|
+
display: flex;
|
|
36042
|
+
align-items: center;
|
|
36043
|
+
justify-content: center;
|
|
36044
|
+
position: relative;
|
|
36045
|
+
border-radius: 2px;
|
|
36046
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36047
|
+
overflow: hidden;
|
|
36048
|
+
}
|
|
36049
|
+
|
|
36050
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
36051
|
+
width: 200%;
|
|
36052
|
+
height: 200%;
|
|
36053
|
+
transform: rotate(15deg);
|
|
36054
|
+
position: absolute;
|
|
36055
|
+
top: -50%;
|
|
36056
|
+
flex-shrink: 0;
|
|
36057
|
+
opacity: 0.8;
|
|
36058
|
+
background: linear-gradient(90deg, #FFFFFF 15%, rgba(255, 255, 255, 0.6) 50%, #FFFFFF 85%);
|
|
36059
|
+
animation: shimmer 1100ms infinite;
|
|
36060
|
+
}
|
|
36061
|
+
|
|
36062
|
+
@keyframes shimmer {
|
|
36063
|
+
from {
|
|
36064
|
+
left: -120%;
|
|
36065
|
+
}
|
|
36066
|
+
to {
|
|
36067
|
+
left: 100%;
|
|
36068
|
+
}
|
|
36069
|
+
}
|
|
36034
36070
|
.E_t1g36k2w {
|
|
36035
36071
|
overflow: hidden;
|
|
36036
36072
|
height: 100%;
|
|
@@ -36088,18 +36124,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36088
36124
|
display: block;
|
|
36089
36125
|
}
|
|
36090
36126
|
|
|
36091
|
-
.E_i14c7jc8 {
|
|
36092
|
-
color: var(--i14c7jc8-0);
|
|
36093
|
-
}
|
|
36094
|
-
|
|
36095
|
-
.E_i1ibuolf {
|
|
36096
|
-
display: flex;
|
|
36097
|
-
align-items: center;
|
|
36098
|
-
column-gap: 4px;
|
|
36099
|
-
font-size: 12px;
|
|
36100
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
36101
|
-
}
|
|
36102
|
-
|
|
36103
36127
|
.E_d1u4ndxc {
|
|
36104
36128
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
36105
36129
|
font-size: 12px;
|
|
@@ -36130,4 +36154,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36130
36154
|
to {
|
|
36131
36155
|
transform: translateX(100%);
|
|
36132
36156
|
}
|
|
36157
|
+
}
|
|
36158
|
+
.E_i14c7jc8 {
|
|
36159
|
+
color: var(--i14c7jc8-0);
|
|
36160
|
+
}
|
|
36161
|
+
|
|
36162
|
+
.E_i1ibuolf {
|
|
36163
|
+
display: flex;
|
|
36164
|
+
align-items: center;
|
|
36165
|
+
column-gap: 4px;
|
|
36166
|
+
font-size: 12px;
|
|
36167
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
36133
36168
|
}
|