@cloudtower/eagle 0.27.59 → 0.27.61
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/index.js +8 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1622 -1601
- package/dist/esm/index.js +8 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/src/spec/base.d.ts +2 -2
- package/dist/src/styles/token/index.d.ts +1 -0
- package/dist/src/styles/token/zIndices.d.ts +3 -0
- package/dist/stories/docs/core/Link.stories.d.ts +20 -8
- package/dist/style.css +2230 -2209
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -28537,7 +28537,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28537
28537
|
}
|
|
28538
28538
|
.table-wrapper.table-sticky-header .no-scroll-bar th.cell__action_ {
|
|
28539
28539
|
right: 0 !important;
|
|
28540
|
-
z-index: 10;
|
|
28541
28540
|
}
|
|
28542
28541
|
.table-wrapper.table-sticky-header .no-scroll-bar th.ant-table-cell-scrollbar {
|
|
28543
28542
|
display: none;
|
|
@@ -29472,19 +29471,6 @@ html body {
|
|
|
29472
29471
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29473
29472
|
}
|
|
29474
29473
|
}
|
|
29475
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29476
|
-
padding: 4px 8px 0 8px;
|
|
29477
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29478
|
-
font-size: 12px;
|
|
29479
|
-
}
|
|
29480
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29481
|
-
padding-bottom: 6px;
|
|
29482
|
-
}
|
|
29483
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29484
|
-
padding-top: 4px;
|
|
29485
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29486
|
-
}
|
|
29487
|
-
|
|
29488
29474
|
.E_drhfj7c .bottom {
|
|
29489
29475
|
color: rgba(44, 56, 82, 0.75);
|
|
29490
29476
|
}
|
|
@@ -29693,79 +29679,17 @@ html body {
|
|
|
29693
29679
|
font-size: 14px;
|
|
29694
29680
|
}
|
|
29695
29681
|
|
|
29696
|
-
.
|
|
29697
|
-
|
|
29698
|
-
|
|
29699
|
-
|
|
29700
|
-
display: flex;
|
|
29701
|
-
flex-direction: column;
|
|
29702
|
-
justify-content: center;
|
|
29703
|
-
align-items: center;
|
|
29704
|
-
}
|
|
29705
|
-
.E_fzh9mnb .error-text {
|
|
29706
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29707
|
-
margin-bottom: 16px;
|
|
29708
|
-
font-size: 18px;
|
|
29709
|
-
}
|
|
29710
|
-
|
|
29711
|
-
.E_iouxfgt {
|
|
29712
|
-
display: inline-flex;
|
|
29713
|
-
align-items: center;
|
|
29714
|
-
}
|
|
29715
|
-
.E_iouxfgt .icon-inner {
|
|
29716
|
-
display: inline-flex;
|
|
29717
|
-
align-items: center;
|
|
29718
|
-
justify-content: center;
|
|
29719
|
-
}
|
|
29720
|
-
.E_iouxfgt .icon-inner + span,
|
|
29721
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
29722
|
-
margin-left: 4px;
|
|
29723
|
-
}
|
|
29724
|
-
.E_iouxfgt.is-rotate img,
|
|
29725
|
-
.E_iouxfgt.is-rotate svg {
|
|
29726
|
-
animation: rotate 680ms linear infinite;
|
|
29727
|
-
}
|
|
29728
|
-
|
|
29729
|
-
.E_i1inqkme {
|
|
29730
|
-
height: 18px;
|
|
29731
|
-
line-height: 18px;
|
|
29732
|
-
padding: 0 4px;
|
|
29733
|
-
border-radius: 4px;
|
|
29734
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29735
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29736
|
-
display: flex;
|
|
29737
|
-
align-items: center;
|
|
29738
|
-
white-space: nowrap;
|
|
29739
|
-
margin-right: 4px;
|
|
29740
|
-
}
|
|
29741
|
-
|
|
29742
|
-
.E_b1nip9bk {
|
|
29743
|
-
padding: 4px 11px;
|
|
29744
|
-
}
|
|
29745
|
-
|
|
29746
|
-
.E_bqamoqe {
|
|
29747
|
-
white-space: nowrap;
|
|
29748
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29749
|
-
}
|
|
29750
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29751
|
-
--color: #0080ff;
|
|
29752
|
-
}
|
|
29753
|
-
.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] {
|
|
29754
|
-
--color: #0080ff;
|
|
29755
|
-
}
|
|
29756
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29757
|
-
margin-left: 1px;
|
|
29758
|
-
}
|
|
29759
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29760
|
-
border-top-right-radius: 0;
|
|
29761
|
-
border-bottom-right-radius: 0;
|
|
29682
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29683
|
+
padding: 4px 8px 0 8px;
|
|
29684
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29685
|
+
font-size: 12px;
|
|
29762
29686
|
}
|
|
29763
|
-
.
|
|
29764
|
-
|
|
29765
|
-
border-bottom-left-radius: 0;
|
|
29687
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29688
|
+
padding-bottom: 6px;
|
|
29766
29689
|
}
|
|
29767
|
-
.
|
|
29768
|
-
|
|
29690
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29691
|
+
padding-top: 4px;
|
|
29692
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29769
29693
|
}
|
|
29770
29694
|
|
|
29771
29695
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30018,70 +29942,88 @@ html body {
|
|
|
30018
29942
|
padding: 0;
|
|
30019
29943
|
}
|
|
30020
29944
|
|
|
30021
|
-
.
|
|
30022
|
-
|
|
29945
|
+
.E_fzh9mnb {
|
|
29946
|
+
width: 100%;
|
|
29947
|
+
height: 100%;
|
|
29948
|
+
min-height: 124px;
|
|
29949
|
+
display: flex;
|
|
29950
|
+
flex-direction: column;
|
|
29951
|
+
justify-content: center;
|
|
29952
|
+
align-items: center;
|
|
29953
|
+
}
|
|
29954
|
+
.E_fzh9mnb .error-text {
|
|
29955
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29956
|
+
margin-bottom: 16px;
|
|
29957
|
+
font-size: 18px;
|
|
30023
29958
|
}
|
|
30024
29959
|
|
|
30025
|
-
.
|
|
30026
|
-
|
|
30027
|
-
position: absolute;
|
|
29960
|
+
.E_b1nip9bk {
|
|
29961
|
+
padding: 4px 11px;
|
|
30028
29962
|
}
|
|
30029
29963
|
|
|
30030
|
-
.
|
|
30031
|
-
|
|
30032
|
-
|
|
30033
|
-
align-items: center;
|
|
30034
|
-
padding: 10px 0;
|
|
30035
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30036
|
-
font-size: 12px;
|
|
30037
|
-
line-height: 24px;
|
|
29964
|
+
.E_bqamoqe {
|
|
29965
|
+
white-space: nowrap;
|
|
29966
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30038
29967
|
}
|
|
30039
|
-
.
|
|
30040
|
-
|
|
29968
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29969
|
+
--color: #0080ff;
|
|
30041
29970
|
}
|
|
30042
|
-
.
|
|
30043
|
-
|
|
30044
|
-
align-items: center;
|
|
30045
|
-
border-radius: 6px;
|
|
30046
|
-
cursor: pointer;
|
|
30047
|
-
transition: all 0.3s ease;
|
|
29971
|
+
.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] {
|
|
29972
|
+
--color: #0080ff;
|
|
30048
29973
|
}
|
|
30049
|
-
.
|
|
30050
|
-
|
|
30051
|
-
color: #0080ff;
|
|
29974
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29975
|
+
margin-left: 1px;
|
|
30052
29976
|
}
|
|
30053
|
-
.
|
|
30054
|
-
|
|
29977
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29978
|
+
border-top-right-radius: 0;
|
|
29979
|
+
border-bottom-right-radius: 0;
|
|
30055
29980
|
}
|
|
30056
|
-
.
|
|
30057
|
-
|
|
29981
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29982
|
+
border-top-left-radius: 0;
|
|
29983
|
+
border-bottom-left-radius: 0;
|
|
29984
|
+
}
|
|
29985
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29986
|
+
border-radius: unset;
|
|
29987
|
+
}
|
|
29988
|
+
|
|
29989
|
+
.E_iouxfgt {
|
|
29990
|
+
display: inline-flex;
|
|
30058
29991
|
align-items: center;
|
|
30059
|
-
color: #0080ff;
|
|
30060
|
-
font-weight: bold;
|
|
30061
29992
|
}
|
|
30062
|
-
.
|
|
30063
|
-
|
|
29993
|
+
.E_iouxfgt .icon-inner {
|
|
29994
|
+
display: inline-flex;
|
|
29995
|
+
align-items: center;
|
|
29996
|
+
justify-content: center;
|
|
30064
29997
|
}
|
|
30065
|
-
.
|
|
30066
|
-
.
|
|
30067
|
-
|
|
29998
|
+
.E_iouxfgt .icon-inner + span,
|
|
29999
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30000
|
+
margin-left: 4px;
|
|
30068
30001
|
}
|
|
30069
|
-
.
|
|
30070
|
-
.
|
|
30071
|
-
|
|
30002
|
+
.E_iouxfgt.is-rotate img,
|
|
30003
|
+
.E_iouxfgt.is-rotate svg {
|
|
30004
|
+
animation: rotate 680ms linear infinite;
|
|
30072
30005
|
}
|
|
30073
|
-
|
|
30074
|
-
|
|
30006
|
+
|
|
30007
|
+
.E_i1inqkme {
|
|
30008
|
+
height: 18px;
|
|
30009
|
+
line-height: 18px;
|
|
30010
|
+
padding: 0 4px;
|
|
30011
|
+
border-radius: 4px;
|
|
30012
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30013
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30014
|
+
display: flex;
|
|
30015
|
+
align-items: center;
|
|
30016
|
+
white-space: nowrap;
|
|
30017
|
+
margin-right: 4px;
|
|
30075
30018
|
}
|
|
30076
30019
|
|
|
30077
|
-
.
|
|
30078
|
-
|
|
30079
|
-
overflow-y: auto;
|
|
30020
|
+
.E_owd0kml {
|
|
30021
|
+
display: inline-block;
|
|
30080
30022
|
}
|
|
30081
|
-
|
|
30082
|
-
|
|
30083
|
-
|
|
30084
|
-
|
|
30023
|
+
|
|
30024
|
+
.E_h1jsgezc {
|
|
30025
|
+
visibility: hidden;
|
|
30026
|
+
position: absolute;
|
|
30085
30027
|
}
|
|
30086
30028
|
|
|
30087
30029
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30230,39 +30172,96 @@ html body {
|
|
|
30230
30172
|
width: 36px;
|
|
30231
30173
|
}
|
|
30232
30174
|
|
|
30233
|
-
.
|
|
30175
|
+
.E_phljevk {
|
|
30234
30176
|
display: flex;
|
|
30235
|
-
|
|
30177
|
+
justify-content: space-between;
|
|
30178
|
+
align-items: center;
|
|
30179
|
+
padding: 10px 0;
|
|
30180
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30181
|
+
font-size: 12px;
|
|
30182
|
+
line-height: 24px;
|
|
30236
30183
|
}
|
|
30237
|
-
|
|
30238
|
-
|
|
30239
|
-
max-width: 1120px;
|
|
30240
|
-
width: 100%;
|
|
30241
|
-
margin: 0 auto;
|
|
30242
|
-
height: 100%;
|
|
30184
|
+
.E_phljevk .pagination-left {
|
|
30185
|
+
padding: 2px 8px;
|
|
30243
30186
|
}
|
|
30244
|
-
|
|
30245
|
-
.E_wt5zbg6 {
|
|
30246
|
-
max-width: 1120px;
|
|
30247
|
-
width: 100%;
|
|
30248
|
-
margin: 0 auto;
|
|
30187
|
+
.E_phljevk .dropdown-trigger {
|
|
30249
30188
|
display: flex;
|
|
30189
|
+
align-items: center;
|
|
30190
|
+
border-radius: 6px;
|
|
30191
|
+
cursor: pointer;
|
|
30192
|
+
transition: all 0.3s ease;
|
|
30250
30193
|
}
|
|
30251
|
-
.
|
|
30252
|
-
|
|
30253
|
-
|
|
30254
|
-
flex-shrink: 0;
|
|
30255
|
-
flex-basis: 21%;
|
|
30194
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30195
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30196
|
+
color: #0080ff;
|
|
30256
30197
|
}
|
|
30257
|
-
.
|
|
30198
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30199
|
+
margin-left: 4px;
|
|
30200
|
+
}
|
|
30201
|
+
.E_phljevk .pagination-right {
|
|
30258
30202
|
display: flex;
|
|
30259
|
-
|
|
30260
|
-
|
|
30203
|
+
align-items: center;
|
|
30204
|
+
color: #0080ff;
|
|
30205
|
+
font-weight: bold;
|
|
30261
30206
|
}
|
|
30262
|
-
.
|
|
30263
|
-
|
|
30207
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30208
|
+
margin-left: 4px;
|
|
30264
30209
|
}
|
|
30265
|
-
.
|
|
30210
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30211
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30212
|
+
padding: 0 8px;
|
|
30213
|
+
}
|
|
30214
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30215
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30216
|
+
color: #0080ff;
|
|
30217
|
+
}
|
|
30218
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30219
|
+
transform: rotate(180deg);
|
|
30220
|
+
}
|
|
30221
|
+
|
|
30222
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30223
|
+
max-height: calc(100vh - 128px);
|
|
30224
|
+
overflow-y: auto;
|
|
30225
|
+
}
|
|
30226
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30227
|
+
padding: 4px 20px;
|
|
30228
|
+
font-size: 12px;
|
|
30229
|
+
line-height: 18px;
|
|
30230
|
+
}
|
|
30231
|
+
|
|
30232
|
+
.E_cnujxq2 {
|
|
30233
|
+
display: flex;
|
|
30234
|
+
flex-direction: column;
|
|
30235
|
+
}
|
|
30236
|
+
|
|
30237
|
+
.E_m7s48ia {
|
|
30238
|
+
max-width: 1120px;
|
|
30239
|
+
width: 100%;
|
|
30240
|
+
margin: 0 auto;
|
|
30241
|
+
height: 100%;
|
|
30242
|
+
}
|
|
30243
|
+
|
|
30244
|
+
.E_wt5zbg6 {
|
|
30245
|
+
max-width: 1120px;
|
|
30246
|
+
width: 100%;
|
|
30247
|
+
margin: 0 auto;
|
|
30248
|
+
display: flex;
|
|
30249
|
+
}
|
|
30250
|
+
.E_wt5zbg6 .left,
|
|
30251
|
+
.E_wt5zbg6 .right {
|
|
30252
|
+
flex-grow: 0;
|
|
30253
|
+
flex-shrink: 0;
|
|
30254
|
+
flex-basis: 21%;
|
|
30255
|
+
}
|
|
30256
|
+
.E_wt5zbg6 .left {
|
|
30257
|
+
display: flex;
|
|
30258
|
+
justify-content: flex-end;
|
|
30259
|
+
padding-right: 44px;
|
|
30260
|
+
}
|
|
30261
|
+
.E_wt5zbg6 .right {
|
|
30262
|
+
padding-left: 44px;
|
|
30263
|
+
}
|
|
30264
|
+
.E_wt5zbg6 .middle {
|
|
30266
30265
|
margin-bottom: 40px;
|
|
30267
30266
|
flex-grow: 0;
|
|
30268
30267
|
flex-shrink: 0;
|
|
@@ -30974,6 +30973,108 @@ input.E_rf8rlle.ant-input {
|
|
|
30974
30973
|
display: inline-block;
|
|
30975
30974
|
}
|
|
30976
30975
|
|
|
30976
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30977
|
+
display: none;
|
|
30978
|
+
}
|
|
30979
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30980
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30981
|
+
border-radius: 4px;
|
|
30982
|
+
}
|
|
30983
|
+
|
|
30984
|
+
.E_skwah65 {
|
|
30985
|
+
height: 8px;
|
|
30986
|
+
box-sizing: border-box;
|
|
30987
|
+
border-radius: 2px;
|
|
30988
|
+
background: #f5f7fa;
|
|
30989
|
+
display: flex;
|
|
30990
|
+
width: 100%;
|
|
30991
|
+
overflow: hidden;
|
|
30992
|
+
}
|
|
30993
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
30994
|
+
margin-left: 1px;
|
|
30995
|
+
}
|
|
30996
|
+
|
|
30997
|
+
.E_s1dni7lo {
|
|
30998
|
+
width: 430px !important;
|
|
30999
|
+
}
|
|
31000
|
+
|
|
31001
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31002
|
+
padding: 8px 16px;
|
|
31003
|
+
line-height: 18px;
|
|
31004
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31005
|
+
height: 34px;
|
|
31006
|
+
min-height: 34px;
|
|
31007
|
+
box-sizing: border-box;
|
|
31008
|
+
margin-top: 8px;
|
|
31009
|
+
}
|
|
31010
|
+
|
|
31011
|
+
.E_o1ugr09p {
|
|
31012
|
+
display: flex;
|
|
31013
|
+
flex-direction: column;
|
|
31014
|
+
margin: 1px 8px;
|
|
31015
|
+
padding: 8px;
|
|
31016
|
+
border-radius: 4px;
|
|
31017
|
+
}
|
|
31018
|
+
.E_o1ugr09p .selected-icon {
|
|
31019
|
+
display: none;
|
|
31020
|
+
}
|
|
31021
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31022
|
+
padding-left: 8px;
|
|
31023
|
+
}
|
|
31024
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31025
|
+
background-color: white;
|
|
31026
|
+
}
|
|
31027
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31028
|
+
color: #0080ff;
|
|
31029
|
+
}
|
|
31030
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31031
|
+
display: block;
|
|
31032
|
+
}
|
|
31033
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31034
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31035
|
+
}
|
|
31036
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31037
|
+
color: #0080ff;
|
|
31038
|
+
}
|
|
31039
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31040
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31041
|
+
color: #0080ff;
|
|
31042
|
+
}
|
|
31043
|
+
|
|
31044
|
+
.E_o1ifxsq4 {
|
|
31045
|
+
display: flex;
|
|
31046
|
+
justify-content: space-between;
|
|
31047
|
+
height: 20px;
|
|
31048
|
+
line-height: 20px;
|
|
31049
|
+
}
|
|
31050
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31051
|
+
color: #2d3a56;
|
|
31052
|
+
overflow: hidden;
|
|
31053
|
+
text-overflow: ellipsis;
|
|
31054
|
+
}
|
|
31055
|
+
|
|
31056
|
+
.E_o1zue7 {
|
|
31057
|
+
display: flex;
|
|
31058
|
+
justify-content: space-between;
|
|
31059
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31060
|
+
height: 18px;
|
|
31061
|
+
line-height: 18px;
|
|
31062
|
+
margin-top: 2px;
|
|
31063
|
+
}
|
|
31064
|
+
|
|
31065
|
+
.E_tyfmlxg {
|
|
31066
|
+
border: none;
|
|
31067
|
+
margin-right: 0;
|
|
31068
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31069
|
+
}
|
|
31070
|
+
|
|
31071
|
+
.E_o18uybox {
|
|
31072
|
+
pointer-events: none;
|
|
31073
|
+
height: 32px;
|
|
31074
|
+
width: 100%;
|
|
31075
|
+
opacity: 0;
|
|
31076
|
+
}
|
|
31077
|
+
|
|
30977
31078
|
.E_dsnbhzf {
|
|
30978
31079
|
font-family: Inter;
|
|
30979
31080
|
font-style: normal;
|
|
@@ -31449,1752 +31550,1592 @@ input.E_rf8rlle.ant-input {
|
|
|
31449
31550
|
line-height: 12px;
|
|
31450
31551
|
}
|
|
31451
31552
|
|
|
31452
|
-
.
|
|
31453
|
-
|
|
31553
|
+
.E_s1ebs0ra {
|
|
31554
|
+
display: flex;
|
|
31555
|
+
align-items: center;
|
|
31556
|
+
justify-content: space-between;
|
|
31557
|
+
background: #edf0f7;
|
|
31558
|
+
padding: 8px 12px;
|
|
31559
|
+
position: sticky;
|
|
31560
|
+
top: 0;
|
|
31561
|
+
z-index: 1;
|
|
31562
|
+
margin-bottom: -52px;
|
|
31454
31563
|
}
|
|
31455
|
-
|
|
31456
|
-
|
|
31457
|
-
|
|
31564
|
+
.E_s1ebs0ra .select-total {
|
|
31565
|
+
display: flex;
|
|
31566
|
+
align-items: center;
|
|
31567
|
+
font-weight: 700;
|
|
31568
|
+
flex-shrink: 0;
|
|
31458
31569
|
}
|
|
31459
|
-
.
|
|
31460
|
-
|
|
31461
|
-
|
|
31570
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
31571
|
+
cursor: pointer;
|
|
31572
|
+
margin-left: 8px;
|
|
31573
|
+
width: 32px;
|
|
31574
|
+
height: 32px;
|
|
31575
|
+
border-radius: 50%;
|
|
31576
|
+
justify-content: center;
|
|
31462
31577
|
}
|
|
31463
|
-
.
|
|
31464
|
-
|
|
31578
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31579
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31465
31580
|
}
|
|
31466
|
-
.
|
|
31467
|
-
|
|
31468
|
-
|
|
31581
|
+
.E_s1ebs0ra .action-group {
|
|
31582
|
+
flex: 1;
|
|
31583
|
+
margin-left: 88px;
|
|
31584
|
+
white-space: nowrap;
|
|
31585
|
+
text-align: right;
|
|
31586
|
+
position: relative;
|
|
31587
|
+
padding: 4px 0;
|
|
31588
|
+
margin-top: -4px;
|
|
31589
|
+
overflow: hidden;
|
|
31469
31590
|
}
|
|
31470
|
-
.
|
|
31471
|
-
|
|
31591
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
31592
|
+
transform: translateY(-4px);
|
|
31472
31593
|
}
|
|
31473
|
-
.
|
|
31474
|
-
|
|
31594
|
+
.E_s1ebs0ra .action-group button {
|
|
31595
|
+
border: none;
|
|
31475
31596
|
}
|
|
31476
|
-
.
|
|
31477
|
-
|
|
31597
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
31598
|
+
margin-right: 8px;
|
|
31478
31599
|
}
|
|
31479
|
-
.
|
|
31480
|
-
|
|
31600
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
31601
|
+
margin-right: 4px;
|
|
31481
31602
|
}
|
|
31482
|
-
.
|
|
31483
|
-
|
|
31603
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
31604
|
+
cursor: pointer;
|
|
31605
|
+
width: 32px;
|
|
31606
|
+
height: 32px;
|
|
31607
|
+
justify-content: center;
|
|
31608
|
+
border-radius: 50%;
|
|
31484
31609
|
}
|
|
31485
|
-
.
|
|
31486
|
-
|
|
31487
|
-
overflow: visible;
|
|
31610
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
31611
|
+
background: #fff;
|
|
31488
31612
|
}
|
|
31489
|
-
|
|
31490
|
-
|
|
31613
|
+
|
|
31614
|
+
.E_c1up1pdz {
|
|
31615
|
+
width: 648px;
|
|
31491
31616
|
}
|
|
31492
|
-
.
|
|
31493
|
-
|
|
31494
|
-
display: none;
|
|
31617
|
+
.E_c1up1pdz.active {
|
|
31618
|
+
border-color: #0080ff;
|
|
31495
31619
|
}
|
|
31496
|
-
.
|
|
31497
|
-
background:
|
|
31620
|
+
.E_c1up1pdz.active > header {
|
|
31621
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31498
31622
|
}
|
|
31499
|
-
.
|
|
31500
|
-
|
|
31501
|
-
background: #fff;
|
|
31502
|
-
padding: 0 !important;
|
|
31623
|
+
.E_c1up1pdz .expand {
|
|
31624
|
+
padding: 12px;
|
|
31503
31625
|
}
|
|
31504
|
-
.
|
|
31505
|
-
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31626
|
+
.E_c1up1pdz .field-item {
|
|
31506
31627
|
display: flex;
|
|
31507
|
-
|
|
31508
|
-
|
|
31509
|
-
padding: 8px;
|
|
31510
|
-
}
|
|
31511
|
-
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31512
|
-
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31513
|
-
overflow: hidden;
|
|
31514
|
-
text-overflow: ellipsis;
|
|
31515
|
-
width: 100%;
|
|
31516
|
-
}
|
|
31517
|
-
.E_tfzf37v .ant-table-container {
|
|
31518
|
-
height: 100%;
|
|
31519
|
-
}
|
|
31520
|
-
.E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
|
|
31521
|
-
box-shadow: none !important;
|
|
31522
|
-
}
|
|
31523
|
-
.E_tfzf37v .ant-table {
|
|
31524
|
-
border-radius: 0px;
|
|
31525
|
-
border-left: none;
|
|
31526
|
-
border-right: none;
|
|
31527
|
-
border-bottom: none;
|
|
31528
|
-
height: 100%;
|
|
31529
|
-
font-size: 12px;
|
|
31530
|
-
background: transparent;
|
|
31531
|
-
}
|
|
31532
|
-
.E_tfzf37v .ant-table .ant-table-header {
|
|
31533
|
-
position: relative;
|
|
31534
|
-
z-index: 3;
|
|
31535
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31536
|
-
margin-bottom: -1px;
|
|
31537
|
-
}
|
|
31538
|
-
.E_tfzf37v .ant-table .time-wrapper .date,
|
|
31539
|
-
.E_tfzf37v .ant-table .value {
|
|
31540
|
-
color: #2d3a56;
|
|
31541
|
-
}
|
|
31542
|
-
.E_tfzf37v .ant-table .time-wrapper .time,
|
|
31543
|
-
.E_tfzf37v .ant-table .unit {
|
|
31544
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31545
|
-
}
|
|
31546
|
-
.E_tfzf37v .ant-table .ant-table-selection {
|
|
31547
|
-
position: unset;
|
|
31548
|
-
text-align: center;
|
|
31549
|
-
}
|
|
31550
|
-
.E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31551
|
-
background: #fff;
|
|
31552
|
-
}
|
|
31553
|
-
.E_tfzf37v .ant-table .anticon-setting {
|
|
31554
|
-
cursor: pointer;
|
|
31555
|
-
position: absolute;
|
|
31556
|
-
top: 50%;
|
|
31557
|
-
right: 12px;
|
|
31558
|
-
transform: translateY(-50%);
|
|
31559
|
-
}
|
|
31560
|
-
.E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31561
|
-
box-shadow: none;
|
|
31562
|
-
width: 1px;
|
|
31563
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31564
|
-
}
|
|
31565
|
-
.E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31566
|
-
box-shadow: none;
|
|
31567
|
-
width: 1px;
|
|
31568
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31569
|
-
}
|
|
31570
|
-
.E_tfzf37v .ant-table .ant-table-tbody {
|
|
31571
|
-
position: relative;
|
|
31572
|
-
}
|
|
31573
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
|
|
31574
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31575
|
-
border-bottom: 1px solid white;
|
|
31576
|
-
height: 40px;
|
|
31577
|
-
vertical-align: middle;
|
|
31578
|
-
transition: background 0ms;
|
|
31579
|
-
color: #00122e;
|
|
31580
|
-
}
|
|
31581
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31582
|
-
background: #f2f5fa;
|
|
31583
|
-
border-bottom-color: #f2f5fa;
|
|
31584
|
-
}
|
|
31585
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31586
|
-
height: auto;
|
|
31587
|
-
color: #00122e;
|
|
31588
|
-
font-size: 12px;
|
|
31589
|
-
text-align: left;
|
|
31590
|
-
transition: none;
|
|
31591
|
-
overflow: hidden;
|
|
31592
|
-
text-overflow: ellipsis;
|
|
31593
|
-
white-space: nowrap;
|
|
31594
|
-
}
|
|
31595
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31596
|
-
color: #0096ff;
|
|
31597
|
-
}
|
|
31598
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31599
|
-
overflow: hidden;
|
|
31600
|
-
text-overflow: ellipsis;
|
|
31601
|
-
width: 100%;
|
|
31602
|
-
vertical-align: middle;
|
|
31603
|
-
}
|
|
31604
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31605
|
-
line-height: 0px;
|
|
31606
|
-
}
|
|
31607
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31608
|
-
padding-right: 25px;
|
|
31609
|
-
}
|
|
31610
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31611
|
-
border-top-color: transparent;
|
|
31612
|
-
}
|
|
31613
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31614
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31615
|
-
border-color: transparent transparent white;
|
|
31616
|
-
}
|
|
31617
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31618
|
-
border-radius: 8px 0 0 8px;
|
|
31619
|
-
}
|
|
31620
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31621
|
-
border-radius: 8px 0 0 8px;
|
|
31622
|
-
}
|
|
31623
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31624
|
-
content: "";
|
|
31625
|
-
width: 4px;
|
|
31626
|
-
top: -1px;
|
|
31627
|
-
bottom: -1px;
|
|
31628
|
-
background: white;
|
|
31629
|
-
}
|
|
31630
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31631
|
-
border-radius: 0 8px 8px 0;
|
|
31632
|
-
}
|
|
31633
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31634
|
-
border-radius: 0;
|
|
31635
|
-
background: white;
|
|
31636
|
-
border-top: none;
|
|
31637
|
-
}
|
|
31638
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31639
|
-
border-top: 1px solid transparent;
|
|
31640
|
-
border-radius: 0 8px 8px 0;
|
|
31641
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31642
|
-
}
|
|
31643
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31644
|
-
background: white;
|
|
31645
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31646
|
-
}
|
|
31647
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31648
|
-
display: flex;
|
|
31649
|
-
align-items: center;
|
|
31650
|
-
height: 100%;
|
|
31651
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31652
|
-
}
|
|
31653
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31654
|
-
background: white;
|
|
31655
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31656
|
-
}
|
|
31657
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31658
|
-
display: flex;
|
|
31659
|
-
align-items: center;
|
|
31660
|
-
height: 100%;
|
|
31661
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31662
|
-
}
|
|
31663
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31664
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31665
|
-
}
|
|
31666
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31667
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31668
|
-
border-radius: 8px;
|
|
31669
|
-
}
|
|
31670
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31671
|
-
border-top-color: white;
|
|
31672
|
-
}
|
|
31673
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31674
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31675
|
-
border-bottom-color: transparent;
|
|
31676
|
-
border-top-color: transparent;
|
|
31677
|
-
}
|
|
31678
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31679
|
-
border-radius: 8px 0 0 8px;
|
|
31680
|
-
}
|
|
31681
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31682
|
-
border-radius: 0 8px 8px 0;
|
|
31683
|
-
}
|
|
31684
|
-
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31685
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31628
|
+
padding: 10px 0;
|
|
31629
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31686
31630
|
}
|
|
31687
|
-
.
|
|
31688
|
-
background: #fff;
|
|
31689
|
-
font-weight: 400;
|
|
31690
|
-
position: relative;
|
|
31631
|
+
.E_c1up1pdz .field-item:last-child {
|
|
31691
31632
|
border-bottom: none;
|
|
31692
|
-
|
|
31693
|
-
transition: none;
|
|
31694
|
-
padding: 15px 8px 15px 8px;
|
|
31695
|
-
}
|
|
31696
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31697
|
-
content: "";
|
|
31698
|
-
width: 1px;
|
|
31699
|
-
top: 0;
|
|
31700
|
-
bottom: 0;
|
|
31701
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31702
|
-
position: absolute;
|
|
31703
|
-
right: 0;
|
|
31704
|
-
}
|
|
31705
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31706
|
-
padding: unset;
|
|
31707
|
-
}
|
|
31708
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31709
|
-
display: none;
|
|
31710
|
-
}
|
|
31711
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31712
|
-
width: 100%;
|
|
31713
|
-
overflow: hidden;
|
|
31714
|
-
white-space: nowrap;
|
|
31715
|
-
text-overflow: ellipsis;
|
|
31716
|
-
}
|
|
31717
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31718
|
-
overflow: hidden;
|
|
31719
|
-
text-overflow: ellipsis;
|
|
31720
|
-
flex: 1;
|
|
31721
|
-
}
|
|
31722
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31723
|
-
padding: 15px 25px 15px 8px;
|
|
31724
|
-
}
|
|
31725
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31726
|
-
padding: 0;
|
|
31727
|
-
}
|
|
31728
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31729
|
-
position: absolute;
|
|
31730
|
-
right: 6px;
|
|
31731
|
-
top: 50%;
|
|
31732
|
-
transform: translateY(-50%);
|
|
31733
|
-
height: 16px;
|
|
31734
|
-
display: none;
|
|
31735
|
-
transition: transform 320ms ease;
|
|
31736
|
-
}
|
|
31737
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31738
|
-
display: block;
|
|
31739
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31740
|
-
}
|
|
31741
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31742
|
-
display: block;
|
|
31743
|
-
}
|
|
31744
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31745
|
-
display: none;
|
|
31746
|
-
}
|
|
31747
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31748
|
-
transform: translateY(-50%);
|
|
31749
|
-
}
|
|
31750
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31751
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31752
|
-
}
|
|
31753
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31754
|
-
background: #f2f5fa;
|
|
31755
|
-
}
|
|
31756
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31757
|
-
display: block;
|
|
31758
|
-
}
|
|
31759
|
-
.E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
|
|
31760
|
-
padding-right: 25px;
|
|
31761
|
-
}
|
|
31762
|
-
.E_tfzf37v .ant-table .ant-table-selection-column {
|
|
31763
|
-
padding: 0 !important;
|
|
31764
|
-
}
|
|
31765
|
-
.E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31766
|
-
position: absolute;
|
|
31767
|
-
left: 50%;
|
|
31768
|
-
top: 50%;
|
|
31769
|
-
transform: translate(-50%, -50%);
|
|
31770
|
-
}
|
|
31771
|
-
.E_tfzf37v .ant-table .ant-table-selection-column:after {
|
|
31772
|
-
display: none;
|
|
31773
|
-
}
|
|
31774
|
-
.E_tfzf37v .ant-table .ant-table-hide-scrollbar {
|
|
31775
|
-
background: #fff;
|
|
31776
|
-
}
|
|
31777
|
-
.E_tfzf37v .ant-table .ant-table-placeholder {
|
|
31778
|
-
background: inherit;
|
|
31779
|
-
}
|
|
31780
|
-
.E_tfzf37v .ant-table .ant-table-placeholder td {
|
|
31781
|
-
position: static;
|
|
31782
|
-
border: none;
|
|
31783
|
-
background: inherit !important;
|
|
31784
|
-
height: 100px;
|
|
31785
|
-
vertical-align: middle;
|
|
31786
|
-
}
|
|
31787
|
-
.E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
|
|
31788
|
-
.E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31789
|
-
font-weight: bold;
|
|
31790
|
-
font-size: 20px;
|
|
31791
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31792
|
-
}
|
|
31793
|
-
.E_tfzf37v .ant-table td.cell__action_ {
|
|
31794
|
-
padding: 0 !important;
|
|
31795
|
-
position: relative;
|
|
31796
|
-
background: #fff;
|
|
31797
|
-
}
|
|
31798
|
-
.E_tfzf37v .ant-table td.cell__action_ > * {
|
|
31799
|
-
height: 100%;
|
|
31800
|
-
display: flex;
|
|
31801
|
-
align-items: center;
|
|
31802
|
-
justify-content: flex-end;
|
|
31803
|
-
padding-right: 8px;
|
|
31804
|
-
}
|
|
31805
|
-
.E_tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
31806
|
-
width: 24px;
|
|
31807
|
-
height: 24px;
|
|
31808
|
-
cursor: pointer;
|
|
31809
|
-
justify-content: center;
|
|
31810
|
-
border-radius: 4px;
|
|
31811
|
-
}
|
|
31812
|
-
.E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
31813
|
-
background: #fff;
|
|
31814
|
-
}
|
|
31815
|
-
|
|
31816
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31817
|
-
display: none;
|
|
31818
|
-
}
|
|
31819
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31820
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31821
|
-
border-radius: 4px;
|
|
31822
|
-
}
|
|
31823
|
-
|
|
31824
|
-
.E_s1dni7lo {
|
|
31825
|
-
width: 430px !important;
|
|
31826
|
-
}
|
|
31827
|
-
|
|
31828
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31829
|
-
padding: 8px 16px;
|
|
31830
|
-
line-height: 18px;
|
|
31831
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31832
|
-
height: 34px;
|
|
31833
|
-
min-height: 34px;
|
|
31834
|
-
box-sizing: border-box;
|
|
31835
|
-
margin-top: 8px;
|
|
31836
|
-
}
|
|
31837
|
-
|
|
31838
|
-
.E_o1ugr09p {
|
|
31839
|
-
display: flex;
|
|
31840
|
-
flex-direction: column;
|
|
31841
|
-
margin: 1px 8px;
|
|
31842
|
-
padding: 8px;
|
|
31843
|
-
border-radius: 4px;
|
|
31844
|
-
}
|
|
31845
|
-
.E_o1ugr09p .selected-icon {
|
|
31846
|
-
display: none;
|
|
31847
|
-
}
|
|
31848
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31849
|
-
padding-left: 8px;
|
|
31850
|
-
}
|
|
31851
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31852
|
-
background-color: white;
|
|
31853
|
-
}
|
|
31854
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31855
|
-
color: #0080ff;
|
|
31856
|
-
}
|
|
31857
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31858
|
-
display: block;
|
|
31859
|
-
}
|
|
31860
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31861
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31862
|
-
}
|
|
31863
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31864
|
-
color: #0080ff;
|
|
31633
|
+
padding-bottom: 0;
|
|
31865
31634
|
}
|
|
31866
|
-
.
|
|
31867
|
-
|
|
31868
|
-
|
|
31635
|
+
.E_c1up1pdz .field-item label {
|
|
31636
|
+
line-height: 32px;
|
|
31637
|
+
width: 100px;
|
|
31638
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31869
31639
|
}
|
|
31870
|
-
|
|
31871
|
-
.
|
|
31872
|
-
|
|
31873
|
-
justify-content: space-between;
|
|
31874
|
-
height: 20px;
|
|
31875
|
-
line-height: 20px;
|
|
31640
|
+
.E_c1up1pdz .help {
|
|
31641
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31642
|
+
margin-top: 5px;
|
|
31876
31643
|
}
|
|
31877
|
-
.
|
|
31878
|
-
|
|
31879
|
-
|
|
31880
|
-
text-overflow: ellipsis;
|
|
31644
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
31645
|
+
.E_c1up1pdz .ant-picker {
|
|
31646
|
+
width: 128px;
|
|
31881
31647
|
}
|
|
31882
31648
|
|
|
31883
|
-
.
|
|
31649
|
+
.E_c156wh19 {
|
|
31884
31650
|
display: flex;
|
|
31651
|
+
align-items: center;
|
|
31885
31652
|
justify-content: space-between;
|
|
31886
|
-
|
|
31887
|
-
height: 18px;
|
|
31888
|
-
line-height: 18px;
|
|
31889
|
-
margin-top: 2px;
|
|
31653
|
+
word-break: keep-all;
|
|
31890
31654
|
}
|
|
31891
|
-
|
|
31892
|
-
|
|
31893
|
-
border: none;
|
|
31894
|
-
margin-right: 0;
|
|
31895
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31655
|
+
.E_c156wh19 .title {
|
|
31656
|
+
margin: 0 16px 0 8px;
|
|
31896
31657
|
}
|
|
31897
|
-
|
|
31898
|
-
.
|
|
31899
|
-
pointer-events: none;
|
|
31900
|
-
height: 32px;
|
|
31901
|
-
width: 100%;
|
|
31902
|
-
opacity: 0;
|
|
31658
|
+
.E_c156wh19 .retain {
|
|
31659
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31903
31660
|
}
|
|
31904
|
-
|
|
31905
|
-
|
|
31906
|
-
height: 8px;
|
|
31907
|
-
box-sizing: border-box;
|
|
31908
|
-
border-radius: 2px;
|
|
31909
|
-
background: #f5f7fa;
|
|
31661
|
+
.E_c156wh19 div.left {
|
|
31662
|
+
flex: 1;
|
|
31910
31663
|
display: flex;
|
|
31911
|
-
width: 100%;
|
|
31912
31664
|
overflow: hidden;
|
|
31665
|
+
align-items: center;
|
|
31666
|
+
justify-content: flex-start;
|
|
31667
|
+
white-space: nowrap;
|
|
31913
31668
|
}
|
|
31914
|
-
.
|
|
31915
|
-
|
|
31669
|
+
.E_c156wh19 div.left .title {
|
|
31670
|
+
max-width: 100%;
|
|
31671
|
+
overflow: hidden;
|
|
31672
|
+
text-overflow: ellipsis;
|
|
31916
31673
|
}
|
|
31917
|
-
|
|
31918
|
-
.E_s1ebs0ra {
|
|
31674
|
+
.E_c156wh19 div.right {
|
|
31919
31675
|
display: flex;
|
|
31920
31676
|
align-items: center;
|
|
31921
|
-
justify-content: space-between;
|
|
31922
|
-
background: #edf0f7;
|
|
31923
|
-
padding: 8px 12px;
|
|
31924
|
-
position: sticky;
|
|
31925
|
-
top: 0;
|
|
31926
|
-
z-index: 1;
|
|
31927
|
-
margin-bottom: -52px;
|
|
31928
31677
|
}
|
|
31929
|
-
.
|
|
31678
|
+
.E_c156wh19 .reverse {
|
|
31930
31679
|
display: flex;
|
|
31680
|
+
flex-direction: row-reverse;
|
|
31931
31681
|
align-items: center;
|
|
31932
|
-
font-weight: 700;
|
|
31933
|
-
flex-shrink: 0;
|
|
31934
31682
|
}
|
|
31935
|
-
.
|
|
31936
|
-
cursor: pointer;
|
|
31683
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
31937
31684
|
margin-left: 8px;
|
|
31938
|
-
width: 32px;
|
|
31939
|
-
height: 32px;
|
|
31940
|
-
border-radius: 50%;
|
|
31941
|
-
justify-content: center;
|
|
31942
31685
|
}
|
|
31943
|
-
.
|
|
31944
|
-
|
|
31686
|
+
.E_c156wh19 .close {
|
|
31687
|
+
padding-left: 14px;
|
|
31688
|
+
margin-left: 14px;
|
|
31689
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31690
|
+
cursor: pointer;
|
|
31945
31691
|
}
|
|
31946
|
-
|
|
31947
|
-
|
|
31948
|
-
|
|
31949
|
-
|
|
31950
|
-
text-align: right;
|
|
31951
|
-
position: relative;
|
|
31952
|
-
padding: 4px 0;
|
|
31953
|
-
margin-top: -4px;
|
|
31954
|
-
overflow: hidden;
|
|
31692
|
+
|
|
31693
|
+
.E_m126spxy {
|
|
31694
|
+
padding-bottom: 4px;
|
|
31695
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31955
31696
|
}
|
|
31956
|
-
.
|
|
31957
|
-
|
|
31697
|
+
.E_m126spxy .ant-btn-link {
|
|
31698
|
+
padding: 1px 10px;
|
|
31699
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31700
|
+
border-radius: 4px;
|
|
31958
31701
|
}
|
|
31959
|
-
.
|
|
31960
|
-
|
|
31702
|
+
.E_m126spxy .ant-btn-link.active {
|
|
31703
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31704
|
+
color: #0096ff;
|
|
31961
31705
|
}
|
|
31962
|
-
|
|
31706
|
+
|
|
31707
|
+
.E_wpbf4pq {
|
|
31708
|
+
padding: 10px 0;
|
|
31709
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31710
|
+
}
|
|
31711
|
+
.E_wpbf4pq .ant-input,
|
|
31712
|
+
.E_wpbf4pq .ant-picker {
|
|
31713
|
+
width: 80px;
|
|
31714
|
+
margin: 0 9px;
|
|
31715
|
+
text-align: center;
|
|
31716
|
+
}
|
|
31717
|
+
.E_wpbf4pq .options {
|
|
31718
|
+
padding: 12px 0 12px 16px;
|
|
31719
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31720
|
+
margin: 5px 0 5px 8px;
|
|
31721
|
+
}
|
|
31722
|
+
.E_wpbf4pq .week-day-option,
|
|
31723
|
+
.E_wpbf4pq .month-day-option {
|
|
31724
|
+
background: #f5f7fa;
|
|
31725
|
+
box-sizing: border-box;
|
|
31726
|
+
border-radius: 16px;
|
|
31963
31727
|
margin-right: 8px;
|
|
31964
31728
|
}
|
|
31965
|
-
.
|
|
31966
|
-
|
|
31729
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
31730
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
31731
|
+
color: inherit;
|
|
31732
|
+
border-color: #d9d9d9;
|
|
31967
31733
|
}
|
|
31968
|
-
.
|
|
31969
|
-
|
|
31734
|
+
.E_wpbf4pq .week-day-option.active {
|
|
31735
|
+
background-color: #0096ff;
|
|
31736
|
+
border-color: #0096ff;
|
|
31737
|
+
color: #fff;
|
|
31738
|
+
}
|
|
31739
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
31740
|
+
width: 110px;
|
|
31741
|
+
margin-top: 4px;
|
|
31742
|
+
}
|
|
31743
|
+
.E_wpbf4pq .month-day-option {
|
|
31970
31744
|
width: 32px;
|
|
31971
|
-
|
|
31972
|
-
|
|
31973
|
-
border-radius: 50%;
|
|
31745
|
+
padding: 0;
|
|
31746
|
+
margin-bottom: 8px;
|
|
31974
31747
|
}
|
|
31975
|
-
.
|
|
31976
|
-
background: #
|
|
31748
|
+
.E_wpbf4pq .month-day-option.active {
|
|
31749
|
+
background-color: #0096ff;
|
|
31750
|
+
border-color: #0096ff;
|
|
31751
|
+
color: #fff;
|
|
31977
31752
|
}
|
|
31978
31753
|
|
|
31979
|
-
.
|
|
31980
|
-
|
|
31754
|
+
.E_c18gxmrl {
|
|
31755
|
+
border: 1px solid #d8deeb;
|
|
31756
|
+
border-radius: 4px;
|
|
31981
31757
|
}
|
|
31982
|
-
.
|
|
31758
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
31759
|
+
margin-top: 8px;
|
|
31760
|
+
}
|
|
31761
|
+
.E_c18gxmrl:hover {
|
|
31983
31762
|
border-color: #0080ff;
|
|
31984
31763
|
}
|
|
31985
|
-
.
|
|
31764
|
+
.E_c18gxmrl:hover > header {
|
|
31986
31765
|
background: rgba(0, 128, 255, 0.1);
|
|
31987
31766
|
}
|
|
31988
|
-
.
|
|
31989
|
-
|
|
31767
|
+
.E_c18gxmrl.active header {
|
|
31768
|
+
border-bottom: 1px solid #d8deeb;
|
|
31990
31769
|
}
|
|
31991
|
-
.
|
|
31992
|
-
|
|
31993
|
-
padding: 10px 0;
|
|
31994
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31770
|
+
.E_c18gxmrl > header {
|
|
31771
|
+
padding: 8px 12px;
|
|
31995
31772
|
}
|
|
31996
|
-
|
|
31997
|
-
|
|
31998
|
-
|
|
31773
|
+
|
|
31774
|
+
.E_berrcjl {
|
|
31775
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31776
|
+
margin-bottom: 4px;
|
|
31999
31777
|
}
|
|
32000
|
-
.
|
|
31778
|
+
.E_berrcjl .breadcrumb-link {
|
|
31779
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31780
|
+
cursor: pointer;
|
|
31781
|
+
transition: color 160ms ease;
|
|
31782
|
+
}
|
|
31783
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
31784
|
+
color: #0080ff;
|
|
31785
|
+
}
|
|
31786
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
31787
|
+
color: #005ed1;
|
|
31788
|
+
}
|
|
31789
|
+
|
|
31790
|
+
.E_c1uzzomf {
|
|
31791
|
+
margin-bottom: 16px;
|
|
31792
|
+
}
|
|
31793
|
+
.E_c1uzzomf .card-title {
|
|
31794
|
+
font-size: 16px;
|
|
31795
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31796
|
+
font-weight: 700;
|
|
32001
31797
|
line-height: 32px;
|
|
32002
|
-
width: 100px;
|
|
32003
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32004
31798
|
}
|
|
32005
|
-
.
|
|
32006
|
-
|
|
32007
|
-
|
|
31799
|
+
.E_c1uzzomf .card-body {
|
|
31800
|
+
padding: 24px;
|
|
31801
|
+
border-radius: 8px;
|
|
31802
|
+
background: #fff;
|
|
32008
31803
|
}
|
|
32009
|
-
.
|
|
32010
|
-
|
|
32011
|
-
|
|
31804
|
+
.E_c1uzzomf .empty {
|
|
31805
|
+
font-weight: 700;
|
|
31806
|
+
font-size: 14px;
|
|
31807
|
+
line-height: 22px;
|
|
31808
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31809
|
+
text-align: center;
|
|
32012
31810
|
}
|
|
32013
31811
|
|
|
32014
|
-
.
|
|
31812
|
+
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
31813
|
+
margin-right: 2px;
|
|
31814
|
+
}
|
|
31815
|
+
|
|
31816
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
31817
|
+
padding-left: 8px;
|
|
31818
|
+
padding-right: 8px;
|
|
31819
|
+
}
|
|
31820
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
31821
|
+
border-radius: 4px;
|
|
31822
|
+
}
|
|
31823
|
+
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
31824
|
+
border-radius: 4px;
|
|
31825
|
+
}
|
|
31826
|
+
|
|
31827
|
+
.E_ma64lna .ant-segmented-item-label {
|
|
31828
|
+
padding-left: 12px;
|
|
31829
|
+
padding-right: 12px;
|
|
31830
|
+
}
|
|
31831
|
+
|
|
31832
|
+
.E_ckld275 {
|
|
31833
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
31834
|
+
}
|
|
31835
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
31836
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
31837
|
+
color: rgba(44, 56, 82, 0.75);
|
|
31838
|
+
}
|
|
31839
|
+
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
31840
|
+
background-color: transparent;
|
|
31841
|
+
}
|
|
31842
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
31843
|
+
background-color: transparent;
|
|
31844
|
+
}
|
|
31845
|
+
|
|
31846
|
+
.E_d1bw7c5z {
|
|
31847
|
+
position: relative;
|
|
31848
|
+
max-width: 388px;
|
|
31849
|
+
min-width: 245px;
|
|
31850
|
+
}
|
|
31851
|
+
.E_d1bw7c5z .center {
|
|
31852
|
+
position: absolute;
|
|
31853
|
+
font-size: 12px;
|
|
31854
|
+
width: 80px;
|
|
31855
|
+
height: 92px;
|
|
31856
|
+
top: 12px;
|
|
31857
|
+
left: 39px;
|
|
32015
31858
|
display: flex;
|
|
31859
|
+
flex-direction: column;
|
|
31860
|
+
justify-content: center;
|
|
32016
31861
|
align-items: center;
|
|
32017
|
-
|
|
32018
|
-
word-break: keep-all;
|
|
31862
|
+
color: #00122e;
|
|
32019
31863
|
}
|
|
32020
|
-
.
|
|
32021
|
-
|
|
31864
|
+
.E_d1bw7c5z .center .number {
|
|
31865
|
+
font-size: 24px;
|
|
31866
|
+
font-weight: 700;
|
|
32022
31867
|
}
|
|
32023
|
-
.
|
|
32024
|
-
|
|
31868
|
+
.E_d1bw7c5z .center .text {
|
|
31869
|
+
padding: 0 5px;
|
|
31870
|
+
font-size: 12px;
|
|
31871
|
+
width: inherit;
|
|
32025
31872
|
}
|
|
32026
|
-
.
|
|
32027
|
-
flex: 1;
|
|
31873
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
32028
31874
|
display: flex;
|
|
32029
|
-
overflow: hidden;
|
|
32030
|
-
align-items: center;
|
|
32031
|
-
justify-content: flex-start;
|
|
32032
|
-
white-space: nowrap;
|
|
32033
|
-
}
|
|
32034
|
-
.E_c156wh19 div.left .title {
|
|
32035
|
-
max-width: 100%;
|
|
32036
|
-
overflow: hidden;
|
|
32037
|
-
text-overflow: ellipsis;
|
|
32038
31875
|
}
|
|
32039
|
-
.
|
|
31876
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
31877
|
+
position: relative !important;
|
|
31878
|
+
width: calc(100% - 148px) !important;
|
|
31879
|
+
left: 0 !important;
|
|
31880
|
+
bottom: 0 !important;
|
|
32040
31881
|
display: flex;
|
|
32041
31882
|
align-items: center;
|
|
32042
31883
|
}
|
|
32043
|
-
.
|
|
32044
|
-
|
|
32045
|
-
flex-direction: row-reverse;
|
|
32046
|
-
align-items: center;
|
|
31884
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
31885
|
+
width: 100%;
|
|
32047
31886
|
}
|
|
32048
|
-
.
|
|
32049
|
-
|
|
31887
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
31888
|
+
width: 100%;
|
|
31889
|
+
margin-right: 0 !important;
|
|
31890
|
+
line-height: 18px;
|
|
32050
31891
|
}
|
|
32051
|
-
.
|
|
32052
|
-
|
|
32053
|
-
|
|
32054
|
-
|
|
31892
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
31893
|
+
border-radius: 2px;
|
|
31894
|
+
}
|
|
31895
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
31896
|
+
min-width: 75px;
|
|
31897
|
+
width: calc(100% - 20px);
|
|
31898
|
+
margin-left: 2px;
|
|
31899
|
+
color: #00122e !important;
|
|
31900
|
+
display: inline-flex;
|
|
31901
|
+
justify-content: space-between;
|
|
31902
|
+
}
|
|
31903
|
+
.E_d1bw7c5z .tooltip-text {
|
|
31904
|
+
maxwidth: calc(100% - 12px);
|
|
32055
31905
|
cursor: pointer;
|
|
31906
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
31907
|
+
overflow: hidden;
|
|
31908
|
+
text-overflow: ellipsis;
|
|
31909
|
+
white-space: nowrap;
|
|
31910
|
+
}
|
|
31911
|
+
.E_d1bw7c5z .value {
|
|
31912
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32056
31913
|
}
|
|
32057
31914
|
|
|
32058
|
-
.
|
|
32059
|
-
|
|
32060
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31915
|
+
.E_t10pqbtc {
|
|
31916
|
+
width: 140px;
|
|
32061
31917
|
}
|
|
32062
|
-
.
|
|
32063
|
-
|
|
32064
|
-
|
|
32065
|
-
|
|
31918
|
+
.E_t10pqbtc .item {
|
|
31919
|
+
margin: 6px auto;
|
|
31920
|
+
display: flex;
|
|
31921
|
+
justify-content: space-between;
|
|
32066
31922
|
}
|
|
32067
|
-
.
|
|
32068
|
-
|
|
32069
|
-
color: #0096ff;
|
|
31923
|
+
.E_t10pqbtc .item .name {
|
|
31924
|
+
width: 102px;
|
|
32070
31925
|
}
|
|
32071
31926
|
|
|
32072
|
-
.
|
|
32073
|
-
|
|
32074
|
-
|
|
31927
|
+
.E_c1bus5hc {
|
|
31928
|
+
--color: white;
|
|
31929
|
+
height: 14px;
|
|
31930
|
+
width: 14px;
|
|
31931
|
+
border-radius: 50%;
|
|
31932
|
+
flex-shrink: 0;
|
|
31933
|
+
display: flex;
|
|
31934
|
+
align-items: center;
|
|
31935
|
+
justify-content: center;
|
|
31936
|
+
border: 1px solid var(--color);
|
|
32075
31937
|
}
|
|
32076
|
-
.
|
|
32077
|
-
|
|
32078
|
-
|
|
32079
|
-
|
|
32080
|
-
|
|
31938
|
+
.E_c1bus5hc .circle-inner {
|
|
31939
|
+
position: relative;
|
|
31940
|
+
height: 10px;
|
|
31941
|
+
width: 10px;
|
|
31942
|
+
border-radius: 50%;
|
|
31943
|
+
overflow: hidden;
|
|
32081
31944
|
}
|
|
32082
|
-
.
|
|
32083
|
-
|
|
32084
|
-
|
|
32085
|
-
|
|
31945
|
+
.E_c1bus5hc .circle-content {
|
|
31946
|
+
position: absolute;
|
|
31947
|
+
height: 100%;
|
|
31948
|
+
width: 100%;
|
|
31949
|
+
left: 0;
|
|
31950
|
+
top: 0;
|
|
31951
|
+
border-radius: 50%;
|
|
31952
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31953
|
+
transform: rotate(180deg);
|
|
32086
31954
|
}
|
|
32087
|
-
.
|
|
32088
|
-
|
|
32089
|
-
|
|
32090
|
-
|
|
32091
|
-
|
|
32092
|
-
|
|
31955
|
+
.E_c1bus5hc .circle-child {
|
|
31956
|
+
position: absolute;
|
|
31957
|
+
height: 100%;
|
|
31958
|
+
width: 100%;
|
|
31959
|
+
left: 0;
|
|
31960
|
+
top: 0;
|
|
31961
|
+
margin-left: 50%;
|
|
31962
|
+
transform-origin: left;
|
|
31963
|
+
background: white;
|
|
31964
|
+
transform: rotate(0deg);
|
|
32093
31965
|
}
|
|
32094
|
-
|
|
32095
|
-
.
|
|
32096
|
-
|
|
32097
|
-
|
|
31966
|
+
|
|
31967
|
+
.E_c18bcrac {
|
|
31968
|
+
display: inline-block;
|
|
31969
|
+
width: 100%;
|
|
32098
31970
|
}
|
|
32099
|
-
.
|
|
32100
|
-
|
|
32101
|
-
border-color: #0096ff;
|
|
32102
|
-
color: #fff;
|
|
31971
|
+
.E_c18bcrac .recharts-wrapper {
|
|
31972
|
+
margin-left: 4px;
|
|
32103
31973
|
}
|
|
32104
|
-
|
|
32105
|
-
|
|
32106
|
-
|
|
31974
|
+
|
|
31975
|
+
.E_cro7kg2 {
|
|
31976
|
+
padding: 4px;
|
|
32107
31977
|
}
|
|
32108
|
-
|
|
32109
|
-
|
|
32110
|
-
|
|
32111
|
-
|
|
31978
|
+
|
|
31979
|
+
.E_c14wcxf0 {
|
|
31980
|
+
display: flex;
|
|
31981
|
+
justify-content: space-between;
|
|
31982
|
+
align-items: center;
|
|
31983
|
+
font-size: 13px;
|
|
31984
|
+
line-height: 24px;
|
|
31985
|
+
color: #cccccc;
|
|
31986
|
+
white-space: nowrap;
|
|
32112
31987
|
}
|
|
32113
|
-
.
|
|
32114
|
-
|
|
32115
|
-
border-color: #0096ff;
|
|
32116
|
-
color: #fff;
|
|
31988
|
+
.E_c14wcxf0 label {
|
|
31989
|
+
margin-right: 32px;
|
|
32117
31990
|
}
|
|
32118
31991
|
|
|
32119
|
-
.
|
|
32120
|
-
|
|
32121
|
-
|
|
32122
|
-
.E_c1uzzomf .card-title {
|
|
32123
|
-
font-size: 16px;
|
|
32124
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32125
|
-
font-weight: 700;
|
|
32126
|
-
line-height: 32px;
|
|
31992
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
31993
|
+
font-weight: bold;
|
|
31994
|
+
color: white;
|
|
32127
31995
|
}
|
|
32128
|
-
|
|
32129
|
-
|
|
32130
|
-
|
|
32131
|
-
|
|
31996
|
+
|
|
31997
|
+
.E_s11212zy {
|
|
31998
|
+
width: 8px;
|
|
31999
|
+
height: 8px;
|
|
32000
|
+
border-radius: 2px;
|
|
32001
|
+
display: inline-block;
|
|
32002
|
+
background: var(--s11212zy-0);
|
|
32003
|
+
border: 1px solid #fff;
|
|
32004
|
+
box-sizing: content-box;
|
|
32005
|
+
margin-right: 6px;
|
|
32132
32006
|
}
|
|
32133
|
-
|
|
32134
|
-
|
|
32135
|
-
font-
|
|
32136
|
-
|
|
32137
|
-
|
|
32138
|
-
text-align: center;
|
|
32007
|
+
|
|
32008
|
+
.E_p1lyky6c > :first-child {
|
|
32009
|
+
font-weight: bold;
|
|
32010
|
+
color: white;
|
|
32011
|
+
margin-right: 4px;
|
|
32139
32012
|
}
|
|
32140
32013
|
|
|
32141
|
-
.
|
|
32142
|
-
|
|
32143
|
-
|
|
32014
|
+
.E_clm1wy1 {
|
|
32015
|
+
width: 192px;
|
|
32016
|
+
height: 246px;
|
|
32017
|
+
border-radius: 4px;
|
|
32144
32018
|
}
|
|
32145
|
-
.
|
|
32146
|
-
|
|
32147
|
-
|
|
32148
|
-
|
|
32019
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
32020
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32021
|
+
width: 100%;
|
|
32022
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
32023
|
+
border-top: none;
|
|
32149
32024
|
}
|
|
32150
|
-
.
|
|
32151
|
-
|
|
32025
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32026
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32027
|
+
padding: 0 16px;
|
|
32152
32028
|
}
|
|
32153
|
-
.
|
|
32154
|
-
|
|
32029
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32030
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32031
|
+
width: 100%;
|
|
32032
|
+
height: 180px;
|
|
32033
|
+
border-spacing: 0;
|
|
32155
32034
|
}
|
|
32156
|
-
|
|
32157
|
-
.
|
|
32158
|
-
|
|
32159
|
-
|
|
32035
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32036
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32037
|
+
margin-bottom: 8px;
|
|
32038
|
+
}
|
|
32039
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32040
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32041
|
+
width: 22px;
|
|
32160
32042
|
}
|
|
32161
|
-
.
|
|
32162
|
-
|
|
32043
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32044
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32045
|
+
padding: 0;
|
|
32163
32046
|
}
|
|
32164
|
-
.
|
|
32165
|
-
|
|
32047
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
32048
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32049
|
+
opacity: 0.4;
|
|
32166
32050
|
}
|
|
32167
|
-
.
|
|
32168
|
-
|
|
32051
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
32052
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32053
|
+
opacity: 1;
|
|
32169
32054
|
}
|
|
32170
|
-
.
|
|
32171
|
-
|
|
32055
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32056
|
+
color: #3e4652;
|
|
32172
32057
|
}
|
|
32173
|
-
.
|
|
32174
|
-
|
|
32058
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
32059
|
+
pointer-events: none;
|
|
32175
32060
|
}
|
|
32176
32061
|
|
|
32177
|
-
.
|
|
32178
|
-
|
|
32179
|
-
|
|
32180
|
-
|
|
32062
|
+
.E_t1tsm00v {
|
|
32063
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32064
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32065
|
+
backdrop-filter: blur(10px);
|
|
32066
|
+
padding: 7px 10px;
|
|
32181
32067
|
}
|
|
32182
|
-
|
|
32183
|
-
|
|
32184
|
-
|
|
32185
|
-
width: 80px;
|
|
32186
|
-
height: 92px;
|
|
32187
|
-
top: 12px;
|
|
32188
|
-
left: 39px;
|
|
32068
|
+
|
|
32069
|
+
.E_c167wnad {
|
|
32070
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32189
32071
|
display: flex;
|
|
32190
|
-
|
|
32191
|
-
justify-content: center;
|
|
32072
|
+
justify-content: space-between;
|
|
32192
32073
|
align-items: center;
|
|
32193
|
-
|
|
32074
|
+
padding: 8px 16px;
|
|
32194
32075
|
}
|
|
32195
|
-
.
|
|
32196
|
-
|
|
32197
|
-
font-weight: 700;
|
|
32076
|
+
.E_c167wnad .anticon {
|
|
32077
|
+
cursor: pointer;
|
|
32198
32078
|
}
|
|
32199
|
-
.
|
|
32200
|
-
|
|
32201
|
-
font-size: 12px;
|
|
32202
|
-
width: inherit;
|
|
32079
|
+
.E_c167wnad .anticon:hover {
|
|
32080
|
+
color: #0096ff;
|
|
32203
32081
|
}
|
|
32204
|
-
|
|
32205
|
-
|
|
32082
|
+
|
|
32083
|
+
.E_cxhf7dh {
|
|
32084
|
+
text-align: center;
|
|
32206
32085
|
}
|
|
32207
|
-
.
|
|
32208
|
-
position: relative !important;
|
|
32209
|
-
width: calc(100% - 148px) !important;
|
|
32210
|
-
left: 0 !important;
|
|
32211
|
-
bottom: 0 !important;
|
|
32086
|
+
.E_cxhf7dh .dots {
|
|
32212
32087
|
display: flex;
|
|
32213
|
-
|
|
32088
|
+
justify-content: center;
|
|
32214
32089
|
}
|
|
32215
|
-
.
|
|
32216
|
-
|
|
32090
|
+
.E_cxhf7dh .dot {
|
|
32091
|
+
display: inline-block;
|
|
32092
|
+
width: 2px;
|
|
32093
|
+
height: 2px;
|
|
32094
|
+
border-radius: 1px;
|
|
32095
|
+
background: #0096ff;
|
|
32217
32096
|
}
|
|
32218
|
-
.
|
|
32219
|
-
|
|
32220
|
-
margin-right: 0 !important;
|
|
32221
|
-
line-height: 18px;
|
|
32097
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
32098
|
+
margin-right: 2px;
|
|
32222
32099
|
}
|
|
32223
|
-
.
|
|
32100
|
+
.E_cxhf7dh .bar {
|
|
32101
|
+
width: 9px;
|
|
32102
|
+
height: 2px;
|
|
32103
|
+
background: #0096ff;
|
|
32224
32104
|
border-radius: 2px;
|
|
32225
32105
|
}
|
|
32226
|
-
|
|
32227
|
-
|
|
32228
|
-
width: calc(100% - 20px);
|
|
32229
|
-
margin-left: 2px;
|
|
32230
|
-
color: #00122e !important;
|
|
32231
|
-
display: inline-flex;
|
|
32232
|
-
justify-content: space-between;
|
|
32233
|
-
}
|
|
32234
|
-
.E_d1bw7c5z .tooltip-text {
|
|
32235
|
-
maxwidth: calc(100% - 12px);
|
|
32106
|
+
|
|
32107
|
+
.E_gmyahx3 {
|
|
32236
32108
|
cursor: pointer;
|
|
32237
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
32238
|
-
overflow: hidden;
|
|
32239
|
-
text-overflow: ellipsis;
|
|
32240
|
-
white-space: nowrap;
|
|
32241
32109
|
}
|
|
32242
|
-
.
|
|
32243
|
-
color: rgba(
|
|
32110
|
+
.E_gmyahx3 .link-text {
|
|
32111
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32112
|
+
}
|
|
32113
|
+
.E_gmyahx3:hover .link-text {
|
|
32114
|
+
color: #0080ff;
|
|
32244
32115
|
}
|
|
32245
32116
|
|
|
32246
|
-
.
|
|
32247
|
-
|
|
32117
|
+
.E_tqjc4ui {
|
|
32118
|
+
margin: 0 2px;
|
|
32248
32119
|
}
|
|
32249
|
-
|
|
32250
|
-
|
|
32120
|
+
|
|
32121
|
+
.E_n12mqh7z {
|
|
32251
32122
|
display: flex;
|
|
32252
|
-
|
|
32123
|
+
align-items: center;
|
|
32124
|
+
font-size: 12px;
|
|
32125
|
+
line-height: 18px;
|
|
32253
32126
|
}
|
|
32254
|
-
.
|
|
32255
|
-
|
|
32127
|
+
.E_n12mqh7z:not(:last-child) {
|
|
32128
|
+
margin-bottom: 4px;
|
|
32256
32129
|
}
|
|
32257
32130
|
|
|
32258
|
-
.
|
|
32259
|
-
margin
|
|
32131
|
+
.E_tf5bynu {
|
|
32132
|
+
margin: 0 3px;
|
|
32260
32133
|
}
|
|
32261
32134
|
|
|
32262
|
-
.
|
|
32263
|
-
|
|
32264
|
-
|
|
32135
|
+
.E_tcckoz1 {
|
|
32136
|
+
max-height: 400px;
|
|
32137
|
+
overflow: "auto";
|
|
32265
32138
|
}
|
|
32266
|
-
|
|
32267
|
-
|
|
32139
|
+
|
|
32140
|
+
.E_ou7iq30 {
|
|
32141
|
+
overflow: hidden;
|
|
32142
|
+
text-overflow: ellipsis;
|
|
32268
32143
|
}
|
|
32269
|
-
|
|
32270
|
-
|
|
32144
|
+
|
|
32145
|
+
.E_s1tui002 {
|
|
32146
|
+
white-space: nowrap;
|
|
32271
32147
|
}
|
|
32272
32148
|
|
|
32273
|
-
.
|
|
32274
|
-
|
|
32275
|
-
|
|
32149
|
+
.E_mxrc2zg {
|
|
32150
|
+
display: -webkit-box;
|
|
32151
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32152
|
+
-webkit-box-orient: vertical;
|
|
32153
|
+
word-break: break-all;
|
|
32276
32154
|
}
|
|
32277
32155
|
|
|
32278
|
-
.
|
|
32279
|
-
background
|
|
32156
|
+
.E_t1sqg15u {
|
|
32157
|
+
background: white;
|
|
32280
32158
|
}
|
|
32281
|
-
.
|
|
32282
|
-
|
|
32283
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32159
|
+
.E_t1sqg15u.inline .table-row {
|
|
32160
|
+
flex-direction: column;
|
|
32284
32161
|
}
|
|
32285
|
-
.
|
|
32286
|
-
|
|
32162
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
32163
|
+
padding: 0 16px 7px 0;
|
|
32287
32164
|
}
|
|
32288
|
-
.
|
|
32289
|
-
|
|
32165
|
+
.E_t1sqg15u.has-border .table-header {
|
|
32166
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32167
|
+
}
|
|
32168
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
32169
|
+
border-top: none !important;
|
|
32170
|
+
}
|
|
32171
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
32172
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32173
|
+
}
|
|
32174
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
32175
|
+
padding-bottom: 0;
|
|
32176
|
+
}
|
|
32177
|
+
.E_t1sqg15u.align-right .content {
|
|
32178
|
+
text-align: right;
|
|
32179
|
+
}
|
|
32180
|
+
.E_t1sqg15u .uuid-row {
|
|
32181
|
+
display: flex;
|
|
32182
|
+
justify-content: space-between;
|
|
32183
|
+
}
|
|
32184
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
32185
|
+
white-space: nowrap;
|
|
32186
|
+
overflow: hidden;
|
|
32187
|
+
text-overflow: ellipsis;
|
|
32290
32188
|
}
|
|
32291
32189
|
|
|
32292
|
-
.
|
|
32293
|
-
--color: white;
|
|
32294
|
-
height: 14px;
|
|
32295
|
-
width: 14px;
|
|
32296
|
-
border-radius: 50%;
|
|
32297
|
-
flex-shrink: 0;
|
|
32190
|
+
.E_t4zczcp {
|
|
32298
32191
|
display: flex;
|
|
32192
|
+
justify-content: space-between;
|
|
32299
32193
|
align-items: center;
|
|
32300
|
-
|
|
32301
|
-
|
|
32194
|
+
padding: 8px;
|
|
32195
|
+
min-height: 32px;
|
|
32302
32196
|
}
|
|
32303
|
-
.
|
|
32304
|
-
|
|
32305
|
-
|
|
32306
|
-
|
|
32307
|
-
|
|
32308
|
-
overflow: hidden;
|
|
32197
|
+
.E_t4zczcp .table-title {
|
|
32198
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32199
|
+
font-weight: 600;
|
|
32200
|
+
font-size: 12px;
|
|
32201
|
+
line-height: 8px;
|
|
32309
32202
|
}
|
|
32310
|
-
.
|
|
32311
|
-
|
|
32312
|
-
|
|
32313
|
-
|
|
32314
|
-
left: 0;
|
|
32315
|
-
top: 0;
|
|
32316
|
-
border-radius: 50%;
|
|
32317
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32318
|
-
transform: rotate(180deg);
|
|
32203
|
+
.E_t4zczcp .edit-icon {
|
|
32204
|
+
font-size: 16px;
|
|
32205
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32206
|
+
cursor: pointer;
|
|
32319
32207
|
}
|
|
32320
|
-
|
|
32321
|
-
|
|
32322
|
-
|
|
32323
|
-
|
|
32324
|
-
|
|
32325
|
-
|
|
32326
|
-
|
|
32327
|
-
|
|
32328
|
-
|
|
32329
|
-
|
|
32208
|
+
|
|
32209
|
+
.E_t1s7goww {
|
|
32210
|
+
font-size: 12px;
|
|
32211
|
+
line-height: 18px;
|
|
32212
|
+
}
|
|
32213
|
+
|
|
32214
|
+
.E_t93e4cf {
|
|
32215
|
+
display: flex;
|
|
32216
|
+
padding: 8px 0;
|
|
32217
|
+
color: #2d3a56;
|
|
32218
|
+
}
|
|
32219
|
+
.E_t93e4cf .hidden {
|
|
32220
|
+
display: none;
|
|
32330
32221
|
}
|
|
32331
|
-
|
|
32332
|
-
|
|
32333
|
-
|
|
32222
|
+
.E_t93e4cf .ant-btn-link {
|
|
32223
|
+
height: auto;
|
|
32224
|
+
}
|
|
32225
|
+
.E_t93e4cf .content {
|
|
32226
|
+
overflow: hidden;
|
|
32227
|
+
overflow-x: auto;
|
|
32334
32228
|
width: 100%;
|
|
32229
|
+
white-space: pre-wrap;
|
|
32335
32230
|
}
|
|
32336
|
-
.
|
|
32337
|
-
|
|
32231
|
+
.E_t93e4cf .content .ant-btn {
|
|
32232
|
+
white-space: pre-wrap;
|
|
32233
|
+
text-align: left;
|
|
32234
|
+
}
|
|
32235
|
+
.E_t93e4cf .content .unit-chart {
|
|
32236
|
+
justify-content: flex-start;
|
|
32338
32237
|
}
|
|
32339
32238
|
|
|
32340
|
-
.
|
|
32341
|
-
|
|
32239
|
+
.E_rhz2uv5 {
|
|
32240
|
+
width: var(--rhz2uv5-0);
|
|
32241
|
+
flex-shrink: 0;
|
|
32242
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32243
|
+
padding-right: 12px;
|
|
32342
32244
|
}
|
|
32343
32245
|
|
|
32344
|
-
.
|
|
32246
|
+
.E_tje3huy {
|
|
32247
|
+
width: 100%;
|
|
32248
|
+
overflow: inherit;
|
|
32249
|
+
white-space: inherit;
|
|
32250
|
+
text-overflow: ellipsis;
|
|
32251
|
+
}
|
|
32252
|
+
|
|
32253
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32345
32254
|
display: flex;
|
|
32346
|
-
justify-content: space-between;
|
|
32347
32255
|
align-items: center;
|
|
32348
|
-
font-size: 13px;
|
|
32349
|
-
line-height: 24px;
|
|
32350
|
-
color: #cccccc;
|
|
32351
|
-
white-space: nowrap;
|
|
32352
32256
|
}
|
|
32353
|
-
.
|
|
32354
|
-
margin-right:
|
|
32257
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32258
|
+
margin-right: 8px;
|
|
32355
32259
|
}
|
|
32356
32260
|
|
|
32357
|
-
.
|
|
32358
|
-
|
|
32359
|
-
|
|
32261
|
+
.E_wg1tsps {
|
|
32262
|
+
display: flex;
|
|
32263
|
+
align-items: center;
|
|
32264
|
+
justify-content: flex-end;
|
|
32360
32265
|
}
|
|
32361
32266
|
|
|
32362
|
-
.
|
|
32363
|
-
|
|
32364
|
-
|
|
32365
|
-
|
|
32267
|
+
.E_b1ctd5xy {
|
|
32268
|
+
display: flex;
|
|
32269
|
+
align-items: center;
|
|
32270
|
+
width: calc(100% - 40px);
|
|
32271
|
+
}
|
|
32272
|
+
.E_b1ctd5xy .chart {
|
|
32366
32273
|
display: inline-block;
|
|
32367
|
-
|
|
32368
|
-
border: 1px solid #fff;
|
|
32369
|
-
box-sizing: content-box;
|
|
32370
|
-
margin-right: 6px;
|
|
32274
|
+
width: 100%;
|
|
32371
32275
|
}
|
|
32372
32276
|
|
|
32373
|
-
.
|
|
32374
|
-
|
|
32375
|
-
color: white;
|
|
32376
|
-
margin-right: 4px;
|
|
32277
|
+
.E_u1p8acpn {
|
|
32278
|
+
min-width: 40px;
|
|
32377
32279
|
}
|
|
32378
|
-
|
|
32379
|
-
|
|
32380
|
-
width: 192px;
|
|
32381
|
-
height: 246px;
|
|
32382
|
-
border-radius: 4px;
|
|
32280
|
+
.E_u1p8acpn .unit {
|
|
32281
|
+
color: #00122e !important;
|
|
32383
32282
|
}
|
|
32384
|
-
|
|
32385
|
-
.
|
|
32283
|
+
|
|
32284
|
+
.E_m74vjol {
|
|
32285
|
+
display: flex;
|
|
32286
|
+
justify-content: space-between;
|
|
32386
32287
|
width: 100%;
|
|
32387
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
32388
|
-
border-top: none;
|
|
32389
32288
|
}
|
|
32390
|
-
.
|
|
32391
|
-
|
|
32392
|
-
padding: 0 16px;
|
|
32289
|
+
.E_m74vjol .action {
|
|
32290
|
+
margin-left: 16px;
|
|
32393
32291
|
}
|
|
32394
|
-
|
|
32395
|
-
.
|
|
32292
|
+
|
|
32293
|
+
.E_a1o35uvh .ant-alert-message {
|
|
32396
32294
|
width: 100%;
|
|
32397
|
-
height: 180px;
|
|
32398
|
-
border-spacing: 0;
|
|
32399
|
-
}
|
|
32400
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32401
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32402
|
-
margin-bottom: 8px;
|
|
32403
32295
|
}
|
|
32404
|
-
|
|
32405
|
-
.
|
|
32406
|
-
|
|
32296
|
+
|
|
32297
|
+
.E_c1yyuluq {
|
|
32298
|
+
border-radius: 8px;
|
|
32407
32299
|
}
|
|
32408
|
-
.
|
|
32409
|
-
|
|
32410
|
-
padding: 0;
|
|
32300
|
+
.E_c1yyuluq .ant-card-body {
|
|
32301
|
+
padding: 20px 24px 24px 24px;
|
|
32411
32302
|
}
|
|
32412
|
-
|
|
32413
|
-
|
|
32414
|
-
|
|
32303
|
+
|
|
32304
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32305
|
+
border: 0px;
|
|
32306
|
+
background-color: #fff;
|
|
32415
32307
|
}
|
|
32416
|
-
.
|
|
32417
|
-
|
|
32418
|
-
|
|
32308
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32309
|
+
padding-top: 0px;
|
|
32310
|
+
padding-bottom: 0px;
|
|
32311
|
+
padding-left: 0px !important;
|
|
32312
|
+
padding-right: 24px;
|
|
32419
32313
|
}
|
|
32420
|
-
.
|
|
32421
|
-
|
|
32314
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32315
|
+
right: 0px;
|
|
32422
32316
|
}
|
|
32423
|
-
.
|
|
32424
|
-
|
|
32317
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32318
|
+
padding: 0px;
|
|
32425
32319
|
}
|
|
32426
32320
|
|
|
32427
|
-
.
|
|
32428
|
-
|
|
32429
|
-
|
|
32430
|
-
backdrop-filter: blur(10px);
|
|
32431
|
-
padding: 7px 10px;
|
|
32321
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32322
|
+
padding-right: 0px;
|
|
32323
|
+
cursor: default;
|
|
32432
32324
|
}
|
|
32433
32325
|
|
|
32434
|
-
.
|
|
32435
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32326
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32436
32327
|
display: flex;
|
|
32437
|
-
justify-content: space-between;
|
|
32438
|
-
align-items: center;
|
|
32439
|
-
padding: 8px 16px;
|
|
32440
|
-
}
|
|
32441
|
-
.E_c167wnad .anticon {
|
|
32442
|
-
cursor: pointer;
|
|
32443
|
-
}
|
|
32444
|
-
.E_c167wnad .anticon:hover {
|
|
32445
|
-
color: #0096ff;
|
|
32446
32328
|
}
|
|
32447
32329
|
|
|
32448
|
-
.
|
|
32449
|
-
|
|
32330
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32331
|
+
border-radius: 6px;
|
|
32450
32332
|
}
|
|
32451
|
-
.
|
|
32452
|
-
|
|
32453
|
-
|
|
32333
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
32334
|
+
width: 100%;
|
|
32335
|
+
color: #2d3a56;
|
|
32336
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32337
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32338
|
+
font-size: 13px;
|
|
32454
32339
|
}
|
|
32455
|
-
.
|
|
32456
|
-
|
|
32457
|
-
width: 2px;
|
|
32458
|
-
height: 2px;
|
|
32459
|
-
border-radius: 1px;
|
|
32460
|
-
background: #0096ff;
|
|
32340
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32341
|
+
height: 30px;
|
|
32461
32342
|
}
|
|
32462
|
-
.
|
|
32463
|
-
|
|
32343
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32344
|
+
height: 38px;
|
|
32345
|
+
font-size: 13px;
|
|
32464
32346
|
}
|
|
32465
|
-
.
|
|
32466
|
-
|
|
32467
|
-
|
|
32468
|
-
background: #0096ff;
|
|
32469
|
-
border-radius: 2px;
|
|
32347
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32348
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32349
|
+
transition: 160ms ease;
|
|
32470
32350
|
}
|
|
32471
|
-
|
|
32472
|
-
|
|
32473
|
-
cursor: pointer;
|
|
32351
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32352
|
+
color: #0080ff;
|
|
32474
32353
|
}
|
|
32475
|
-
.
|
|
32476
|
-
color: rgba(
|
|
32354
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32355
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32356
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32477
32357
|
}
|
|
32478
|
-
.
|
|
32358
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32479
32359
|
color: #0080ff;
|
|
32480
32360
|
}
|
|
32481
|
-
|
|
32482
|
-
|
|
32483
|
-
|
|
32361
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32362
|
+
border-color: #0080ff;
|
|
32363
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32364
|
+
}
|
|
32365
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32366
|
+
transform: rotate(180deg);
|
|
32367
|
+
}
|
|
32368
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32369
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32370
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32371
|
+
cursor: "not-allowed";
|
|
32372
|
+
}
|
|
32373
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32374
|
+
border-color: #f0483e !important;
|
|
32375
|
+
}
|
|
32376
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32377
|
+
color: #1d326c;
|
|
32378
|
+
}
|
|
32379
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32380
|
+
border-color: #0080ff;
|
|
32381
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32382
|
+
}
|
|
32383
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32384
|
+
transform: rotate(180deg);
|
|
32484
32385
|
}
|
|
32485
32386
|
|
|
32486
|
-
.
|
|
32487
|
-
|
|
32387
|
+
.E_ivqqkzv {
|
|
32388
|
+
height: 24px;
|
|
32389
|
+
width: 56px !important;
|
|
32390
|
+
margin-right: 4px;
|
|
32488
32391
|
}
|
|
32489
|
-
|
|
32490
|
-
|
|
32392
|
+
|
|
32393
|
+
.E_c1wk4q29 {
|
|
32394
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32491
32395
|
}
|
|
32492
|
-
|
|
32493
|
-
|
|
32396
|
+
|
|
32397
|
+
.E_tju3gfj .date {
|
|
32398
|
+
margin-right: 4px;
|
|
32494
32399
|
}
|
|
32495
|
-
|
|
32496
|
-
|
|
32400
|
+
|
|
32401
|
+
.E_sddwhm6 {
|
|
32402
|
+
margin: 0;
|
|
32403
|
+
border-radius: 20px;
|
|
32404
|
+
padding: 2px 10px;
|
|
32405
|
+
height: 22px;
|
|
32497
32406
|
}
|
|
32498
|
-
.
|
|
32499
|
-
|
|
32407
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32408
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32500
32409
|
}
|
|
32501
|
-
.
|
|
32502
|
-
|
|
32410
|
+
.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 {
|
|
32411
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32503
32412
|
}
|
|
32504
|
-
.
|
|
32505
|
-
|
|
32413
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32414
|
+
color: #00122e;
|
|
32506
32415
|
}
|
|
32507
|
-
.
|
|
32508
|
-
|
|
32416
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32417
|
+
margin-right: 6px;
|
|
32509
32418
|
}
|
|
32510
|
-
.
|
|
32511
|
-
|
|
32512
|
-
justify-content: space-between;
|
|
32419
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32420
|
+
margin-left: 4px;
|
|
32513
32421
|
}
|
|
32514
|
-
.
|
|
32515
|
-
|
|
32516
|
-
overflow: hidden;
|
|
32517
|
-
text-overflow: ellipsis;
|
|
32422
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32423
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32518
32424
|
}
|
|
32519
|
-
|
|
32520
|
-
|
|
32521
|
-
display: flex;
|
|
32522
|
-
justify-content: space-between;
|
|
32523
|
-
align-items: center;
|
|
32524
|
-
padding: 8px;
|
|
32525
|
-
min-height: 32px;
|
|
32425
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32426
|
+
background-color: #0080ff;
|
|
32526
32427
|
}
|
|
32527
|
-
.
|
|
32528
|
-
color: rgba(
|
|
32529
|
-
font-weight: 600;
|
|
32530
|
-
font-size: 12px;
|
|
32531
|
-
line-height: 8px;
|
|
32428
|
+
.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 {
|
|
32429
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32532
32430
|
}
|
|
32533
|
-
.
|
|
32534
|
-
|
|
32535
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32536
|
-
cursor: pointer;
|
|
32431
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32432
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32537
32433
|
}
|
|
32538
|
-
|
|
32539
|
-
|
|
32540
|
-
font-size: 12px;
|
|
32541
|
-
line-height: 18px;
|
|
32434
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32435
|
+
background-color: #f0483e;
|
|
32542
32436
|
}
|
|
32543
|
-
|
|
32544
|
-
.
|
|
32545
|
-
display: flex;
|
|
32546
|
-
padding: 8px 0;
|
|
32547
|
-
color: #2d3a56;
|
|
32437
|
+
.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 {
|
|
32438
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32548
32439
|
}
|
|
32549
|
-
.
|
|
32550
|
-
|
|
32440
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32441
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32551
32442
|
}
|
|
32552
|
-
.
|
|
32553
|
-
|
|
32443
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32444
|
+
background-color: #fea008;
|
|
32554
32445
|
}
|
|
32555
|
-
.
|
|
32556
|
-
|
|
32557
|
-
overflow-x: auto;
|
|
32558
|
-
width: 100%;
|
|
32559
|
-
white-space: pre-wrap;
|
|
32446
|
+
.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 {
|
|
32447
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32560
32448
|
}
|
|
32561
|
-
.
|
|
32562
|
-
|
|
32563
|
-
text-align: left;
|
|
32449
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32450
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32564
32451
|
}
|
|
32565
|
-
.
|
|
32566
|
-
|
|
32452
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32453
|
+
background-color: #00ba5d;
|
|
32567
32454
|
}
|
|
32568
|
-
|
|
32569
|
-
.
|
|
32570
|
-
width: var(--rhz2uv5-0);
|
|
32571
|
-
flex-shrink: 0;
|
|
32572
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32573
|
-
padding-right: 12px;
|
|
32455
|
+
.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 {
|
|
32456
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32574
32457
|
}
|
|
32575
|
-
|
|
32576
|
-
.
|
|
32577
|
-
display: flex;
|
|
32578
|
-
align-items: center;
|
|
32579
|
-
font-size: 12px;
|
|
32580
|
-
line-height: 18px;
|
|
32458
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32459
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32581
32460
|
}
|
|
32582
|
-
.
|
|
32583
|
-
|
|
32461
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32462
|
+
background-color: #6b7d99;
|
|
32584
32463
|
}
|
|
32585
|
-
|
|
32586
|
-
.
|
|
32587
|
-
margin: 0 3px;
|
|
32464
|
+
.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 {
|
|
32465
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32588
32466
|
}
|
|
32589
32467
|
|
|
32590
|
-
.
|
|
32591
|
-
|
|
32592
|
-
|
|
32468
|
+
.E_satwmqm {
|
|
32469
|
+
width: 8px;
|
|
32470
|
+
height: 8px;
|
|
32471
|
+
border-radius: 50%;
|
|
32472
|
+
display: inline-block;
|
|
32593
32473
|
}
|
|
32594
32474
|
|
|
32595
|
-
.
|
|
32596
|
-
|
|
32597
|
-
|
|
32598
|
-
width: 100%;
|
|
32475
|
+
.E_s1sck0th {
|
|
32476
|
+
padding: 0 8px;
|
|
32477
|
+
border-radius: 4px;
|
|
32599
32478
|
}
|
|
32600
|
-
|
|
32601
|
-
|
|
32479
|
+
|
|
32480
|
+
.E_m855nr1 {
|
|
32481
|
+
padding: 2px 8px;
|
|
32482
|
+
border-radius: 3px;
|
|
32602
32483
|
}
|
|
32603
32484
|
|
|
32604
|
-
.
|
|
32605
|
-
|
|
32485
|
+
.E_l1270xpg {
|
|
32486
|
+
padding: 3px 8px;
|
|
32487
|
+
border-radius: 2px;
|
|
32606
32488
|
}
|
|
32607
32489
|
|
|
32608
|
-
.
|
|
32609
|
-
|
|
32610
|
-
align-items: center;
|
|
32490
|
+
.E_t14rextb.ant-tag:hover {
|
|
32491
|
+
opacity: unset;
|
|
32611
32492
|
}
|
|
32612
|
-
.
|
|
32493
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32494
|
+
margin: 0;
|
|
32613
32495
|
margin-right: 8px;
|
|
32496
|
+
display: inline-flex;
|
|
32497
|
+
align-items: center;
|
|
32498
|
+
border: none;
|
|
32614
32499
|
}
|
|
32615
|
-
|
|
32616
|
-
|
|
32617
|
-
|
|
32618
|
-
|
|
32619
|
-
|
|
32620
|
-
|
|
32500
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32501
|
+
width: 16px;
|
|
32502
|
+
height: 16px;
|
|
32503
|
+
color: inherit;
|
|
32504
|
+
margin-left: 4px;
|
|
32505
|
+
opacity: 0.6;
|
|
32506
|
+
display: inline-flex;
|
|
32621
32507
|
}
|
|
32622
|
-
|
|
32623
|
-
|
|
32624
|
-
display: flex;
|
|
32625
|
-
align-items: center;
|
|
32626
|
-
justify-content: flex-end;
|
|
32508
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32509
|
+
opacity: 1;
|
|
32627
32510
|
}
|
|
32628
|
-
|
|
32629
|
-
|
|
32630
|
-
|
|
32631
|
-
align-items: center;
|
|
32632
|
-
width: calc(100% - 40px);
|
|
32511
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32512
|
+
color: #0080ff;
|
|
32513
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32633
32514
|
}
|
|
32634
|
-
.
|
|
32635
|
-
|
|
32636
|
-
|
|
32515
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32516
|
+
color: #f0483e;
|
|
32517
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32637
32518
|
}
|
|
32638
|
-
|
|
32639
|
-
|
|
32640
|
-
|
|
32519
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32520
|
+
color: #e07f00;
|
|
32521
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32641
32522
|
}
|
|
32642
|
-
.
|
|
32643
|
-
color: #
|
|
32523
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32524
|
+
color: #008f4c;
|
|
32525
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32644
32526
|
}
|
|
32645
|
-
|
|
32646
|
-
|
|
32647
|
-
|
|
32648
|
-
text-overflow: ellipsis;
|
|
32527
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32528
|
+
color: #1d326c;
|
|
32529
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32649
32530
|
}
|
|
32650
|
-
|
|
32651
|
-
|
|
32652
|
-
|
|
32531
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32532
|
+
color: #7E41FF;
|
|
32533
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32653
32534
|
}
|
|
32654
|
-
|
|
32655
|
-
|
|
32656
|
-
display: -webkit-box;
|
|
32657
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32658
|
-
-webkit-box-orient: vertical;
|
|
32659
|
-
word-break: break-all;
|
|
32535
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32536
|
+
color: #fff;
|
|
32660
32537
|
}
|
|
32661
|
-
|
|
32662
|
-
|
|
32663
|
-
border-radius: 8px;
|
|
32538
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32539
|
+
background-color: #f0483e;
|
|
32664
32540
|
}
|
|
32665
|
-
.
|
|
32666
|
-
|
|
32541
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32542
|
+
background-color: #fea008;
|
|
32667
32543
|
}
|
|
32668
|
-
|
|
32669
|
-
|
|
32670
|
-
border: 0px;
|
|
32671
|
-
background-color: #fff;
|
|
32544
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32545
|
+
background-color: #00ba5d;
|
|
32672
32546
|
}
|
|
32673
|
-
.
|
|
32674
|
-
|
|
32675
|
-
padding-bottom: 0px;
|
|
32676
|
-
padding-left: 0px !important;
|
|
32677
|
-
padding-right: 24px;
|
|
32547
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32548
|
+
background-color: #0080ff;
|
|
32678
32549
|
}
|
|
32679
|
-
.
|
|
32680
|
-
|
|
32550
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32551
|
+
background-color: #6b7d99;
|
|
32681
32552
|
}
|
|
32682
|
-
.
|
|
32683
|
-
|
|
32553
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32554
|
+
background-color: #7E41FF;
|
|
32555
|
+
}
|
|
32556
|
+
|
|
32557
|
+
.E_h1ol2wl7 {
|
|
32558
|
+
font-weight: bold;
|
|
32559
|
+
background-color: unset;
|
|
32560
|
+
padding: unset;
|
|
32561
|
+
}
|
|
32562
|
+
|
|
32563
|
+
.E_lht19u8 {
|
|
32564
|
+
width: 64px;
|
|
32565
|
+
height: 64px;
|
|
32566
|
+
display: flex;
|
|
32567
|
+
align-items: center;
|
|
32568
|
+
justify-content: center;
|
|
32569
|
+
position: relative;
|
|
32570
|
+
opacity: 0.2;
|
|
32684
32571
|
}
|
|
32685
32572
|
|
|
32686
|
-
.
|
|
32687
|
-
|
|
32688
|
-
|
|
32573
|
+
.E_lk3gkp4 {
|
|
32574
|
+
position: absolute;
|
|
32575
|
+
width: 5px;
|
|
32576
|
+
height: 48px;
|
|
32577
|
+
left: 9.33px;
|
|
32578
|
+
top: 40.5px;
|
|
32579
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32580
|
+
border-radius: 5px;
|
|
32581
|
+
transform: rotate(-128deg);
|
|
32582
|
+
transform-origin: top left;
|
|
32583
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32689
32584
|
}
|
|
32690
32585
|
|
|
32691
|
-
|
|
32692
|
-
|
|
32693
|
-
|
|
32586
|
+
.E_ll4n94n {
|
|
32587
|
+
position: absolute;
|
|
32588
|
+
width: 5px;
|
|
32589
|
+
height: 48px;
|
|
32590
|
+
left: 40.8px;
|
|
32591
|
+
top: 8.4px;
|
|
32592
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32593
|
+
border-radius: 5px;
|
|
32594
|
+
transform: rotate(-8deg);
|
|
32595
|
+
transform-origin: top left;
|
|
32596
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32694
32597
|
}
|
|
32695
|
-
|
|
32696
|
-
|
|
32598
|
+
|
|
32599
|
+
.E_l17lbdo6 {
|
|
32600
|
+
position: absolute;
|
|
32601
|
+
width: 5px;
|
|
32602
|
+
height: 48px;
|
|
32603
|
+
left: 52.9px;
|
|
32604
|
+
top: 51.8px;
|
|
32605
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32606
|
+
border-radius: 5px;
|
|
32607
|
+
transform: rotate(112deg);
|
|
32608
|
+
transform-origin: top left;
|
|
32609
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32697
32610
|
}
|
|
32698
|
-
|
|
32699
|
-
|
|
32611
|
+
|
|
32612
|
+
.E_msn7nxt {
|
|
32613
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32614
|
+
text-align: center;
|
|
32615
|
+
display: flex;
|
|
32616
|
+
align-items: center;
|
|
32617
|
+
justify-content: center;
|
|
32618
|
+
flex-direction: column;
|
|
32619
|
+
height: 100%;
|
|
32700
32620
|
}
|
|
32701
|
-
|
|
32702
|
-
color: #
|
|
32621
|
+
.E_msn7nxt .link {
|
|
32622
|
+
color: #0080ff;
|
|
32623
|
+
cursor: pointer;
|
|
32703
32624
|
}
|
|
32704
|
-
|
|
32705
|
-
|
|
32625
|
+
|
|
32626
|
+
.E_mp64wfi {
|
|
32627
|
+
width: 100%;
|
|
32628
|
+
height: 100%;
|
|
32629
|
+
display: flex;
|
|
32630
|
+
flex-direction: column;
|
|
32706
32631
|
}
|
|
32707
|
-
|
|
32708
|
-
|
|
32632
|
+
.E_mp64wfi .name-toolbar {
|
|
32633
|
+
width: 100%;
|
|
32634
|
+
display: flex;
|
|
32635
|
+
line-height: 30px;
|
|
32636
|
+
padding: 0 16px;
|
|
32637
|
+
justify-content: space-between;
|
|
32709
32638
|
}
|
|
32710
|
-
|
|
32711
|
-
|
|
32639
|
+
.E_mp64wfi .name-toolbar .metric-extra {
|
|
32640
|
+
display: flex;
|
|
32641
|
+
font-size: 12px;
|
|
32642
|
+
align-items: center;
|
|
32712
32643
|
}
|
|
32713
|
-
|
|
32714
|
-
color: #
|
|
32644
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item {
|
|
32645
|
+
color: #a3b4cc;
|
|
32715
32646
|
}
|
|
32716
|
-
|
|
32717
|
-
|
|
32647
|
+
.E_mp64wfi .name-toolbar .metric-extra .info-item + .info-item {
|
|
32648
|
+
margin-left: 10px;
|
|
32718
32649
|
}
|
|
32719
|
-
|
|
32720
|
-
|
|
32650
|
+
.E_mp64wfi .name-toolbar .metric-extra .menu-trigger {
|
|
32651
|
+
margin-left: 10px;
|
|
32652
|
+
cursor: pointer;
|
|
32721
32653
|
}
|
|
32722
|
-
|
|
32723
|
-
|
|
32724
|
-
|
|
32725
|
-
|
|
32726
|
-
|
|
32654
|
+
.E_mp64wfi .content {
|
|
32655
|
+
flex: 1;
|
|
32656
|
+
width: 100%;
|
|
32657
|
+
display: flex;
|
|
32658
|
+
justify-content: center;
|
|
32659
|
+
align-items: center;
|
|
32727
32660
|
}
|
|
32728
|
-
|
|
32729
|
-
|
|
32730
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32661
|
+
.E_mp64wfi .single-content {
|
|
32662
|
+
height: 65px;
|
|
32731
32663
|
}
|
|
32732
32664
|
|
|
32733
|
-
.
|
|
32734
|
-
|
|
32735
|
-
|
|
32736
|
-
|
|
32737
|
-
|
|
32738
|
-
|
|
32739
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32740
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32741
|
-
}
|
|
32742
|
-
.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 {
|
|
32743
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32744
|
-
}
|
|
32745
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32746
|
-
color: #00122e;
|
|
32747
|
-
}
|
|
32748
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32749
|
-
margin-right: 6px;
|
|
32665
|
+
.E_l1oyigan {
|
|
32666
|
+
display: flex;
|
|
32667
|
+
align-items: center;
|
|
32668
|
+
white-space: nowrap;
|
|
32669
|
+
overflow: hidden;
|
|
32670
|
+
width: 100%;
|
|
32750
32671
|
}
|
|
32751
|
-
.
|
|
32752
|
-
margin-left:
|
|
32672
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
32673
|
+
margin-left: auto;
|
|
32674
|
+
font-size: 12px;
|
|
32753
32675
|
}
|
|
32754
|
-
|
|
32755
|
-
|
|
32676
|
+
|
|
32677
|
+
.E_l1noi4n1 {
|
|
32678
|
+
display: flex;
|
|
32679
|
+
justify-content: flex-start;
|
|
32680
|
+
align-items: center;
|
|
32681
|
+
font-size: 12px;
|
|
32682
|
+
cursor: pointer;
|
|
32756
32683
|
}
|
|
32757
|
-
.
|
|
32758
|
-
|
|
32684
|
+
.E_l1noi4n1:not(:last-child) {
|
|
32685
|
+
margin-right: 20px;
|
|
32759
32686
|
}
|
|
32760
|
-
.
|
|
32761
|
-
|
|
32687
|
+
.E_l1noi4n1.deselected {
|
|
32688
|
+
opacity: 0.4;
|
|
32762
32689
|
}
|
|
32763
|
-
.
|
|
32764
|
-
background
|
|
32690
|
+
.E_l1noi4n1.deselected .color-block {
|
|
32691
|
+
background: #b4beca !important;
|
|
32765
32692
|
}
|
|
32766
|
-
|
|
32767
|
-
|
|
32693
|
+
|
|
32694
|
+
.E_cz19rz6 {
|
|
32695
|
+
display: inline-block;
|
|
32696
|
+
height: 8px;
|
|
32697
|
+
width: 8px;
|
|
32698
|
+
margin-right: 8px;
|
|
32768
32699
|
}
|
|
32769
|
-
|
|
32770
|
-
|
|
32700
|
+
|
|
32701
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
32702
|
+
display: flex;
|
|
32703
|
+
align-items: center;
|
|
32704
|
+
font-size: 12px;
|
|
32705
|
+
margin: 0;
|
|
32771
32706
|
}
|
|
32772
|
-
|
|
32773
|
-
|
|
32707
|
+
|
|
32708
|
+
.E_m1y1hhnr {
|
|
32709
|
+
position: relative;
|
|
32774
32710
|
}
|
|
32775
|
-
.
|
|
32776
|
-
|
|
32711
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
32712
|
+
bottom: -12px;
|
|
32777
32713
|
}
|
|
32778
|
-
.
|
|
32779
|
-
|
|
32714
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
32715
|
+
display: flex;
|
|
32716
|
+
justify-content: space-between;
|
|
32717
|
+
line-height: 30px;
|
|
32718
|
+
margin: 0 16px;
|
|
32780
32719
|
}
|
|
32781
|
-
.
|
|
32782
|
-
|
|
32720
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
32721
|
+
display: flex;
|
|
32722
|
+
font-size: 12px;
|
|
32723
|
+
align-items: center;
|
|
32783
32724
|
}
|
|
32784
|
-
.
|
|
32785
|
-
|
|
32725
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
32726
|
+
color: #a3b4cc;
|
|
32786
32727
|
}
|
|
32787
|
-
.
|
|
32788
|
-
|
|
32728
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32729
|
+
margin-left: 10px;
|
|
32789
32730
|
}
|
|
32790
|
-
.
|
|
32791
|
-
|
|
32731
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
32732
|
+
margin-left: 10px;
|
|
32733
|
+
cursor: pointer;
|
|
32792
32734
|
}
|
|
32793
|
-
.
|
|
32794
|
-
|
|
32735
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
32736
|
+
font-size: 12px;
|
|
32795
32737
|
}
|
|
32796
|
-
.
|
|
32797
|
-
|
|
32738
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
32739
|
+
position: absolute;
|
|
32740
|
+
bottom: 10px;
|
|
32741
|
+
padding: 0 8px;
|
|
32742
|
+
border-radius: 4px;
|
|
32743
|
+
font-size: 12px;
|
|
32744
|
+
color: #fff;
|
|
32745
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32746
|
+
transform: translateX(-50%);
|
|
32798
32747
|
}
|
|
32799
32748
|
|
|
32800
|
-
.
|
|
32801
|
-
width:
|
|
32802
|
-
height: 8px;
|
|
32803
|
-
border-radius: 50%;
|
|
32804
|
-
display: inline-block;
|
|
32749
|
+
.E_tnvijvs {
|
|
32750
|
+
min-width: 200px;
|
|
32805
32751
|
}
|
|
32806
32752
|
|
|
32807
|
-
.
|
|
32753
|
+
.E_t1ub2aex {
|
|
32808
32754
|
display: flex;
|
|
32755
|
+
align-items: center;
|
|
32756
|
+
justify-content: space-between;
|
|
32757
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32758
|
+
color: #b4beca;
|
|
32759
|
+
font-size: 12px;
|
|
32760
|
+
padding: 3px 6px;
|
|
32809
32761
|
}
|
|
32810
|
-
|
|
32811
|
-
|
|
32812
|
-
border-radius: 6px;
|
|
32762
|
+
.E_t1ub2aex:first-child {
|
|
32763
|
+
padding-top: 3px;
|
|
32813
32764
|
}
|
|
32814
|
-
.
|
|
32815
|
-
|
|
32816
|
-
color: #2d3a56;
|
|
32817
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32818
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32819
|
-
font-size: 13px;
|
|
32765
|
+
.E_t1ub2aex:last-child {
|
|
32766
|
+
padding-bottom: 3px;
|
|
32820
32767
|
}
|
|
32821
|
-
.
|
|
32822
|
-
|
|
32768
|
+
.E_t1ub2aex .column-value {
|
|
32769
|
+
color: #fff;
|
|
32770
|
+
margin-left: 8px;
|
|
32771
|
+
}
|
|
32772
|
+
|
|
32773
|
+
.E_tc97u5y {
|
|
32774
|
+
height: 100%;
|
|
32823
32775
|
}
|
|
32824
|
-
|
|
32825
|
-
|
|
32826
|
-
|
|
32776
|
+
|
|
32777
|
+
.E_tfzf37v {
|
|
32778
|
+
height: 100%;
|
|
32827
32779
|
}
|
|
32828
|
-
.
|
|
32829
|
-
|
|
32830
|
-
|
|
32780
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
32781
|
+
overflow: visible !important;
|
|
32782
|
+
height: 100%;
|
|
32831
32783
|
}
|
|
32832
|
-
.
|
|
32833
|
-
|
|
32784
|
+
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
32785
|
+
height: 100%;
|
|
32834
32786
|
}
|
|
32835
|
-
.
|
|
32836
|
-
|
|
32837
|
-
|
|
32787
|
+
.E_tfzf37v.empty-table .ant-table-content table {
|
|
32788
|
+
width: 100% !important;
|
|
32789
|
+
height: 100%;
|
|
32838
32790
|
}
|
|
32839
|
-
.
|
|
32840
|
-
|
|
32791
|
+
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
32792
|
+
padding: 15px 0;
|
|
32841
32793
|
}
|
|
32842
|
-
.
|
|
32843
|
-
|
|
32844
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32794
|
+
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
32795
|
+
display: none;
|
|
32845
32796
|
}
|
|
32846
|
-
.
|
|
32847
|
-
|
|
32797
|
+
.E_tfzf37v .active-row td:nth-child(1) {
|
|
32798
|
+
font-weight: 700;
|
|
32848
32799
|
}
|
|
32849
|
-
.
|
|
32850
|
-
|
|
32851
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32852
|
-
cursor: "not-allowed";
|
|
32800
|
+
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
32801
|
+
font-weight: 700;
|
|
32853
32802
|
}
|
|
32854
|
-
.
|
|
32855
|
-
|
|
32803
|
+
.E_tfzf37v .ant-spin-nested-loading {
|
|
32804
|
+
height: 100%;
|
|
32856
32805
|
}
|
|
32857
|
-
.
|
|
32858
|
-
|
|
32806
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
32807
|
+
height: 100%;
|
|
32808
|
+
overflow: visible;
|
|
32859
32809
|
}
|
|
32860
|
-
.
|
|
32861
|
-
|
|
32862
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32810
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
32811
|
+
max-height: none;
|
|
32863
32812
|
}
|
|
32864
|
-
.
|
|
32865
|
-
|
|
32813
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
32814
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
32815
|
+
display: none;
|
|
32866
32816
|
}
|
|
32867
|
-
|
|
32868
|
-
|
|
32869
|
-
margin-right: 4px;
|
|
32817
|
+
.E_tfzf37v td.ant-table-column-sort {
|
|
32818
|
+
background: transparent;
|
|
32870
32819
|
}
|
|
32871
|
-
|
|
32872
|
-
.
|
|
32873
|
-
|
|
32820
|
+
.E_tfzf37v td.ant-table-cell-fix-left,
|
|
32821
|
+
.E_tfzf37v td.ant-table-cell-fix-right {
|
|
32822
|
+
background: #fff;
|
|
32823
|
+
padding: 0 !important;
|
|
32874
32824
|
}
|
|
32875
|
-
.
|
|
32876
|
-
|
|
32877
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32825
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
32826
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
32878
32827
|
display: flex;
|
|
32828
|
+
align-items: center;
|
|
32829
|
+
height: 100%;
|
|
32830
|
+
padding: 8px;
|
|
32879
32831
|
}
|
|
32880
|
-
.
|
|
32881
|
-
|
|
32882
|
-
|
|
32883
|
-
|
|
32884
|
-
|
|
32832
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
32833
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
32834
|
+
overflow: hidden;
|
|
32835
|
+
text-overflow: ellipsis;
|
|
32836
|
+
width: 100%;
|
|
32885
32837
|
}
|
|
32886
|
-
.
|
|
32887
|
-
|
|
32838
|
+
.E_tfzf37v .ant-table-container {
|
|
32839
|
+
height: 100%;
|
|
32888
32840
|
}
|
|
32889
|
-
.
|
|
32890
|
-
|
|
32841
|
+
.E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
|
|
32842
|
+
box-shadow: none !important;
|
|
32891
32843
|
}
|
|
32892
|
-
.
|
|
32893
|
-
|
|
32844
|
+
.E_tfzf37v .ant-table {
|
|
32845
|
+
border-radius: 0px;
|
|
32846
|
+
border-left: none;
|
|
32847
|
+
border-right: none;
|
|
32848
|
+
border-bottom: none;
|
|
32849
|
+
height: 100%;
|
|
32850
|
+
font-size: 12px;
|
|
32851
|
+
background: transparent;
|
|
32894
32852
|
}
|
|
32895
|
-
.
|
|
32896
|
-
|
|
32853
|
+
.E_tfzf37v .ant-table .ant-table-header {
|
|
32854
|
+
position: relative;
|
|
32855
|
+
z-index: 3;
|
|
32856
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
32857
|
+
margin-bottom: -1px;
|
|
32897
32858
|
}
|
|
32898
|
-
.
|
|
32899
|
-
|
|
32859
|
+
.E_tfzf37v .ant-table .time-wrapper .date,
|
|
32860
|
+
.E_tfzf37v .ant-table .value {
|
|
32861
|
+
color: #2d3a56;
|
|
32900
32862
|
}
|
|
32901
|
-
|
|
32902
|
-
.
|
|
32903
|
-
|
|
32904
|
-
border-radius: 4px;
|
|
32863
|
+
.E_tfzf37v .ant-table .time-wrapper .time,
|
|
32864
|
+
.E_tfzf37v .ant-table .unit {
|
|
32865
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32905
32866
|
}
|
|
32906
|
-
|
|
32907
|
-
|
|
32908
|
-
|
|
32909
|
-
border-radius: 3px;
|
|
32867
|
+
.E_tfzf37v .ant-table .ant-table-selection {
|
|
32868
|
+
position: unset;
|
|
32869
|
+
text-align: center;
|
|
32910
32870
|
}
|
|
32911
|
-
|
|
32912
|
-
|
|
32913
|
-
padding: 3px 8px;
|
|
32914
|
-
border-radius: 2px;
|
|
32871
|
+
.E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
32872
|
+
background: #fff;
|
|
32915
32873
|
}
|
|
32916
|
-
|
|
32917
|
-
|
|
32918
|
-
|
|
32874
|
+
.E_tfzf37v .ant-table .anticon-setting {
|
|
32875
|
+
cursor: pointer;
|
|
32876
|
+
position: absolute;
|
|
32877
|
+
top: 50%;
|
|
32878
|
+
right: 12px;
|
|
32879
|
+
transform: translateY(-50%);
|
|
32919
32880
|
}
|
|
32920
|
-
.
|
|
32921
|
-
|
|
32922
|
-
|
|
32923
|
-
|
|
32924
|
-
align-items: center;
|
|
32925
|
-
border: none;
|
|
32881
|
+
.E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
32882
|
+
box-shadow: none;
|
|
32883
|
+
width: 1px;
|
|
32884
|
+
background: rgba(213, 219, 227, 0.6);
|
|
32926
32885
|
}
|
|
32927
|
-
.
|
|
32928
|
-
|
|
32929
|
-
|
|
32930
|
-
|
|
32931
|
-
margin-left: 4px;
|
|
32932
|
-
opacity: 0.6;
|
|
32933
|
-
display: inline-flex;
|
|
32886
|
+
.E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
32887
|
+
box-shadow: none;
|
|
32888
|
+
width: 1px;
|
|
32889
|
+
background: rgba(213, 219, 227, 0.6);
|
|
32934
32890
|
}
|
|
32935
|
-
.
|
|
32936
|
-
|
|
32891
|
+
.E_tfzf37v .ant-table .ant-table-tbody {
|
|
32892
|
+
position: relative;
|
|
32937
32893
|
}
|
|
32938
|
-
.
|
|
32939
|
-
|
|
32940
|
-
|
|
32894
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
|
|
32895
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32896
|
+
border-bottom: 1px solid white;
|
|
32897
|
+
height: 40px;
|
|
32898
|
+
vertical-align: middle;
|
|
32899
|
+
transition: background 0ms;
|
|
32900
|
+
color: #00122e;
|
|
32941
32901
|
}
|
|
32942
|
-
.
|
|
32943
|
-
|
|
32944
|
-
|
|
32902
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
32903
|
+
background: #f2f5fa;
|
|
32904
|
+
border-bottom-color: #f2f5fa;
|
|
32945
32905
|
}
|
|
32946
|
-
.
|
|
32947
|
-
|
|
32948
|
-
|
|
32906
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
32907
|
+
height: auto;
|
|
32908
|
+
color: #00122e;
|
|
32909
|
+
font-size: 12px;
|
|
32910
|
+
text-align: left;
|
|
32911
|
+
transition: none;
|
|
32912
|
+
overflow: hidden;
|
|
32913
|
+
text-overflow: ellipsis;
|
|
32914
|
+
white-space: nowrap;
|
|
32949
32915
|
}
|
|
32950
|
-
.
|
|
32951
|
-
color: #
|
|
32952
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32916
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
32917
|
+
color: #0096ff;
|
|
32953
32918
|
}
|
|
32954
|
-
.
|
|
32955
|
-
|
|
32956
|
-
|
|
32919
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
32920
|
+
overflow: hidden;
|
|
32921
|
+
text-overflow: ellipsis;
|
|
32922
|
+
width: 100%;
|
|
32923
|
+
vertical-align: middle;
|
|
32957
32924
|
}
|
|
32958
|
-
.
|
|
32959
|
-
|
|
32960
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32925
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
32926
|
+
line-height: 0px;
|
|
32961
32927
|
}
|
|
32962
|
-
.
|
|
32963
|
-
|
|
32928
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
32929
|
+
padding-right: 25px;
|
|
32964
32930
|
}
|
|
32965
|
-
.
|
|
32966
|
-
|
|
32931
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
32932
|
+
border-top-color: transparent;
|
|
32967
32933
|
}
|
|
32968
|
-
.
|
|
32969
|
-
background
|
|
32934
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
32935
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32936
|
+
border-color: transparent transparent white;
|
|
32970
32937
|
}
|
|
32971
|
-
.
|
|
32972
|
-
|
|
32938
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
32939
|
+
border-radius: 8px 0 0 8px;
|
|
32973
32940
|
}
|
|
32974
|
-
.
|
|
32975
|
-
|
|
32941
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
32942
|
+
border-radius: 8px 0 0 8px;
|
|
32976
32943
|
}
|
|
32977
|
-
.
|
|
32978
|
-
|
|
32944
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
32945
|
+
content: "";
|
|
32946
|
+
width: 4px;
|
|
32947
|
+
top: -1px;
|
|
32948
|
+
bottom: -1px;
|
|
32949
|
+
background: white;
|
|
32950
|
+
}
|
|
32951
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
32952
|
+
border-radius: 0 8px 8px 0;
|
|
32953
|
+
}
|
|
32954
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
32955
|
+
border-radius: 0;
|
|
32956
|
+
background: white;
|
|
32957
|
+
border-top: none;
|
|
32979
32958
|
}
|
|
32980
|
-
.
|
|
32981
|
-
|
|
32959
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
32960
|
+
border-top: 1px solid transparent;
|
|
32961
|
+
border-radius: 0 8px 8px 0;
|
|
32962
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32982
32963
|
}
|
|
32983
|
-
|
|
32984
|
-
|
|
32985
|
-
|
|
32986
|
-
background-color: unset;
|
|
32987
|
-
padding: unset;
|
|
32964
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
32965
|
+
background: white;
|
|
32966
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32988
32967
|
}
|
|
32989
|
-
|
|
32990
|
-
.E_msn7nxt {
|
|
32991
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32992
|
-
text-align: center;
|
|
32968
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
32993
32969
|
display: flex;
|
|
32994
32970
|
align-items: center;
|
|
32995
|
-
justify-content: center;
|
|
32996
|
-
flex-direction: column;
|
|
32997
32971
|
height: 100%;
|
|
32972
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32998
32973
|
}
|
|
32999
|
-
.
|
|
33000
|
-
|
|
33001
|
-
|
|
32974
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
32975
|
+
background: white;
|
|
32976
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33002
32977
|
}
|
|
33003
|
-
|
|
33004
|
-
.E_mp64wfi {
|
|
33005
|
-
width: 100%;
|
|
33006
|
-
height: 100%;
|
|
32978
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
33007
32979
|
display: flex;
|
|
33008
|
-
|
|
32980
|
+
align-items: center;
|
|
32981
|
+
height: 100%;
|
|
32982
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33009
32983
|
}
|
|
33010
|
-
.
|
|
33011
|
-
|
|
33012
|
-
display: flex;
|
|
33013
|
-
line-height: 30px;
|
|
33014
|
-
padding: 0 16px;
|
|
33015
|
-
justify-content: space-between;
|
|
32984
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
32985
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33016
32986
|
}
|
|
33017
|
-
.
|
|
33018
|
-
|
|
33019
|
-
|
|
33020
|
-
align-items: center;
|
|
32987
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
32988
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
32989
|
+
border-radius: 8px;
|
|
33021
32990
|
}
|
|
33022
|
-
.
|
|
33023
|
-
color:
|
|
32991
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
32992
|
+
border-top-color: white;
|
|
33024
32993
|
}
|
|
33025
|
-
.
|
|
33026
|
-
|
|
32994
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
32995
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32996
|
+
border-bottom-color: transparent;
|
|
32997
|
+
border-top-color: transparent;
|
|
33027
32998
|
}
|
|
33028
|
-
.
|
|
33029
|
-
|
|
33030
|
-
cursor: pointer;
|
|
32999
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
33000
|
+
border-radius: 8px 0 0 8px;
|
|
33031
33001
|
}
|
|
33032
|
-
.
|
|
33033
|
-
|
|
33034
|
-
width: 100%;
|
|
33035
|
-
display: flex;
|
|
33036
|
-
justify-content: center;
|
|
33037
|
-
align-items: center;
|
|
33002
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
33003
|
+
border-radius: 0 8px 8px 0;
|
|
33038
33004
|
}
|
|
33039
|
-
.
|
|
33040
|
-
|
|
33005
|
+
.E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
33006
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33041
33007
|
}
|
|
33042
|
-
|
|
33043
|
-
|
|
33044
|
-
|
|
33045
|
-
|
|
33046
|
-
|
|
33047
|
-
|
|
33048
|
-
|
|
33008
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th {
|
|
33009
|
+
background: #fff;
|
|
33010
|
+
font-weight: 400;
|
|
33011
|
+
position: relative;
|
|
33012
|
+
border-bottom: none;
|
|
33013
|
+
color: #00122e;
|
|
33014
|
+
transition: none;
|
|
33015
|
+
padding: 15px 8px 15px 8px;
|
|
33049
33016
|
}
|
|
33050
|
-
.
|
|
33051
|
-
|
|
33052
|
-
|
|
33017
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
33018
|
+
content: "";
|
|
33019
|
+
width: 1px;
|
|
33020
|
+
top: 0;
|
|
33021
|
+
bottom: 0;
|
|
33022
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33023
|
+
position: absolute;
|
|
33024
|
+
right: 0;
|
|
33053
33025
|
}
|
|
33054
|
-
|
|
33055
|
-
|
|
33056
|
-
display: flex;
|
|
33057
|
-
justify-content: flex-start;
|
|
33058
|
-
align-items: center;
|
|
33059
|
-
font-size: 12px;
|
|
33060
|
-
cursor: pointer;
|
|
33026
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
|
|
33027
|
+
padding: unset;
|
|
33061
33028
|
}
|
|
33062
|
-
.
|
|
33063
|
-
|
|
33029
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
33030
|
+
display: none;
|
|
33064
33031
|
}
|
|
33065
|
-
.
|
|
33066
|
-
|
|
33032
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33033
|
+
width: 100%;
|
|
33034
|
+
overflow: hidden;
|
|
33035
|
+
white-space: nowrap;
|
|
33036
|
+
text-overflow: ellipsis;
|
|
33067
33037
|
}
|
|
33068
|
-
.
|
|
33069
|
-
|
|
33038
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
33039
|
+
overflow: hidden;
|
|
33040
|
+
text-overflow: ellipsis;
|
|
33041
|
+
flex: 1;
|
|
33070
33042
|
}
|
|
33071
|
-
|
|
33072
|
-
|
|
33073
|
-
display: inline-block;
|
|
33074
|
-
height: 8px;
|
|
33075
|
-
width: 8px;
|
|
33076
|
-
margin-right: 8px;
|
|
33043
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
33044
|
+
padding: 15px 25px 15px 8px;
|
|
33077
33045
|
}
|
|
33078
|
-
|
|
33079
|
-
|
|
33080
|
-
display: flex;
|
|
33081
|
-
align-items: center;
|
|
33082
|
-
font-size: 12px;
|
|
33083
|
-
margin: 0;
|
|
33046
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33047
|
+
padding: 0;
|
|
33084
33048
|
}
|
|
33085
|
-
|
|
33086
|
-
|
|
33087
|
-
|
|
33049
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
33050
|
+
position: absolute;
|
|
33051
|
+
right: 6px;
|
|
33052
|
+
top: 50%;
|
|
33053
|
+
transform: translateY(-50%);
|
|
33054
|
+
height: 16px;
|
|
33055
|
+
display: none;
|
|
33056
|
+
transition: transform 320ms ease;
|
|
33088
33057
|
}
|
|
33089
|
-
.
|
|
33090
|
-
|
|
33058
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
33059
|
+
display: block;
|
|
33060
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
33091
33061
|
}
|
|
33092
|
-
.
|
|
33093
|
-
display:
|
|
33094
|
-
justify-content: space-between;
|
|
33095
|
-
line-height: 30px;
|
|
33096
|
-
margin: 0 16px;
|
|
33062
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
33063
|
+
display: block;
|
|
33097
33064
|
}
|
|
33098
|
-
.
|
|
33099
|
-
display:
|
|
33100
|
-
font-size: 12px;
|
|
33101
|
-
align-items: center;
|
|
33065
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
33066
|
+
display: none;
|
|
33102
33067
|
}
|
|
33103
|
-
.
|
|
33104
|
-
|
|
33068
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
33069
|
+
transform: translateY(-50%);
|
|
33105
33070
|
}
|
|
33106
|
-
.
|
|
33107
|
-
|
|
33071
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
33072
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
33108
33073
|
}
|
|
33109
|
-
.
|
|
33110
|
-
|
|
33111
|
-
cursor: pointer;
|
|
33074
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
33075
|
+
background: #f2f5fa;
|
|
33112
33076
|
}
|
|
33113
|
-
.
|
|
33114
|
-
|
|
33077
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
33078
|
+
display: block;
|
|
33115
33079
|
}
|
|
33116
|
-
.
|
|
33080
|
+
.E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
|
|
33081
|
+
padding-right: 25px;
|
|
33082
|
+
}
|
|
33083
|
+
.E_tfzf37v .ant-table .ant-table-selection-column {
|
|
33084
|
+
padding: 0 !important;
|
|
33085
|
+
}
|
|
33086
|
+
.E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
33117
33087
|
position: absolute;
|
|
33118
|
-
|
|
33119
|
-
|
|
33120
|
-
|
|
33121
|
-
font-size: 12px;
|
|
33122
|
-
color: #fff;
|
|
33123
|
-
background: rgba(0, 0, 0, 0.75);
|
|
33124
|
-
transform: translateX(-50%);
|
|
33088
|
+
left: 50%;
|
|
33089
|
+
top: 50%;
|
|
33090
|
+
transform: translate(-50%, -50%);
|
|
33125
33091
|
}
|
|
33126
|
-
|
|
33127
|
-
|
|
33128
|
-
min-width: 200px;
|
|
33092
|
+
.E_tfzf37v .ant-table .ant-table-selection-column:after {
|
|
33093
|
+
display: none;
|
|
33129
33094
|
}
|
|
33130
|
-
|
|
33131
|
-
|
|
33132
|
-
display: flex;
|
|
33133
|
-
align-items: center;
|
|
33134
|
-
justify-content: space-between;
|
|
33135
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
33136
|
-
color: #b4beca;
|
|
33137
|
-
font-size: 12px;
|
|
33138
|
-
padding: 3px 6px;
|
|
33095
|
+
.E_tfzf37v .ant-table .ant-table-hide-scrollbar {
|
|
33096
|
+
background: #fff;
|
|
33139
33097
|
}
|
|
33140
|
-
.
|
|
33141
|
-
|
|
33098
|
+
.E_tfzf37v .ant-table .ant-table-placeholder {
|
|
33099
|
+
background: inherit;
|
|
33142
33100
|
}
|
|
33143
|
-
.
|
|
33144
|
-
|
|
33101
|
+
.E_tfzf37v .ant-table .ant-table-placeholder td {
|
|
33102
|
+
position: static;
|
|
33103
|
+
border: none;
|
|
33104
|
+
background: inherit !important;
|
|
33105
|
+
height: 100px;
|
|
33106
|
+
vertical-align: middle;
|
|
33145
33107
|
}
|
|
33146
|
-
.
|
|
33147
|
-
|
|
33148
|
-
|
|
33108
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
|
|
33109
|
+
.E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33110
|
+
font-weight: bold;
|
|
33111
|
+
font-size: 20px;
|
|
33112
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33149
33113
|
}
|
|
33150
|
-
|
|
33151
|
-
.
|
|
33152
|
-
|
|
33153
|
-
|
|
33154
|
-
|
|
33155
|
-
|
|
33156
|
-
justify-content: center;
|
|
33114
|
+
.E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
|
|
33115
|
+
.E_tfzf37v .ant-table th.cell__action_ {
|
|
33116
|
+
z-index: 10;
|
|
33117
|
+
}
|
|
33118
|
+
.E_tfzf37v .ant-table td.cell__action_ {
|
|
33119
|
+
padding: 0 !important;
|
|
33157
33120
|
position: relative;
|
|
33158
|
-
|
|
33121
|
+
background: #fff;
|
|
33159
33122
|
}
|
|
33160
|
-
|
|
33161
|
-
|
|
33162
|
-
|
|
33163
|
-
|
|
33164
|
-
|
|
33165
|
-
|
|
33166
|
-
top: 40.5px;
|
|
33167
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33168
|
-
border-radius: 5px;
|
|
33169
|
-
transform: rotate(-128deg);
|
|
33170
|
-
transform-origin: top left;
|
|
33171
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33123
|
+
.E_tfzf37v .ant-table td.cell__action_ > * {
|
|
33124
|
+
height: 100%;
|
|
33125
|
+
display: flex;
|
|
33126
|
+
align-items: center;
|
|
33127
|
+
justify-content: flex-end;
|
|
33128
|
+
padding-right: 8px;
|
|
33172
33129
|
}
|
|
33173
|
-
|
|
33174
|
-
|
|
33175
|
-
|
|
33176
|
-
|
|
33177
|
-
|
|
33178
|
-
|
|
33179
|
-
top: 8.4px;
|
|
33180
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33181
|
-
border-radius: 5px;
|
|
33182
|
-
transform: rotate(-8deg);
|
|
33183
|
-
transform-origin: top left;
|
|
33184
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33130
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
33131
|
+
width: 24px;
|
|
33132
|
+
height: 24px;
|
|
33133
|
+
cursor: pointer;
|
|
33134
|
+
justify-content: center;
|
|
33135
|
+
border-radius: 4px;
|
|
33185
33136
|
}
|
|
33186
|
-
|
|
33187
|
-
|
|
33188
|
-
position: absolute;
|
|
33189
|
-
width: 5px;
|
|
33190
|
-
height: 48px;
|
|
33191
|
-
left: 52.9px;
|
|
33192
|
-
top: 51.8px;
|
|
33193
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33194
|
-
border-radius: 5px;
|
|
33195
|
-
transform: rotate(112deg);
|
|
33196
|
-
transform-origin: top left;
|
|
33197
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33137
|
+
.E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
33138
|
+
background: #fff;
|
|
33198
33139
|
}
|
|
33199
33140
|
|
|
33200
33141
|
.E_sjob3jg {
|
|
@@ -33869,6 +33810,36 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33869
33810
|
padding: 0;
|
|
33870
33811
|
}
|
|
33871
33812
|
|
|
33813
|
+
.E_t13ef470 {
|
|
33814
|
+
height: 100%;
|
|
33815
|
+
}
|
|
33816
|
+
.E_t13ef470 .table-loading-item {
|
|
33817
|
+
padding: 12px 4px;
|
|
33818
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33819
|
+
display: flex;
|
|
33820
|
+
}
|
|
33821
|
+
.E_t13ef470 .table-loading-item > * {
|
|
33822
|
+
height: 16px;
|
|
33823
|
+
margin: 4px;
|
|
33824
|
+
background: rgba(204, 212, 227, 0.18);
|
|
33825
|
+
border-radius: 2px;
|
|
33826
|
+
}
|
|
33827
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
33828
|
+
width: 16px;
|
|
33829
|
+
}
|
|
33830
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
33831
|
+
flex: 1;
|
|
33832
|
+
}
|
|
33833
|
+
.E_t13ef470 :nth-child(1) {
|
|
33834
|
+
padding: 8px 4px;
|
|
33835
|
+
}
|
|
33836
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
33837
|
+
background: rgba(107, 125, 153, 0.18);
|
|
33838
|
+
}
|
|
33839
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
33840
|
+
background: rgba(163, 180, 204, 0.18);
|
|
33841
|
+
}
|
|
33842
|
+
|
|
33872
33843
|
.E_t160l1cm {
|
|
33873
33844
|
display: flex;
|
|
33874
33845
|
flex-direction: column;
|
|
@@ -34226,11 +34197,130 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34226
34197
|
transform: translateY(-4px);
|
|
34227
34198
|
}
|
|
34228
34199
|
|
|
34200
|
+
button.E_l48ei06.ant-btn {
|
|
34201
|
+
font-size: 12px;
|
|
34202
|
+
line-height: 18px;
|
|
34203
|
+
height: 18px;
|
|
34204
|
+
}
|
|
34205
|
+
|
|
34206
|
+
button.E_l48ei06 {
|
|
34207
|
+
color: #0080FF;
|
|
34208
|
+
height: unset;
|
|
34209
|
+
}
|
|
34210
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34211
|
+
margin-right: 4px;
|
|
34212
|
+
}
|
|
34213
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34214
|
+
margin-left: 4px;
|
|
34215
|
+
}
|
|
34216
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34217
|
+
color: #009DFF;
|
|
34218
|
+
}
|
|
34219
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34220
|
+
color: #005ED1;
|
|
34221
|
+
}
|
|
34222
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34223
|
+
color: #0080FF;
|
|
34224
|
+
}
|
|
34225
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34226
|
+
color: #00122E;
|
|
34227
|
+
}
|
|
34228
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34229
|
+
color: #0080FF;
|
|
34230
|
+
}
|
|
34231
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34232
|
+
color: #005ED1;
|
|
34233
|
+
}
|
|
34234
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34235
|
+
color: #00122E;
|
|
34236
|
+
}
|
|
34237
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34238
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34239
|
+
}
|
|
34240
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34241
|
+
color: #0080FF;
|
|
34242
|
+
}
|
|
34243
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34244
|
+
color: #005ED1;
|
|
34245
|
+
}
|
|
34246
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34247
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34248
|
+
}
|
|
34249
|
+
|
|
34250
|
+
.E_slr2ynn {
|
|
34251
|
+
padding: 0 8px;
|
|
34252
|
+
height: 18px;
|
|
34253
|
+
}
|
|
34254
|
+
|
|
34255
|
+
.E_m140wbb6 {
|
|
34256
|
+
padding: 2px 8px;
|
|
34257
|
+
height: 24px;
|
|
34258
|
+
}
|
|
34259
|
+
|
|
34260
|
+
.E_t1fozc1i {
|
|
34261
|
+
margin: 0;
|
|
34262
|
+
}
|
|
34263
|
+
|
|
34264
|
+
.E_i1vxv4ln {
|
|
34265
|
+
margin-right: 4px;
|
|
34266
|
+
height: 16px;
|
|
34267
|
+
}
|
|
34268
|
+
|
|
34269
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34270
|
+
font-weight: 700;
|
|
34271
|
+
color: #00122e;
|
|
34272
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34273
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34274
|
+
word-break: break-all;
|
|
34275
|
+
display: inline;
|
|
34276
|
+
white-space: normal;
|
|
34277
|
+
}
|
|
34278
|
+
|
|
34279
|
+
.E_w7ob4th.outside-tag {
|
|
34280
|
+
padding-left: 0;
|
|
34281
|
+
}
|
|
34282
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34283
|
+
border-radius: 4px 0 0 4px;
|
|
34284
|
+
padding-right: 4px;
|
|
34285
|
+
margin-right: 4px;
|
|
34286
|
+
}
|
|
34287
|
+
|
|
34229
34288
|
.E_i1g85yz3 {
|
|
34230
34289
|
margin-right: 4px;
|
|
34231
34290
|
height: 16px;
|
|
34232
34291
|
}
|
|
34233
34292
|
|
|
34293
|
+
.E_f7pxqmh {
|
|
34294
|
+
width: 100%;
|
|
34295
|
+
margin-bottom: 0 !important;
|
|
34296
|
+
flex-flow: nowrap !important;
|
|
34297
|
+
line-break: auto;
|
|
34298
|
+
}
|
|
34299
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
34300
|
+
text-align: left !important;
|
|
34301
|
+
padding-bottom: 0 !important;
|
|
34302
|
+
}
|
|
34303
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
34304
|
+
min-height: 32px;
|
|
34305
|
+
height: auto;
|
|
34306
|
+
font-size: 13px;
|
|
34307
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34308
|
+
white-space: normal;
|
|
34309
|
+
}
|
|
34310
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
34311
|
+
border-color: #ff4d4f !important;
|
|
34312
|
+
}
|
|
34313
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
34314
|
+
margin-top: 4px;
|
|
34315
|
+
font-size: 12px;
|
|
34316
|
+
min-height: 0px;
|
|
34317
|
+
}
|
|
34318
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
34319
|
+
font-size: 12px;
|
|
34320
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34321
|
+
min-height: 0px;
|
|
34322
|
+
}
|
|
34323
|
+
|
|
34234
34324
|
.E_t1dtlqs1 {
|
|
34235
34325
|
margin-bottom: 4px;
|
|
34236
34326
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34424,75 +34514,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34424
34514
|
margin-right: 8px;
|
|
34425
34515
|
}
|
|
34426
34516
|
|
|
34427
|
-
.E_w7ob4th.outside-tag {
|
|
34428
|
-
padding-left: 0;
|
|
34429
|
-
}
|
|
34430
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34431
|
-
border-radius: 4px 0 0 4px;
|
|
34432
|
-
padding-right: 4px;
|
|
34433
|
-
margin-right: 4px;
|
|
34434
|
-
}
|
|
34435
|
-
|
|
34436
|
-
.E_slr2ynn {
|
|
34437
|
-
padding: 0 8px;
|
|
34438
|
-
height: 18px;
|
|
34439
|
-
}
|
|
34440
|
-
|
|
34441
|
-
.E_m140wbb6 {
|
|
34442
|
-
padding: 2px 8px;
|
|
34443
|
-
height: 24px;
|
|
34444
|
-
}
|
|
34445
|
-
|
|
34446
|
-
.E_t1fozc1i {
|
|
34447
|
-
margin: 0;
|
|
34448
|
-
}
|
|
34449
|
-
|
|
34450
|
-
.E_i1vxv4ln {
|
|
34451
|
-
margin-right: 4px;
|
|
34452
|
-
height: 16px;
|
|
34453
|
-
}
|
|
34454
|
-
|
|
34455
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34456
|
-
font-weight: 700;
|
|
34457
|
-
color: #00122e;
|
|
34458
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34459
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34460
|
-
word-break: break-all;
|
|
34461
|
-
display: inline;
|
|
34462
|
-
white-space: normal;
|
|
34463
|
-
}
|
|
34464
|
-
|
|
34465
|
-
.E_f7pxqmh {
|
|
34466
|
-
width: 100%;
|
|
34467
|
-
margin-bottom: 0 !important;
|
|
34468
|
-
flex-flow: nowrap !important;
|
|
34469
|
-
line-break: auto;
|
|
34470
|
-
}
|
|
34471
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
34472
|
-
text-align: left !important;
|
|
34473
|
-
padding-bottom: 0 !important;
|
|
34474
|
-
}
|
|
34475
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
34476
|
-
min-height: 32px;
|
|
34477
|
-
height: auto;
|
|
34478
|
-
font-size: 13px;
|
|
34479
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34480
|
-
white-space: normal;
|
|
34481
|
-
}
|
|
34482
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
34483
|
-
border-color: #ff4d4f !important;
|
|
34484
|
-
}
|
|
34485
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
34486
|
-
margin-top: 4px;
|
|
34487
|
-
font-size: 12px;
|
|
34488
|
-
min-height: 0px;
|
|
34489
|
-
}
|
|
34490
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
34491
|
-
font-size: 12px;
|
|
34492
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34493
|
-
min-height: 0px;
|
|
34494
|
-
}
|
|
34495
|
-
|
|
34496
34517
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
34497
34518
|
display: var(--ai7qkf2-0);
|
|
34498
34519
|
}
|