@cloudtower/eagle 490.0.13 → 4100.0.0
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/core/Typo/index.js +106 -54
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1935 -1916
- package/dist/esm/core/Typo/index.js +106 -55
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2676 -2661
- package/dist/src/core/Typo/index.d.ts +50 -0
- package/dist/style.css +1935 -1916
- package/docs/llms.txt +2 -1
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29709,6 +29709,140 @@ body {
|
|
|
29709
29709
|
color: #005ed1;
|
|
29710
29710
|
}
|
|
29711
29711
|
|
|
29712
|
+
.E_b1nip9bk {
|
|
29713
|
+
padding: 4px 11px;
|
|
29714
|
+
}
|
|
29715
|
+
|
|
29716
|
+
.E_bqamoqe {
|
|
29717
|
+
white-space: nowrap;
|
|
29718
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29719
|
+
}
|
|
29720
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29721
|
+
--color: #0080ff;
|
|
29722
|
+
}
|
|
29723
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29724
|
+
--color: #0080ff;
|
|
29725
|
+
}
|
|
29726
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29727
|
+
margin-left: 1px;
|
|
29728
|
+
}
|
|
29729
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29730
|
+
border-top-right-radius: 0;
|
|
29731
|
+
border-bottom-right-radius: 0;
|
|
29732
|
+
}
|
|
29733
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29734
|
+
border-top-left-radius: 0;
|
|
29735
|
+
border-bottom-left-radius: 0;
|
|
29736
|
+
}
|
|
29737
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29738
|
+
border-radius: unset;
|
|
29739
|
+
}
|
|
29740
|
+
|
|
29741
|
+
.E_c1uzzomf {
|
|
29742
|
+
margin-bottom: 16px;
|
|
29743
|
+
}
|
|
29744
|
+
.E_c1uzzomf .card-title {
|
|
29745
|
+
font-size: 16px;
|
|
29746
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29747
|
+
font-weight: 700;
|
|
29748
|
+
line-height: 32px;
|
|
29749
|
+
}
|
|
29750
|
+
.E_c1uzzomf .card-body {
|
|
29751
|
+
padding: 24px;
|
|
29752
|
+
border-radius: 8px;
|
|
29753
|
+
background: #fff;
|
|
29754
|
+
}
|
|
29755
|
+
.E_c1uzzomf .empty {
|
|
29756
|
+
font-weight: 700;
|
|
29757
|
+
font-size: 14px;
|
|
29758
|
+
line-height: 22px;
|
|
29759
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29760
|
+
text-align: center;
|
|
29761
|
+
}
|
|
29762
|
+
|
|
29763
|
+
.E_d1bw7c5z {
|
|
29764
|
+
position: relative;
|
|
29765
|
+
max-width: 388px;
|
|
29766
|
+
min-width: 285px;
|
|
29767
|
+
}
|
|
29768
|
+
.E_d1bw7c5z .center {
|
|
29769
|
+
position: absolute;
|
|
29770
|
+
font-size: 12px;
|
|
29771
|
+
width: 80px;
|
|
29772
|
+
height: 100px;
|
|
29773
|
+
top: 0;
|
|
29774
|
+
left: 35px;
|
|
29775
|
+
display: flex;
|
|
29776
|
+
flex-direction: column;
|
|
29777
|
+
justify-content: center;
|
|
29778
|
+
align-items: center;
|
|
29779
|
+
color: #00122e;
|
|
29780
|
+
}
|
|
29781
|
+
.E_d1bw7c5z .center .number {
|
|
29782
|
+
font-size: 24px;
|
|
29783
|
+
font-weight: 700;
|
|
29784
|
+
}
|
|
29785
|
+
.E_d1bw7c5z .center .text {
|
|
29786
|
+
padding: 0 5px;
|
|
29787
|
+
font-size: 12px;
|
|
29788
|
+
width: inherit;
|
|
29789
|
+
text-align: center;
|
|
29790
|
+
}
|
|
29791
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29792
|
+
display: flex;
|
|
29793
|
+
}
|
|
29794
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29795
|
+
position: relative !important;
|
|
29796
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29797
|
+
left: 0 !important;
|
|
29798
|
+
bottom: 0 !important;
|
|
29799
|
+
display: flex;
|
|
29800
|
+
align-items: center;
|
|
29801
|
+
}
|
|
29802
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29803
|
+
width: 100%;
|
|
29804
|
+
}
|
|
29805
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29806
|
+
width: 100%;
|
|
29807
|
+
margin-right: 0 !important;
|
|
29808
|
+
line-height: 18px;
|
|
29809
|
+
}
|
|
29810
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29811
|
+
border-radius: 2px;
|
|
29812
|
+
}
|
|
29813
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29814
|
+
min-width: 75px;
|
|
29815
|
+
max-width: 198px;
|
|
29816
|
+
width: calc(100% - 20px);
|
|
29817
|
+
margin-left: 2px;
|
|
29818
|
+
color: #00122e !important;
|
|
29819
|
+
display: inline-flex;
|
|
29820
|
+
justify-content: space-between;
|
|
29821
|
+
}
|
|
29822
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29823
|
+
maxwidth: calc(100% - 12px);
|
|
29824
|
+
cursor: pointer;
|
|
29825
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29826
|
+
overflow: hidden;
|
|
29827
|
+
text-overflow: ellipsis;
|
|
29828
|
+
white-space: nowrap;
|
|
29829
|
+
}
|
|
29830
|
+
.E_d1bw7c5z .value {
|
|
29831
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
29832
|
+
}
|
|
29833
|
+
|
|
29834
|
+
.E_t10pqbtc {
|
|
29835
|
+
width: 140px;
|
|
29836
|
+
}
|
|
29837
|
+
.E_t10pqbtc .item {
|
|
29838
|
+
margin: 6px auto;
|
|
29839
|
+
display: flex;
|
|
29840
|
+
justify-content: space-between;
|
|
29841
|
+
}
|
|
29842
|
+
.E_t10pqbtc .item .name {
|
|
29843
|
+
width: 102px;
|
|
29844
|
+
}
|
|
29845
|
+
|
|
29712
29846
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29713
29847
|
justify-content: center;
|
|
29714
29848
|
}
|
|
@@ -29972,191 +30106,121 @@ body {
|
|
|
29972
30106
|
justify-content: center;
|
|
29973
30107
|
}
|
|
29974
30108
|
|
|
29975
|
-
.
|
|
29976
|
-
padding: 4px
|
|
30109
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30110
|
+
padding: 4px 8px 0 8px;
|
|
30111
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30112
|
+
font-size: 12px;
|
|
30113
|
+
}
|
|
30114
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30115
|
+
padding-bottom: 6px;
|
|
30116
|
+
}
|
|
30117
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30118
|
+
padding-top: 4px;
|
|
30119
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29977
30120
|
}
|
|
29978
30121
|
|
|
29979
|
-
.
|
|
29980
|
-
|
|
29981
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30122
|
+
.E_c1yyuluq {
|
|
30123
|
+
border-radius: 8px;
|
|
29982
30124
|
}
|
|
29983
|
-
.
|
|
29984
|
-
|
|
30125
|
+
.E_c1yyuluq .ant-card-body {
|
|
30126
|
+
padding: 20px 24px 24px 24px;
|
|
29985
30127
|
}
|
|
29986
|
-
|
|
29987
|
-
|
|
30128
|
+
|
|
30129
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30130
|
+
border: 0px;
|
|
30131
|
+
background-color: #fff;
|
|
29988
30132
|
}
|
|
29989
|
-
.
|
|
29990
|
-
|
|
30133
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30134
|
+
padding-top: 0px;
|
|
30135
|
+
padding-bottom: 0px;
|
|
30136
|
+
padding-left: 0px !important;
|
|
30137
|
+
padding-right: 24px;
|
|
29991
30138
|
}
|
|
29992
|
-
.
|
|
29993
|
-
|
|
29994
|
-
border-bottom-right-radius: 0;
|
|
30139
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30140
|
+
right: 0px;
|
|
29995
30141
|
}
|
|
29996
|
-
.
|
|
29997
|
-
|
|
29998
|
-
border-bottom-left-radius: 0;
|
|
30142
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30143
|
+
padding: 0px;
|
|
29999
30144
|
}
|
|
30000
|
-
|
|
30001
|
-
|
|
30145
|
+
|
|
30146
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30147
|
+
padding-right: 0px;
|
|
30148
|
+
cursor: default;
|
|
30002
30149
|
}
|
|
30003
30150
|
|
|
30004
|
-
.
|
|
30005
|
-
|
|
30006
|
-
max-width: 388px;
|
|
30007
|
-
min-width: 285px;
|
|
30151
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30152
|
+
line-height: 18px;
|
|
30008
30153
|
}
|
|
30009
|
-
|
|
30010
|
-
|
|
30011
|
-
font-size: 12px;
|
|
30012
|
-
width: 80px;
|
|
30013
|
-
height: 100px;
|
|
30014
|
-
top: 0;
|
|
30015
|
-
left: 35px;
|
|
30154
|
+
|
|
30155
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30016
30156
|
display: flex;
|
|
30017
|
-
flex-direction: column;
|
|
30018
|
-
justify-content: center;
|
|
30019
|
-
align-items: center;
|
|
30020
|
-
color: #00122e;
|
|
30021
30157
|
}
|
|
30022
|
-
.
|
|
30023
|
-
|
|
30024
|
-
|
|
30158
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30159
|
+
border-bottom-left-radius: 5px;
|
|
30160
|
+
border-top-left-radius: 5px;
|
|
30025
30161
|
}
|
|
30026
|
-
.
|
|
30027
|
-
|
|
30028
|
-
|
|
30029
|
-
width: inherit;
|
|
30030
|
-
text-align: center;
|
|
30162
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30163
|
+
border-bottom-right-radius: 5px;
|
|
30164
|
+
border-top-right-radius: 5px;
|
|
30031
30165
|
}
|
|
30032
|
-
|
|
30166
|
+
|
|
30167
|
+
.E_phljevk {
|
|
30033
30168
|
display: flex;
|
|
30169
|
+
justify-content: space-between;
|
|
30170
|
+
align-items: center;
|
|
30171
|
+
padding: 10px 0;
|
|
30172
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30173
|
+
font-size: 12px;
|
|
30174
|
+
line-height: 24px;
|
|
30034
30175
|
}
|
|
30035
|
-
.
|
|
30036
|
-
|
|
30037
|
-
|
|
30038
|
-
|
|
30039
|
-
bottom: 0 !important;
|
|
30176
|
+
.E_phljevk .pagination-left {
|
|
30177
|
+
padding: 2px 8px;
|
|
30178
|
+
}
|
|
30179
|
+
.E_phljevk .dropdown-trigger {
|
|
30040
30180
|
display: flex;
|
|
30041
30181
|
align-items: center;
|
|
30182
|
+
border-radius: 6px;
|
|
30183
|
+
cursor: pointer;
|
|
30184
|
+
transition: all 0.3s ease;
|
|
30042
30185
|
}
|
|
30043
|
-
.
|
|
30044
|
-
|
|
30045
|
-
|
|
30046
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30047
|
-
width: 100%;
|
|
30048
|
-
margin-right: 0 !important;
|
|
30049
|
-
line-height: 18px;
|
|
30186
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30187
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30188
|
+
color: #0080ff;
|
|
30050
30189
|
}
|
|
30051
|
-
.
|
|
30052
|
-
|
|
30190
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30191
|
+
margin-left: 4px;
|
|
30053
30192
|
}
|
|
30054
|
-
.
|
|
30055
|
-
min-width: 75px;
|
|
30056
|
-
max-width: 198px;
|
|
30057
|
-
width: calc(100% - 20px);
|
|
30058
|
-
margin-left: 2px;
|
|
30059
|
-
color: #00122e !important;
|
|
30060
|
-
display: inline-flex;
|
|
30061
|
-
justify-content: space-between;
|
|
30062
|
-
}
|
|
30063
|
-
.E_d1bw7c5z .tooltip-text {
|
|
30064
|
-
maxwidth: calc(100% - 12px);
|
|
30065
|
-
cursor: pointer;
|
|
30066
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30067
|
-
overflow: hidden;
|
|
30068
|
-
text-overflow: ellipsis;
|
|
30069
|
-
white-space: nowrap;
|
|
30070
|
-
}
|
|
30071
|
-
.E_d1bw7c5z .value {
|
|
30072
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
30073
|
-
}
|
|
30074
|
-
|
|
30075
|
-
.E_t10pqbtc {
|
|
30076
|
-
width: 140px;
|
|
30077
|
-
}
|
|
30078
|
-
.E_t10pqbtc .item {
|
|
30079
|
-
margin: 6px auto;
|
|
30193
|
+
.E_phljevk .pagination-right {
|
|
30080
30194
|
display: flex;
|
|
30081
|
-
|
|
30082
|
-
|
|
30083
|
-
|
|
30084
|
-
width: 102px;
|
|
30085
|
-
}
|
|
30086
|
-
|
|
30087
|
-
.E_c1uzzomf {
|
|
30088
|
-
margin-bottom: 16px;
|
|
30089
|
-
}
|
|
30090
|
-
.E_c1uzzomf .card-title {
|
|
30091
|
-
font-size: 16px;
|
|
30092
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30093
|
-
font-weight: 700;
|
|
30094
|
-
line-height: 32px;
|
|
30095
|
-
}
|
|
30096
|
-
.E_c1uzzomf .card-body {
|
|
30097
|
-
padding: 24px;
|
|
30098
|
-
border-radius: 8px;
|
|
30099
|
-
background: #fff;
|
|
30100
|
-
}
|
|
30101
|
-
.E_c1uzzomf .empty {
|
|
30102
|
-
font-weight: 700;
|
|
30103
|
-
font-size: 14px;
|
|
30104
|
-
line-height: 22px;
|
|
30105
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30106
|
-
text-align: center;
|
|
30107
|
-
}
|
|
30108
|
-
|
|
30109
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30110
|
-
padding: 4px 8px 0 8px;
|
|
30111
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30112
|
-
font-size: 12px;
|
|
30113
|
-
}
|
|
30114
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30115
|
-
padding-bottom: 6px;
|
|
30116
|
-
}
|
|
30117
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30118
|
-
padding-top: 4px;
|
|
30119
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30195
|
+
align-items: center;
|
|
30196
|
+
color: #0080ff;
|
|
30197
|
+
font-weight: bold;
|
|
30120
30198
|
}
|
|
30121
|
-
|
|
30122
|
-
|
|
30123
|
-
border: 0px;
|
|
30124
|
-
background-color: #fff;
|
|
30199
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30200
|
+
margin-left: 4px;
|
|
30125
30201
|
}
|
|
30126
|
-
.
|
|
30127
|
-
|
|
30128
|
-
padding
|
|
30129
|
-
padding-left: 0px !important;
|
|
30130
|
-
padding-right: 24px;
|
|
30202
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30203
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30204
|
+
padding: 0 8px;
|
|
30131
30205
|
}
|
|
30132
|
-
.
|
|
30133
|
-
|
|
30206
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30207
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30208
|
+
color: #0080ff;
|
|
30134
30209
|
}
|
|
30135
|
-
.
|
|
30136
|
-
|
|
30210
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30211
|
+
transform: rotate(180deg);
|
|
30137
30212
|
}
|
|
30138
30213
|
|
|
30139
|
-
.
|
|
30140
|
-
|
|
30141
|
-
|
|
30214
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30215
|
+
max-height: calc(100vh - 128px);
|
|
30216
|
+
overflow-y: auto;
|
|
30142
30217
|
}
|
|
30143
|
-
|
|
30144
|
-
|
|
30218
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30219
|
+
padding: 4px 20px;
|
|
30220
|
+
font-size: 12px;
|
|
30145
30221
|
line-height: 18px;
|
|
30146
30222
|
}
|
|
30147
30223
|
|
|
30148
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30149
|
-
display: flex;
|
|
30150
|
-
}
|
|
30151
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30152
|
-
border-bottom-left-radius: 5px;
|
|
30153
|
-
border-top-left-radius: 5px;
|
|
30154
|
-
}
|
|
30155
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30156
|
-
border-bottom-right-radius: 5px;
|
|
30157
|
-
border-top-right-radius: 5px;
|
|
30158
|
-
}
|
|
30159
|
-
|
|
30160
30224
|
.E_rapgekc.ant-radio-wrapper {
|
|
30161
30225
|
display: inline-flex;
|
|
30162
30226
|
align-items: baseline;
|
|
@@ -30303,132 +30367,105 @@ body {
|
|
|
30303
30367
|
width: 36px;
|
|
30304
30368
|
}
|
|
30305
30369
|
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30308
|
-
|
|
30309
|
-
|
|
30310
|
-
padding: 20px 24px 24px 24px;
|
|
30370
|
+
.E_ivqqkzv {
|
|
30371
|
+
height: 24px;
|
|
30372
|
+
width: 56px !important;
|
|
30373
|
+
margin-right: 4px;
|
|
30311
30374
|
}
|
|
30312
30375
|
|
|
30313
|
-
.
|
|
30314
|
-
display: flex;
|
|
30315
|
-
justify-content: space-between;
|
|
30316
|
-
align-items: center;
|
|
30317
|
-
padding: 10px 0;
|
|
30376
|
+
.E_c1wk4q29 {
|
|
30318
30377
|
color: rgba(44, 56, 82, 0.6);
|
|
30319
|
-
font-size: 12px;
|
|
30320
|
-
line-height: 24px;
|
|
30321
30378
|
}
|
|
30322
|
-
|
|
30323
|
-
|
|
30379
|
+
|
|
30380
|
+
.E_s1dni7lo {
|
|
30381
|
+
width: 430px !important;
|
|
30324
30382
|
}
|
|
30325
|
-
|
|
30383
|
+
|
|
30384
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30385
|
+
padding: 8px 16px;
|
|
30386
|
+
line-height: 18px;
|
|
30387
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30388
|
+
height: 34px;
|
|
30389
|
+
min-height: 34px;
|
|
30390
|
+
box-sizing: border-box;
|
|
30391
|
+
margin-top: 8px;
|
|
30392
|
+
}
|
|
30393
|
+
|
|
30394
|
+
.E_o1ugr09p {
|
|
30326
30395
|
display: flex;
|
|
30327
|
-
|
|
30328
|
-
|
|
30329
|
-
|
|
30330
|
-
|
|
30396
|
+
flex-direction: column;
|
|
30397
|
+
margin: 1px 8px;
|
|
30398
|
+
padding: 8px;
|
|
30399
|
+
border-radius: 4px;
|
|
30331
30400
|
}
|
|
30332
|
-
.
|
|
30333
|
-
|
|
30334
|
-
color: #0080ff;
|
|
30401
|
+
.E_o1ugr09p .selected-icon {
|
|
30402
|
+
display: none;
|
|
30335
30403
|
}
|
|
30336
|
-
.
|
|
30337
|
-
|
|
30404
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30405
|
+
padding-left: 8px;
|
|
30338
30406
|
}
|
|
30339
|
-
.
|
|
30340
|
-
|
|
30341
|
-
|
|
30407
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30408
|
+
background-color: white;
|
|
30409
|
+
}
|
|
30410
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30342
30411
|
color: #0080ff;
|
|
30343
|
-
font-weight: bold;
|
|
30344
30412
|
}
|
|
30345
|
-
.
|
|
30346
|
-
|
|
30413
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30414
|
+
display: block;
|
|
30347
30415
|
}
|
|
30348
|
-
.
|
|
30349
|
-
|
|
30350
|
-
padding: 0 8px;
|
|
30416
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30417
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30351
30418
|
}
|
|
30352
|
-
.
|
|
30353
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
30419
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30354
30420
|
color: #0080ff;
|
|
30355
30421
|
}
|
|
30356
|
-
.
|
|
30357
|
-
|
|
30422
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30423
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30424
|
+
color: #0080ff;
|
|
30358
30425
|
}
|
|
30359
30426
|
|
|
30360
|
-
.
|
|
30361
|
-
|
|
30362
|
-
|
|
30427
|
+
.E_o1ifxsq4 {
|
|
30428
|
+
display: flex;
|
|
30429
|
+
justify-content: space-between;
|
|
30430
|
+
height: 20px;
|
|
30431
|
+
line-height: 20px;
|
|
30363
30432
|
}
|
|
30364
|
-
.
|
|
30365
|
-
|
|
30366
|
-
|
|
30433
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30434
|
+
color: #2d3a56;
|
|
30435
|
+
overflow: hidden;
|
|
30436
|
+
text-overflow: ellipsis;
|
|
30437
|
+
}
|
|
30438
|
+
|
|
30439
|
+
.E_o1zue7 {
|
|
30440
|
+
display: flex;
|
|
30441
|
+
justify-content: space-between;
|
|
30442
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30443
|
+
height: 18px;
|
|
30367
30444
|
line-height: 18px;
|
|
30445
|
+
margin-top: 2px;
|
|
30368
30446
|
}
|
|
30369
30447
|
|
|
30370
|
-
.
|
|
30371
|
-
|
|
30372
|
-
|
|
30373
|
-
|
|
30448
|
+
.E_tyfmlxg {
|
|
30449
|
+
border: none;
|
|
30450
|
+
margin-right: 0;
|
|
30451
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30374
30452
|
}
|
|
30375
30453
|
|
|
30376
|
-
.
|
|
30377
|
-
|
|
30454
|
+
.E_o18uybox {
|
|
30455
|
+
pointer-events: none;
|
|
30456
|
+
height: 32px;
|
|
30457
|
+
width: 100%;
|
|
30458
|
+
opacity: 0;
|
|
30378
30459
|
}
|
|
30379
30460
|
|
|
30380
|
-
.
|
|
30381
|
-
|
|
30382
|
-
|
|
30383
|
-
width: 14px;
|
|
30384
|
-
border-radius: 50%;
|
|
30385
|
-
flex-shrink: 0;
|
|
30386
|
-
display: flex;
|
|
30387
|
-
align-items: center;
|
|
30388
|
-
justify-content: center;
|
|
30389
|
-
border: 1px solid var(--color);
|
|
30461
|
+
.E_s1sck0th {
|
|
30462
|
+
padding: 0 8px;
|
|
30463
|
+
border-radius: 4px;
|
|
30390
30464
|
}
|
|
30391
|
-
|
|
30392
|
-
|
|
30393
|
-
|
|
30394
|
-
|
|
30395
|
-
border-radius: 50%;
|
|
30396
|
-
overflow: hidden;
|
|
30397
|
-
}
|
|
30398
|
-
.E_c1bus5hc .circle-content {
|
|
30399
|
-
position: absolute;
|
|
30400
|
-
height: 100%;
|
|
30401
|
-
width: 100%;
|
|
30402
|
-
left: 0;
|
|
30403
|
-
top: 0;
|
|
30404
|
-
border-radius: 50%;
|
|
30405
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30406
|
-
transform: rotate(180deg);
|
|
30407
|
-
}
|
|
30408
|
-
.E_c1bus5hc .circle-child {
|
|
30409
|
-
position: absolute;
|
|
30410
|
-
height: 100%;
|
|
30411
|
-
width: 100%;
|
|
30412
|
-
left: 0;
|
|
30413
|
-
top: 0;
|
|
30414
|
-
margin-left: 50%;
|
|
30415
|
-
transform-origin: left;
|
|
30416
|
-
background: white;
|
|
30417
|
-
transform: rotate(0deg);
|
|
30418
|
-
}
|
|
30419
|
-
|
|
30420
|
-
.E_tju3gfj .date {
|
|
30421
|
-
margin-right: 4px;
|
|
30422
|
-
}
|
|
30423
|
-
|
|
30424
|
-
.E_s1sck0th {
|
|
30425
|
-
padding: 0 8px;
|
|
30426
|
-
border-radius: 4px;
|
|
30427
|
-
}
|
|
30428
|
-
|
|
30429
|
-
.E_m855nr1 {
|
|
30430
|
-
padding: 2px 8px;
|
|
30431
|
-
border-radius: 3px;
|
|
30465
|
+
|
|
30466
|
+
.E_m855nr1 {
|
|
30467
|
+
padding: 2px 8px;
|
|
30468
|
+
border-radius: 3px;
|
|
30432
30469
|
}
|
|
30433
30470
|
|
|
30434
30471
|
.E_l1270xpg {
|
|
@@ -30503,8 +30540,48 @@ body {
|
|
|
30503
30540
|
background-color: #7E41FF;
|
|
30504
30541
|
}
|
|
30505
30542
|
|
|
30506
|
-
.
|
|
30507
|
-
|
|
30543
|
+
.E_c1bus5hc {
|
|
30544
|
+
--color: white;
|
|
30545
|
+
height: 14px;
|
|
30546
|
+
width: 14px;
|
|
30547
|
+
border-radius: 50%;
|
|
30548
|
+
flex-shrink: 0;
|
|
30549
|
+
display: flex;
|
|
30550
|
+
align-items: center;
|
|
30551
|
+
justify-content: center;
|
|
30552
|
+
border: 1px solid var(--color);
|
|
30553
|
+
}
|
|
30554
|
+
.E_c1bus5hc .circle-inner {
|
|
30555
|
+
position: relative;
|
|
30556
|
+
height: 10px;
|
|
30557
|
+
width: 10px;
|
|
30558
|
+
border-radius: 50%;
|
|
30559
|
+
overflow: hidden;
|
|
30560
|
+
}
|
|
30561
|
+
.E_c1bus5hc .circle-content {
|
|
30562
|
+
position: absolute;
|
|
30563
|
+
height: 100%;
|
|
30564
|
+
width: 100%;
|
|
30565
|
+
left: 0;
|
|
30566
|
+
top: 0;
|
|
30567
|
+
border-radius: 50%;
|
|
30568
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30569
|
+
transform: rotate(180deg);
|
|
30570
|
+
}
|
|
30571
|
+
.E_c1bus5hc .circle-child {
|
|
30572
|
+
position: absolute;
|
|
30573
|
+
height: 100%;
|
|
30574
|
+
width: 100%;
|
|
30575
|
+
left: 0;
|
|
30576
|
+
top: 0;
|
|
30577
|
+
margin-left: 50%;
|
|
30578
|
+
transform-origin: left;
|
|
30579
|
+
background: white;
|
|
30580
|
+
transform: rotate(0deg);
|
|
30581
|
+
}
|
|
30582
|
+
|
|
30583
|
+
.E_tju3gfj .date {
|
|
30584
|
+
margin-right: 4px;
|
|
30508
30585
|
}
|
|
30509
30586
|
|
|
30510
30587
|
.E_s1dizucg.ant-switch {
|
|
@@ -30562,6 +30639,10 @@ body {
|
|
|
30562
30639
|
margin-left: 5px;
|
|
30563
30640
|
}
|
|
30564
30641
|
|
|
30642
|
+
.E_iq1gosr {
|
|
30643
|
+
display: inline-block;
|
|
30644
|
+
}
|
|
30645
|
+
|
|
30565
30646
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30566
30647
|
display: none;
|
|
30567
30648
|
}
|
|
@@ -30573,87 +30654,6 @@ body {
|
|
|
30573
30654
|
visibility: hidden;
|
|
30574
30655
|
}
|
|
30575
30656
|
|
|
30576
|
-
.E_s1dni7lo {
|
|
30577
|
-
width: 430px !important;
|
|
30578
|
-
}
|
|
30579
|
-
|
|
30580
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
30581
|
-
padding: 8px 16px;
|
|
30582
|
-
line-height: 18px;
|
|
30583
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30584
|
-
height: 34px;
|
|
30585
|
-
min-height: 34px;
|
|
30586
|
-
box-sizing: border-box;
|
|
30587
|
-
margin-top: 8px;
|
|
30588
|
-
}
|
|
30589
|
-
|
|
30590
|
-
.E_o1ugr09p {
|
|
30591
|
-
display: flex;
|
|
30592
|
-
flex-direction: column;
|
|
30593
|
-
margin: 1px 8px;
|
|
30594
|
-
padding: 8px;
|
|
30595
|
-
border-radius: 4px;
|
|
30596
|
-
}
|
|
30597
|
-
.E_o1ugr09p .selected-icon {
|
|
30598
|
-
display: none;
|
|
30599
|
-
}
|
|
30600
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30601
|
-
padding-left: 8px;
|
|
30602
|
-
}
|
|
30603
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30604
|
-
background-color: white;
|
|
30605
|
-
}
|
|
30606
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30607
|
-
color: #0080ff;
|
|
30608
|
-
}
|
|
30609
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30610
|
-
display: block;
|
|
30611
|
-
}
|
|
30612
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
30613
|
-
background: rgba(0, 136, 255, 0.16);
|
|
30614
|
-
}
|
|
30615
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30616
|
-
color: #0080ff;
|
|
30617
|
-
}
|
|
30618
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30619
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30620
|
-
color: #0080ff;
|
|
30621
|
-
}
|
|
30622
|
-
|
|
30623
|
-
.E_o1ifxsq4 {
|
|
30624
|
-
display: flex;
|
|
30625
|
-
justify-content: space-between;
|
|
30626
|
-
height: 20px;
|
|
30627
|
-
line-height: 20px;
|
|
30628
|
-
}
|
|
30629
|
-
.E_o1ifxsq4 .timezone-title {
|
|
30630
|
-
color: #2d3a56;
|
|
30631
|
-
overflow: hidden;
|
|
30632
|
-
text-overflow: ellipsis;
|
|
30633
|
-
}
|
|
30634
|
-
|
|
30635
|
-
.E_o1zue7 {
|
|
30636
|
-
display: flex;
|
|
30637
|
-
justify-content: space-between;
|
|
30638
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30639
|
-
height: 18px;
|
|
30640
|
-
line-height: 18px;
|
|
30641
|
-
margin-top: 2px;
|
|
30642
|
-
}
|
|
30643
|
-
|
|
30644
|
-
.E_tyfmlxg {
|
|
30645
|
-
border: none;
|
|
30646
|
-
margin-right: 0;
|
|
30647
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30648
|
-
}
|
|
30649
|
-
|
|
30650
|
-
.E_o18uybox {
|
|
30651
|
-
pointer-events: none;
|
|
30652
|
-
height: 32px;
|
|
30653
|
-
width: 100%;
|
|
30654
|
-
opacity: 0;
|
|
30655
|
-
}
|
|
30656
|
-
|
|
30657
30657
|
.E_fzh9mnb {
|
|
30658
30658
|
width: 100%;
|
|
30659
30659
|
height: 100%;
|
|
@@ -30669,24 +30669,6 @@ body {
|
|
|
30669
30669
|
font-size: 18px;
|
|
30670
30670
|
}
|
|
30671
30671
|
|
|
30672
|
-
.E_iouxfgt {
|
|
30673
|
-
display: inline-flex;
|
|
30674
|
-
align-items: center;
|
|
30675
|
-
}
|
|
30676
|
-
.E_iouxfgt .icon-inner {
|
|
30677
|
-
display: inline-flex;
|
|
30678
|
-
align-items: center;
|
|
30679
|
-
justify-content: center;
|
|
30680
|
-
}
|
|
30681
|
-
.E_iouxfgt .icon-inner + span,
|
|
30682
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30683
|
-
margin-left: 4px;
|
|
30684
|
-
}
|
|
30685
|
-
.E_iouxfgt.is-rotate img,
|
|
30686
|
-
.E_iouxfgt.is-rotate svg {
|
|
30687
|
-
animation: rotate 680ms linear infinite;
|
|
30688
|
-
}
|
|
30689
|
-
|
|
30690
30672
|
.E_f7pxqmh {
|
|
30691
30673
|
width: 100%;
|
|
30692
30674
|
margin-bottom: 0 !important;
|
|
@@ -30721,6 +30703,44 @@ body {
|
|
|
30721
30703
|
min-height: 0px;
|
|
30722
30704
|
}
|
|
30723
30705
|
|
|
30706
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30707
|
+
display: var(--a1wfy30z-0);
|
|
30708
|
+
}
|
|
30709
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30710
|
+
padding: 4px 11px;
|
|
30711
|
+
display: inline-flex;
|
|
30712
|
+
line-height: 1.5715;
|
|
30713
|
+
height: inherit;
|
|
30714
|
+
}
|
|
30715
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30716
|
+
content: var(--a1wfy30z-1);
|
|
30717
|
+
display: var(--a1wfy30z-2);
|
|
30718
|
+
flex: none;
|
|
30719
|
+
align-items: center;
|
|
30720
|
+
margin-left: 4px;
|
|
30721
|
+
}
|
|
30722
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30723
|
+
content: var(--a1wfy30z-3);
|
|
30724
|
+
display: var(--a1wfy30z-4);
|
|
30725
|
+
flex: none;
|
|
30726
|
+
align-items: center;
|
|
30727
|
+
margin-right: 4px;
|
|
30728
|
+
cursor: auto;
|
|
30729
|
+
}
|
|
30730
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30731
|
+
padding: 0;
|
|
30732
|
+
margin: 0;
|
|
30733
|
+
height: auto;
|
|
30734
|
+
font-size: inherit;
|
|
30735
|
+
}
|
|
30736
|
+
|
|
30737
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30738
|
+
margin-left: 8px;
|
|
30739
|
+
}
|
|
30740
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30741
|
+
padding: 2px 7px 2px 12px;
|
|
30742
|
+
}
|
|
30743
|
+
|
|
30724
30744
|
.E_i1inqkme {
|
|
30725
30745
|
height: 18px;
|
|
30726
30746
|
line-height: 18px;
|
|
@@ -30734,6 +30754,24 @@ body {
|
|
|
30734
30754
|
margin-right: 4px;
|
|
30735
30755
|
}
|
|
30736
30756
|
|
|
30757
|
+
.E_iouxfgt {
|
|
30758
|
+
display: inline-flex;
|
|
30759
|
+
align-items: center;
|
|
30760
|
+
}
|
|
30761
|
+
.E_iouxfgt .icon-inner {
|
|
30762
|
+
display: inline-flex;
|
|
30763
|
+
align-items: center;
|
|
30764
|
+
justify-content: center;
|
|
30765
|
+
}
|
|
30766
|
+
.E_iouxfgt .icon-inner + span,
|
|
30767
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30768
|
+
margin-left: 4px;
|
|
30769
|
+
}
|
|
30770
|
+
.E_iouxfgt.is-rotate img,
|
|
30771
|
+
.E_iouxfgt.is-rotate svg {
|
|
30772
|
+
animation: rotate 680ms linear infinite;
|
|
30773
|
+
}
|
|
30774
|
+
|
|
30737
30775
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30738
30776
|
display: var(--ai7qkf2-0);
|
|
30739
30777
|
}
|
|
@@ -30794,81 +30832,13 @@ body {
|
|
|
30794
30832
|
padding: 2px 8px;
|
|
30795
30833
|
}
|
|
30796
30834
|
|
|
30797
|
-
.
|
|
30798
|
-
display:
|
|
30799
|
-
}
|
|
30800
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30801
|
-
padding: 4px 11px;
|
|
30802
|
-
display: inline-flex;
|
|
30803
|
-
line-height: 1.5715;
|
|
30804
|
-
height: inherit;
|
|
30835
|
+
.E_owd0kml {
|
|
30836
|
+
display: inline-block;
|
|
30805
30837
|
}
|
|
30806
|
-
|
|
30807
|
-
|
|
30808
|
-
|
|
30809
|
-
|
|
30810
|
-
align-items: center;
|
|
30811
|
-
margin-left: 4px;
|
|
30812
|
-
}
|
|
30813
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30814
|
-
content: var(--a1wfy30z-3);
|
|
30815
|
-
display: var(--a1wfy30z-4);
|
|
30816
|
-
flex: none;
|
|
30817
|
-
align-items: center;
|
|
30818
|
-
margin-right: 4px;
|
|
30819
|
-
cursor: auto;
|
|
30820
|
-
}
|
|
30821
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30822
|
-
padding: 0;
|
|
30823
|
-
margin: 0;
|
|
30824
|
-
height: auto;
|
|
30825
|
-
font-size: inherit;
|
|
30826
|
-
}
|
|
30827
|
-
|
|
30828
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30829
|
-
margin-left: 8px;
|
|
30830
|
-
}
|
|
30831
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30832
|
-
padding: 2px 7px 2px 12px;
|
|
30833
|
-
}
|
|
30834
|
-
|
|
30835
|
-
.E_owd0kml {
|
|
30836
|
-
display: inline-block;
|
|
30837
|
-
}
|
|
30838
|
-
|
|
30839
|
-
.E_h1jsgezc {
|
|
30840
|
-
visibility: hidden;
|
|
30841
|
-
position: absolute;
|
|
30842
|
-
}
|
|
30843
|
-
|
|
30844
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
30845
|
-
display: inline-flex;
|
|
30846
|
-
align-items: center;
|
|
30847
|
-
justify-content: center;
|
|
30848
|
-
color: #fff;
|
|
30849
|
-
font-weight: bold;
|
|
30850
|
-
font-size: 12px;
|
|
30851
|
-
width: 24px;
|
|
30852
|
-
height: 24px;
|
|
30853
|
-
border-radius: 50%;
|
|
30854
|
-
background: var(--a1b5xrg3-0);
|
|
30855
|
-
}
|
|
30856
|
-
.E_a1b5xrg3.btn-item {
|
|
30857
|
-
transition: all 160ms ease;
|
|
30858
|
-
cursor: pointer;
|
|
30859
|
-
width: 56px;
|
|
30860
|
-
height: 40px;
|
|
30861
|
-
display: inline-flex;
|
|
30862
|
-
align-items: center;
|
|
30863
|
-
justify-content: center;
|
|
30864
|
-
border-radius: 6px;
|
|
30865
|
-
}
|
|
30866
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
30867
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
30868
|
-
}
|
|
30869
|
-
.E_a1b5xrg3.btn-item:active {
|
|
30870
|
-
transform: translateY(2px);
|
|
30871
|
-
transition: all 320ms ease;
|
|
30838
|
+
|
|
30839
|
+
.E_h1jsgezc {
|
|
30840
|
+
visibility: hidden;
|
|
30841
|
+
position: absolute;
|
|
30872
30842
|
}
|
|
30873
30843
|
|
|
30874
30844
|
.E_dsnbhzf {
|
|
@@ -30888,6 +30858,14 @@ body {
|
|
|
30888
30858
|
}
|
|
30889
30859
|
|
|
30890
30860
|
.E_d1b444tr {
|
|
30861
|
+
font-family: Inter;
|
|
30862
|
+
font-style: normal;
|
|
30863
|
+
font-weight: normal;
|
|
30864
|
+
font-size: 24px;
|
|
30865
|
+
line-height: 32px;
|
|
30866
|
+
}
|
|
30867
|
+
|
|
30868
|
+
.E_dvs0kue {
|
|
30891
30869
|
font-family: Inter;
|
|
30892
30870
|
font-style: normal;
|
|
30893
30871
|
font-weight: normal;
|
|
@@ -30895,7 +30873,7 @@ body {
|
|
|
30895
30873
|
line-height: 40px;
|
|
30896
30874
|
}
|
|
30897
30875
|
|
|
30898
|
-
.
|
|
30876
|
+
.E_d1hcbfcq {
|
|
30899
30877
|
font-family: Inter;
|
|
30900
30878
|
font-style: normal;
|
|
30901
30879
|
font-weight: bold;
|
|
@@ -30903,7 +30881,7 @@ body {
|
|
|
30903
30881
|
line-height: 24px;
|
|
30904
30882
|
}
|
|
30905
30883
|
|
|
30906
|
-
.
|
|
30884
|
+
.E_d1cz922v {
|
|
30907
30885
|
font-family: Inter;
|
|
30908
30886
|
font-style: normal;
|
|
30909
30887
|
font-weight: normal;
|
|
@@ -30911,7 +30889,7 @@ body {
|
|
|
30911
30889
|
line-height: 24px;
|
|
30912
30890
|
}
|
|
30913
30891
|
|
|
30914
|
-
.
|
|
30892
|
+
.E_d3nzbrm {
|
|
30915
30893
|
font-family: Inter;
|
|
30916
30894
|
font-style: normal;
|
|
30917
30895
|
font-weight: bold;
|
|
@@ -30919,7 +30897,7 @@ body {
|
|
|
30919
30897
|
line-height: 22px;
|
|
30920
30898
|
}
|
|
30921
30899
|
|
|
30922
|
-
.
|
|
30900
|
+
.E_d1g0p5ob {
|
|
30923
30901
|
font-family: Inter;
|
|
30924
30902
|
font-style: normal;
|
|
30925
30903
|
font-weight: normal;
|
|
@@ -30927,7 +30905,7 @@ body {
|
|
|
30927
30905
|
line-height: 22px;
|
|
30928
30906
|
}
|
|
30929
30907
|
|
|
30930
|
-
.
|
|
30908
|
+
.E_hydo2ej {
|
|
30931
30909
|
font-family: Inter;
|
|
30932
30910
|
font-style: normal;
|
|
30933
30911
|
font-weight: bold;
|
|
@@ -30935,7 +30913,7 @@ body {
|
|
|
30935
30913
|
line-height: 22px;
|
|
30936
30914
|
}
|
|
30937
30915
|
|
|
30938
|
-
.
|
|
30916
|
+
.E_h1hbuq0r {
|
|
30939
30917
|
font-family: Inter;
|
|
30940
30918
|
font-style: normal;
|
|
30941
30919
|
font-weight: normal;
|
|
@@ -30943,7 +30921,7 @@ body {
|
|
|
30943
30921
|
line-height: 22px;
|
|
30944
30922
|
}
|
|
30945
30923
|
|
|
30946
|
-
.
|
|
30924
|
+
.E_h13bondg {
|
|
30947
30925
|
font-family: Inter;
|
|
30948
30926
|
font-style: normal;
|
|
30949
30927
|
font-weight: bold;
|
|
@@ -30951,7 +30929,7 @@ body {
|
|
|
30951
30929
|
line-height: 20px;
|
|
30952
30930
|
}
|
|
30953
30931
|
|
|
30954
|
-
.
|
|
30932
|
+
.E_h1mhvdlx {
|
|
30955
30933
|
font-family: Inter;
|
|
30956
30934
|
font-style: normal;
|
|
30957
30935
|
font-weight: normal;
|
|
@@ -30959,7 +30937,7 @@ body {
|
|
|
30959
30937
|
line-height: 20px;
|
|
30960
30938
|
}
|
|
30961
30939
|
|
|
30962
|
-
.
|
|
30940
|
+
.E_h1inmfq6 {
|
|
30963
30941
|
font-family: Inter;
|
|
30964
30942
|
font-style: normal;
|
|
30965
30943
|
font-weight: bold;
|
|
@@ -30967,7 +30945,7 @@ body {
|
|
|
30967
30945
|
line-height: 18px;
|
|
30968
30946
|
}
|
|
30969
30947
|
|
|
30970
|
-
.
|
|
30948
|
+
.E_h1kfc0la {
|
|
30971
30949
|
font-family: Inter;
|
|
30972
30950
|
font-style: normal;
|
|
30973
30951
|
font-weight: normal;
|
|
@@ -30975,7 +30953,7 @@ body {
|
|
|
30975
30953
|
line-height: 18px;
|
|
30976
30954
|
}
|
|
30977
30955
|
|
|
30978
|
-
.
|
|
30956
|
+
.E_h10xnyuu {
|
|
30979
30957
|
font-family: Inter;
|
|
30980
30958
|
font-style: normal;
|
|
30981
30959
|
font-weight: bold;
|
|
@@ -30985,7 +30963,7 @@ body {
|
|
|
30985
30963
|
line-height: 18px;
|
|
30986
30964
|
}
|
|
30987
30965
|
|
|
30988
|
-
.
|
|
30966
|
+
.E_hrcmi0v {
|
|
30989
30967
|
font-family: Inter;
|
|
30990
30968
|
font-style: normal;
|
|
30991
30969
|
font-weight: normal;
|
|
@@ -30995,7 +30973,7 @@ body {
|
|
|
30995
30973
|
line-height: 18px;
|
|
30996
30974
|
}
|
|
30997
30975
|
|
|
30998
|
-
.
|
|
30976
|
+
.E_lzt43lp {
|
|
30999
30977
|
font-family: Inter;
|
|
31000
30978
|
font-style: normal;
|
|
31001
30979
|
font-weight: normal;
|
|
@@ -31003,7 +30981,7 @@ body {
|
|
|
31003
30981
|
line-height: 24px;
|
|
31004
30982
|
}
|
|
31005
30983
|
|
|
31006
|
-
.
|
|
30984
|
+
.E_l5yc9nt {
|
|
31007
30985
|
font-family: Inter;
|
|
31008
30986
|
font-style: normal;
|
|
31009
30987
|
font-weight: bold;
|
|
@@ -31011,7 +30989,7 @@ body {
|
|
|
31011
30989
|
line-height: 24px;
|
|
31012
30990
|
}
|
|
31013
30991
|
|
|
31014
|
-
.
|
|
30992
|
+
.E_l1fbkbzo {
|
|
31015
30993
|
font-family: Inter;
|
|
31016
30994
|
font-style: normal;
|
|
31017
30995
|
font-weight: normal;
|
|
@@ -31019,7 +30997,7 @@ body {
|
|
|
31019
30997
|
line-height: 24px;
|
|
31020
30998
|
}
|
|
31021
30999
|
|
|
31022
|
-
.
|
|
31000
|
+
.E_lahvcax {
|
|
31023
31001
|
font-family: Inter;
|
|
31024
31002
|
font-style: normal;
|
|
31025
31003
|
font-weight: bold;
|
|
@@ -31027,7 +31005,7 @@ body {
|
|
|
31027
31005
|
line-height: 24px;
|
|
31028
31006
|
}
|
|
31029
31007
|
|
|
31030
|
-
.
|
|
31008
|
+
.E_l11q3pxd {
|
|
31031
31009
|
font-family: Inter;
|
|
31032
31010
|
font-style: normal;
|
|
31033
31011
|
font-weight: normal;
|
|
@@ -31037,7 +31015,7 @@ body {
|
|
|
31037
31015
|
line-height: 24px;
|
|
31038
31016
|
}
|
|
31039
31017
|
|
|
31040
|
-
.
|
|
31018
|
+
.E_lfuc2qu {
|
|
31041
31019
|
font-family: Inter;
|
|
31042
31020
|
font-style: normal;
|
|
31043
31021
|
font-weight: bold;
|
|
@@ -31047,7 +31025,7 @@ body {
|
|
|
31047
31025
|
line-height: 24px;
|
|
31048
31026
|
}
|
|
31049
31027
|
|
|
31050
|
-
.
|
|
31028
|
+
.E_l1jmp8r0 {
|
|
31051
31029
|
font-family: Inter;
|
|
31052
31030
|
font-style: normal;
|
|
31053
31031
|
font-weight: normal;
|
|
@@ -31055,7 +31033,7 @@ body {
|
|
|
31055
31033
|
line-height: 22px;
|
|
31056
31034
|
}
|
|
31057
31035
|
|
|
31058
|
-
.
|
|
31036
|
+
.E_lcnm221 {
|
|
31059
31037
|
font-family: Inter;
|
|
31060
31038
|
font-style: normal;
|
|
31061
31039
|
font-weight: 500;
|
|
@@ -31063,7 +31041,7 @@ body {
|
|
|
31063
31041
|
line-height: 22px;
|
|
31064
31042
|
}
|
|
31065
31043
|
|
|
31066
|
-
.
|
|
31044
|
+
.E_lu1z2n5 {
|
|
31067
31045
|
font-family: Inter;
|
|
31068
31046
|
font-style: normal;
|
|
31069
31047
|
font-weight: bold;
|
|
@@ -31071,7 +31049,18 @@ body {
|
|
|
31071
31049
|
line-height: 22px;
|
|
31072
31050
|
}
|
|
31073
31051
|
|
|
31074
|
-
.
|
|
31052
|
+
.E_l1r59djn {
|
|
31053
|
+
font-family: Inter;
|
|
31054
|
+
font-style: normal;
|
|
31055
|
+
font-weight: bold;
|
|
31056
|
+
text-decoration-line: line-through;
|
|
31057
|
+
text-decoration-style: solid;
|
|
31058
|
+
text-decoration-skip-ink: none;
|
|
31059
|
+
font-size: 14px;
|
|
31060
|
+
line-height: 22px;
|
|
31061
|
+
}
|
|
31062
|
+
|
|
31063
|
+
.E_ljm2911 {
|
|
31075
31064
|
font-family: Inter;
|
|
31076
31065
|
font-style: normal;
|
|
31077
31066
|
font-weight: normal;
|
|
@@ -31079,7 +31068,7 @@ body {
|
|
|
31079
31068
|
line-height: 22px;
|
|
31080
31069
|
}
|
|
31081
31070
|
|
|
31082
|
-
.
|
|
31071
|
+
.E_l124mzmr {
|
|
31083
31072
|
font-family: Inter;
|
|
31084
31073
|
font-style: normal;
|
|
31085
31074
|
font-weight: bold;
|
|
@@ -31087,7 +31076,7 @@ body {
|
|
|
31087
31076
|
line-height: 22px;
|
|
31088
31077
|
}
|
|
31089
31078
|
|
|
31090
|
-
.
|
|
31079
|
+
.E_lb3chel {
|
|
31091
31080
|
font-family: Inter;
|
|
31092
31081
|
font-style: normal;
|
|
31093
31082
|
font-weight: normal;
|
|
@@ -31097,7 +31086,7 @@ body {
|
|
|
31097
31086
|
line-height: 22px;
|
|
31098
31087
|
}
|
|
31099
31088
|
|
|
31100
|
-
.
|
|
31089
|
+
.E_lv9jstu {
|
|
31101
31090
|
font-family: Inter;
|
|
31102
31091
|
font-style: normal;
|
|
31103
31092
|
font-weight: bold;
|
|
@@ -31107,7 +31096,7 @@ body {
|
|
|
31107
31096
|
line-height: 22px;
|
|
31108
31097
|
}
|
|
31109
31098
|
|
|
31110
|
-
.
|
|
31099
|
+
.E_lwqlh3x {
|
|
31111
31100
|
font-family: Inter;
|
|
31112
31101
|
font-style: normal;
|
|
31113
31102
|
font-weight: normal;
|
|
@@ -31115,7 +31104,7 @@ body {
|
|
|
31115
31104
|
line-height: 20px;
|
|
31116
31105
|
}
|
|
31117
31106
|
|
|
31118
|
-
.
|
|
31107
|
+
.E_lalum9y {
|
|
31119
31108
|
font-family: Inter;
|
|
31120
31109
|
font-style: normal;
|
|
31121
31110
|
font-weight: 600;
|
|
@@ -31123,7 +31112,7 @@ body {
|
|
|
31123
31112
|
line-height: 20px;
|
|
31124
31113
|
}
|
|
31125
31114
|
|
|
31126
|
-
.
|
|
31115
|
+
.E_l1t6dj5o {
|
|
31127
31116
|
font-family: Inter;
|
|
31128
31117
|
font-style: normal;
|
|
31129
31118
|
font-weight: bold;
|
|
@@ -31131,7 +31120,7 @@ body {
|
|
|
31131
31120
|
line-height: 20px;
|
|
31132
31121
|
}
|
|
31133
31122
|
|
|
31134
|
-
.
|
|
31123
|
+
.E_l12f6ic {
|
|
31135
31124
|
font-family: Inter;
|
|
31136
31125
|
font-style: normal;
|
|
31137
31126
|
font-weight: normal;
|
|
@@ -31139,7 +31128,7 @@ body {
|
|
|
31139
31128
|
line-height: 20px;
|
|
31140
31129
|
}
|
|
31141
31130
|
|
|
31142
|
-
.
|
|
31131
|
+
.E_l7gmukq {
|
|
31143
31132
|
font-family: Inter;
|
|
31144
31133
|
font-style: normal;
|
|
31145
31134
|
font-weight: 600;
|
|
@@ -31147,7 +31136,7 @@ body {
|
|
|
31147
31136
|
line-height: 20px;
|
|
31148
31137
|
}
|
|
31149
31138
|
|
|
31150
|
-
.
|
|
31139
|
+
.E_lkwl0yp {
|
|
31151
31140
|
font-family: Inter;
|
|
31152
31141
|
font-style: normal;
|
|
31153
31142
|
font-weight: bold;
|
|
@@ -31155,7 +31144,7 @@ body {
|
|
|
31155
31144
|
line-height: 20px;
|
|
31156
31145
|
}
|
|
31157
31146
|
|
|
31158
|
-
.
|
|
31147
|
+
.E_l10knv48 {
|
|
31159
31148
|
font-family: Inter;
|
|
31160
31149
|
font-style: normal;
|
|
31161
31150
|
font-weight: normal;
|
|
@@ -31165,7 +31154,7 @@ body {
|
|
|
31165
31154
|
line-height: 20px;
|
|
31166
31155
|
}
|
|
31167
31156
|
|
|
31168
|
-
.
|
|
31157
|
+
.E_l6526ld {
|
|
31169
31158
|
font-family: Inter;
|
|
31170
31159
|
font-style: normal;
|
|
31171
31160
|
font-weight: bold;
|
|
@@ -31175,7 +31164,7 @@ body {
|
|
|
31175
31164
|
line-height: 20px;
|
|
31176
31165
|
}
|
|
31177
31166
|
|
|
31178
|
-
.
|
|
31167
|
+
.E_l1j81vli {
|
|
31179
31168
|
font-family: Inter;
|
|
31180
31169
|
font-style: normal;
|
|
31181
31170
|
font-weight: normal;
|
|
@@ -31183,7 +31172,7 @@ body {
|
|
|
31183
31172
|
line-height: 18px;
|
|
31184
31173
|
}
|
|
31185
31174
|
|
|
31186
|
-
.
|
|
31175
|
+
.E_l1x7n1mk {
|
|
31187
31176
|
font-family: Inter;
|
|
31188
31177
|
font-style: normal;
|
|
31189
31178
|
font-weight: 500;
|
|
@@ -31191,7 +31180,7 @@ body {
|
|
|
31191
31180
|
line-height: 18px;
|
|
31192
31181
|
}
|
|
31193
31182
|
|
|
31194
|
-
.
|
|
31183
|
+
.E_l9fqufz {
|
|
31195
31184
|
font-family: Inter;
|
|
31196
31185
|
font-style: normal;
|
|
31197
31186
|
font-weight: bold;
|
|
@@ -31199,7 +31188,7 @@ body {
|
|
|
31199
31188
|
line-height: 18px;
|
|
31200
31189
|
}
|
|
31201
31190
|
|
|
31202
|
-
.
|
|
31191
|
+
.E_l1iwnybd {
|
|
31203
31192
|
font-family: Inter;
|
|
31204
31193
|
font-style: normal;
|
|
31205
31194
|
font-weight: normal;
|
|
@@ -31207,7 +31196,7 @@ body {
|
|
|
31207
31196
|
line-height: 18px;
|
|
31208
31197
|
}
|
|
31209
31198
|
|
|
31210
|
-
.
|
|
31199
|
+
.E_lprtm1e {
|
|
31211
31200
|
font-family: Inter;
|
|
31212
31201
|
font-style: normal;
|
|
31213
31202
|
font-weight: 500;
|
|
@@ -31215,7 +31204,7 @@ body {
|
|
|
31215
31204
|
line-height: 18px;
|
|
31216
31205
|
}
|
|
31217
31206
|
|
|
31218
|
-
.
|
|
31207
|
+
.E_l1lln87h {
|
|
31219
31208
|
font-family: Inter;
|
|
31220
31209
|
font-style: normal;
|
|
31221
31210
|
font-weight: bold;
|
|
@@ -31223,7 +31212,7 @@ body {
|
|
|
31223
31212
|
line-height: 18px;
|
|
31224
31213
|
}
|
|
31225
31214
|
|
|
31226
|
-
.
|
|
31215
|
+
.E_l2pb48l {
|
|
31227
31216
|
font-family: Inter;
|
|
31228
31217
|
font-style: normal;
|
|
31229
31218
|
font-weight: normal;
|
|
@@ -31233,7 +31222,7 @@ body {
|
|
|
31233
31222
|
line-height: 18px;
|
|
31234
31223
|
}
|
|
31235
31224
|
|
|
31236
|
-
.
|
|
31225
|
+
.E_li9emkw {
|
|
31237
31226
|
font-family: Inter;
|
|
31238
31227
|
font-style: normal;
|
|
31239
31228
|
font-weight: bold;
|
|
@@ -31243,7 +31232,7 @@ body {
|
|
|
31243
31232
|
line-height: 18px;
|
|
31244
31233
|
}
|
|
31245
31234
|
|
|
31246
|
-
.
|
|
31235
|
+
.E_f1nrg7da {
|
|
31247
31236
|
font-family: Inter;
|
|
31248
31237
|
font-style: normal;
|
|
31249
31238
|
font-weight: normal;
|
|
@@ -31251,7 +31240,7 @@ body {
|
|
|
31251
31240
|
line-height: 20px;
|
|
31252
31241
|
}
|
|
31253
31242
|
|
|
31254
|
-
.
|
|
31243
|
+
.E_f17k1i3n {
|
|
31255
31244
|
font-family: Inter;
|
|
31256
31245
|
font-style: normal;
|
|
31257
31246
|
font-weight: normal;
|
|
@@ -31259,7 +31248,7 @@ body {
|
|
|
31259
31248
|
line-height: 20px;
|
|
31260
31249
|
}
|
|
31261
31250
|
|
|
31262
|
-
.
|
|
31251
|
+
.E_f1tvuj2e {
|
|
31263
31252
|
font-family: Inter;
|
|
31264
31253
|
font-style: normal;
|
|
31265
31254
|
font-weight: normal;
|
|
@@ -31267,7 +31256,7 @@ body {
|
|
|
31267
31256
|
line-height: 18px;
|
|
31268
31257
|
}
|
|
31269
31258
|
|
|
31270
|
-
.
|
|
31259
|
+
.E_f17uajlu {
|
|
31271
31260
|
font-family: Inter;
|
|
31272
31261
|
font-style: normal;
|
|
31273
31262
|
font-weight: normal;
|
|
@@ -31275,7 +31264,7 @@ body {
|
|
|
31275
31264
|
line-height: 18px;
|
|
31276
31265
|
}
|
|
31277
31266
|
|
|
31278
|
-
.
|
|
31267
|
+
.E_t114zbyz {
|
|
31279
31268
|
font-family: Inter;
|
|
31280
31269
|
font-style: normal;
|
|
31281
31270
|
font-weight: normal;
|
|
@@ -31284,7 +31273,7 @@ body {
|
|
|
31284
31273
|
line-height: 20px;
|
|
31285
31274
|
}
|
|
31286
31275
|
|
|
31287
|
-
.
|
|
31276
|
+
.E_t1il0kvi {
|
|
31288
31277
|
font-family: Inter;
|
|
31289
31278
|
font-style: normal;
|
|
31290
31279
|
font-weight: normal;
|
|
@@ -31293,7 +31282,7 @@ body {
|
|
|
31293
31282
|
line-height: 20px;
|
|
31294
31283
|
}
|
|
31295
31284
|
|
|
31296
|
-
.
|
|
31285
|
+
.E_t10dv8p1 {
|
|
31297
31286
|
font-family: Inter;
|
|
31298
31287
|
font-style: normal;
|
|
31299
31288
|
font-weight: normal;
|
|
@@ -31302,7 +31291,7 @@ body {
|
|
|
31302
31291
|
line-height: 18px;
|
|
31303
31292
|
}
|
|
31304
31293
|
|
|
31305
|
-
.
|
|
31294
|
+
.E_tc2oqpq {
|
|
31306
31295
|
font-family: Inter;
|
|
31307
31296
|
font-style: normal;
|
|
31308
31297
|
font-weight: 500;
|
|
@@ -31311,7 +31300,7 @@ body {
|
|
|
31311
31300
|
line-height: 18px;
|
|
31312
31301
|
}
|
|
31313
31302
|
|
|
31314
|
-
.
|
|
31303
|
+
.E_tzvddmc {
|
|
31315
31304
|
font-family: Inter;
|
|
31316
31305
|
font-style: normal;
|
|
31317
31306
|
font-weight: normal;
|
|
@@ -31320,7 +31309,7 @@ body {
|
|
|
31320
31309
|
line-height: 18px;
|
|
31321
31310
|
}
|
|
31322
31311
|
|
|
31323
|
-
.
|
|
31312
|
+
.E_t18llj45 {
|
|
31324
31313
|
font-family: Inter;
|
|
31325
31314
|
font-style: normal;
|
|
31326
31315
|
font-weight: 500;
|
|
@@ -31329,7 +31318,7 @@ body {
|
|
|
31329
31318
|
line-height: 18px;
|
|
31330
31319
|
}
|
|
31331
31320
|
|
|
31332
|
-
.
|
|
31321
|
+
.E_t1rw95vc {
|
|
31333
31322
|
font-family: Inter;
|
|
31334
31323
|
font-style: normal;
|
|
31335
31324
|
font-weight: bold;
|
|
@@ -31338,7 +31327,7 @@ body {
|
|
|
31338
31327
|
line-height: 24px;
|
|
31339
31328
|
}
|
|
31340
31329
|
|
|
31341
|
-
.
|
|
31330
|
+
.E_u1fx9fic {
|
|
31342
31331
|
font-family: Inter;
|
|
31343
31332
|
font-style: normal;
|
|
31344
31333
|
font-weight: normal;
|
|
@@ -31346,6 +31335,40 @@ body {
|
|
|
31346
31335
|
line-height: 12px;
|
|
31347
31336
|
}
|
|
31348
31337
|
|
|
31338
|
+
.E_m196gn1d {
|
|
31339
|
+
min-width: 1280px;
|
|
31340
|
+
}
|
|
31341
|
+
|
|
31342
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31343
|
+
display: inline-flex;
|
|
31344
|
+
align-items: center;
|
|
31345
|
+
justify-content: center;
|
|
31346
|
+
color: #fff;
|
|
31347
|
+
font-weight: bold;
|
|
31348
|
+
font-size: 12px;
|
|
31349
|
+
width: 24px;
|
|
31350
|
+
height: 24px;
|
|
31351
|
+
border-radius: 50%;
|
|
31352
|
+
background: var(--a1b5xrg3-0);
|
|
31353
|
+
}
|
|
31354
|
+
.E_a1b5xrg3.btn-item {
|
|
31355
|
+
transition: all 160ms ease;
|
|
31356
|
+
cursor: pointer;
|
|
31357
|
+
width: 56px;
|
|
31358
|
+
height: 40px;
|
|
31359
|
+
display: inline-flex;
|
|
31360
|
+
align-items: center;
|
|
31361
|
+
justify-content: center;
|
|
31362
|
+
border-radius: 6px;
|
|
31363
|
+
}
|
|
31364
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31365
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31366
|
+
}
|
|
31367
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31368
|
+
transform: translateY(2px);
|
|
31369
|
+
transition: all 320ms ease;
|
|
31370
|
+
}
|
|
31371
|
+
|
|
31349
31372
|
.E_cnujxq2 {
|
|
31350
31373
|
display: flex;
|
|
31351
31374
|
flex-direction: column;
|
|
@@ -32037,10 +32060,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32037
32060
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32038
32061
|
}
|
|
32039
32062
|
|
|
32040
|
-
.E_m196gn1d {
|
|
32041
|
-
min-width: 1280px;
|
|
32042
|
-
}
|
|
32043
|
-
|
|
32044
32063
|
.E_meo40fy {
|
|
32045
32064
|
display: flex;
|
|
32046
32065
|
justify-content: space-between;
|
|
@@ -32286,6 +32305,41 @@ input.E_rf8rlle.ant-input {
|
|
|
32286
32305
|
opacity: 0.8;
|
|
32287
32306
|
}
|
|
32288
32307
|
|
|
32308
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32309
|
+
margin-right: 2px;
|
|
32310
|
+
}
|
|
32311
|
+
|
|
32312
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32313
|
+
padding-left: 8px;
|
|
32314
|
+
padding-right: 8px;
|
|
32315
|
+
font-size: 12px;
|
|
32316
|
+
}
|
|
32317
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32318
|
+
border-radius: 4px;
|
|
32319
|
+
}
|
|
32320
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32321
|
+
border-radius: 4px;
|
|
32322
|
+
}
|
|
32323
|
+
|
|
32324
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
32325
|
+
padding-left: 12px;
|
|
32326
|
+
padding-right: 12px;
|
|
32327
|
+
}
|
|
32328
|
+
|
|
32329
|
+
.E_ckld275 {
|
|
32330
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32331
|
+
}
|
|
32332
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32333
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32334
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32335
|
+
}
|
|
32336
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32337
|
+
background-color: transparent;
|
|
32338
|
+
}
|
|
32339
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32340
|
+
background-color: transparent;
|
|
32341
|
+
}
|
|
32342
|
+
|
|
32289
32343
|
.E_suhck3k {
|
|
32290
32344
|
height: 24px;
|
|
32291
32345
|
width: 24px;
|
|
@@ -32299,22 +32353,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32299
32353
|
fill: blue;
|
|
32300
32354
|
}
|
|
32301
32355
|
|
|
32302
|
-
.E_ryby9ds {
|
|
32303
|
-
display: flex;
|
|
32304
|
-
align-items: center;
|
|
32305
|
-
}
|
|
32306
|
-
.E_ryby9ds .order {
|
|
32307
|
-
height: 24px;
|
|
32308
|
-
width: 24px;
|
|
32309
|
-
border-radius: 20px;
|
|
32310
|
-
color: #0080ff;
|
|
32311
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32312
|
-
display: flex;
|
|
32313
|
-
align-items: center;
|
|
32314
|
-
justify-content: center;
|
|
32315
|
-
margin-right: 6px;
|
|
32316
|
-
}
|
|
32317
|
-
|
|
32318
32356
|
.E_b1lj76ty {
|
|
32319
32357
|
width: 100%;
|
|
32320
32358
|
height: 100%;
|
|
@@ -32352,8 +32390,24 @@ input.E_rf8rlle.ant-input {
|
|
|
32352
32390
|
margin-top: 8px;
|
|
32353
32391
|
}
|
|
32354
32392
|
|
|
32355
|
-
.
|
|
32356
|
-
display:
|
|
32393
|
+
.E_ryby9ds {
|
|
32394
|
+
display: flex;
|
|
32395
|
+
align-items: center;
|
|
32396
|
+
}
|
|
32397
|
+
.E_ryby9ds .order {
|
|
32398
|
+
height: 24px;
|
|
32399
|
+
width: 24px;
|
|
32400
|
+
border-radius: 20px;
|
|
32401
|
+
color: #0080ff;
|
|
32402
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32403
|
+
display: flex;
|
|
32404
|
+
align-items: center;
|
|
32405
|
+
justify-content: center;
|
|
32406
|
+
margin-right: 6px;
|
|
32407
|
+
}
|
|
32408
|
+
|
|
32409
|
+
.E_hrhfj7c {
|
|
32410
|
+
display: none;
|
|
32357
32411
|
}
|
|
32358
32412
|
|
|
32359
32413
|
.E_dt9qoak .bottom {
|
|
@@ -32572,41 +32626,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32572
32626
|
font-size: 14px;
|
|
32573
32627
|
}
|
|
32574
32628
|
|
|
32575
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
32576
|
-
margin-right: 2px;
|
|
32577
|
-
}
|
|
32578
|
-
|
|
32579
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
32580
|
-
padding-left: 8px;
|
|
32581
|
-
padding-right: 8px;
|
|
32582
|
-
font-size: 12px;
|
|
32583
|
-
}
|
|
32584
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
32585
|
-
border-radius: 4px;
|
|
32586
|
-
}
|
|
32587
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32588
|
-
border-radius: 4px;
|
|
32589
|
-
}
|
|
32590
|
-
|
|
32591
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
32592
|
-
padding-left: 12px;
|
|
32593
|
-
padding-right: 12px;
|
|
32594
|
-
}
|
|
32595
|
-
|
|
32596
|
-
.E_ckld275 {
|
|
32597
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32598
|
-
}
|
|
32599
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32600
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32601
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32602
|
-
}
|
|
32603
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
32604
|
-
background-color: transparent;
|
|
32605
|
-
}
|
|
32606
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
32607
|
-
background-color: transparent;
|
|
32608
|
-
}
|
|
32609
|
-
|
|
32610
32629
|
.E_m5foqp8.medium {
|
|
32611
32630
|
--footer-height: 96px;
|
|
32612
32631
|
--modal-content-width: 720px;
|
|
@@ -32696,415 +32715,120 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
32696
32715
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
32697
32716
|
}
|
|
32698
32717
|
|
|
32699
|
-
.
|
|
32700
|
-
height:
|
|
32701
|
-
border-bottom: 2px solid #edf0f7;
|
|
32702
|
-
background: #fff;
|
|
32703
|
-
display: flex;
|
|
32704
|
-
justify-content: space-between;
|
|
32705
|
-
align-items: center;
|
|
32706
|
-
padding: 0 24px 0 14px;
|
|
32707
|
-
position: relative;
|
|
32708
|
-
z-index: 10;
|
|
32709
|
-
}
|
|
32710
|
-
.E_h12yihis .left,
|
|
32711
|
-
.E_h12yihis .right,
|
|
32712
|
-
.E_h12yihis .center {
|
|
32713
|
-
display: flex;
|
|
32714
|
-
align-items: center;
|
|
32715
|
-
flex: 1;
|
|
32716
|
-
flex-shrink: 0;
|
|
32718
|
+
.E_tc97u5y {
|
|
32719
|
+
height: 100%;
|
|
32717
32720
|
}
|
|
32718
|
-
|
|
32719
|
-
|
|
32721
|
+
|
|
32722
|
+
.E_efzf37v .ant-table-content,
|
|
32723
|
+
.E_efzf37v .ant-table-body {
|
|
32724
|
+
overflow: visible !important;
|
|
32725
|
+
height: 100%;
|
|
32720
32726
|
}
|
|
32721
|
-
.
|
|
32722
|
-
|
|
32727
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
32728
|
+
height: 100%;
|
|
32723
32729
|
}
|
|
32724
|
-
.
|
|
32725
|
-
|
|
32730
|
+
.E_efzf37v table {
|
|
32731
|
+
width: 100% !important;
|
|
32732
|
+
height: 100%;
|
|
32726
32733
|
}
|
|
32727
|
-
.
|
|
32728
|
-
|
|
32729
|
-
position: relative;
|
|
32730
|
-
display: flex;
|
|
32731
|
-
align-items: center;
|
|
32734
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
32735
|
+
padding: 15px 0;
|
|
32732
32736
|
}
|
|
32733
|
-
.
|
|
32734
|
-
|
|
32735
|
-
opacity: 0;
|
|
32736
|
-
height: 24px;
|
|
32737
|
-
width: 1px;
|
|
32738
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32739
|
-
position: absolute;
|
|
32740
|
-
left: -16px;
|
|
32741
|
-
top: 50%;
|
|
32742
|
-
transform: translateY(-50%);
|
|
32743
|
-
transition: opacity 160ms ease;
|
|
32737
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
32738
|
+
display: none;
|
|
32744
32739
|
}
|
|
32745
|
-
|
|
32746
|
-
|
|
32747
|
-
|
|
32748
|
-
width: 56px;
|
|
32749
|
-
height: 40px;
|
|
32750
|
-
display: inline-flex;
|
|
32751
|
-
align-items: center;
|
|
32752
|
-
justify-content: center;
|
|
32753
|
-
border-radius: 6px;
|
|
32740
|
+
|
|
32741
|
+
.E_t1fisho6 {
|
|
32742
|
+
height: 100%;
|
|
32754
32743
|
}
|
|
32755
|
-
.
|
|
32756
|
-
|
|
32744
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
32745
|
+
padding-top: 6px;
|
|
32746
|
+
padding-bottom: 6px;
|
|
32757
32747
|
}
|
|
32758
|
-
.
|
|
32759
|
-
|
|
32760
|
-
transition: all 320ms ease;
|
|
32748
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
32749
|
+
font-weight: 700;
|
|
32761
32750
|
}
|
|
32762
|
-
.
|
|
32763
|
-
|
|
32751
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
32752
|
+
font-weight: 700;
|
|
32764
32753
|
}
|
|
32765
|
-
.
|
|
32766
|
-
height:
|
|
32767
|
-
overflow: hidden;
|
|
32768
|
-
display: flex;
|
|
32769
|
-
align-items: center;
|
|
32770
|
-
padding: 0 4px;
|
|
32771
|
-
margin: 0 -4px;
|
|
32754
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
32755
|
+
height: 100%;
|
|
32772
32756
|
}
|
|
32773
|
-
.
|
|
32774
|
-
|
|
32775
|
-
|
|
32757
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
32758
|
+
height: 100%;
|
|
32759
|
+
overflow: visible;
|
|
32776
32760
|
}
|
|
32777
|
-
.
|
|
32778
|
-
|
|
32779
|
-
height: 48px;
|
|
32780
|
-
transform: translateY(100%);
|
|
32781
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
32782
|
-
display: inline-flex;
|
|
32783
|
-
align-items: center;
|
|
32761
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
32762
|
+
max-height: none;
|
|
32784
32763
|
}
|
|
32785
|
-
.
|
|
32786
|
-
|
|
32764
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
32765
|
+
background: transparent;
|
|
32787
32766
|
}
|
|
32788
|
-
.
|
|
32789
|
-
|
|
32790
|
-
|
|
32791
|
-
|
|
32767
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
32768
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
32769
|
+
background: #fff;
|
|
32770
|
+
padding: 0 !important;
|
|
32792
32771
|
}
|
|
32793
|
-
.
|
|
32794
|
-
|
|
32772
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
32773
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
32774
|
+
display: flex;
|
|
32775
|
+
align-items: center;
|
|
32776
|
+
height: 100%;
|
|
32777
|
+
padding: 8px;
|
|
32795
32778
|
}
|
|
32796
|
-
.
|
|
32797
|
-
.
|
|
32798
|
-
|
|
32779
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
32780
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
32781
|
+
overflow: hidden;
|
|
32782
|
+
text-overflow: ellipsis;
|
|
32783
|
+
width: 100%;
|
|
32799
32784
|
}
|
|
32800
|
-
.
|
|
32801
|
-
|
|
32802
|
-
.E_h12yihis .task .alert-icon,
|
|
32803
|
-
.E_h12yihis .task .task-icon {
|
|
32804
|
-
width: 56px;
|
|
32805
|
-
height: 40px;
|
|
32806
|
-
justify-content: center;
|
|
32785
|
+
.E_t1fisho6 .ant-table-container {
|
|
32786
|
+
height: 100%;
|
|
32807
32787
|
}
|
|
32808
|
-
.
|
|
32809
|
-
|
|
32810
|
-
right: 16px;
|
|
32811
|
-
top: 10px;
|
|
32788
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
32789
|
+
box-shadow: none !important;
|
|
32812
32790
|
}
|
|
32813
|
-
.
|
|
32814
|
-
|
|
32815
|
-
|
|
32791
|
+
.E_t1fisho6 div.ant-table {
|
|
32792
|
+
border-radius: 0px;
|
|
32793
|
+
border-left: none;
|
|
32794
|
+
border-right: none;
|
|
32795
|
+
border-bottom: none;
|
|
32796
|
+
height: 100%;
|
|
32797
|
+
font-size: 12px;
|
|
32798
|
+
background: transparent;
|
|
32816
32799
|
}
|
|
32817
|
-
.
|
|
32800
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
32818
32801
|
position: relative;
|
|
32802
|
+
z-index: 3;
|
|
32803
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
32804
|
+
margin-bottom: -1px;
|
|
32819
32805
|
}
|
|
32820
|
-
.
|
|
32821
|
-
|
|
32822
|
-
|
|
32823
|
-
font-weight: bold;
|
|
32824
|
-
color: #1d326c;
|
|
32825
|
-
margin: 0px 8px;
|
|
32806
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
32807
|
+
.E_t1fisho6 div.ant-table .value {
|
|
32808
|
+
color: #2d3a56;
|
|
32826
32809
|
}
|
|
32827
|
-
.
|
|
32828
|
-
|
|
32810
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
32811
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
32812
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32829
32813
|
}
|
|
32830
|
-
.
|
|
32831
|
-
|
|
32814
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
32815
|
+
position: unset;
|
|
32816
|
+
text-align: center;
|
|
32832
32817
|
}
|
|
32833
|
-
.
|
|
32834
|
-
|
|
32835
|
-
margin-right: 32px;
|
|
32818
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
32819
|
+
background: #fff;
|
|
32836
32820
|
}
|
|
32837
|
-
.
|
|
32838
|
-
|
|
32839
|
-
|
|
32821
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
32822
|
+
cursor: pointer;
|
|
32823
|
+
position: absolute;
|
|
32824
|
+
top: 50%;
|
|
32825
|
+
right: 12px;
|
|
32826
|
+
transform: translateY(-50%);
|
|
32840
32827
|
}
|
|
32841
|
-
.
|
|
32842
|
-
|
|
32843
|
-
width:
|
|
32844
|
-
|
|
32845
|
-
.E_h12yihis.global-search-active .center {
|
|
32846
|
-
display: none;
|
|
32847
|
-
}
|
|
32848
|
-
.E_h12yihis.global-search-active .right {
|
|
32849
|
-
flex: 0 1 auto;
|
|
32850
|
-
}
|
|
32851
|
-
.E_h12yihis .ant-badge-count {
|
|
32852
|
-
pointer-events: none;
|
|
32853
|
-
}
|
|
32854
|
-
|
|
32855
|
-
.E_ncaepor {
|
|
32856
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32857
|
-
position: relative;
|
|
32858
|
-
height: 48px;
|
|
32859
|
-
display: inline-flex;
|
|
32860
|
-
align-items: center;
|
|
32861
|
-
justify-content: center;
|
|
32862
|
-
overflow: hidden;
|
|
32863
|
-
}
|
|
32864
|
-
.E_ncaepor:before, .E_ncaepor:after {
|
|
32865
|
-
content: "";
|
|
32866
|
-
width: 100%;
|
|
32867
|
-
height: 12px;
|
|
32868
|
-
position: absolute;
|
|
32869
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
32870
|
-
}
|
|
32871
|
-
.E_ncaepor:before {
|
|
32872
|
-
top: 0;
|
|
32873
|
-
}
|
|
32874
|
-
.E_ncaepor:after {
|
|
32875
|
-
bottom: 0;
|
|
32876
|
-
}
|
|
32877
|
-
.E_ncaepor > * {
|
|
32878
|
-
height: 48px;
|
|
32879
|
-
display: inline-flex;
|
|
32880
|
-
align-items: center;
|
|
32881
|
-
white-space: nowrap;
|
|
32882
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
32883
|
-
}
|
|
32884
|
-
.E_ncaepor .name-text {
|
|
32885
|
-
transform: translateY(0);
|
|
32886
|
-
opacity: 1;
|
|
32887
|
-
}
|
|
32888
|
-
.E_ncaepor .nav-info {
|
|
32889
|
-
transform: translateY(100%);
|
|
32890
|
-
opacity: 0;
|
|
32891
|
-
font-size: 18px;
|
|
32892
|
-
font-weight: 700;
|
|
32893
|
-
position: absolute;
|
|
32894
|
-
overflow: hidden;
|
|
32895
|
-
display: flex;
|
|
32896
|
-
justify-content: center;
|
|
32897
|
-
}
|
|
32898
|
-
.E_ncaepor .nav-info .scrolled-resource {
|
|
32899
|
-
color: #1d326c;
|
|
32900
|
-
flex: 1;
|
|
32901
|
-
overflow: hidden;
|
|
32902
|
-
text-overflow: ellipsis;
|
|
32903
|
-
}
|
|
32904
|
-
.E_ncaepor .nav-info .scrolled-view {
|
|
32905
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32906
|
-
margin-left: 8px;
|
|
32907
|
-
}
|
|
32908
|
-
.E_ncaepor.is-scrolled .name-text {
|
|
32909
|
-
transform: translateY(-100%);
|
|
32910
|
-
opacity: 0;
|
|
32911
|
-
position: absolute;
|
|
32912
|
-
}
|
|
32913
|
-
.E_ncaepor.is-scrolled .nav-info {
|
|
32914
|
-
transform: translateY(0);
|
|
32915
|
-
opacity: 1;
|
|
32916
|
-
position: static;
|
|
32917
|
-
}
|
|
32918
|
-
|
|
32919
|
-
.E_sddwhm6 {
|
|
32920
|
-
margin: 0;
|
|
32921
|
-
border-radius: 20px;
|
|
32922
|
-
padding: 2px 10px;
|
|
32923
|
-
height: 22px;
|
|
32924
|
-
}
|
|
32925
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32926
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32927
|
-
}
|
|
32928
|
-
.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 {
|
|
32929
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32930
|
-
}
|
|
32931
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32932
|
-
color: #00122E;
|
|
32933
|
-
}
|
|
32934
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32935
|
-
margin-right: 6px;
|
|
32936
|
-
}
|
|
32937
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32938
|
-
margin-left: 8px;
|
|
32939
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32940
|
-
}
|
|
32941
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32942
|
-
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
32943
|
-
}
|
|
32944
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32945
|
-
background-color: #0080FF;
|
|
32946
|
-
}
|
|
32947
|
-
.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 {
|
|
32948
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
32949
|
-
}
|
|
32950
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32951
|
-
background-color: rgba(255, 74, 74, 0.1019607843);
|
|
32952
|
-
}
|
|
32953
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32954
|
-
background-color: #F0483E;
|
|
32955
|
-
}
|
|
32956
|
-
.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 {
|
|
32957
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
32958
|
-
}
|
|
32959
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32960
|
-
background-color: rgba(254, 160, 8, 0.1019607843);
|
|
32961
|
-
}
|
|
32962
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32963
|
-
background-color: #FEA008;
|
|
32964
|
-
}
|
|
32965
|
-
.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 {
|
|
32966
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
32967
|
-
}
|
|
32968
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32969
|
-
background-color: rgba(30, 201, 127, 0.1019607843);
|
|
32970
|
-
}
|
|
32971
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32972
|
-
background-color: #00BA5D;
|
|
32973
|
-
}
|
|
32974
|
-
.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 {
|
|
32975
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
32976
|
-
}
|
|
32977
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32978
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32979
|
-
}
|
|
32980
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32981
|
-
background-color: #6b7d99;
|
|
32982
|
-
}
|
|
32983
|
-
.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 {
|
|
32984
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
32985
|
-
}
|
|
32986
|
-
|
|
32987
|
-
.E_satwmqm {
|
|
32988
|
-
width: 8px;
|
|
32989
|
-
height: 8px;
|
|
32990
|
-
border-radius: 50%;
|
|
32991
|
-
display: inline-block;
|
|
32992
|
-
}
|
|
32993
|
-
|
|
32994
|
-
.E_tc97u5y {
|
|
32995
|
-
height: 100%;
|
|
32996
|
-
}
|
|
32997
|
-
|
|
32998
|
-
.E_efzf37v .ant-table-content,
|
|
32999
|
-
.E_efzf37v .ant-table-body {
|
|
33000
|
-
overflow: visible !important;
|
|
33001
|
-
height: 100%;
|
|
33002
|
-
}
|
|
33003
|
-
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
33004
|
-
height: 100%;
|
|
33005
|
-
}
|
|
33006
|
-
.E_efzf37v table {
|
|
33007
|
-
width: 100% !important;
|
|
33008
|
-
height: 100%;
|
|
33009
|
-
}
|
|
33010
|
-
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33011
|
-
padding: 15px 0;
|
|
33012
|
-
}
|
|
33013
|
-
.E_efzf37v table thead.ant-table-thead {
|
|
33014
|
-
display: none;
|
|
33015
|
-
}
|
|
33016
|
-
|
|
33017
|
-
.E_t1fisho6 {
|
|
33018
|
-
height: 100%;
|
|
33019
|
-
}
|
|
33020
|
-
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
33021
|
-
padding-top: 6px;
|
|
33022
|
-
padding-bottom: 6px;
|
|
33023
|
-
}
|
|
33024
|
-
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
33025
|
-
font-weight: 700;
|
|
33026
|
-
}
|
|
33027
|
-
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
33028
|
-
font-weight: 700;
|
|
33029
|
-
}
|
|
33030
|
-
.E_t1fisho6 .ant-spin-nested-loading {
|
|
33031
|
-
height: 100%;
|
|
33032
|
-
}
|
|
33033
|
-
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
33034
|
-
height: 100%;
|
|
33035
|
-
overflow: visible;
|
|
33036
|
-
}
|
|
33037
|
-
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
33038
|
-
max-height: none;
|
|
33039
|
-
}
|
|
33040
|
-
.E_t1fisho6 td.ant-table-column-sort {
|
|
33041
|
-
background: transparent;
|
|
33042
|
-
}
|
|
33043
|
-
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
33044
|
-
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
33045
|
-
background: #fff;
|
|
33046
|
-
padding: 0 !important;
|
|
33047
|
-
}
|
|
33048
|
-
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
33049
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33050
|
-
display: flex;
|
|
33051
|
-
align-items: center;
|
|
33052
|
-
height: 100%;
|
|
33053
|
-
padding: 8px;
|
|
33054
|
-
}
|
|
33055
|
-
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
33056
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
33057
|
-
overflow: hidden;
|
|
33058
|
-
text-overflow: ellipsis;
|
|
33059
|
-
width: 100%;
|
|
33060
|
-
}
|
|
33061
|
-
.E_t1fisho6 .ant-table-container {
|
|
33062
|
-
height: 100%;
|
|
33063
|
-
}
|
|
33064
|
-
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
33065
|
-
box-shadow: none !important;
|
|
33066
|
-
}
|
|
33067
|
-
.E_t1fisho6 div.ant-table {
|
|
33068
|
-
border-radius: 0px;
|
|
33069
|
-
border-left: none;
|
|
33070
|
-
border-right: none;
|
|
33071
|
-
border-bottom: none;
|
|
33072
|
-
height: 100%;
|
|
33073
|
-
font-size: 12px;
|
|
33074
|
-
background: transparent;
|
|
33075
|
-
}
|
|
33076
|
-
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
33077
|
-
position: relative;
|
|
33078
|
-
z-index: 3;
|
|
33079
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33080
|
-
margin-bottom: -1px;
|
|
33081
|
-
}
|
|
33082
|
-
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
33083
|
-
.E_t1fisho6 div.ant-table .value {
|
|
33084
|
-
color: #2d3a56;
|
|
33085
|
-
}
|
|
33086
|
-
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
33087
|
-
.E_t1fisho6 div.ant-table .unit {
|
|
33088
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33089
|
-
}
|
|
33090
|
-
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
33091
|
-
position: unset;
|
|
33092
|
-
text-align: center;
|
|
33093
|
-
}
|
|
33094
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
33095
|
-
background: #fff;
|
|
33096
|
-
}
|
|
33097
|
-
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
33098
|
-
cursor: pointer;
|
|
33099
|
-
position: absolute;
|
|
33100
|
-
top: 50%;
|
|
33101
|
-
right: 12px;
|
|
33102
|
-
transform: translateY(-50%);
|
|
33103
|
-
}
|
|
33104
|
-
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
33105
|
-
box-shadow: none;
|
|
33106
|
-
width: 1px;
|
|
33107
|
-
background: rgba(213, 219, 227, 0.6);
|
|
32828
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
32829
|
+
box-shadow: none;
|
|
32830
|
+
width: 1px;
|
|
32831
|
+
background: rgba(213, 219, 227, 0.6);
|
|
33108
32832
|
}
|
|
33109
32833
|
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
33110
32834
|
box-shadow: none;
|
|
@@ -33420,68 +33144,299 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33420
33144
|
background: #fff;
|
|
33421
33145
|
}
|
|
33422
33146
|
|
|
33423
|
-
.
|
|
33424
|
-
|
|
33425
|
-
|
|
33147
|
+
.E_sddwhm6 {
|
|
33148
|
+
margin: 0;
|
|
33149
|
+
border-radius: 20px;
|
|
33150
|
+
padding: 2px 10px;
|
|
33151
|
+
height: 22px;
|
|
33152
|
+
}
|
|
33153
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33154
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33155
|
+
}
|
|
33156
|
+
.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 {
|
|
33157
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33158
|
+
}
|
|
33159
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33160
|
+
color: #00122E;
|
|
33161
|
+
}
|
|
33162
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33163
|
+
margin-right: 6px;
|
|
33164
|
+
}
|
|
33165
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33166
|
+
margin-left: 8px;
|
|
33167
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33168
|
+
}
|
|
33169
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33170
|
+
background-color: rgba(0, 136, 255, 0.1019607843);
|
|
33171
|
+
}
|
|
33172
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33173
|
+
background-color: #0080FF;
|
|
33174
|
+
}
|
|
33175
|
+
.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 {
|
|
33176
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33177
|
+
}
|
|
33178
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33179
|
+
background-color: rgba(255, 74, 74, 0.1019607843);
|
|
33180
|
+
}
|
|
33181
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33182
|
+
background-color: #F0483E;
|
|
33183
|
+
}
|
|
33184
|
+
.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 {
|
|
33185
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33186
|
+
}
|
|
33187
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33188
|
+
background-color: rgba(254, 160, 8, 0.1019607843);
|
|
33189
|
+
}
|
|
33190
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33191
|
+
background-color: #FEA008;
|
|
33192
|
+
}
|
|
33193
|
+
.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 {
|
|
33194
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33195
|
+
}
|
|
33196
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33197
|
+
background-color: rgba(30, 201, 127, 0.1019607843);
|
|
33198
|
+
}
|
|
33199
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33200
|
+
background-color: #00BA5D;
|
|
33201
|
+
}
|
|
33202
|
+
.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 {
|
|
33203
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33204
|
+
}
|
|
33205
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33206
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33207
|
+
}
|
|
33208
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33209
|
+
background-color: #6b7d99;
|
|
33210
|
+
}
|
|
33211
|
+
.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 {
|
|
33212
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33213
|
+
}
|
|
33214
|
+
|
|
33215
|
+
.E_satwmqm {
|
|
33216
|
+
width: 8px;
|
|
33217
|
+
height: 8px;
|
|
33218
|
+
border-radius: 50%;
|
|
33219
|
+
display: inline-block;
|
|
33220
|
+
}
|
|
33221
|
+
|
|
33222
|
+
.E_h12yihis {
|
|
33223
|
+
height: 50px;
|
|
33224
|
+
border-bottom: 2px solid #edf0f7;
|
|
33225
|
+
background: #fff;
|
|
33226
|
+
display: flex;
|
|
33227
|
+
justify-content: space-between;
|
|
33228
|
+
align-items: center;
|
|
33229
|
+
padding: 0 24px 0 14px;
|
|
33230
|
+
position: relative;
|
|
33231
|
+
z-index: 10;
|
|
33232
|
+
}
|
|
33233
|
+
.E_h12yihis .left,
|
|
33234
|
+
.E_h12yihis .right,
|
|
33235
|
+
.E_h12yihis .center {
|
|
33236
|
+
display: flex;
|
|
33237
|
+
align-items: center;
|
|
33238
|
+
flex: 1;
|
|
33239
|
+
flex-shrink: 0;
|
|
33240
|
+
}
|
|
33241
|
+
.E_h12yihis .center {
|
|
33242
|
+
flex: 0.8;
|
|
33243
|
+
}
|
|
33244
|
+
.E_h12yihis .right {
|
|
33245
|
+
justify-content: flex-end;
|
|
33246
|
+
}
|
|
33247
|
+
.E_h12yihis .right.is-scrolled .btn-group:before {
|
|
33248
|
+
opacity: 1;
|
|
33249
|
+
}
|
|
33250
|
+
.E_h12yihis .right .btn-group {
|
|
33251
|
+
margin-left: 32px;
|
|
33252
|
+
position: relative;
|
|
33253
|
+
display: flex;
|
|
33254
|
+
align-items: center;
|
|
33255
|
+
}
|
|
33256
|
+
.E_h12yihis .right .btn-group:before {
|
|
33257
|
+
content: "";
|
|
33258
|
+
opacity: 0;
|
|
33259
|
+
height: 24px;
|
|
33260
|
+
width: 1px;
|
|
33261
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33262
|
+
position: absolute;
|
|
33263
|
+
left: -16px;
|
|
33264
|
+
top: 50%;
|
|
33265
|
+
transform: translateY(-50%);
|
|
33266
|
+
transition: opacity 160ms ease;
|
|
33267
|
+
}
|
|
33268
|
+
.E_h12yihis .right .btn-group > .btn-item {
|
|
33269
|
+
transition: all 160ms ease;
|
|
33270
|
+
cursor: pointer;
|
|
33271
|
+
width: 56px;
|
|
33272
|
+
height: 40px;
|
|
33426
33273
|
display: inline-flex;
|
|
33274
|
+
align-items: center;
|
|
33275
|
+
justify-content: center;
|
|
33276
|
+
border-radius: 6px;
|
|
33427
33277
|
}
|
|
33428
|
-
.
|
|
33429
|
-
|
|
33278
|
+
.E_h12yihis .right .btn-group > .btn-item:hover {
|
|
33279
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
33280
|
+
}
|
|
33281
|
+
.E_h12yihis .right .btn-group > .btn-item:active {
|
|
33282
|
+
transform: translateY(2px);
|
|
33283
|
+
transition: all 320ms ease;
|
|
33284
|
+
}
|
|
33285
|
+
.E_h12yihis .right .btn-group > *:not(:first-child) {
|
|
33286
|
+
margin-left: 4px;
|
|
33287
|
+
}
|
|
33288
|
+
.E_h12yihis .right .create-menu-and-export {
|
|
33289
|
+
height: 48px;
|
|
33290
|
+
overflow: hidden;
|
|
33430
33291
|
display: flex;
|
|
33431
33292
|
align-items: center;
|
|
33432
|
-
|
|
33293
|
+
padding: 0 4px;
|
|
33294
|
+
margin: 0 -4px;
|
|
33433
33295
|
}
|
|
33434
|
-
.
|
|
33435
|
-
|
|
33296
|
+
.E_h12yihis .right .create-menu-and-export.active .create-menu-in-nav,
|
|
33297
|
+
.E_h12yihis .right .create-menu-and-export.active .export-btn {
|
|
33298
|
+
transform: translateY(0);
|
|
33436
33299
|
}
|
|
33437
|
-
.
|
|
33300
|
+
.E_h12yihis .right .create-menu-and-export .create-menu-in-nav,
|
|
33301
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33302
|
+
height: 48px;
|
|
33303
|
+
transform: translateY(100%);
|
|
33304
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33305
|
+
display: inline-flex;
|
|
33306
|
+
align-items: center;
|
|
33307
|
+
}
|
|
33308
|
+
.E_h12yihis .right .create-menu-and-export .export-btn {
|
|
33309
|
+
margin-right: 10px;
|
|
33310
|
+
}
|
|
33311
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner {
|
|
33312
|
+
width: 32px;
|
|
33313
|
+
height: 32px;
|
|
33314
|
+
border-radius: 6px;
|
|
33315
|
+
}
|
|
33316
|
+
.E_h12yihis .right .create-menu-and-export .export-btn .icon-inner:hover {
|
|
33317
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33318
|
+
}
|
|
33319
|
+
.E_h12yihis .alert,
|
|
33320
|
+
.E_h12yihis .task {
|
|
33321
|
+
position: relative;
|
|
33322
|
+
}
|
|
33323
|
+
.E_h12yihis .alert .alert-icon,
|
|
33324
|
+
.E_h12yihis .alert .task-icon,
|
|
33325
|
+
.E_h12yihis .task .alert-icon,
|
|
33326
|
+
.E_h12yihis .task .task-icon {
|
|
33327
|
+
width: 56px;
|
|
33328
|
+
height: 40px;
|
|
33329
|
+
justify-content: center;
|
|
33330
|
+
}
|
|
33331
|
+
.E_h12yihis .alert .ant-badge-count,
|
|
33332
|
+
.E_h12yihis .task .ant-badge-count {
|
|
33333
|
+
right: 16px;
|
|
33334
|
+
top: 10px;
|
|
33335
|
+
}
|
|
33336
|
+
.E_h12yihis .logo {
|
|
33337
|
+
display: inline-flex;
|
|
33338
|
+
align-items: center;
|
|
33339
|
+
}
|
|
33340
|
+
.E_h12yihis .left {
|
|
33341
|
+
position: relative;
|
|
33342
|
+
}
|
|
33343
|
+
.E_h12yihis .left .events-audit-title {
|
|
33344
|
+
font-size: 20px;
|
|
33345
|
+
line-height: 24px;
|
|
33346
|
+
font-weight: bold;
|
|
33347
|
+
color: #1d326c;
|
|
33348
|
+
margin: 0px 8px;
|
|
33349
|
+
}
|
|
33350
|
+
.E_h12yihis .left .global-search {
|
|
33351
|
+
margin-left: 6px;
|
|
33352
|
+
}
|
|
33353
|
+
.E_h12yihis.global-search-active {
|
|
33354
|
+
z-index: 11;
|
|
33355
|
+
}
|
|
33356
|
+
.E_h12yihis.global-search-active .left {
|
|
33357
|
+
flex: 1;
|
|
33358
|
+
margin-right: 32px;
|
|
33359
|
+
}
|
|
33360
|
+
.E_h12yihis.global-search-active .left .global-search {
|
|
33361
|
+
display: flex;
|
|
33362
|
+
flex: 1;
|
|
33363
|
+
}
|
|
33364
|
+
.E_h12yihis.global-search-active .left .global-search .search-input {
|
|
33438
33365
|
border-color: #0080ff;
|
|
33366
|
+
width: 100%;
|
|
33439
33367
|
}
|
|
33440
|
-
.
|
|
33441
|
-
|
|
33368
|
+
.E_h12yihis.global-search-active .center {
|
|
33369
|
+
display: none;
|
|
33442
33370
|
}
|
|
33443
|
-
.
|
|
33444
|
-
|
|
33371
|
+
.E_h12yihis.global-search-active .right {
|
|
33372
|
+
flex: 0 1 auto;
|
|
33445
33373
|
}
|
|
33446
|
-
.
|
|
33447
|
-
|
|
33374
|
+
.E_h12yihis .ant-badge-count {
|
|
33375
|
+
pointer-events: none;
|
|
33376
|
+
}
|
|
33377
|
+
|
|
33378
|
+
.E_ncaepor {
|
|
33379
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33380
|
+
position: relative;
|
|
33381
|
+
height: 48px;
|
|
33382
|
+
display: inline-flex;
|
|
33383
|
+
align-items: center;
|
|
33384
|
+
justify-content: center;
|
|
33385
|
+
overflow: hidden;
|
|
33448
33386
|
}
|
|
33449
|
-
.
|
|
33450
|
-
|
|
33451
|
-
|
|
33452
|
-
|
|
33453
|
-
|
|
33387
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
33388
|
+
content: "";
|
|
33389
|
+
width: 100%;
|
|
33390
|
+
height: 12px;
|
|
33391
|
+
position: absolute;
|
|
33392
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33454
33393
|
}
|
|
33455
|
-
.
|
|
33456
|
-
|
|
33394
|
+
.E_ncaepor:before {
|
|
33395
|
+
top: 0;
|
|
33457
33396
|
}
|
|
33458
|
-
.
|
|
33459
|
-
|
|
33460
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33397
|
+
.E_ncaepor:after {
|
|
33398
|
+
bottom: 0;
|
|
33461
33399
|
}
|
|
33462
|
-
.
|
|
33463
|
-
|
|
33400
|
+
.E_ncaepor > * {
|
|
33401
|
+
height: 48px;
|
|
33402
|
+
display: inline-flex;
|
|
33403
|
+
align-items: center;
|
|
33404
|
+
white-space: nowrap;
|
|
33405
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33464
33406
|
}
|
|
33465
|
-
.
|
|
33466
|
-
|
|
33407
|
+
.E_ncaepor .name-text {
|
|
33408
|
+
transform: translateY(0);
|
|
33409
|
+
opacity: 1;
|
|
33467
33410
|
}
|
|
33468
|
-
.
|
|
33469
|
-
|
|
33411
|
+
.E_ncaepor .nav-info {
|
|
33412
|
+
transform: translateY(100%);
|
|
33413
|
+
opacity: 0;
|
|
33414
|
+
font-size: 18px;
|
|
33415
|
+
font-weight: 700;
|
|
33416
|
+
position: absolute;
|
|
33417
|
+
overflow: hidden;
|
|
33418
|
+
display: flex;
|
|
33419
|
+
justify-content: center;
|
|
33470
33420
|
}
|
|
33471
|
-
.
|
|
33472
|
-
|
|
33473
|
-
|
|
33474
|
-
|
|
33421
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
33422
|
+
color: #1d326c;
|
|
33423
|
+
flex: 1;
|
|
33424
|
+
overflow: hidden;
|
|
33425
|
+
text-overflow: ellipsis;
|
|
33475
33426
|
}
|
|
33476
|
-
.
|
|
33477
|
-
margin-left: 28px;
|
|
33427
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
33478
33428
|
color: rgba(44, 56, 82, 0.6);
|
|
33479
|
-
}
|
|
33480
|
-
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33481
33429
|
margin-left: 8px;
|
|
33482
33430
|
}
|
|
33483
|
-
.
|
|
33484
|
-
|
|
33431
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
33432
|
+
transform: translateY(-100%);
|
|
33433
|
+
opacity: 0;
|
|
33434
|
+
position: absolute;
|
|
33435
|
+
}
|
|
33436
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
33437
|
+
transform: translateY(0);
|
|
33438
|
+
opacity: 1;
|
|
33439
|
+
position: static;
|
|
33485
33440
|
}
|
|
33486
33441
|
|
|
33487
33442
|
.E_c1kghdax {
|
|
@@ -33524,187 +33479,98 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33524
33479
|
margin-right: 2px;
|
|
33525
33480
|
}
|
|
33526
33481
|
|
|
33527
|
-
.
|
|
33528
|
-
|
|
33482
|
+
.E_b14q2gmw {
|
|
33483
|
+
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);
|
|
33529
33484
|
}
|
|
33530
33485
|
|
|
33531
|
-
.
|
|
33532
|
-
|
|
33533
|
-
|
|
33534
|
-
}
|
|
33535
|
-
.E_u3l9ivi .upload-label {
|
|
33536
|
-
color: #00122e;
|
|
33537
|
-
word-break: break-word;
|
|
33538
|
-
margin-bottom: 4px;
|
|
33539
|
-
display: block;
|
|
33540
|
-
}
|
|
33541
|
-
.E_u3l9ivi .upload-description {
|
|
33542
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33543
|
-
word-break: break-word;
|
|
33486
|
+
.E_c1eym6el {
|
|
33487
|
+
border-radius: 8px;
|
|
33488
|
+
background-color: white;
|
|
33544
33489
|
}
|
|
33545
|
-
.
|
|
33546
|
-
|
|
33490
|
+
.E_c1eym6el.hoverable {
|
|
33491
|
+
cursor: pointer;
|
|
33547
33492
|
}
|
|
33548
|
-
.
|
|
33549
|
-
|
|
33550
|
-
|
|
33493
|
+
.E_c1eym6el.hoverable:hover {
|
|
33494
|
+
transition: all 200ms ease;
|
|
33495
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33496
|
+
transform: translateY(-4px);
|
|
33551
33497
|
}
|
|
33552
|
-
|
|
33553
|
-
.
|
|
33554
|
-
|
|
33498
|
+
|
|
33499
|
+
.E_ckui4s7 {
|
|
33500
|
+
color: #2d3a56;
|
|
33501
|
+
line-height: 22px;
|
|
33502
|
+
display: inline-flex;
|
|
33555
33503
|
}
|
|
33556
|
-
.
|
|
33557
|
-
|
|
33558
|
-
border-radius: 4px;
|
|
33559
|
-
border: 1px dashed rgba(107, 128, 167, 0.6);
|
|
33560
|
-
background: rgba(237, 241, 250, 0.6);
|
|
33504
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33505
|
+
height: 22px;
|
|
33561
33506
|
display: flex;
|
|
33562
|
-
flex-direction: column;
|
|
33563
33507
|
align-items: center;
|
|
33508
|
+
top: 0;
|
|
33564
33509
|
}
|
|
33565
|
-
.
|
|
33566
|
-
|
|
33567
|
-
}
|
|
33568
|
-
.E_u3l9ivi .upload-drag-area .ant-upload-drag-container {
|
|
33569
|
-
color: #00122e;
|
|
33570
|
-
}
|
|
33571
|
-
.E_u3l9ivi .upload-drag-area.has-file {
|
|
33572
|
-
padding: 16px;
|
|
33573
|
-
}
|
|
33574
|
-
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container {
|
|
33575
|
-
display: flex;
|
|
33576
|
-
flex-direction: row;
|
|
33577
|
-
justify-content: center;
|
|
33578
|
-
align-items: flex-start;
|
|
33579
|
-
}
|
|
33580
|
-
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container .ant-btn.ant-btn-link {
|
|
33581
|
-
height: 24px;
|
|
33582
|
-
}
|
|
33583
|
-
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container .ant-btn.ant-btn-link[disabled] {
|
|
33584
|
-
color: #00122e;
|
|
33585
|
-
opacity: 1;
|
|
33586
|
-
}
|
|
33587
|
-
.E_u3l9ivi .upload-drag-area.has-file .upload-drag-text {
|
|
33588
|
-
margin-left: 8px;
|
|
33589
|
-
text-align: left;
|
|
33590
|
-
}
|
|
33591
|
-
.E_u3l9ivi .upload-drag-area.has-file .upload-drag-text .ant-btn.ant-btn-link {
|
|
33592
|
-
height: 24px;
|
|
33593
|
-
}
|
|
33594
|
-
.E_u3l9ivi .upload-drag-area.has-file.single {
|
|
33595
|
-
padding: 12px;
|
|
33596
|
-
line-height: 24px;
|
|
33597
|
-
}
|
|
33598
|
-
.E_u3l9ivi .upload-drag-area.has-file.single .ant-upload-drag-container {
|
|
33599
|
-
display: flex;
|
|
33600
|
-
flex-direction: row;
|
|
33601
|
-
align-items: flex-start;
|
|
33602
|
-
justify-content: space-between;
|
|
33603
|
-
line-height: 24px;
|
|
33604
|
-
word-break: break-all;
|
|
33605
|
-
}
|
|
33606
|
-
.E_u3l9ivi .upload-drag-area.has-file.single .ant-upload-drag-container .ant-btn.ant-btn-link {
|
|
33607
|
-
height: 24px;
|
|
33608
|
-
}
|
|
33609
|
-
.E_u3l9ivi .upload-drag-area.file-error.single {
|
|
33610
|
-
border-color: #f0483e;
|
|
33611
|
-
background: rgba(255, 74, 74, 0.1);
|
|
33612
|
-
}
|
|
33613
|
-
.E_u3l9ivi .upload-drag-area .file-info {
|
|
33614
|
-
display: flex;
|
|
33615
|
-
cursor: default;
|
|
33616
|
-
align-items: flex-start;
|
|
33617
|
-
}
|
|
33618
|
-
.E_u3l9ivi .upload-drag-area .file-info .icon-wrapper {
|
|
33619
|
-
margin: 4px 0;
|
|
33620
|
-
}
|
|
33621
|
-
.E_u3l9ivi .upload-drag-area .file-info .file-name {
|
|
33622
|
-
margin: 3px 4px;
|
|
33623
|
-
text-align: left;
|
|
33510
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33511
|
+
border: none;
|
|
33624
33512
|
}
|
|
33625
|
-
.
|
|
33513
|
+
.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 {
|
|
33626
33514
|
border-color: #0080ff;
|
|
33627
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33628
|
-
}
|
|
33629
|
-
.E_u3l9ivi .upload-drag-area.ant-upload-disabled {
|
|
33630
|
-
opacity: 0.5;
|
|
33631
|
-
}
|
|
33632
|
-
.E_u3l9ivi .upload-drag-area.ant-upload-disabled.reach-max-count {
|
|
33633
|
-
color: rgba(0, 21, 64, 0.3);
|
|
33634
33515
|
}
|
|
33635
|
-
.
|
|
33636
|
-
|
|
33637
|
-
color: #f0483e;
|
|
33638
|
-
}
|
|
33639
|
-
.E_u3l9ivi .upload-file-info-list {
|
|
33640
|
-
gap: 4px;
|
|
33641
|
-
display: flex;
|
|
33642
|
-
flex-direction: column;
|
|
33643
|
-
}
|
|
33644
|
-
.E_u3l9ivi .upload-file-list {
|
|
33645
|
-
width: 100%;
|
|
33646
|
-
}
|
|
33647
|
-
.E_u3l9ivi .upload-file-list .upload-file-item {
|
|
33648
|
-
padding-bottom: 4px;
|
|
33516
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33517
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33649
33518
|
}
|
|
33650
|
-
.
|
|
33651
|
-
border
|
|
33652
|
-
margin-bottom: 4px;
|
|
33519
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33520
|
+
border: 1px solid #0080ff;
|
|
33653
33521
|
}
|
|
33654
|
-
.
|
|
33655
|
-
|
|
33656
|
-
align-items: flex-start;
|
|
33522
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33523
|
+
background: #0080ff;
|
|
33657
33524
|
}
|
|
33658
|
-
.
|
|
33659
|
-
|
|
33660
|
-
|
|
33661
|
-
width:
|
|
33525
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33526
|
+
background-color: #fff;
|
|
33527
|
+
height: 2px;
|
|
33528
|
+
width: 10px;
|
|
33529
|
+
border-radius: 2px;
|
|
33662
33530
|
}
|
|
33663
|
-
.
|
|
33664
|
-
|
|
33531
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33532
|
+
opacity: 0.5;
|
|
33665
33533
|
}
|
|
33666
|
-
.
|
|
33667
|
-
|
|
33534
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33535
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33536
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33668
33537
|
}
|
|
33669
|
-
.
|
|
33670
|
-
|
|
33538
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33539
|
+
border-color: #2d3a56;
|
|
33671
33540
|
}
|
|
33672
|
-
.
|
|
33673
|
-
|
|
33674
|
-
margin-left: 24px;
|
|
33541
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33542
|
+
background: #2d3a56;
|
|
33675
33543
|
}
|
|
33676
|
-
|
|
33677
|
-
|
|
33678
|
-
display: flex;
|
|
33679
|
-
width: 100%;
|
|
33680
|
-
flex-direction: row;
|
|
33681
|
-
background: rgba(237, 241, 250, 0.6);
|
|
33682
|
-
padding: 7px 8px;
|
|
33683
|
-
border-radius: 4px;
|
|
33684
|
-
gap: 4px;
|
|
33685
|
-
align-items: self-start;
|
|
33686
|
-
color: #00122e;
|
|
33544
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33545
|
+
padding: 0;
|
|
33687
33546
|
}
|
|
33688
|
-
.
|
|
33689
|
-
|
|
33547
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33548
|
+
display: inline-block;
|
|
33549
|
+
margin-left: 12px;
|
|
33550
|
+
color: #2d3a56;
|
|
33551
|
+
}
|
|
33552
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33553
|
+
margin-left: 28px;
|
|
33690
33554
|
color: rgba(44, 56, 82, 0.6);
|
|
33691
33555
|
}
|
|
33692
|
-
.
|
|
33693
|
-
|
|
33694
|
-
overflow: hidden;
|
|
33556
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33557
|
+
margin-left: 8px;
|
|
33695
33558
|
}
|
|
33696
|
-
.
|
|
33697
|
-
margin-
|
|
33698
|
-
cursor: pointer;
|
|
33559
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33560
|
+
margin-left: 24px;
|
|
33699
33561
|
}
|
|
33700
|
-
|
|
33701
|
-
|
|
33562
|
+
|
|
33563
|
+
.E_c1yd35n {
|
|
33564
|
+
padding: 0 12px 14px 12px;
|
|
33702
33565
|
}
|
|
33703
|
-
|
|
33704
|
-
|
|
33566
|
+
|
|
33567
|
+
.E_w7ob4th.outside-tag {
|
|
33568
|
+
padding-left: 0;
|
|
33705
33569
|
}
|
|
33706
|
-
.
|
|
33707
|
-
|
|
33570
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33571
|
+
border-radius: 4px 0 0 4px;
|
|
33572
|
+
padding-right: 4px;
|
|
33573
|
+
margin-right: 4px;
|
|
33708
33574
|
}
|
|
33709
33575
|
|
|
33710
33576
|
.E_lht19u8 {
|
|
@@ -33756,278 +33622,412 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33756
33622
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33757
33623
|
}
|
|
33758
33624
|
|
|
33759
|
-
.
|
|
33760
|
-
|
|
33625
|
+
.E_i1g85yz3 {
|
|
33626
|
+
margin-right: 4px;
|
|
33627
|
+
height: 16px;
|
|
33628
|
+
}
|
|
33629
|
+
|
|
33630
|
+
.E_sjob3jg {
|
|
33631
|
+
--item-min-width: 60px;
|
|
33632
|
+
}
|
|
33633
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33634
|
+
display: none !important;
|
|
33635
|
+
}
|
|
33636
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33637
|
+
flex-shrink: 0 !important;
|
|
33638
|
+
}
|
|
33639
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33640
|
+
color: #0080FF;
|
|
33641
|
+
}
|
|
33642
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33643
|
+
color: #0080FF;
|
|
33644
|
+
font-weight: normal;
|
|
33645
|
+
}
|
|
33646
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
33647
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33648
|
+
}
|
|
33649
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33650
|
+
color: #00122E;
|
|
33651
|
+
}
|
|
33652
|
+
.E_sjob3jg .step-item-text {
|
|
33653
|
+
display: inline-block;
|
|
33654
|
+
}
|
|
33655
|
+
.E_sjob3jg .step-item-title {
|
|
33656
|
+
overflow: hidden;
|
|
33657
|
+
white-space: nowrap;
|
|
33658
|
+
text-overflow: ellipsis;
|
|
33659
|
+
}
|
|
33660
|
+
|
|
33661
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
33662
|
+
min-width: var(--item-min-width);
|
|
33663
|
+
}
|
|
33664
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33665
|
+
cursor: not-allowed !important;
|
|
33666
|
+
}
|
|
33667
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33668
|
+
flex-direction: row;
|
|
33669
|
+
justify-content: stretch;
|
|
33670
|
+
}
|
|
33671
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33672
|
+
padding: 0;
|
|
33673
|
+
margin-right: 4px;
|
|
33761
33674
|
flex: 1;
|
|
33762
|
-
|
|
33763
|
-
flex-direction: column;
|
|
33675
|
+
overflow: visible;
|
|
33764
33676
|
}
|
|
33765
|
-
.
|
|
33766
|
-
|
|
33677
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33678
|
+
width: 100%;
|
|
33679
|
+
min-height: unset;
|
|
33767
33680
|
}
|
|
33768
|
-
.
|
|
33769
|
-
height:
|
|
33681
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33682
|
+
height: 26px;
|
|
33683
|
+
line-height: 26px;
|
|
33684
|
+
width: 100%;
|
|
33685
|
+
padding: 0;
|
|
33686
|
+
font-size: 12px;
|
|
33770
33687
|
}
|
|
33771
|
-
.
|
|
33772
|
-
|
|
33773
|
-
border-top-left-radius: 6px;
|
|
33774
|
-
border-top-right-radius: 6px;
|
|
33775
|
-
padding-right: 16px;
|
|
33776
|
-
padding-left: 16px;
|
|
33777
|
-
font-size: 16px;
|
|
33688
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33689
|
+
margin-right: 10px;
|
|
33778
33690
|
}
|
|
33779
|
-
.
|
|
33780
|
-
|
|
33691
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33692
|
+
display: none;
|
|
33781
33693
|
}
|
|
33782
|
-
.
|
|
33783
|
-
|
|
33694
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33695
|
+
padding-left: 8px;
|
|
33696
|
+
padding-right: 4px;
|
|
33697
|
+
border-radius: 4px 0 0 4px;
|
|
33784
33698
|
}
|
|
33785
|
-
.
|
|
33786
|
-
|
|
33787
|
-
|
|
33788
|
-
|
|
33789
|
-
padding-right:
|
|
33699
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33700
|
+
margin-right: 0;
|
|
33701
|
+
}
|
|
33702
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33703
|
+
padding-right: 8px;
|
|
33790
33704
|
padding-left: 12px;
|
|
33791
|
-
|
|
33705
|
+
border-radius: 0 4px 4px 0;
|
|
33792
33706
|
}
|
|
33793
|
-
.
|
|
33707
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
33708
|
+
content: "";
|
|
33709
|
+
width: 0;
|
|
33710
|
+
height: 0;
|
|
33711
|
+
border: 13px solid transparent;
|
|
33712
|
+
position: absolute;
|
|
33713
|
+
top: 0;
|
|
33714
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33715
|
+
z-index: 2;
|
|
33716
|
+
position: relative;
|
|
33717
|
+
top: -50%;
|
|
33718
|
+
right: -100%;
|
|
33719
|
+
}
|
|
33720
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33721
|
+
padding: 0 4px 0 12px;
|
|
33722
|
+
}
|
|
33723
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
33724
|
+
content: "";
|
|
33725
|
+
width: 0;
|
|
33726
|
+
height: 0;
|
|
33727
|
+
border: 13px solid transparent;
|
|
33728
|
+
position: absolute;
|
|
33729
|
+
top: 0;
|
|
33730
|
+
border-left: 8px solid #fff;
|
|
33731
|
+
left: 0;
|
|
33732
|
+
}
|
|
33733
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33734
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33735
|
+
}
|
|
33736
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33737
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33738
|
+
}
|
|
33739
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33740
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33741
|
+
}
|
|
33742
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33743
|
+
cursor: pointer;
|
|
33744
|
+
min-width: var(--item-min-width);
|
|
33745
|
+
}
|
|
33746
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33747
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33748
|
+
min-width: var(--item-min-width);
|
|
33749
|
+
}
|
|
33750
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33751
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33752
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33753
|
+
}
|
|
33754
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33755
|
+
padding: 0;
|
|
33756
|
+
}
|
|
33757
|
+
|
|
33758
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33759
|
+
width: 192px;
|
|
33760
|
+
row-gap: 2px;
|
|
33761
|
+
}
|
|
33762
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33763
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33764
|
+
}
|
|
33765
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33766
|
+
color: #00122E !important;
|
|
33767
|
+
}
|
|
33768
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
33769
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33770
|
+
}
|
|
33771
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33772
|
+
padding: 0 8px;
|
|
33773
|
+
border-radius: 4px;
|
|
33774
|
+
height: 32px;
|
|
33775
|
+
display: flex;
|
|
33776
|
+
align-items: center;
|
|
33777
|
+
}
|
|
33778
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33779
|
+
min-height: auto;
|
|
33780
|
+
white-space: nowrap;
|
|
33781
|
+
}
|
|
33782
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33783
|
+
font-size: 13px;
|
|
33784
|
+
line-height: 20px;
|
|
33794
33785
|
max-width: 100%;
|
|
33786
|
+
padding-right: 0;
|
|
33787
|
+
}
|
|
33788
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33789
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33790
|
+
}
|
|
33791
|
+
|
|
33792
|
+
.E_h6l1tj4 {
|
|
33793
|
+
width: 100%;
|
|
33794
|
+
display: inline-flex;
|
|
33795
|
+
align-items: center;
|
|
33796
|
+
justify-content: center;
|
|
33797
|
+
column-gap: 4px;
|
|
33798
|
+
}
|
|
33799
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
33800
|
+
display: inline-flex;
|
|
33801
|
+
align-items: center;
|
|
33802
|
+
width: 18px;
|
|
33803
|
+
height: 18px;
|
|
33804
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33805
|
+
justify-content: center;
|
|
33806
|
+
}
|
|
33807
|
+
|
|
33808
|
+
.E_v18frne8 {
|
|
33809
|
+
width: 100%;
|
|
33795
33810
|
display: flex;
|
|
33796
|
-
|
|
33797
|
-
|
|
33811
|
+
align-items: center;
|
|
33812
|
+
justify-content: center;
|
|
33813
|
+
column-gap: 6px;
|
|
33814
|
+
font-size: 13px;
|
|
33815
|
+
}
|
|
33816
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33817
|
+
display: inline-flex;
|
|
33818
|
+
align-items: center;
|
|
33819
|
+
min-width: 20px;
|
|
33820
|
+
min-height: 20px;
|
|
33821
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33822
|
+
justify-content: center;
|
|
33823
|
+
}
|
|
33824
|
+
|
|
33825
|
+
.E_u3l9ivi {
|
|
33826
|
+
width: 100%;
|
|
33827
|
+
position: relative;
|
|
33798
33828
|
}
|
|
33799
|
-
.
|
|
33800
|
-
|
|
33801
|
-
|
|
33802
|
-
|
|
33829
|
+
.E_u3l9ivi .upload-label {
|
|
33830
|
+
color: #00122e;
|
|
33831
|
+
word-break: break-word;
|
|
33832
|
+
margin-bottom: 4px;
|
|
33833
|
+
display: block;
|
|
33803
33834
|
}
|
|
33804
|
-
.
|
|
33805
|
-
|
|
33835
|
+
.E_u3l9ivi .upload-description {
|
|
33836
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33837
|
+
word-break: break-word;
|
|
33806
33838
|
}
|
|
33807
|
-
.
|
|
33808
|
-
|
|
33809
|
-
position: relative;
|
|
33839
|
+
.E_u3l9ivi .upload-button {
|
|
33840
|
+
display: block;
|
|
33810
33841
|
}
|
|
33811
|
-
.
|
|
33812
|
-
|
|
33813
|
-
|
|
33814
|
-
height: 24px;
|
|
33815
|
-
background: rgba(172, 186, 211, 0.6);
|
|
33816
|
-
position: absolute;
|
|
33817
|
-
left: -6px;
|
|
33818
|
-
top: 50%;
|
|
33819
|
-
transform: translateY(-50%);
|
|
33842
|
+
.E_u3l9ivi .upload-button:not(:first-child),
|
|
33843
|
+
.E_u3l9ivi .upload-drag:not(:first-child) {
|
|
33844
|
+
margin-top: 8px;
|
|
33820
33845
|
}
|
|
33821
|
-
.
|
|
33822
|
-
|
|
33846
|
+
.E_u3l9ivi .upload-button:not(:last-child),
|
|
33847
|
+
.E_u3l9ivi .upload-drag:not(:last-child) {
|
|
33848
|
+
margin-bottom: 8px;
|
|
33849
|
+
}
|
|
33850
|
+
.E_u3l9ivi .upload-drag-area {
|
|
33851
|
+
padding: 32px 16px;
|
|
33852
|
+
border-radius: 4px;
|
|
33853
|
+
border: 1px dashed rgba(107, 128, 167, 0.6);
|
|
33854
|
+
background: rgba(237, 241, 250, 0.6);
|
|
33823
33855
|
display: flex;
|
|
33824
|
-
|
|
33825
|
-
|
|
33826
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
33827
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
33856
|
+
flex-direction: column;
|
|
33857
|
+
align-items: center;
|
|
33828
33858
|
}
|
|
33829
|
-
.
|
|
33830
|
-
|
|
33831
|
-
color: #0080ff;
|
|
33832
|
-
background: rgba(0, 136, 255, 0.1607843137);
|
|
33859
|
+
.E_u3l9ivi .upload-drag-area .upload-drag-text {
|
|
33860
|
+
text-align: center;
|
|
33833
33861
|
}
|
|
33834
|
-
.
|
|
33835
|
-
|
|
33862
|
+
.E_u3l9ivi .upload-drag-area .ant-upload-drag-container {
|
|
33863
|
+
color: #00122e;
|
|
33836
33864
|
}
|
|
33837
|
-
.
|
|
33838
|
-
|
|
33839
|
-
height: 16px;
|
|
33840
|
-
padding: 0;
|
|
33841
|
-
border-radius: 2px;
|
|
33842
|
-
margin-left: 8px;
|
|
33865
|
+
.E_u3l9ivi .upload-drag-area.has-file {
|
|
33866
|
+
padding: 16px;
|
|
33843
33867
|
}
|
|
33844
|
-
.
|
|
33845
|
-
|
|
33868
|
+
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container {
|
|
33869
|
+
display: flex;
|
|
33870
|
+
flex-direction: row;
|
|
33871
|
+
justify-content: center;
|
|
33872
|
+
align-items: flex-start;
|
|
33846
33873
|
}
|
|
33847
|
-
.
|
|
33848
|
-
|
|
33849
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33850
|
-
color: #0080ff;
|
|
33874
|
+
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container .ant-btn.ant-btn-link {
|
|
33875
|
+
height: 24px;
|
|
33851
33876
|
}
|
|
33852
|
-
.
|
|
33853
|
-
|
|
33877
|
+
.E_u3l9ivi .upload-drag-area.has-file .ant-upload-drag-container .ant-btn.ant-btn-link[disabled] {
|
|
33878
|
+
color: #00122e;
|
|
33879
|
+
opacity: 1;
|
|
33854
33880
|
}
|
|
33855
|
-
|
|
33856
|
-
|
|
33857
|
-
|
|
33858
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33881
|
+
.E_u3l9ivi .upload-drag-area.has-file .upload-drag-text {
|
|
33882
|
+
margin-left: 8px;
|
|
33883
|
+
text-align: left;
|
|
33859
33884
|
}
|
|
33860
|
-
|
|
33861
|
-
|
|
33862
|
-
cursor: default;
|
|
33885
|
+
.E_u3l9ivi .upload-drag-area.has-file .upload-drag-text .ant-btn.ant-btn-link {
|
|
33886
|
+
height: 24px;
|
|
33863
33887
|
}
|
|
33864
|
-
.
|
|
33865
|
-
|
|
33866
|
-
|
|
33867
|
-
padding: 6px;
|
|
33868
|
-
background: #fff;
|
|
33869
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
33870
|
-
border-radius: 8px;
|
|
33871
|
-
max-height: calc(100vh - 250px);
|
|
33872
|
-
overflow: auto;
|
|
33888
|
+
.E_u3l9ivi .upload-drag-area.has-file.single {
|
|
33889
|
+
padding: 12px;
|
|
33890
|
+
line-height: 24px;
|
|
33873
33891
|
}
|
|
33874
|
-
.
|
|
33892
|
+
.E_u3l9ivi .upload-drag-area.has-file.single .ant-upload-drag-container {
|
|
33875
33893
|
display: flex;
|
|
33876
|
-
|
|
33877
|
-
|
|
33878
|
-
|
|
33879
|
-
|
|
33880
|
-
|
|
33894
|
+
flex-direction: row;
|
|
33895
|
+
align-items: flex-start;
|
|
33896
|
+
justify-content: space-between;
|
|
33897
|
+
line-height: 24px;
|
|
33898
|
+
word-break: break-all;
|
|
33881
33899
|
}
|
|
33882
|
-
.
|
|
33883
|
-
|
|
33884
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33885
|
-
color: #0080ff;
|
|
33900
|
+
.E_u3l9ivi .upload-drag-area.has-file.single .ant-upload-drag-container .ant-btn.ant-btn-link {
|
|
33901
|
+
height: 24px;
|
|
33886
33902
|
}
|
|
33887
|
-
.
|
|
33888
|
-
|
|
33889
|
-
|
|
33890
|
-
font-weight: bold !important;
|
|
33903
|
+
.E_u3l9ivi .upload-drag-area.file-error.single {
|
|
33904
|
+
border-color: #f0483e;
|
|
33905
|
+
background: rgba(255, 74, 74, 0.1);
|
|
33891
33906
|
}
|
|
33892
|
-
.
|
|
33893
|
-
|
|
33894
|
-
|
|
33907
|
+
.E_u3l9ivi .upload-drag-area .file-info {
|
|
33908
|
+
display: flex;
|
|
33909
|
+
cursor: default;
|
|
33910
|
+
align-items: flex-start;
|
|
33895
33911
|
}
|
|
33896
|
-
.
|
|
33897
|
-
|
|
33898
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33912
|
+
.E_u3l9ivi .upload-drag-area .file-info .icon-wrapper {
|
|
33913
|
+
margin: 4px 0;
|
|
33899
33914
|
}
|
|
33900
|
-
.
|
|
33915
|
+
.E_u3l9ivi .upload-drag-area .file-info .file-name {
|
|
33916
|
+
margin: 3px 4px;
|
|
33901
33917
|
text-align: left;
|
|
33902
|
-
flex: 1;
|
|
33903
|
-
overflow: hidden;
|
|
33904
|
-
text-overflow: ellipsis;
|
|
33905
|
-
white-space: nowrap;
|
|
33906
33918
|
}
|
|
33907
|
-
|
|
33908
|
-
|
|
33909
|
-
|
|
33910
|
-
cursor: pointer;
|
|
33911
|
-
line-height: normal;
|
|
33912
|
-
height: 16px;
|
|
33913
|
-
margin-right: 3px;
|
|
33919
|
+
.E_u3l9ivi .upload-drag-area:not(.ant-upload-disabled):not(.file-error):hover {
|
|
33920
|
+
border-color: #0080ff;
|
|
33921
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33914
33922
|
}
|
|
33915
|
-
.
|
|
33916
|
-
|
|
33917
|
-
height: 16px;
|
|
33923
|
+
.E_u3l9ivi .upload-drag-area.ant-upload-disabled {
|
|
33924
|
+
opacity: 0.5;
|
|
33918
33925
|
}
|
|
33919
|
-
|
|
33920
|
-
.
|
|
33921
|
-
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);
|
|
33926
|
+
.E_u3l9ivi .upload-drag-area.ant-upload-disabled.reach-max-count {
|
|
33927
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33922
33928
|
}
|
|
33923
|
-
|
|
33924
|
-
|
|
33925
|
-
|
|
33926
|
-
background-color: white;
|
|
33929
|
+
.E_u3l9ivi .upload-error {
|
|
33930
|
+
margin-top: 8px;
|
|
33931
|
+
color: #f0483e;
|
|
33927
33932
|
}
|
|
33928
|
-
.
|
|
33929
|
-
|
|
33933
|
+
.E_u3l9ivi .upload-file-info-list {
|
|
33934
|
+
gap: 4px;
|
|
33935
|
+
display: flex;
|
|
33936
|
+
flex-direction: column;
|
|
33930
33937
|
}
|
|
33931
|
-
.
|
|
33932
|
-
|
|
33933
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33934
|
-
transform: translateY(-4px);
|
|
33938
|
+
.E_u3l9ivi .upload-file-list {
|
|
33939
|
+
width: 100%;
|
|
33935
33940
|
}
|
|
33936
|
-
|
|
33937
|
-
|
|
33938
|
-
margin: 0;
|
|
33939
|
-
border-radius: 20px;
|
|
33940
|
-
padding: 2px 10px;
|
|
33941
|
-
height: 22px;
|
|
33942
|
-
display: flex;
|
|
33943
|
-
align-items: center;
|
|
33941
|
+
.E_u3l9ivi .upload-file-list .upload-file-item {
|
|
33942
|
+
padding-bottom: 4px;
|
|
33944
33943
|
}
|
|
33945
|
-
.
|
|
33946
|
-
|
|
33944
|
+
.E_u3l9ivi .upload-file-list .upload-file-item:not(:last-child) {
|
|
33945
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33946
|
+
margin-bottom: 4px;
|
|
33947
33947
|
}
|
|
33948
|
-
.
|
|
33949
|
-
|
|
33948
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info {
|
|
33949
|
+
display: flex;
|
|
33950
|
+
align-items: flex-start;
|
|
33950
33951
|
}
|
|
33951
|
-
.
|
|
33952
|
-
|
|
33952
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .file-info {
|
|
33953
|
+
display: flex;
|
|
33954
|
+
align-items: flex-start;
|
|
33955
|
+
width: calc(100% - 25px);
|
|
33953
33956
|
}
|
|
33954
|
-
.
|
|
33955
|
-
|
|
33957
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .file-info .validating {
|
|
33958
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33956
33959
|
}
|
|
33957
|
-
.
|
|
33958
|
-
margin
|
|
33959
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33960
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .file-info .icon-wrapper {
|
|
33961
|
+
margin: 0 4px;
|
|
33960
33962
|
}
|
|
33961
|
-
.
|
|
33962
|
-
|
|
33963
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-info .remove-button {
|
|
33964
|
+
margin-left: auto;
|
|
33963
33965
|
}
|
|
33964
|
-
.
|
|
33965
|
-
|
|
33966
|
+
.E_u3l9ivi .upload-file-list .upload-file-item .upload-file-error {
|
|
33967
|
+
color: #e75a3a;
|
|
33968
|
+
margin-left: 24px;
|
|
33966
33969
|
}
|
|
33967
|
-
|
|
33968
|
-
|
|
33970
|
+
|
|
33971
|
+
.E_ftdwz1g {
|
|
33972
|
+
display: flex;
|
|
33973
|
+
width: 100%;
|
|
33974
|
+
flex-direction: row;
|
|
33975
|
+
background: rgba(237, 241, 250, 0.6);
|
|
33976
|
+
padding: 7px 8px;
|
|
33977
|
+
border-radius: 4px;
|
|
33978
|
+
gap: 4px;
|
|
33979
|
+
align-items: self-start;
|
|
33980
|
+
color: #00122e;
|
|
33969
33981
|
}
|
|
33970
|
-
.
|
|
33971
|
-
|
|
33982
|
+
.E_ftdwz1g .file-size,
|
|
33983
|
+
.E_ftdwz1g .file-size-unit {
|
|
33984
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33972
33985
|
}
|
|
33973
|
-
.
|
|
33974
|
-
|
|
33986
|
+
.E_ftdwz1g .file-info {
|
|
33987
|
+
flex-grow: 1;
|
|
33988
|
+
overflow: hidden;
|
|
33975
33989
|
}
|
|
33976
|
-
.
|
|
33977
|
-
|
|
33990
|
+
.E_ftdwz1g .icon-wrapper {
|
|
33991
|
+
margin-top: 2px;
|
|
33992
|
+
cursor: pointer;
|
|
33978
33993
|
}
|
|
33979
|
-
.
|
|
33980
|
-
|
|
33994
|
+
.E_ftdwz1g .upload-file-error {
|
|
33995
|
+
color: #f0483e;
|
|
33981
33996
|
}
|
|
33982
|
-
|
|
33983
|
-
.
|
|
33984
|
-
width: 8px;
|
|
33985
|
-
height: 8px;
|
|
33986
|
-
border-radius: 50%;
|
|
33987
|
-
display: inline-block;
|
|
33997
|
+
.E_ftdwz1g.file-error-wrapper {
|
|
33998
|
+
background: rgba(255, 74, 74, 0.1);
|
|
33988
33999
|
}
|
|
33989
|
-
|
|
33990
|
-
.
|
|
33991
|
-
width: 8px;
|
|
33992
|
-
height: 8px;
|
|
33993
|
-
border-radius: 2px;
|
|
33994
|
-
display: inline-block;
|
|
34000
|
+
.E_ftdwz1g.disabled {
|
|
34001
|
+
opacity: 0.5;
|
|
33995
34002
|
}
|
|
33996
34003
|
|
|
33997
|
-
.
|
|
33998
|
-
|
|
34004
|
+
.E_slr2ynn {
|
|
34005
|
+
padding: 0 8px;
|
|
34006
|
+
height: 18px;
|
|
33999
34007
|
}
|
|
34000
34008
|
|
|
34001
|
-
.
|
|
34002
|
-
|
|
34009
|
+
.E_m140wbb6 {
|
|
34010
|
+
padding: 2px 8px;
|
|
34011
|
+
height: 24px;
|
|
34003
34012
|
}
|
|
34004
34013
|
|
|
34005
|
-
.
|
|
34006
|
-
|
|
34007
|
-
align-items: center;
|
|
34008
|
-
justify-content: space-between;
|
|
34009
|
-
column-gap: 6px;
|
|
34014
|
+
.E_t1fozc1i {
|
|
34015
|
+
margin: 0;
|
|
34010
34016
|
}
|
|
34011
34017
|
|
|
34012
|
-
.
|
|
34013
|
-
|
|
34014
|
-
|
|
34015
|
-
justify-content: center;
|
|
34016
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34017
|
-
}
|
|
34018
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
34019
|
-
font-size: 0;
|
|
34020
|
-
margin-bottom: unset;
|
|
34021
|
-
margin-inline-end: unset;
|
|
34018
|
+
.E_i1vxv4ln {
|
|
34019
|
+
margin-right: 4px;
|
|
34020
|
+
height: 16px;
|
|
34022
34021
|
}
|
|
34023
34022
|
|
|
34024
|
-
.
|
|
34025
|
-
|
|
34026
|
-
|
|
34027
|
-
|
|
34028
|
-
border
|
|
34029
|
-
|
|
34030
|
-
|
|
34023
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34024
|
+
font-weight: 700;
|
|
34025
|
+
color: #00122E;
|
|
34026
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34027
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34028
|
+
word-break: break-all;
|
|
34029
|
+
display: inline;
|
|
34030
|
+
white-space: normal;
|
|
34031
34031
|
}
|
|
34032
34032
|
|
|
34033
34033
|
.E_t1dtlqs1 {
|
|
@@ -34239,233 +34239,252 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34239
34239
|
margin-right: 8px;
|
|
34240
34240
|
}
|
|
34241
34241
|
|
|
34242
|
-
.
|
|
34243
|
-
|
|
34244
|
-
|
|
34245
|
-
|
|
34246
|
-
|
|
34247
|
-
.E_m140wbb6 {
|
|
34248
|
-
padding: 2px 8px;
|
|
34249
|
-
height: 24px;
|
|
34250
|
-
}
|
|
34251
|
-
|
|
34252
|
-
.E_t1fozc1i {
|
|
34253
|
-
margin: 0;
|
|
34242
|
+
.E_r77hffu {
|
|
34243
|
+
display: flex;
|
|
34244
|
+
align-items: center;
|
|
34245
|
+
justify-content: space-between;
|
|
34246
|
+
column-gap: 6px;
|
|
34254
34247
|
}
|
|
34255
34248
|
|
|
34256
|
-
.
|
|
34257
|
-
|
|
34258
|
-
|
|
34249
|
+
.E_p1cmxsf7 {
|
|
34250
|
+
display: flex;
|
|
34251
|
+
flex-direction: column;
|
|
34252
|
+
justify-content: center;
|
|
34253
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34259
34254
|
}
|
|
34260
|
-
|
|
34261
|
-
|
|
34262
|
-
|
|
34263
|
-
|
|
34264
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34265
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34266
|
-
word-break: break-all;
|
|
34267
|
-
display: inline;
|
|
34268
|
-
white-space: normal;
|
|
34255
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34256
|
+
font-size: 0;
|
|
34257
|
+
margin-bottom: unset;
|
|
34258
|
+
margin-inline-end: unset;
|
|
34269
34259
|
}
|
|
34270
34260
|
|
|
34271
|
-
.
|
|
34272
|
-
|
|
34261
|
+
.E_t1tbywr9 {
|
|
34262
|
+
width: 100%;
|
|
34263
|
+
flex: 1;
|
|
34264
|
+
display: flex;
|
|
34265
|
+
flex-direction: column;
|
|
34273
34266
|
}
|
|
34274
|
-
.
|
|
34275
|
-
|
|
34267
|
+
.E_t1tbywr9.medium .tab-bar {
|
|
34268
|
+
height: 32px;
|
|
34276
34269
|
}
|
|
34277
|
-
.
|
|
34278
|
-
|
|
34270
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar {
|
|
34271
|
+
height: 32px;
|
|
34279
34272
|
}
|
|
34280
|
-
.
|
|
34281
|
-
|
|
34273
|
+
.E_t1tbywr9.medium .tab-bar .common-tab-bar .tab-item-title {
|
|
34274
|
+
height: 32px;
|
|
34275
|
+
border-top-left-radius: 6px;
|
|
34276
|
+
border-top-right-radius: 6px;
|
|
34277
|
+
padding-right: 16px;
|
|
34278
|
+
padding-left: 16px;
|
|
34279
|
+
font-size: 16px;
|
|
34282
34280
|
}
|
|
34283
|
-
.
|
|
34284
|
-
|
|
34285
|
-
font-weight: normal;
|
|
34281
|
+
.E_t1tbywr9.small .tab-bar {
|
|
34282
|
+
height: 24px;
|
|
34286
34283
|
}
|
|
34287
|
-
.
|
|
34288
|
-
|
|
34284
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar {
|
|
34285
|
+
height: 24px;
|
|
34289
34286
|
}
|
|
34290
|
-
.
|
|
34291
|
-
|
|
34287
|
+
.E_t1tbywr9.small .tab-bar .common-tab-bar .tab-item-title {
|
|
34288
|
+
height: 24px;
|
|
34289
|
+
border-top-left-radius: 4px;
|
|
34290
|
+
border-top-right-radius: 4px;
|
|
34291
|
+
padding-right: 12px;
|
|
34292
|
+
padding-left: 12px;
|
|
34293
|
+
font-size: 14px;
|
|
34292
34294
|
}
|
|
34293
|
-
.
|
|
34294
|
-
|
|
34295
|
+
.E_t1tbywr9 .tab-bar {
|
|
34296
|
+
max-width: 100%;
|
|
34297
|
+
display: flex;
|
|
34298
|
+
place-items: center;
|
|
34299
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34295
34300
|
}
|
|
34296
|
-
.
|
|
34301
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar {
|
|
34297
34302
|
overflow: hidden;
|
|
34298
|
-
|
|
34299
|
-
|
|
34303
|
+
display: flex;
|
|
34304
|
+
place-items: center;
|
|
34300
34305
|
}
|
|
34301
|
-
|
|
34302
|
-
|
|
34303
|
-
min-width: var(--item-min-width);
|
|
34306
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar .tab-item-title:first-child:not(.__selected):not(:hover) {
|
|
34307
|
+
padding-left: 0px;
|
|
34304
34308
|
}
|
|
34305
|
-
.
|
|
34306
|
-
|
|
34309
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title {
|
|
34310
|
+
margin-left: 12px;
|
|
34311
|
+
position: relative;
|
|
34307
34312
|
}
|
|
34308
|
-
.
|
|
34309
|
-
|
|
34310
|
-
|
|
34313
|
+
.E_t1tbywr9 .tab-bar .common-tab-bar + .tab-item-title::before {
|
|
34314
|
+
content: "";
|
|
34315
|
+
width: 1px;
|
|
34316
|
+
height: 24px;
|
|
34317
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34318
|
+
position: absolute;
|
|
34319
|
+
left: -6px;
|
|
34320
|
+
top: 50%;
|
|
34321
|
+
transform: translateY(-50%);
|
|
34311
34322
|
}
|
|
34312
|
-
.
|
|
34313
|
-
|
|
34314
|
-
|
|
34315
|
-
|
|
34316
|
-
|
|
34323
|
+
.E_t1tbywr9 .tab-bar .tab-item-title {
|
|
34324
|
+
flex-shrink: 0;
|
|
34325
|
+
display: flex;
|
|
34326
|
+
place-items: center;
|
|
34327
|
+
cursor: pointer;
|
|
34328
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34329
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
34317
34330
|
}
|
|
34318
|
-
.
|
|
34319
|
-
|
|
34320
|
-
|
|
34331
|
+
.E_t1tbywr9 .tab-bar .tab-item-title:hover {
|
|
34332
|
+
padding-left: 16px;
|
|
34333
|
+
color: #0080ff;
|
|
34334
|
+
background: rgba(0, 136, 255, 0.1607843137);
|
|
34321
34335
|
}
|
|
34322
|
-
.
|
|
34323
|
-
|
|
34324
|
-
|
|
34325
|
-
|
|
34336
|
+
.E_t1tbywr9 .tab-bar .tab-item-title + .tab-item-title {
|
|
34337
|
+
margin-left: 2px;
|
|
34338
|
+
}
|
|
34339
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more:not(.__selected) {
|
|
34340
|
+
width: 16px;
|
|
34341
|
+
height: 16px;
|
|
34326
34342
|
padding: 0;
|
|
34327
|
-
|
|
34343
|
+
border-radius: 2px;
|
|
34344
|
+
margin-left: 8px;
|
|
34328
34345
|
}
|
|
34329
|
-
.
|
|
34330
|
-
margin-
|
|
34346
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.more.__selected.tab-title-text {
|
|
34347
|
+
margin-left: 8px;
|
|
34331
34348
|
}
|
|
34332
|
-
.
|
|
34349
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__selected {
|
|
34350
|
+
padding-left: 16px;
|
|
34351
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34352
|
+
color: #0080ff;
|
|
34353
|
+
}
|
|
34354
|
+
.E_t1tbywr9 .tab-bar .tab-item-title.__hidden {
|
|
34333
34355
|
display: none;
|
|
34334
34356
|
}
|
|
34335
|
-
|
|
34336
|
-
|
|
34337
|
-
|
|
34338
|
-
|
|
34357
|
+
|
|
34358
|
+
.E_ti12z2.ant-dropdown-open {
|
|
34359
|
+
color: #0080ff;
|
|
34360
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34361
|
+
}
|
|
34362
|
+
|
|
34363
|
+
.E_m19lu3v {
|
|
34364
|
+
cursor: default;
|
|
34365
|
+
}
|
|
34366
|
+
.E_m19lu3v .menu-wrapper {
|
|
34367
|
+
min-width: 160px;
|
|
34368
|
+
max-width: 400px;
|
|
34369
|
+
padding: 6px;
|
|
34370
|
+
background: #fff;
|
|
34371
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
34372
|
+
border-radius: 8px;
|
|
34373
|
+
max-height: calc(100vh - 250px);
|
|
34374
|
+
overflow: auto;
|
|
34375
|
+
}
|
|
34376
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item {
|
|
34377
|
+
display: flex;
|
|
34378
|
+
place-items: center;
|
|
34379
|
+
width: var(--itemWidth);
|
|
34380
|
+
}
|
|
34381
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item + .tab-menu-item {
|
|
34382
|
+
margin-top: 8px;
|
|
34383
|
+
}
|
|
34384
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selected {
|
|
34385
|
+
padding: 6px;
|
|
34386
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34387
|
+
color: #0080ff;
|
|
34339
34388
|
}
|
|
34340
|
-
.
|
|
34341
|
-
|
|
34389
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.__selectedE_lahvcax {
|
|
34390
|
+
font-family: Inter;
|
|
34391
|
+
font-style: normal;
|
|
34392
|
+
font-weight: bold !important;
|
|
34342
34393
|
}
|
|
34343
|
-
.
|
|
34344
|
-
padding
|
|
34345
|
-
|
|
34346
|
-
border-radius: 0 4px 4px 0;
|
|
34394
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item {
|
|
34395
|
+
padding: 5px 12px;
|
|
34396
|
+
border-radius: 4px;
|
|
34347
34397
|
}
|
|
34348
|
-
.
|
|
34349
|
-
|
|
34350
|
-
|
|
34351
|
-
height: 0;
|
|
34352
|
-
border: 13px solid transparent;
|
|
34353
|
-
position: absolute;
|
|
34354
|
-
top: 0;
|
|
34355
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34356
|
-
z-index: 2;
|
|
34357
|
-
position: relative;
|
|
34358
|
-
top: -50%;
|
|
34359
|
-
right: -100%;
|
|
34398
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item.ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover {
|
|
34399
|
+
color: #0080ff;
|
|
34400
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34360
34401
|
}
|
|
34361
|
-
.
|
|
34362
|
-
|
|
34402
|
+
.E_m19lu3v .menu-wrapper .tab-menu-item-text {
|
|
34403
|
+
text-align: left;
|
|
34404
|
+
flex: 1;
|
|
34405
|
+
overflow: hidden;
|
|
34406
|
+
text-overflow: ellipsis;
|
|
34407
|
+
white-space: nowrap;
|
|
34363
34408
|
}
|
|
34364
|
-
|
|
34365
|
-
|
|
34366
|
-
|
|
34367
|
-
|
|
34368
|
-
|
|
34369
|
-
|
|
34370
|
-
|
|
34371
|
-
border-left: 8px solid #fff;
|
|
34372
|
-
left: 0;
|
|
34409
|
+
|
|
34410
|
+
.E_i1bmwe2m {
|
|
34411
|
+
margin: auto;
|
|
34412
|
+
cursor: pointer;
|
|
34413
|
+
line-height: normal;
|
|
34414
|
+
height: 16px;
|
|
34415
|
+
margin-right: 3px;
|
|
34373
34416
|
}
|
|
34374
|
-
.
|
|
34375
|
-
|
|
34417
|
+
.E_i1bmwe2m .icon-inner {
|
|
34418
|
+
display: block;
|
|
34419
|
+
height: 16px;
|
|
34376
34420
|
}
|
|
34377
|
-
|
|
34378
|
-
|
|
34421
|
+
|
|
34422
|
+
.E_l1ucdodl {
|
|
34423
|
+
margin: 0;
|
|
34424
|
+
border-radius: 20px;
|
|
34425
|
+
padding: 2px 10px;
|
|
34426
|
+
height: 22px;
|
|
34427
|
+
display: flex;
|
|
34428
|
+
align-items: center;
|
|
34379
34429
|
}
|
|
34380
|
-
.
|
|
34381
|
-
|
|
34430
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
34431
|
+
color: #FFFFFF;
|
|
34382
34432
|
}
|
|
34383
|
-
.
|
|
34433
|
+
.E_l1ucdodl.tag-hover {
|
|
34384
34434
|
cursor: pointer;
|
|
34385
|
-
min-width: var(--item-min-width);
|
|
34386
|
-
}
|
|
34387
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34388
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34389
|
-
min-width: var(--item-min-width);
|
|
34390
34435
|
}
|
|
34391
|
-
.
|
|
34392
|
-
|
|
34393
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34436
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
34437
|
+
color: #00122E;
|
|
34394
34438
|
}
|
|
34395
|
-
.
|
|
34396
|
-
|
|
34439
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
34440
|
+
margin-right: 6px;
|
|
34397
34441
|
}
|
|
34398
|
-
|
|
34399
|
-
|
|
34400
|
-
|
|
34401
|
-
row-gap: 2px;
|
|
34442
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
34443
|
+
margin-left: 8px;
|
|
34444
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34402
34445
|
}
|
|
34403
|
-
.
|
|
34404
|
-
|
|
34446
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
34447
|
+
color: #FFFFFF;
|
|
34405
34448
|
}
|
|
34406
|
-
.
|
|
34407
|
-
color: #
|
|
34449
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
34450
|
+
background-color: #0080FF;
|
|
34408
34451
|
}
|
|
34409
|
-
.
|
|
34410
|
-
background-color:
|
|
34452
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
34453
|
+
background-color: #F0483E;
|
|
34411
34454
|
}
|
|
34412
|
-
.
|
|
34413
|
-
|
|
34414
|
-
border-radius: 4px;
|
|
34415
|
-
height: 32px;
|
|
34416
|
-
display: flex;
|
|
34417
|
-
align-items: center;
|
|
34455
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
34456
|
+
background-color: #FEA008;
|
|
34418
34457
|
}
|
|
34419
|
-
.
|
|
34420
|
-
|
|
34421
|
-
white-space: nowrap;
|
|
34458
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
34459
|
+
background-color: #00BA5D;
|
|
34422
34460
|
}
|
|
34423
|
-
.
|
|
34424
|
-
|
|
34425
|
-
line-height: 20px;
|
|
34426
|
-
max-width: 100%;
|
|
34427
|
-
padding-right: 0;
|
|
34461
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34462
|
+
background-color: #6b7d99;
|
|
34428
34463
|
}
|
|
34429
|
-
.
|
|
34430
|
-
background:
|
|
34464
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34465
|
+
background-color: #7E41FF;
|
|
34431
34466
|
}
|
|
34432
34467
|
|
|
34433
|
-
.
|
|
34434
|
-
width:
|
|
34435
|
-
|
|
34436
|
-
|
|
34437
|
-
|
|
34438
|
-
column-gap: 4px;
|
|
34439
|
-
}
|
|
34440
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
34441
|
-
display: inline-flex;
|
|
34442
|
-
align-items: center;
|
|
34443
|
-
width: 18px;
|
|
34444
|
-
height: 18px;
|
|
34445
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34446
|
-
justify-content: center;
|
|
34468
|
+
.E_s1qj66nc {
|
|
34469
|
+
width: 8px;
|
|
34470
|
+
height: 8px;
|
|
34471
|
+
border-radius: 50%;
|
|
34472
|
+
display: inline-block;
|
|
34447
34473
|
}
|
|
34448
34474
|
|
|
34449
|
-
.
|
|
34450
|
-
width:
|
|
34451
|
-
|
|
34452
|
-
|
|
34453
|
-
|
|
34454
|
-
column-gap: 6px;
|
|
34455
|
-
font-size: 13px;
|
|
34475
|
+
.E_s5x1boq {
|
|
34476
|
+
width: 8px;
|
|
34477
|
+
height: 8px;
|
|
34478
|
+
border-radius: 2px;
|
|
34479
|
+
display: inline-block;
|
|
34456
34480
|
}
|
|
34457
|
-
|
|
34458
|
-
|
|
34459
|
-
|
|
34460
|
-
min-width: 20px;
|
|
34461
|
-
min-height: 20px;
|
|
34462
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34463
|
-
justify-content: center;
|
|
34481
|
+
|
|
34482
|
+
.E_c1xm185 {
|
|
34483
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34464
34484
|
}
|
|
34465
34485
|
|
|
34466
|
-
.
|
|
34467
|
-
|
|
34468
|
-
height: 16px;
|
|
34486
|
+
.E_c1x5l5qc {
|
|
34487
|
+
flex: 1;
|
|
34469
34488
|
}
|
|
34470
34489
|
|
|
34471
34490
|
.E_t13ef470 {
|
|
@@ -35129,88 +35148,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35129
35148
|
flex-shrink: 0;
|
|
35130
35149
|
}
|
|
35131
35150
|
|
|
35132
|
-
.E_ejcjd85 {
|
|
35133
|
-
color: #f0483e;
|
|
35134
|
-
display: flex;
|
|
35135
|
-
align-items: center;
|
|
35136
|
-
height: 32px;
|
|
35137
|
-
}
|
|
35138
|
-
|
|
35139
|
-
.E_e1lj3r2s {
|
|
35140
|
-
margin-right: 4px;
|
|
35141
|
-
flex-shrink: 0;
|
|
35142
|
-
}
|
|
35143
|
-
|
|
35144
|
-
.E_eb58k2y {
|
|
35145
|
-
align-self: flex-start;
|
|
35146
|
-
margin-top: 5px;
|
|
35147
|
-
}
|
|
35148
|
-
|
|
35149
|
-
.E_c1bad0d {
|
|
35150
|
-
font-weight: bold;
|
|
35151
|
-
}
|
|
35152
|
-
|
|
35153
|
-
.E_s20iney.skeleton-box {
|
|
35154
|
-
display: flex;
|
|
35155
|
-
align-items: center;
|
|
35156
|
-
justify-content: center;
|
|
35157
|
-
position: relative;
|
|
35158
|
-
border-radius: 2px;
|
|
35159
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35160
|
-
overflow: hidden;
|
|
35161
|
-
}
|
|
35162
|
-
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35163
|
-
width: 200%;
|
|
35164
|
-
height: 200%;
|
|
35165
|
-
transform: rotate(15deg);
|
|
35166
|
-
position: absolute;
|
|
35167
|
-
top: -50%;
|
|
35168
|
-
flex-shrink: 0;
|
|
35169
|
-
opacity: 0.8;
|
|
35170
|
-
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35171
|
-
animation: shimmer 1100ms infinite;
|
|
35172
|
-
}
|
|
35173
|
-
@keyframes shimmer {
|
|
35174
|
-
from {
|
|
35175
|
-
left: -120%;
|
|
35176
|
-
}
|
|
35177
|
-
to {
|
|
35178
|
-
left: 100%;
|
|
35179
|
-
}
|
|
35180
|
-
}
|
|
35181
|
-
|
|
35182
|
-
.E_sqv6dmy {
|
|
35183
|
-
display: flex;
|
|
35184
|
-
justify-content: flex-end;
|
|
35185
|
-
}
|
|
35186
|
-
|
|
35187
|
-
.E_p1rm8wzb {
|
|
35188
|
-
margin-right: 8px;
|
|
35189
|
-
}
|
|
35190
|
-
|
|
35191
|
-
.E_sd7qcf4 {
|
|
35192
|
-
height: 100%;
|
|
35193
|
-
width: 100%;
|
|
35194
|
-
overflow: auto;
|
|
35195
|
-
}
|
|
35196
|
-
|
|
35197
|
-
.E_r1fxc9gq.right {
|
|
35198
|
-
overflow: auto;
|
|
35199
|
-
padding-right: 2px;
|
|
35200
|
-
width: 200px;
|
|
35201
|
-
height: fit-content;
|
|
35202
|
-
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35203
|
-
scrollbar-gutter: stable;
|
|
35151
|
+
.E_ejcjd85 {
|
|
35152
|
+
color: #f0483e;
|
|
35153
|
+
display: flex;
|
|
35154
|
+
align-items: center;
|
|
35155
|
+
height: 32px;
|
|
35204
35156
|
}
|
|
35205
|
-
|
|
35206
|
-
|
|
35157
|
+
|
|
35158
|
+
.E_e1lj3r2s {
|
|
35159
|
+
margin-right: 4px;
|
|
35160
|
+
flex-shrink: 0;
|
|
35207
35161
|
}
|
|
35208
|
-
|
|
35209
|
-
|
|
35162
|
+
|
|
35163
|
+
.E_eb58k2y {
|
|
35164
|
+
align-self: flex-start;
|
|
35165
|
+
margin-top: 5px;
|
|
35210
35166
|
}
|
|
35211
|
-
|
|
35212
|
-
|
|
35213
|
-
|
|
35167
|
+
|
|
35168
|
+
.E_c1bad0d {
|
|
35169
|
+
font-weight: bold;
|
|
35214
35170
|
}
|
|
35215
35171
|
|
|
35216
35172
|
.E_dxyv8bv {
|
|
@@ -35351,33 +35307,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35351
35307
|
color: rgba(0, 21, 64, 0.3019607843);
|
|
35352
35308
|
}
|
|
35353
35309
|
|
|
35354
|
-
.
|
|
35355
|
-
overflow: hidden;
|
|
35356
|
-
height: 100%;
|
|
35357
|
-
background: white;
|
|
35358
|
-
}
|
|
35359
|
-
.E_t1g36k2w .table-loading-item {
|
|
35360
|
-
padding: 8px 4px;
|
|
35310
|
+
.E_s20iney.skeleton-box {
|
|
35361
35311
|
display: flex;
|
|
35362
35312
|
align-items: center;
|
|
35363
|
-
|
|
35364
|
-
|
|
35365
|
-
height: 16px;
|
|
35366
|
-
margin: 4px;
|
|
35367
|
-
background: rgba(237, 241, 250, 0.6);
|
|
35313
|
+
justify-content: center;
|
|
35314
|
+
position: relative;
|
|
35368
35315
|
border-radius: 2px;
|
|
35316
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35317
|
+
overflow: hidden;
|
|
35369
35318
|
}
|
|
35370
|
-
.
|
|
35371
|
-
width:
|
|
35372
|
-
|
|
35373
|
-
|
|
35374
|
-
|
|
35375
|
-
|
|
35376
|
-
|
|
35377
|
-
|
|
35319
|
+
.E_s20iney.skeleton-box > .skeleton-shimmer {
|
|
35320
|
+
width: 200%;
|
|
35321
|
+
height: 200%;
|
|
35322
|
+
transform: rotate(15deg);
|
|
35323
|
+
position: absolute;
|
|
35324
|
+
top: -50%;
|
|
35325
|
+
flex-shrink: 0;
|
|
35326
|
+
opacity: 0.8;
|
|
35327
|
+
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 85%);
|
|
35328
|
+
animation: shimmer 1100ms infinite;
|
|
35378
35329
|
}
|
|
35379
|
-
|
|
35380
|
-
|
|
35330
|
+
@keyframes shimmer {
|
|
35331
|
+
from {
|
|
35332
|
+
left: -120%;
|
|
35333
|
+
}
|
|
35334
|
+
to {
|
|
35335
|
+
left: 100%;
|
|
35336
|
+
}
|
|
35381
35337
|
}
|
|
35382
35338
|
|
|
35383
35339
|
.E_s1n7hav7 .ant-input-prefix {
|
|
@@ -35429,31 +35385,67 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35429
35385
|
overflow: hidden;
|
|
35430
35386
|
}
|
|
35431
35387
|
|
|
35432
|
-
.
|
|
35433
|
-
|
|
35434
|
-
|
|
35388
|
+
.E_sqv6dmy {
|
|
35389
|
+
display: flex;
|
|
35390
|
+
justify-content: flex-end;
|
|
35435
35391
|
}
|
|
35436
|
-
|
|
35437
|
-
|
|
35392
|
+
|
|
35393
|
+
.E_p1rm8wzb {
|
|
35394
|
+
margin-right: 8px;
|
|
35438
35395
|
}
|
|
35439
|
-
|
|
35440
|
-
|
|
35441
|
-
|
|
35442
|
-
|
|
35396
|
+
|
|
35397
|
+
.E_sd7qcf4 {
|
|
35398
|
+
height: 100%;
|
|
35399
|
+
width: 100%;
|
|
35400
|
+
overflow: auto;
|
|
35443
35401
|
}
|
|
35444
|
-
|
|
35445
|
-
|
|
35446
|
-
|
|
35402
|
+
|
|
35403
|
+
.E_r1fxc9gq.right {
|
|
35404
|
+
overflow: auto;
|
|
35405
|
+
padding-right: 2px;
|
|
35406
|
+
width: 200px;
|
|
35407
|
+
height: fit-content;
|
|
35408
|
+
max-height: calc(100vh - var(--modal-to-viewport-margin) * 2 - var(--side-panel-margin-top) - var(--modal-body-padding-bottom) - var(--modal-footer-height));
|
|
35409
|
+
scrollbar-gutter: stable;
|
|
35410
|
+
}
|
|
35411
|
+
.E_r1fxc9gq.right::-webkit-scrollbar {
|
|
35412
|
+
width: 6px;
|
|
35413
|
+
}
|
|
35414
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-track {
|
|
35415
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35416
|
+
}
|
|
35417
|
+
.E_r1fxc9gq.right::-webkit-scrollbar-thumb {
|
|
35418
|
+
background: rgba(172, 186, 211, 0.6);
|
|
35419
|
+
border-radius: 8px;
|
|
35447
35420
|
}
|
|
35448
35421
|
|
|
35449
|
-
.
|
|
35422
|
+
.E_t1g36k2w {
|
|
35423
|
+
overflow: hidden;
|
|
35424
|
+
height: 100%;
|
|
35425
|
+
background: white;
|
|
35426
|
+
}
|
|
35427
|
+
.E_t1g36k2w .table-loading-item {
|
|
35428
|
+
padding: 8px 4px;
|
|
35450
35429
|
display: flex;
|
|
35451
35430
|
align-items: center;
|
|
35452
|
-
column-gap: var(--a1ji6r68-0);
|
|
35453
35431
|
}
|
|
35454
|
-
|
|
35455
|
-
|
|
35456
|
-
|
|
35432
|
+
.E_t1g36k2w .table-loading-item > * {
|
|
35433
|
+
height: 16px;
|
|
35434
|
+
margin: 4px;
|
|
35435
|
+
background: rgba(237, 241, 250, 0.6);
|
|
35436
|
+
border-radius: 2px;
|
|
35437
|
+
}
|
|
35438
|
+
.E_t1g36k2w .table-loading-item .checkbox-loading {
|
|
35439
|
+
width: 16px;
|
|
35440
|
+
}
|
|
35441
|
+
.E_t1g36k2w .table-loading-item .td-loading {
|
|
35442
|
+
flex: 1;
|
|
35443
|
+
}
|
|
35444
|
+
.E_t1g36k2w :nth-child(1) {
|
|
35445
|
+
padding: 8px 4px;
|
|
35446
|
+
}
|
|
35447
|
+
.E_t1g36k2w :nth-child(1) > * {
|
|
35448
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35457
35449
|
}
|
|
35458
35450
|
|
|
35459
35451
|
.E_f16blduf.ant-form-item {
|
|
@@ -35475,6 +35467,33 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35475
35467
|
display: block;
|
|
35476
35468
|
}
|
|
35477
35469
|
|
|
35470
|
+
.E_t1616y1o {
|
|
35471
|
+
color: #fff;
|
|
35472
|
+
}
|
|
35473
|
+
|
|
35474
|
+
.E_t1gvlxt5 {
|
|
35475
|
+
min-width: 0;
|
|
35476
|
+
flex: 1;
|
|
35477
|
+
}
|
|
35478
|
+
.E_t1gvlxt5 .tag {
|
|
35479
|
+
flex: 0 0 auto;
|
|
35480
|
+
}
|
|
35481
|
+
.E_t1gvlxt5 .progress-title {
|
|
35482
|
+
flex: 2;
|
|
35483
|
+
max-width: fit-content;
|
|
35484
|
+
color: #00122E;
|
|
35485
|
+
}
|
|
35486
|
+
.E_t1gvlxt5 .progress-desc {
|
|
35487
|
+
flex: 1;
|
|
35488
|
+
max-width: fit-content;
|
|
35489
|
+
}
|
|
35490
|
+
|
|
35491
|
+
.E_a1ji6r68 {
|
|
35492
|
+
display: flex;
|
|
35493
|
+
align-items: center;
|
|
35494
|
+
column-gap: var(--a1ji6r68-0);
|
|
35495
|
+
}
|
|
35496
|
+
|
|
35478
35497
|
.E_a9y3flr {
|
|
35479
35498
|
margin-left: 8px;
|
|
35480
35499
|
}
|
|
@@ -35522,99 +35541,9 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35522
35541
|
.E_i1ibuolf {
|
|
35523
35542
|
display: flex;
|
|
35524
35543
|
align-items: center;
|
|
35525
|
-
column-gap: 4px;
|
|
35526
|
-
font-size: 12px;
|
|
35527
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35528
|
-
}
|
|
35529
|
-
|
|
35530
|
-
.E_gmyahx3 {
|
|
35531
|
-
cursor: pointer;
|
|
35532
|
-
}
|
|
35533
|
-
.E_gmyahx3 .link-text {
|
|
35534
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35535
|
-
}
|
|
35536
|
-
.E_gmyahx3:hover .link-text {
|
|
35537
|
-
color: #0080ff;
|
|
35538
|
-
}
|
|
35539
|
-
|
|
35540
|
-
.E_skwah65 {
|
|
35541
|
-
height: 8px;
|
|
35542
|
-
box-sizing: border-box;
|
|
35543
|
-
border-radius: 2px;
|
|
35544
|
-
background: #f5f7fa;
|
|
35545
|
-
display: flex;
|
|
35546
|
-
width: 100%;
|
|
35547
|
-
overflow: hidden;
|
|
35548
|
-
}
|
|
35549
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35550
|
-
margin-left: 1px;
|
|
35551
|
-
}
|
|
35552
|
-
|
|
35553
|
-
.E_s1ebs0ra {
|
|
35554
|
-
display: flex;
|
|
35555
|
-
align-items: center;
|
|
35556
|
-
justify-content: space-between;
|
|
35557
|
-
background: #edf0f7;
|
|
35558
|
-
padding: 8px 12px;
|
|
35559
|
-
position: sticky;
|
|
35560
|
-
top: 0;
|
|
35561
|
-
z-index: 1;
|
|
35562
|
-
margin-bottom: -52px;
|
|
35563
|
-
}
|
|
35564
|
-
.E_s1ebs0ra .select-total {
|
|
35565
|
-
display: flex;
|
|
35566
|
-
align-items: center;
|
|
35567
|
-
font-weight: 700;
|
|
35568
|
-
flex-shrink: 0;
|
|
35569
|
-
}
|
|
35570
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35571
|
-
cursor: pointer;
|
|
35572
|
-
margin-left: 8px;
|
|
35573
|
-
width: 32px;
|
|
35574
|
-
height: 32px;
|
|
35575
|
-
border-radius: 50%;
|
|
35576
|
-
justify-content: center;
|
|
35577
|
-
}
|
|
35578
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35579
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35580
|
-
}
|
|
35581
|
-
.E_s1ebs0ra .action-group {
|
|
35582
|
-
flex: 1;
|
|
35583
|
-
margin-left: 88px;
|
|
35584
|
-
white-space: nowrap;
|
|
35585
|
-
text-align: right;
|
|
35586
|
-
position: relative;
|
|
35587
|
-
padding: 4px 0;
|
|
35588
|
-
margin-top: -4px;
|
|
35589
|
-
overflow: hidden;
|
|
35590
|
-
}
|
|
35591
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35592
|
-
transform: translateY(-4px);
|
|
35593
|
-
}
|
|
35594
|
-
.E_s1ebs0ra .action-group button {
|
|
35595
|
-
border: none;
|
|
35596
|
-
}
|
|
35597
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35598
|
-
margin-right: 8px;
|
|
35599
|
-
}
|
|
35600
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
35601
|
-
margin-right: 4px;
|
|
35602
|
-
}
|
|
35603
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
35604
|
-
cursor: pointer;
|
|
35605
|
-
width: 32px;
|
|
35606
|
-
height: 32px;
|
|
35607
|
-
justify-content: center;
|
|
35608
|
-
border-radius: 50%;
|
|
35609
|
-
}
|
|
35610
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35611
|
-
background: #fff;
|
|
35612
|
-
}
|
|
35613
|
-
|
|
35614
|
-
.E_mzzncgx {
|
|
35615
|
-
display: inline-flex;
|
|
35616
|
-
align-items: center;
|
|
35617
|
-
gap: 4px;
|
|
35544
|
+
column-gap: 4px;
|
|
35545
|
+
font-size: 12px;
|
|
35546
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35618
35547
|
}
|
|
35619
35548
|
|
|
35620
35549
|
.E_c18bcrac {
|
|
@@ -35760,6 +35689,73 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35760
35689
|
border-radius: 2px;
|
|
35761
35690
|
}
|
|
35762
35691
|
|
|
35692
|
+
.E_s1ebs0ra {
|
|
35693
|
+
display: flex;
|
|
35694
|
+
align-items: center;
|
|
35695
|
+
justify-content: space-between;
|
|
35696
|
+
background: #edf0f7;
|
|
35697
|
+
padding: 8px 12px;
|
|
35698
|
+
position: sticky;
|
|
35699
|
+
top: 0;
|
|
35700
|
+
z-index: 1;
|
|
35701
|
+
margin-bottom: -52px;
|
|
35702
|
+
}
|
|
35703
|
+
.E_s1ebs0ra .select-total {
|
|
35704
|
+
display: flex;
|
|
35705
|
+
align-items: center;
|
|
35706
|
+
font-weight: 700;
|
|
35707
|
+
flex-shrink: 0;
|
|
35708
|
+
}
|
|
35709
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35710
|
+
cursor: pointer;
|
|
35711
|
+
margin-left: 8px;
|
|
35712
|
+
width: 32px;
|
|
35713
|
+
height: 32px;
|
|
35714
|
+
border-radius: 50%;
|
|
35715
|
+
justify-content: center;
|
|
35716
|
+
}
|
|
35717
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35718
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35719
|
+
}
|
|
35720
|
+
.E_s1ebs0ra .action-group {
|
|
35721
|
+
flex: 1;
|
|
35722
|
+
margin-left: 88px;
|
|
35723
|
+
white-space: nowrap;
|
|
35724
|
+
text-align: right;
|
|
35725
|
+
position: relative;
|
|
35726
|
+
padding: 4px 0;
|
|
35727
|
+
margin-top: -4px;
|
|
35728
|
+
overflow: hidden;
|
|
35729
|
+
}
|
|
35730
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35731
|
+
transform: translateY(-4px);
|
|
35732
|
+
}
|
|
35733
|
+
.E_s1ebs0ra .action-group button {
|
|
35734
|
+
border: none;
|
|
35735
|
+
}
|
|
35736
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35737
|
+
margin-right: 8px;
|
|
35738
|
+
}
|
|
35739
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
35740
|
+
margin-right: 4px;
|
|
35741
|
+
}
|
|
35742
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
35743
|
+
cursor: pointer;
|
|
35744
|
+
width: 32px;
|
|
35745
|
+
height: 32px;
|
|
35746
|
+
justify-content: center;
|
|
35747
|
+
border-radius: 50%;
|
|
35748
|
+
}
|
|
35749
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35750
|
+
background: #fff;
|
|
35751
|
+
}
|
|
35752
|
+
|
|
35753
|
+
.E_mzzncgx {
|
|
35754
|
+
display: inline-flex;
|
|
35755
|
+
align-items: center;
|
|
35756
|
+
gap: 4px;
|
|
35757
|
+
}
|
|
35758
|
+
|
|
35763
35759
|
.E_c1up1pdz {
|
|
35764
35760
|
width: 648px;
|
|
35765
35761
|
}
|
|
@@ -35900,6 +35896,35 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35900
35896
|
color: #fff;
|
|
35901
35897
|
}
|
|
35902
35898
|
|
|
35899
|
+
.E_gmyahx3 {
|
|
35900
|
+
cursor: pointer;
|
|
35901
|
+
}
|
|
35902
|
+
.E_gmyahx3 .link-text {
|
|
35903
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35904
|
+
}
|
|
35905
|
+
.E_gmyahx3:hover .link-text {
|
|
35906
|
+
color: #0080ff;
|
|
35907
|
+
}
|
|
35908
|
+
|
|
35909
|
+
.E_n12mqh7z {
|
|
35910
|
+
display: flex;
|
|
35911
|
+
align-items: center;
|
|
35912
|
+
font-size: 12px;
|
|
35913
|
+
line-height: 18px;
|
|
35914
|
+
}
|
|
35915
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35916
|
+
margin-bottom: 4px;
|
|
35917
|
+
}
|
|
35918
|
+
|
|
35919
|
+
.E_tf5bynu {
|
|
35920
|
+
margin: 0 3px;
|
|
35921
|
+
}
|
|
35922
|
+
|
|
35923
|
+
.E_tcckoz1 {
|
|
35924
|
+
max-height: 400px;
|
|
35925
|
+
overflow: auto;
|
|
35926
|
+
}
|
|
35927
|
+
|
|
35903
35928
|
span.E_tqjc4ui {
|
|
35904
35929
|
margin: 0 2px;
|
|
35905
35930
|
}
|
|
@@ -35931,154 +35956,6 @@ span.E_tqjc4ui {
|
|
|
35931
35956
|
visibility: hidden;
|
|
35932
35957
|
}
|
|
35933
35958
|
|
|
35934
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
35935
|
-
background: #edf0f7;
|
|
35936
|
-
padding: 32px 8px;
|
|
35937
|
-
overflow: auto;
|
|
35938
|
-
}
|
|
35939
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35940
|
-
display: flex;
|
|
35941
|
-
flex-direction: column;
|
|
35942
|
-
justify-content: space-between;
|
|
35943
|
-
}
|
|
35944
|
-
.E_s1at6qmn footer {
|
|
35945
|
-
display: flex;
|
|
35946
|
-
}
|
|
35947
|
-
.E_s1at6qmn .ant-menu {
|
|
35948
|
-
background: #edf0f7;
|
|
35949
|
-
}
|
|
35950
|
-
.E_s1at6qmn .ant-menu a {
|
|
35951
|
-
color: #00122e;
|
|
35952
|
-
width: 180px;
|
|
35953
|
-
overflow: hidden;
|
|
35954
|
-
text-overflow: ellipsis;
|
|
35955
|
-
}
|
|
35956
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35957
|
-
margin-bottom: 24px;
|
|
35958
|
-
}
|
|
35959
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35960
|
-
margin: 0;
|
|
35961
|
-
}
|
|
35962
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35963
|
-
font-size: 12px;
|
|
35964
|
-
padding: 0 8px 4px;
|
|
35965
|
-
line-height: 18px;
|
|
35966
|
-
}
|
|
35967
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35968
|
-
padding: 0;
|
|
35969
|
-
}
|
|
35970
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35971
|
-
padding-bottom: 24px;
|
|
35972
|
-
}
|
|
35973
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35974
|
-
margin-bottom: 24px;
|
|
35975
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35976
|
-
}
|
|
35977
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35978
|
-
transition: none;
|
|
35979
|
-
display: flex;
|
|
35980
|
-
align-items: center;
|
|
35981
|
-
height: 32px;
|
|
35982
|
-
line-height: 22px;
|
|
35983
|
-
padding: 0 8px;
|
|
35984
|
-
}
|
|
35985
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35986
|
-
margin-right: 12px;
|
|
35987
|
-
}
|
|
35988
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35989
|
-
margin: 0;
|
|
35990
|
-
margin-bottom: 2px;
|
|
35991
|
-
}
|
|
35992
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35993
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35994
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35995
|
-
border-radius: 6px;
|
|
35996
|
-
color: #fff;
|
|
35997
|
-
}
|
|
35998
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35999
|
-
color: #fff;
|
|
36000
|
-
}
|
|
36001
|
-
.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 {
|
|
36002
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
36003
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
36004
|
-
border-radius: 6px;
|
|
36005
|
-
}
|
|
36006
|
-
|
|
36007
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
36008
|
-
white-space: nowrap;
|
|
36009
|
-
transition: all 0s;
|
|
36010
|
-
}
|
|
36011
|
-
.E_s1wu0lms.shrink {
|
|
36012
|
-
transition: all 0s;
|
|
36013
|
-
overflow: hidden;
|
|
36014
|
-
}
|
|
36015
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
36016
|
-
visibility: hidden;
|
|
36017
|
-
}
|
|
36018
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
36019
|
-
width: 36px;
|
|
36020
|
-
padding: 0 6px;
|
|
36021
|
-
}
|
|
36022
|
-
|
|
36023
|
-
.E_n1ugzfva {
|
|
36024
|
-
display: flex;
|
|
36025
|
-
place-items: center;
|
|
36026
|
-
width: 100% !important;
|
|
36027
|
-
}
|
|
36028
|
-
.E_n1ugzfva[disabled] {
|
|
36029
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
36030
|
-
opacity: 1 !important;
|
|
36031
|
-
}
|
|
36032
|
-
.E_n1ugzfva.ant-btn {
|
|
36033
|
-
width: 100%;
|
|
36034
|
-
color: #00122e;
|
|
36035
|
-
}
|
|
36036
|
-
.E_n1ugzfva .icon-wrapper {
|
|
36037
|
-
margin-right: 12px;
|
|
36038
|
-
}
|
|
36039
|
-
.E_n1ugzfva .link-title {
|
|
36040
|
-
flex: 1;
|
|
36041
|
-
overflow: hidden;
|
|
36042
|
-
white-space: nowrap;
|
|
36043
|
-
text-overflow: ellipsis;
|
|
36044
|
-
text-align: left;
|
|
36045
|
-
}
|
|
36046
|
-
|
|
36047
|
-
.E_n12mqh7z {
|
|
36048
|
-
display: flex;
|
|
36049
|
-
align-items: center;
|
|
36050
|
-
font-size: 12px;
|
|
36051
|
-
line-height: 18px;
|
|
36052
|
-
}
|
|
36053
|
-
.E_n12mqh7z:not(:last-child) {
|
|
36054
|
-
margin-bottom: 4px;
|
|
36055
|
-
}
|
|
36056
|
-
|
|
36057
|
-
.E_tf5bynu {
|
|
36058
|
-
margin: 0 3px;
|
|
36059
|
-
}
|
|
36060
|
-
|
|
36061
|
-
.E_tcckoz1 {
|
|
36062
|
-
max-height: 400px;
|
|
36063
|
-
overflow: auto;
|
|
36064
|
-
}
|
|
36065
|
-
|
|
36066
|
-
.E_u15heuvq.content {
|
|
36067
|
-
cursor: default !important;
|
|
36068
|
-
}
|
|
36069
|
-
.E_u15heuvq.content.link {
|
|
36070
|
-
cursor: pointer !important;
|
|
36071
|
-
}
|
|
36072
|
-
.E_u15heuvq.content.link:hover {
|
|
36073
|
-
color: #0080FF;
|
|
36074
|
-
}
|
|
36075
|
-
.E_u15heuvq.content.black {
|
|
36076
|
-
color: #00122E;
|
|
36077
|
-
}
|
|
36078
|
-
.E_u15heuvq.content.gray {
|
|
36079
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
36080
|
-
}
|
|
36081
|
-
|
|
36082
35959
|
.E_wg1tsps {
|
|
36083
35960
|
display: flex;
|
|
36084
35961
|
align-items: center;
|
|
@@ -36098,16 +35975,8 @@ span.E_tqjc4ui {
|
|
|
36098
35975
|
.E_u1p8acpn {
|
|
36099
35976
|
min-width: 40px;
|
|
36100
35977
|
}
|
|
36101
|
-
.E_u1p8acpn .unit {
|
|
36102
|
-
color: #00122e !important;
|
|
36103
|
-
}
|
|
36104
|
-
|
|
36105
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
36106
|
-
display: flex;
|
|
36107
|
-
align-items: center;
|
|
36108
|
-
}
|
|
36109
|
-
.E_s1iv0tp1 .enabled-text {
|
|
36110
|
-
margin-right: 8px;
|
|
35978
|
+
.E_u1p8acpn .unit {
|
|
35979
|
+
color: #00122e !important;
|
|
36111
35980
|
}
|
|
36112
35981
|
|
|
36113
35982
|
.E_t1sqg15u {
|
|
@@ -36200,6 +36069,140 @@ span.E_tqjc4ui {
|
|
|
36200
36069
|
padding-right: 12px;
|
|
36201
36070
|
}
|
|
36202
36071
|
|
|
36072
|
+
.E_skwah65 {
|
|
36073
|
+
height: 8px;
|
|
36074
|
+
box-sizing: border-box;
|
|
36075
|
+
border-radius: 2px;
|
|
36076
|
+
background: #f5f7fa;
|
|
36077
|
+
display: flex;
|
|
36078
|
+
width: 100%;
|
|
36079
|
+
overflow: hidden;
|
|
36080
|
+
}
|
|
36081
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
36082
|
+
margin-left: 1px;
|
|
36083
|
+
}
|
|
36084
|
+
|
|
36085
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
36086
|
+
display: flex;
|
|
36087
|
+
align-items: center;
|
|
36088
|
+
}
|
|
36089
|
+
.E_s1iv0tp1 .enabled-text {
|
|
36090
|
+
margin-right: 8px;
|
|
36091
|
+
}
|
|
36092
|
+
|
|
36093
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
36094
|
+
background: #edf0f7;
|
|
36095
|
+
padding: 32px 8px;
|
|
36096
|
+
overflow: auto;
|
|
36097
|
+
}
|
|
36098
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
36099
|
+
display: flex;
|
|
36100
|
+
flex-direction: column;
|
|
36101
|
+
justify-content: space-between;
|
|
36102
|
+
}
|
|
36103
|
+
.E_s1at6qmn footer {
|
|
36104
|
+
display: flex;
|
|
36105
|
+
}
|
|
36106
|
+
.E_s1at6qmn .ant-menu {
|
|
36107
|
+
background: #edf0f7;
|
|
36108
|
+
}
|
|
36109
|
+
.E_s1at6qmn .ant-menu a {
|
|
36110
|
+
color: #00122e;
|
|
36111
|
+
width: 180px;
|
|
36112
|
+
overflow: hidden;
|
|
36113
|
+
text-overflow: ellipsis;
|
|
36114
|
+
}
|
|
36115
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
36116
|
+
margin-bottom: 24px;
|
|
36117
|
+
}
|
|
36118
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
36119
|
+
margin: 0;
|
|
36120
|
+
}
|
|
36121
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
36122
|
+
font-size: 12px;
|
|
36123
|
+
padding: 0 8px 4px;
|
|
36124
|
+
line-height: 18px;
|
|
36125
|
+
}
|
|
36126
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
36127
|
+
padding: 0;
|
|
36128
|
+
}
|
|
36129
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
36130
|
+
padding-bottom: 24px;
|
|
36131
|
+
}
|
|
36132
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
36133
|
+
margin-bottom: 24px;
|
|
36134
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36135
|
+
}
|
|
36136
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
36137
|
+
transition: none;
|
|
36138
|
+
display: flex;
|
|
36139
|
+
align-items: center;
|
|
36140
|
+
height: 32px;
|
|
36141
|
+
line-height: 22px;
|
|
36142
|
+
padding: 0 8px;
|
|
36143
|
+
}
|
|
36144
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
36145
|
+
margin-right: 12px;
|
|
36146
|
+
}
|
|
36147
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
36148
|
+
margin: 0;
|
|
36149
|
+
margin-bottom: 2px;
|
|
36150
|
+
}
|
|
36151
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
36152
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
36153
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
36154
|
+
border-radius: 6px;
|
|
36155
|
+
color: #fff;
|
|
36156
|
+
}
|
|
36157
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
36158
|
+
color: #fff;
|
|
36159
|
+
}
|
|
36160
|
+
.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 {
|
|
36161
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
36162
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
36163
|
+
border-radius: 6px;
|
|
36164
|
+
}
|
|
36165
|
+
|
|
36166
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
36167
|
+
white-space: nowrap;
|
|
36168
|
+
transition: all 0s;
|
|
36169
|
+
}
|
|
36170
|
+
.E_s1wu0lms.shrink {
|
|
36171
|
+
transition: all 0s;
|
|
36172
|
+
overflow: hidden;
|
|
36173
|
+
}
|
|
36174
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
36175
|
+
visibility: hidden;
|
|
36176
|
+
}
|
|
36177
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
36178
|
+
width: 36px;
|
|
36179
|
+
padding: 0 6px;
|
|
36180
|
+
}
|
|
36181
|
+
|
|
36182
|
+
.E_n1ugzfva {
|
|
36183
|
+
display: flex;
|
|
36184
|
+
place-items: center;
|
|
36185
|
+
width: 100% !important;
|
|
36186
|
+
}
|
|
36187
|
+
.E_n1ugzfva[disabled] {
|
|
36188
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
36189
|
+
opacity: 1 !important;
|
|
36190
|
+
}
|
|
36191
|
+
.E_n1ugzfva.ant-btn {
|
|
36192
|
+
width: 100%;
|
|
36193
|
+
color: #00122e;
|
|
36194
|
+
}
|
|
36195
|
+
.E_n1ugzfva .icon-wrapper {
|
|
36196
|
+
margin-right: 12px;
|
|
36197
|
+
}
|
|
36198
|
+
.E_n1ugzfva .link-title {
|
|
36199
|
+
flex: 1;
|
|
36200
|
+
overflow: hidden;
|
|
36201
|
+
white-space: nowrap;
|
|
36202
|
+
text-overflow: ellipsis;
|
|
36203
|
+
text-align: left;
|
|
36204
|
+
}
|
|
36205
|
+
|
|
36203
36206
|
.E_t160l1cm {
|
|
36204
36207
|
display: flex;
|
|
36205
36208
|
flex-direction: column;
|
|
@@ -36403,6 +36406,22 @@ span.E_tqjc4ui {
|
|
|
36403
36406
|
background: transparent;
|
|
36404
36407
|
}
|
|
36405
36408
|
|
|
36409
|
+
.E_u15heuvq.content {
|
|
36410
|
+
cursor: default !important;
|
|
36411
|
+
}
|
|
36412
|
+
.E_u15heuvq.content.link {
|
|
36413
|
+
cursor: pointer !important;
|
|
36414
|
+
}
|
|
36415
|
+
.E_u15heuvq.content.link:hover {
|
|
36416
|
+
color: #0080FF;
|
|
36417
|
+
}
|
|
36418
|
+
.E_u15heuvq.content.black {
|
|
36419
|
+
color: #00122E;
|
|
36420
|
+
}
|
|
36421
|
+
.E_u15heuvq.content.gray {
|
|
36422
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
36423
|
+
}
|
|
36424
|
+
|
|
36406
36425
|
.E_cyms3br {
|
|
36407
36426
|
background: #fff;
|
|
36408
36427
|
width: 100%;
|
|
@@ -36478,12 +36497,6 @@ span.E_tqjc4ui {
|
|
|
36478
36497
|
justify-content: center;
|
|
36479
36498
|
}
|
|
36480
36499
|
|
|
36481
|
-
.E_h1ol2wl7 {
|
|
36482
|
-
font-weight: bold;
|
|
36483
|
-
background-color: unset;
|
|
36484
|
-
padding: unset;
|
|
36485
|
-
}
|
|
36486
|
-
|
|
36487
36500
|
.E_i5w779o {
|
|
36488
36501
|
padding: 8px 0;
|
|
36489
36502
|
}
|
|
@@ -36588,6 +36601,12 @@ span.E_tqjc4ui {
|
|
|
36588
36601
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36589
36602
|
}
|
|
36590
36603
|
|
|
36604
|
+
.E_h1ol2wl7 {
|
|
36605
|
+
font-weight: bold;
|
|
36606
|
+
background-color: unset;
|
|
36607
|
+
padding: unset;
|
|
36608
|
+
}
|
|
36609
|
+
|
|
36591
36610
|
.E_l12xdkhl {
|
|
36592
36611
|
width: 64px;
|
|
36593
36612
|
height: 64px;
|
|
@@ -36612,13 +36631,48 @@ span.E_tqjc4ui {
|
|
|
36612
36631
|
}
|
|
36613
36632
|
}
|
|
36614
36633
|
|
|
36615
|
-
.
|
|
36616
|
-
|
|
36634
|
+
.E_c14ouk5o {
|
|
36635
|
+
width: 100%;
|
|
36636
|
+
height: 100%;
|
|
36637
|
+
display: flex;
|
|
36638
|
+
font-size: 12px;
|
|
36639
|
+
line-height: 18px;
|
|
36640
|
+
padding: 8px 0;
|
|
36641
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36617
36642
|
}
|
|
36618
|
-
|
|
36619
|
-
|
|
36620
|
-
|
|
36643
|
+
.E_c14ouk5o:last-of-type {
|
|
36644
|
+
box-shadow: none;
|
|
36645
|
+
padding-bottom: 0;
|
|
36646
|
+
}
|
|
36647
|
+
.E_c14ouk5o.collapsed {
|
|
36648
|
+
flex-direction: column;
|
|
36649
|
+
}
|
|
36650
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36651
|
+
display: flex;
|
|
36652
|
+
}
|
|
36653
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36654
|
+
flex: 1;
|
|
36655
|
+
display: flex;
|
|
36656
|
+
justify-content: space-between;
|
|
36657
|
+
}
|
|
36658
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36659
|
+
height: auto;
|
|
36660
|
+
}
|
|
36661
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36662
|
+
margin-left: 162px;
|
|
36663
|
+
}
|
|
36664
|
+
.E_c14ouk5o .col-label {
|
|
36665
|
+
width: 216px;
|
|
36621
36666
|
color: rgba(44, 56, 82, 0.6);
|
|
36667
|
+
margin-right: 12px;
|
|
36668
|
+
flex-shrink: 0;
|
|
36669
|
+
}
|
|
36670
|
+
.E_c14ouk5o .col-content {
|
|
36671
|
+
color: #2d3a56;
|
|
36672
|
+
/* make btn link in info row have the same height as normal text */
|
|
36673
|
+
}
|
|
36674
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36675
|
+
height: auto;
|
|
36622
36676
|
}
|
|
36623
36677
|
|
|
36624
36678
|
.E_c1kchka8 {
|
|
@@ -37164,46 +37218,11 @@ span.E_tqjc4ui {
|
|
|
37164
37218
|
margin: 16px 0;
|
|
37165
37219
|
}
|
|
37166
37220
|
|
|
37167
|
-
.
|
|
37168
|
-
|
|
37169
|
-
height: 100%;
|
|
37170
|
-
display: flex;
|
|
37171
|
-
font-size: 12px;
|
|
37172
|
-
line-height: 18px;
|
|
37173
|
-
padding: 8px 0;
|
|
37174
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
37175
|
-
}
|
|
37176
|
-
.E_c14ouk5o:last-of-type {
|
|
37177
|
-
box-shadow: none;
|
|
37178
|
-
padding-bottom: 0;
|
|
37179
|
-
}
|
|
37180
|
-
.E_c14ouk5o.collapsed {
|
|
37181
|
-
flex-direction: column;
|
|
37182
|
-
}
|
|
37183
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
37184
|
-
display: flex;
|
|
37185
|
-
}
|
|
37186
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
37187
|
-
flex: 1;
|
|
37188
|
-
display: flex;
|
|
37189
|
-
justify-content: space-between;
|
|
37190
|
-
}
|
|
37191
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
37192
|
-
height: auto;
|
|
37193
|
-
}
|
|
37194
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
37195
|
-
margin-left: 162px;
|
|
37221
|
+
.E_cevhqx7 {
|
|
37222
|
+
color: #00122e;
|
|
37196
37223
|
}
|
|
37197
|
-
|
|
37198
|
-
|
|
37224
|
+
|
|
37225
|
+
.E_snbqlt4 {
|
|
37226
|
+
margin-top: 8px;
|
|
37199
37227
|
color: rgba(44, 56, 82, 0.6);
|
|
37200
|
-
margin-right: 12px;
|
|
37201
|
-
flex-shrink: 0;
|
|
37202
|
-
}
|
|
37203
|
-
.E_c14ouk5o .col-content {
|
|
37204
|
-
color: #2d3a56;
|
|
37205
|
-
/* make btn link in info row have the same height as normal text */
|
|
37206
|
-
}
|
|
37207
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
37208
|
-
height: auto;
|
|
37209
37228
|
}
|