@cloudtower/eagle 0.33.9 → 0.34.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1587 -1587
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1827 -1827
- package/dist/style.css +1503 -1503
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29690,6 +29690,29 @@ html body {
|
|
|
29690
29690
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29691
29691
|
}
|
|
29692
29692
|
}
|
|
29693
|
+
.E_m74vjol {
|
|
29694
|
+
display: flex;
|
|
29695
|
+
justify-content: space-between;
|
|
29696
|
+
width: 100%;
|
|
29697
|
+
}
|
|
29698
|
+
|
|
29699
|
+
.E_m74vjol .action {
|
|
29700
|
+
margin-left: 16px;
|
|
29701
|
+
}
|
|
29702
|
+
|
|
29703
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
29704
|
+
padding-right: 12px;
|
|
29705
|
+
}
|
|
29706
|
+
|
|
29707
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29708
|
+
height: fit-content;
|
|
29709
|
+
margin-left: 16px;
|
|
29710
|
+
}
|
|
29711
|
+
|
|
29712
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29713
|
+
flex: 1;
|
|
29714
|
+
}
|
|
29715
|
+
|
|
29693
29716
|
.E_c18gxmrl {
|
|
29694
29717
|
border: 1px solid #d8deeb;
|
|
29695
29718
|
border-radius: 4px;
|
|
@@ -29715,19 +29738,58 @@ html body {
|
|
|
29715
29738
|
padding: 8px 12px;
|
|
29716
29739
|
}
|
|
29717
29740
|
|
|
29718
|
-
.
|
|
29719
|
-
padding: 4px
|
|
29720
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29721
|
-
font-size: 12px;
|
|
29741
|
+
.E_b1nip9bk {
|
|
29742
|
+
padding: 4px 11px;
|
|
29722
29743
|
}
|
|
29723
29744
|
|
|
29724
|
-
.
|
|
29725
|
-
|
|
29745
|
+
.E_bqamoqe {
|
|
29746
|
+
white-space: nowrap;
|
|
29747
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29726
29748
|
}
|
|
29727
29749
|
|
|
29728
|
-
.
|
|
29729
|
-
|
|
29730
|
-
|
|
29750
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29751
|
+
--color: #0080ff;
|
|
29752
|
+
}
|
|
29753
|
+
|
|
29754
|
+
.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] {
|
|
29755
|
+
--color: #0080ff;
|
|
29756
|
+
}
|
|
29757
|
+
|
|
29758
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29759
|
+
margin-left: 1px;
|
|
29760
|
+
}
|
|
29761
|
+
|
|
29762
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29763
|
+
border-top-right-radius: 0;
|
|
29764
|
+
border-bottom-right-radius: 0;
|
|
29765
|
+
}
|
|
29766
|
+
|
|
29767
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29768
|
+
border-top-left-radius: 0;
|
|
29769
|
+
border-bottom-left-radius: 0;
|
|
29770
|
+
}
|
|
29771
|
+
|
|
29772
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29773
|
+
border-radius: unset;
|
|
29774
|
+
}
|
|
29775
|
+
|
|
29776
|
+
.E_berrcjl {
|
|
29777
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29778
|
+
margin-bottom: 4px;
|
|
29779
|
+
}
|
|
29780
|
+
|
|
29781
|
+
.E_berrcjl .breadcrumb-link {
|
|
29782
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29783
|
+
cursor: pointer;
|
|
29784
|
+
transition: color 160ms ease;
|
|
29785
|
+
}
|
|
29786
|
+
|
|
29787
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29788
|
+
color: #0080ff;
|
|
29789
|
+
}
|
|
29790
|
+
|
|
29791
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29792
|
+
color: #005ed1;
|
|
29731
29793
|
}
|
|
29732
29794
|
|
|
29733
29795
|
.E_c1uzzomf {
|
|
@@ -30051,83 +30113,6 @@ html body {
|
|
|
30051
30113
|
justify-content: center;
|
|
30052
30114
|
}
|
|
30053
30115
|
|
|
30054
|
-
.E_berrcjl {
|
|
30055
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30056
|
-
margin-bottom: 4px;
|
|
30057
|
-
}
|
|
30058
|
-
|
|
30059
|
-
.E_berrcjl .breadcrumb-link {
|
|
30060
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30061
|
-
cursor: pointer;
|
|
30062
|
-
transition: color 160ms ease;
|
|
30063
|
-
}
|
|
30064
|
-
|
|
30065
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30066
|
-
color: #0080ff;
|
|
30067
|
-
}
|
|
30068
|
-
|
|
30069
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30070
|
-
color: #005ed1;
|
|
30071
|
-
}
|
|
30072
|
-
|
|
30073
|
-
.E_m74vjol {
|
|
30074
|
-
display: flex;
|
|
30075
|
-
justify-content: space-between;
|
|
30076
|
-
width: 100%;
|
|
30077
|
-
}
|
|
30078
|
-
|
|
30079
|
-
.E_m74vjol .action {
|
|
30080
|
-
margin-left: 16px;
|
|
30081
|
-
}
|
|
30082
|
-
|
|
30083
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
30084
|
-
padding-right: 12px;
|
|
30085
|
-
}
|
|
30086
|
-
|
|
30087
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30088
|
-
height: fit-content;
|
|
30089
|
-
margin-left: 16px;
|
|
30090
|
-
}
|
|
30091
|
-
|
|
30092
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30093
|
-
flex: 1;
|
|
30094
|
-
}
|
|
30095
|
-
|
|
30096
|
-
.E_b1nip9bk {
|
|
30097
|
-
padding: 4px 11px;
|
|
30098
|
-
}
|
|
30099
|
-
|
|
30100
|
-
.E_bqamoqe {
|
|
30101
|
-
white-space: nowrap;
|
|
30102
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30103
|
-
}
|
|
30104
|
-
|
|
30105
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30106
|
-
--color: #0080ff;
|
|
30107
|
-
}
|
|
30108
|
-
|
|
30109
|
-
.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] {
|
|
30110
|
-
--color: #0080ff;
|
|
30111
|
-
}
|
|
30112
|
-
|
|
30113
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30114
|
-
margin-left: 1px;
|
|
30115
|
-
}
|
|
30116
|
-
|
|
30117
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30118
|
-
border-top-right-radius: 0;
|
|
30119
|
-
border-bottom-right-radius: 0;
|
|
30120
|
-
}
|
|
30121
|
-
|
|
30122
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30123
|
-
border-top-left-radius: 0;
|
|
30124
|
-
border-bottom-left-radius: 0;
|
|
30125
|
-
}
|
|
30126
|
-
|
|
30127
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30128
|
-
border-radius: unset;
|
|
30129
|
-
}
|
|
30130
|
-
|
|
30131
30116
|
.E_d1bw7c5z {
|
|
30132
30117
|
position: relative;
|
|
30133
30118
|
max-width: 388px;
|
|
@@ -30232,6 +30217,60 @@ html body {
|
|
|
30232
30217
|
padding: 20px 24px 24px 24px;
|
|
30233
30218
|
}
|
|
30234
30219
|
|
|
30220
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30221
|
+
padding: 4px 8px 0 8px;
|
|
30222
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30223
|
+
font-size: 12px;
|
|
30224
|
+
}
|
|
30225
|
+
|
|
30226
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30227
|
+
padding-bottom: 6px;
|
|
30228
|
+
}
|
|
30229
|
+
|
|
30230
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30231
|
+
padding-top: 4px;
|
|
30232
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30233
|
+
}
|
|
30234
|
+
|
|
30235
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30236
|
+
border: 0px;
|
|
30237
|
+
background-color: #fff;
|
|
30238
|
+
}
|
|
30239
|
+
|
|
30240
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30241
|
+
padding-top: 0px;
|
|
30242
|
+
padding-bottom: 0px;
|
|
30243
|
+
padding-left: 0px !important;
|
|
30244
|
+
padding-right: 24px;
|
|
30245
|
+
}
|
|
30246
|
+
|
|
30247
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30248
|
+
right: 0px;
|
|
30249
|
+
}
|
|
30250
|
+
|
|
30251
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30252
|
+
padding: 0px;
|
|
30253
|
+
}
|
|
30254
|
+
|
|
30255
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30256
|
+
padding-right: 0px;
|
|
30257
|
+
cursor: default;
|
|
30258
|
+
}
|
|
30259
|
+
|
|
30260
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30261
|
+
display: flex;
|
|
30262
|
+
}
|
|
30263
|
+
|
|
30264
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30265
|
+
border-bottom-left-radius: 5px;
|
|
30266
|
+
border-top-left-radius: 5px;
|
|
30267
|
+
}
|
|
30268
|
+
|
|
30269
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30270
|
+
border-bottom-right-radius: 5px;
|
|
30271
|
+
border-top-right-radius: 5px;
|
|
30272
|
+
}
|
|
30273
|
+
|
|
30235
30274
|
.E_sx1bpnu .ant-input-sm {
|
|
30236
30275
|
line-height: 18px;
|
|
30237
30276
|
}
|
|
@@ -30303,43 +30342,32 @@ html body {
|
|
|
30303
30342
|
line-height: 18px;
|
|
30304
30343
|
}
|
|
30305
30344
|
|
|
30306
|
-
.
|
|
30307
|
-
|
|
30308
|
-
}
|
|
30309
|
-
|
|
30310
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30311
|
-
border-bottom-left-radius: 5px;
|
|
30312
|
-
border-top-left-radius: 5px;
|
|
30313
|
-
}
|
|
30314
|
-
|
|
30315
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30316
|
-
border-bottom-right-radius: 5px;
|
|
30317
|
-
border-top-right-radius: 5px;
|
|
30345
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30346
|
+
margin-right: 8px;
|
|
30318
30347
|
}
|
|
30319
30348
|
|
|
30320
|
-
.
|
|
30321
|
-
|
|
30322
|
-
background-color: #fff;
|
|
30349
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30350
|
+
margin-left: 8px;
|
|
30323
30351
|
}
|
|
30324
30352
|
|
|
30325
|
-
.
|
|
30326
|
-
|
|
30327
|
-
|
|
30328
|
-
|
|
30329
|
-
padding-right:
|
|
30353
|
+
.E_cc368xp {
|
|
30354
|
+
color: #00122e;
|
|
30355
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30356
|
+
margin-right: 8px;
|
|
30357
|
+
padding-right: 8px;
|
|
30330
30358
|
}
|
|
30331
30359
|
|
|
30332
|
-
.
|
|
30333
|
-
|
|
30360
|
+
.E_i11o6xqj {
|
|
30361
|
+
display: flex;
|
|
30362
|
+
gap: 4px;
|
|
30334
30363
|
}
|
|
30335
30364
|
|
|
30336
|
-
.
|
|
30337
|
-
|
|
30365
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30366
|
+
cursor: pointer;
|
|
30338
30367
|
}
|
|
30339
30368
|
|
|
30340
|
-
.
|
|
30341
|
-
|
|
30342
|
-
cursor: default;
|
|
30369
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30370
|
+
cursor: not-allowed;
|
|
30343
30371
|
}
|
|
30344
30372
|
|
|
30345
30373
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30521,89 +30549,123 @@ html body {
|
|
|
30521
30549
|
width: 36px;
|
|
30522
30550
|
}
|
|
30523
30551
|
|
|
30524
|
-
.
|
|
30525
|
-
|
|
30552
|
+
.E_iq1gosr {
|
|
30553
|
+
display: inline-block;
|
|
30526
30554
|
}
|
|
30527
30555
|
|
|
30528
|
-
.
|
|
30529
|
-
margin-
|
|
30556
|
+
.E_tju3gfj .date {
|
|
30557
|
+
margin-right: 4px;
|
|
30530
30558
|
}
|
|
30531
30559
|
|
|
30532
|
-
.
|
|
30533
|
-
|
|
30534
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30535
|
-
margin-right: 8px;
|
|
30536
|
-
padding-right: 8px;
|
|
30560
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30561
|
+
display: none;
|
|
30537
30562
|
}
|
|
30538
30563
|
|
|
30539
|
-
.
|
|
30540
|
-
|
|
30541
|
-
|
|
30564
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30565
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30566
|
+
border-radius: 4px;
|
|
30542
30567
|
}
|
|
30543
30568
|
|
|
30544
|
-
.
|
|
30545
|
-
|
|
30569
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30570
|
+
visibility: hidden;
|
|
30546
30571
|
}
|
|
30547
30572
|
|
|
30548
|
-
.
|
|
30549
|
-
|
|
30573
|
+
.E_s1sck0th {
|
|
30574
|
+
padding: 0 8px;
|
|
30575
|
+
border-radius: 4px;
|
|
30550
30576
|
}
|
|
30551
30577
|
|
|
30552
|
-
.
|
|
30553
|
-
|
|
30554
|
-
|
|
30555
|
-
margin-right: 4px;
|
|
30578
|
+
.E_m855nr1 {
|
|
30579
|
+
padding: 2px 8px;
|
|
30580
|
+
border-radius: 3px;
|
|
30556
30581
|
}
|
|
30557
30582
|
|
|
30558
|
-
.
|
|
30559
|
-
|
|
30583
|
+
.E_l1270xpg {
|
|
30584
|
+
padding: 3px 8px;
|
|
30585
|
+
border-radius: 2px;
|
|
30560
30586
|
}
|
|
30561
30587
|
|
|
30562
|
-
.
|
|
30563
|
-
|
|
30564
|
-
|
|
30565
|
-
|
|
30566
|
-
|
|
30567
|
-
|
|
30568
|
-
|
|
30588
|
+
.E_t14rextb.ant-tag:hover {
|
|
30589
|
+
opacity: unset;
|
|
30590
|
+
}
|
|
30591
|
+
|
|
30592
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30593
|
+
margin: 0;
|
|
30594
|
+
margin-right: 8px;
|
|
30595
|
+
display: inline-flex;
|
|
30569
30596
|
align-items: center;
|
|
30570
|
-
|
|
30571
|
-
border: 1px solid var(--color);
|
|
30597
|
+
border: none;
|
|
30572
30598
|
}
|
|
30573
30599
|
|
|
30574
|
-
.
|
|
30575
|
-
|
|
30576
|
-
height:
|
|
30577
|
-
|
|
30578
|
-
|
|
30579
|
-
|
|
30600
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30601
|
+
width: 16px;
|
|
30602
|
+
height: 16px;
|
|
30603
|
+
color: inherit;
|
|
30604
|
+
margin-left: 4px;
|
|
30605
|
+
opacity: 0.6;
|
|
30606
|
+
display: inline-flex;
|
|
30580
30607
|
}
|
|
30581
30608
|
|
|
30582
|
-
.
|
|
30583
|
-
|
|
30584
|
-
height: 100%;
|
|
30585
|
-
width: 100%;
|
|
30586
|
-
left: 0;
|
|
30587
|
-
top: 0;
|
|
30588
|
-
border-radius: 50%;
|
|
30589
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30590
|
-
transform: rotate(180deg);
|
|
30609
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30610
|
+
opacity: 1;
|
|
30591
30611
|
}
|
|
30592
30612
|
|
|
30593
|
-
.
|
|
30594
|
-
|
|
30595
|
-
|
|
30596
|
-
width: 100%;
|
|
30597
|
-
left: 0;
|
|
30598
|
-
top: 0;
|
|
30599
|
-
margin-left: 50%;
|
|
30600
|
-
transform-origin: left;
|
|
30601
|
-
background: white;
|
|
30602
|
-
transform: rotate(0deg);
|
|
30613
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30614
|
+
color: #0080ff;
|
|
30615
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30603
30616
|
}
|
|
30604
30617
|
|
|
30605
|
-
.
|
|
30606
|
-
|
|
30618
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30619
|
+
color: #f0483e;
|
|
30620
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30621
|
+
}
|
|
30622
|
+
|
|
30623
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30624
|
+
color: #e07f00;
|
|
30625
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30626
|
+
}
|
|
30627
|
+
|
|
30628
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30629
|
+
color: #008f4c;
|
|
30630
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30631
|
+
}
|
|
30632
|
+
|
|
30633
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30634
|
+
color: #1d326c;
|
|
30635
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30636
|
+
}
|
|
30637
|
+
|
|
30638
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30639
|
+
color: #7E41FF;
|
|
30640
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30641
|
+
}
|
|
30642
|
+
|
|
30643
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30644
|
+
color: #fff;
|
|
30645
|
+
}
|
|
30646
|
+
|
|
30647
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30648
|
+
background-color: #f0483e;
|
|
30649
|
+
}
|
|
30650
|
+
|
|
30651
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30652
|
+
background-color: #fea008;
|
|
30653
|
+
}
|
|
30654
|
+
|
|
30655
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30656
|
+
background-color: #00ba5d;
|
|
30657
|
+
}
|
|
30658
|
+
|
|
30659
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30660
|
+
background-color: #0080ff;
|
|
30661
|
+
}
|
|
30662
|
+
|
|
30663
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30664
|
+
background-color: #6b7d99;
|
|
30665
|
+
}
|
|
30666
|
+
|
|
30667
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30668
|
+
background-color: #7E41FF;
|
|
30607
30669
|
}
|
|
30608
30670
|
|
|
30609
30671
|
.E_s1dizucg.ant-switch {
|
|
@@ -30673,17 +30735,14 @@ html body {
|
|
|
30673
30735
|
margin-left: 5px;
|
|
30674
30736
|
}
|
|
30675
30737
|
|
|
30676
|
-
.
|
|
30677
|
-
|
|
30678
|
-
|
|
30679
|
-
|
|
30680
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30681
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30682
|
-
border-radius: 4px;
|
|
30738
|
+
.E_ivqqkzv {
|
|
30739
|
+
height: 24px;
|
|
30740
|
+
width: 56px !important;
|
|
30741
|
+
margin-right: 4px;
|
|
30683
30742
|
}
|
|
30684
30743
|
|
|
30685
|
-
.
|
|
30686
|
-
|
|
30744
|
+
.E_c1wk4q29 {
|
|
30745
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30687
30746
|
}
|
|
30688
30747
|
|
|
30689
30748
|
.E_s1dni7lo {
|
|
@@ -30776,147 +30835,83 @@ html body {
|
|
|
30776
30835
|
opacity: 0;
|
|
30777
30836
|
}
|
|
30778
30837
|
|
|
30779
|
-
.
|
|
30780
|
-
|
|
30838
|
+
.E_c1bus5hc {
|
|
30839
|
+
--color: white;
|
|
30840
|
+
height: 14px;
|
|
30841
|
+
width: 14px;
|
|
30842
|
+
border-radius: 50%;
|
|
30843
|
+
flex-shrink: 0;
|
|
30844
|
+
display: flex;
|
|
30845
|
+
align-items: center;
|
|
30846
|
+
justify-content: center;
|
|
30847
|
+
border: 1px solid var(--color);
|
|
30781
30848
|
}
|
|
30782
30849
|
|
|
30783
|
-
.
|
|
30784
|
-
|
|
30785
|
-
|
|
30850
|
+
.E_c1bus5hc .circle-inner {
|
|
30851
|
+
position: relative;
|
|
30852
|
+
height: 10px;
|
|
30853
|
+
width: 10px;
|
|
30854
|
+
border-radius: 50%;
|
|
30855
|
+
overflow: hidden;
|
|
30786
30856
|
}
|
|
30787
30857
|
|
|
30788
|
-
.
|
|
30789
|
-
|
|
30790
|
-
|
|
30858
|
+
.E_c1bus5hc .circle-content {
|
|
30859
|
+
position: absolute;
|
|
30860
|
+
height: 100%;
|
|
30861
|
+
width: 100%;
|
|
30862
|
+
left: 0;
|
|
30863
|
+
top: 0;
|
|
30864
|
+
border-radius: 50%;
|
|
30865
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30866
|
+
transform: rotate(180deg);
|
|
30791
30867
|
}
|
|
30792
30868
|
|
|
30793
|
-
.
|
|
30794
|
-
|
|
30795
|
-
|
|
30869
|
+
.E_c1bus5hc .circle-child {
|
|
30870
|
+
position: absolute;
|
|
30871
|
+
height: 100%;
|
|
30872
|
+
width: 100%;
|
|
30873
|
+
left: 0;
|
|
30874
|
+
top: 0;
|
|
30875
|
+
margin-left: 50%;
|
|
30876
|
+
transform-origin: left;
|
|
30877
|
+
background: white;
|
|
30878
|
+
transform: rotate(0deg);
|
|
30796
30879
|
}
|
|
30797
30880
|
|
|
30798
|
-
.
|
|
30799
|
-
|
|
30881
|
+
.E_fzh9mnb {
|
|
30882
|
+
width: 100%;
|
|
30883
|
+
height: 100%;
|
|
30884
|
+
min-height: 124px;
|
|
30885
|
+
display: flex;
|
|
30886
|
+
flex-direction: column;
|
|
30887
|
+
justify-content: center;
|
|
30888
|
+
align-items: center;
|
|
30800
30889
|
}
|
|
30801
30890
|
|
|
30802
|
-
.
|
|
30803
|
-
|
|
30804
|
-
margin-
|
|
30805
|
-
|
|
30806
|
-
align-items: center;
|
|
30807
|
-
border: none;
|
|
30891
|
+
.E_fzh9mnb .error-text {
|
|
30892
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30893
|
+
margin-bottom: 16px;
|
|
30894
|
+
font-size: 18px;
|
|
30808
30895
|
}
|
|
30809
30896
|
|
|
30810
|
-
.
|
|
30811
|
-
width:
|
|
30812
|
-
|
|
30813
|
-
|
|
30814
|
-
|
|
30815
|
-
opacity: 0.6;
|
|
30816
|
-
display: inline-flex;
|
|
30897
|
+
.E_f7pxqmh {
|
|
30898
|
+
width: 100%;
|
|
30899
|
+
margin-bottom: 0 !important;
|
|
30900
|
+
flex-flow: nowrap !important;
|
|
30901
|
+
line-break: auto;
|
|
30817
30902
|
}
|
|
30818
30903
|
|
|
30819
|
-
.
|
|
30820
|
-
|
|
30904
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30905
|
+
text-align: left !important;
|
|
30906
|
+
padding-bottom: 0 !important;
|
|
30821
30907
|
}
|
|
30822
30908
|
|
|
30823
|
-
.
|
|
30824
|
-
|
|
30825
|
-
|
|
30826
|
-
|
|
30827
|
-
|
|
30828
|
-
|
|
30829
|
-
color: #f0483e;
|
|
30830
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30831
|
-
}
|
|
30832
|
-
|
|
30833
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30834
|
-
color: #e07f00;
|
|
30835
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30836
|
-
}
|
|
30837
|
-
|
|
30838
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30839
|
-
color: #008f4c;
|
|
30840
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
30841
|
-
}
|
|
30842
|
-
|
|
30843
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30844
|
-
color: #1d326c;
|
|
30845
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
30846
|
-
}
|
|
30847
|
-
|
|
30848
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30849
|
-
color: #7E41FF;
|
|
30850
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
30851
|
-
}
|
|
30852
|
-
|
|
30853
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30854
|
-
color: #fff;
|
|
30855
|
-
}
|
|
30856
|
-
|
|
30857
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30858
|
-
background-color: #f0483e;
|
|
30859
|
-
}
|
|
30860
|
-
|
|
30861
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30862
|
-
background-color: #fea008;
|
|
30863
|
-
}
|
|
30864
|
-
|
|
30865
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30866
|
-
background-color: #00ba5d;
|
|
30867
|
-
}
|
|
30868
|
-
|
|
30869
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30870
|
-
background-color: #0080ff;
|
|
30871
|
-
}
|
|
30872
|
-
|
|
30873
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30874
|
-
background-color: #6b7d99;
|
|
30875
|
-
}
|
|
30876
|
-
|
|
30877
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30878
|
-
background-color: #7E41FF;
|
|
30879
|
-
}
|
|
30880
|
-
|
|
30881
|
-
.E_iouxfgt {
|
|
30882
|
-
display: inline-flex;
|
|
30883
|
-
align-items: center;
|
|
30884
|
-
}
|
|
30885
|
-
|
|
30886
|
-
.E_iouxfgt .icon-inner {
|
|
30887
|
-
display: inline-flex;
|
|
30888
|
-
align-items: center;
|
|
30889
|
-
justify-content: center;
|
|
30890
|
-
}
|
|
30891
|
-
|
|
30892
|
-
.E_iouxfgt .icon-inner + span,
|
|
30893
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30894
|
-
margin-left: 4px;
|
|
30895
|
-
}
|
|
30896
|
-
|
|
30897
|
-
.E_iouxfgt.is-rotate img,
|
|
30898
|
-
.E_iouxfgt.is-rotate svg {
|
|
30899
|
-
animation: rotate 680ms linear infinite;
|
|
30900
|
-
}
|
|
30901
|
-
|
|
30902
|
-
.E_f7pxqmh {
|
|
30903
|
-
width: 100%;
|
|
30904
|
-
margin-bottom: 0 !important;
|
|
30905
|
-
flex-flow: nowrap !important;
|
|
30906
|
-
line-break: auto;
|
|
30907
|
-
}
|
|
30908
|
-
|
|
30909
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
30910
|
-
text-align: left !important;
|
|
30911
|
-
padding-bottom: 0 !important;
|
|
30912
|
-
}
|
|
30913
|
-
|
|
30914
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30915
|
-
min-height: 32px;
|
|
30916
|
-
height: auto;
|
|
30917
|
-
font-size: 13px;
|
|
30918
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30919
|
-
white-space: normal;
|
|
30909
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30910
|
+
min-height: 32px;
|
|
30911
|
+
height: auto;
|
|
30912
|
+
font-size: 13px;
|
|
30913
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30914
|
+
white-space: normal;
|
|
30920
30915
|
}
|
|
30921
30916
|
|
|
30922
30917
|
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
@@ -31009,28 +31004,25 @@ html body {
|
|
|
31009
31004
|
padding: 2px 8px;
|
|
31010
31005
|
}
|
|
31011
31006
|
|
|
31012
|
-
.
|
|
31013
|
-
|
|
31014
|
-
height: 100%;
|
|
31015
|
-
min-height: 124px;
|
|
31016
|
-
display: flex;
|
|
31017
|
-
flex-direction: column;
|
|
31018
|
-
justify-content: center;
|
|
31007
|
+
.E_iouxfgt {
|
|
31008
|
+
display: inline-flex;
|
|
31019
31009
|
align-items: center;
|
|
31020
31010
|
}
|
|
31021
31011
|
|
|
31022
|
-
.
|
|
31023
|
-
|
|
31024
|
-
|
|
31025
|
-
|
|
31012
|
+
.E_iouxfgt .icon-inner {
|
|
31013
|
+
display: inline-flex;
|
|
31014
|
+
align-items: center;
|
|
31015
|
+
justify-content: center;
|
|
31026
31016
|
}
|
|
31027
31017
|
|
|
31028
|
-
.
|
|
31029
|
-
|
|
31018
|
+
.E_iouxfgt .icon-inner + span,
|
|
31019
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31020
|
+
margin-left: 4px;
|
|
31030
31021
|
}
|
|
31031
31022
|
|
|
31032
|
-
.
|
|
31033
|
-
|
|
31023
|
+
.E_iouxfgt.is-rotate img,
|
|
31024
|
+
.E_iouxfgt.is-rotate svg {
|
|
31025
|
+
animation: rotate 680ms linear infinite;
|
|
31034
31026
|
}
|
|
31035
31027
|
|
|
31036
31028
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -31068,6 +31060,14 @@ html body {
|
|
|
31068
31060
|
font-size: inherit;
|
|
31069
31061
|
}
|
|
31070
31062
|
|
|
31063
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31064
|
+
margin-left: 8px;
|
|
31065
|
+
}
|
|
31066
|
+
|
|
31067
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31068
|
+
padding: 2px 7px 2px 12px;
|
|
31069
|
+
}
|
|
31070
|
+
|
|
31071
31071
|
.E_i1inqkme {
|
|
31072
31072
|
height: 18px;
|
|
31073
31073
|
line-height: 18px;
|
|
@@ -31081,8 +31081,13 @@ html body {
|
|
|
31081
31081
|
margin-right: 4px;
|
|
31082
31082
|
}
|
|
31083
31083
|
|
|
31084
|
-
.
|
|
31085
|
-
|
|
31084
|
+
.E_owd0kml {
|
|
31085
|
+
display: inline-block;
|
|
31086
|
+
}
|
|
31087
|
+
|
|
31088
|
+
.E_h1jsgezc {
|
|
31089
|
+
visibility: hidden;
|
|
31090
|
+
position: absolute;
|
|
31086
31091
|
}
|
|
31087
31092
|
|
|
31088
31093
|
.E_cnujxq2 {
|
|
@@ -31873,48 +31878,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31873
31878
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31874
31879
|
}
|
|
31875
31880
|
|
|
31876
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
31877
|
-
display: inline-flex;
|
|
31878
|
-
align-items: center;
|
|
31879
|
-
justify-content: center;
|
|
31880
|
-
color: #fff;
|
|
31881
|
-
font-weight: bold;
|
|
31882
|
-
font-size: 12px;
|
|
31883
|
-
width: 24px;
|
|
31884
|
-
height: 24px;
|
|
31885
|
-
border-radius: 50%;
|
|
31886
|
-
background: var(--a1b5xrg3-0);
|
|
31887
|
-
}
|
|
31888
|
-
|
|
31889
|
-
.E_a1b5xrg3.btn-item {
|
|
31890
|
-
transition: all 160ms ease;
|
|
31891
|
-
cursor: pointer;
|
|
31892
|
-
width: 56px;
|
|
31893
|
-
height: 40px;
|
|
31894
|
-
display: inline-flex;
|
|
31895
|
-
align-items: center;
|
|
31896
|
-
justify-content: center;
|
|
31897
|
-
border-radius: 6px;
|
|
31898
|
-
}
|
|
31899
|
-
|
|
31900
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
31901
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31902
|
-
}
|
|
31903
|
-
|
|
31904
|
-
.E_a1b5xrg3.btn-item:active {
|
|
31905
|
-
transform: translateY(2px);
|
|
31906
|
-
transition: all 320ms ease;
|
|
31907
|
-
}
|
|
31908
|
-
|
|
31909
|
-
.E_owd0kml {
|
|
31910
|
-
display: inline-block;
|
|
31911
|
-
}
|
|
31912
|
-
|
|
31913
|
-
.E_h1jsgezc {
|
|
31914
|
-
visibility: hidden;
|
|
31915
|
-
position: absolute;
|
|
31916
|
-
}
|
|
31917
|
-
|
|
31918
31881
|
.E_dsnbhzf {
|
|
31919
31882
|
font-family: Inter;
|
|
31920
31883
|
font-style: normal;
|
|
@@ -32390,6 +32353,43 @@ input.E_rf8rlle.ant-input {
|
|
|
32390
32353
|
line-height: 12px;
|
|
32391
32354
|
}
|
|
32392
32355
|
|
|
32356
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32357
|
+
display: inline-flex;
|
|
32358
|
+
align-items: center;
|
|
32359
|
+
justify-content: center;
|
|
32360
|
+
color: #fff;
|
|
32361
|
+
font-weight: bold;
|
|
32362
|
+
font-size: 12px;
|
|
32363
|
+
width: 24px;
|
|
32364
|
+
height: 24px;
|
|
32365
|
+
border-radius: 50%;
|
|
32366
|
+
background: var(--a1b5xrg3-0);
|
|
32367
|
+
}
|
|
32368
|
+
|
|
32369
|
+
.E_a1b5xrg3.btn-item {
|
|
32370
|
+
transition: all 160ms ease;
|
|
32371
|
+
cursor: pointer;
|
|
32372
|
+
width: 56px;
|
|
32373
|
+
height: 40px;
|
|
32374
|
+
display: inline-flex;
|
|
32375
|
+
align-items: center;
|
|
32376
|
+
justify-content: center;
|
|
32377
|
+
border-radius: 6px;
|
|
32378
|
+
}
|
|
32379
|
+
|
|
32380
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32381
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32382
|
+
}
|
|
32383
|
+
|
|
32384
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32385
|
+
transform: translateY(2px);
|
|
32386
|
+
transition: all 320ms ease;
|
|
32387
|
+
}
|
|
32388
|
+
|
|
32389
|
+
.E_m196gn1d {
|
|
32390
|
+
min-width: 1280px;
|
|
32391
|
+
}
|
|
32392
|
+
|
|
32393
32393
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32394
32394
|
border-radius: 6px;
|
|
32395
32395
|
}
|
|
@@ -32618,6 +32618,23 @@ input.E_rf8rlle.ant-input {
|
|
|
32618
32618
|
color: rgba(0, 21, 64, 0.3);
|
|
32619
32619
|
}
|
|
32620
32620
|
|
|
32621
|
+
.E_w1dxz879 {
|
|
32622
|
+
display: flex;
|
|
32623
|
+
flex-direction: column;
|
|
32624
|
+
gap: 6px;
|
|
32625
|
+
}
|
|
32626
|
+
|
|
32627
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32628
|
+
max-height: var(--w1dxz879-0);
|
|
32629
|
+
text-overflow: clip;
|
|
32630
|
+
overflow: hidden;
|
|
32631
|
+
}
|
|
32632
|
+
|
|
32633
|
+
.E_w1dxz879 .tips {
|
|
32634
|
+
color: #fff;
|
|
32635
|
+
opacity: 0.8;
|
|
32636
|
+
}
|
|
32637
|
+
|
|
32621
32638
|
.E_oa99sl3 {
|
|
32622
32639
|
display: flex;
|
|
32623
32640
|
justify-content: space-between;
|
|
@@ -32644,44 +32661,12 @@ input.E_rf8rlle.ant-input {
|
|
|
32644
32661
|
flex-shrink: 0;
|
|
32645
32662
|
}
|
|
32646
32663
|
|
|
32647
|
-
.
|
|
32664
|
+
.E_ryby9ds {
|
|
32648
32665
|
display: flex;
|
|
32649
|
-
|
|
32650
|
-
gap: 6px;
|
|
32651
|
-
}
|
|
32652
|
-
|
|
32653
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32654
|
-
max-height: var(--w1dxz879-0);
|
|
32655
|
-
text-overflow: clip;
|
|
32656
|
-
overflow: hidden;
|
|
32657
|
-
}
|
|
32658
|
-
|
|
32659
|
-
.E_w1dxz879 .tips {
|
|
32660
|
-
color: #fff;
|
|
32661
|
-
opacity: 0.8;
|
|
32666
|
+
align-items: center;
|
|
32662
32667
|
}
|
|
32663
32668
|
|
|
32664
|
-
.
|
|
32665
|
-
height: 24px;
|
|
32666
|
-
width: 24px;
|
|
32667
|
-
border-radius: 6px;
|
|
32668
|
-
padding: 4px;
|
|
32669
|
-
}
|
|
32670
|
-
|
|
32671
|
-
.E_suhck3k:hover {
|
|
32672
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32673
|
-
}
|
|
32674
|
-
|
|
32675
|
-
.E_suhck3k:hover svg path {
|
|
32676
|
-
fill: blue;
|
|
32677
|
-
}
|
|
32678
|
-
|
|
32679
|
-
.E_ryby9ds {
|
|
32680
|
-
display: flex;
|
|
32681
|
-
align-items: center;
|
|
32682
|
-
}
|
|
32683
|
-
|
|
32684
|
-
.E_ryby9ds .order {
|
|
32669
|
+
.E_ryby9ds .order {
|
|
32685
32670
|
height: 24px;
|
|
32686
32671
|
width: 24px;
|
|
32687
32672
|
border-radius: 20px;
|
|
@@ -32693,6 +32678,21 @@ input.E_rf8rlle.ant-input {
|
|
|
32693
32678
|
margin-right: 6px;
|
|
32694
32679
|
}
|
|
32695
32680
|
|
|
32681
|
+
.E_suhck3k {
|
|
32682
|
+
height: 24px;
|
|
32683
|
+
width: 24px;
|
|
32684
|
+
border-radius: 6px;
|
|
32685
|
+
padding: 4px;
|
|
32686
|
+
}
|
|
32687
|
+
|
|
32688
|
+
.E_suhck3k:hover {
|
|
32689
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32690
|
+
}
|
|
32691
|
+
|
|
32692
|
+
.E_suhck3k:hover svg path {
|
|
32693
|
+
fill: blue;
|
|
32694
|
+
}
|
|
32695
|
+
|
|
32696
32696
|
.E_hrhfj7c {
|
|
32697
32697
|
display: none;
|
|
32698
32698
|
}
|
|
@@ -33255,6 +33255,57 @@ input.E_rf8rlle.ant-input {
|
|
|
33255
33255
|
background-color: transparent;
|
|
33256
33256
|
}
|
|
33257
33257
|
|
|
33258
|
+
.E_c1kghdax {
|
|
33259
|
+
color: #2d3a56;
|
|
33260
|
+
padding: 7px 12px;
|
|
33261
|
+
display: flex;
|
|
33262
|
+
justify-content: space-between;
|
|
33263
|
+
align-items: center;
|
|
33264
|
+
}
|
|
33265
|
+
|
|
33266
|
+
.E_c1kghdax.has-arrow {
|
|
33267
|
+
padding-left: 10px;
|
|
33268
|
+
}
|
|
33269
|
+
|
|
33270
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33271
|
+
cursor: pointer;
|
|
33272
|
+
color: #00122e;
|
|
33273
|
+
}
|
|
33274
|
+
|
|
33275
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33276
|
+
color: #2d3a56;
|
|
33277
|
+
font-weight: 600;
|
|
33278
|
+
}
|
|
33279
|
+
|
|
33280
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33281
|
+
transform: rotate(90deg);
|
|
33282
|
+
}
|
|
33283
|
+
|
|
33284
|
+
.E_c1kghdax .sub-info {
|
|
33285
|
+
font-size: 12px;
|
|
33286
|
+
line-height: 18px;
|
|
33287
|
+
}
|
|
33288
|
+
|
|
33289
|
+
.E_c1kghdax .title-wrapper {
|
|
33290
|
+
display: flex;
|
|
33291
|
+
align-items: center;
|
|
33292
|
+
user-select: none;
|
|
33293
|
+
flex-grow: 1;
|
|
33294
|
+
font-size: 12px;
|
|
33295
|
+
line-height: 18px;
|
|
33296
|
+
color: #2d3a56;
|
|
33297
|
+
font-weight: 700;
|
|
33298
|
+
}
|
|
33299
|
+
|
|
33300
|
+
.E_c1kghdax .collapse-arrow {
|
|
33301
|
+
transition: all 50ms ease-out 0ms;
|
|
33302
|
+
margin-right: 2px;
|
|
33303
|
+
}
|
|
33304
|
+
|
|
33305
|
+
.E_c1yd35n {
|
|
33306
|
+
padding: 0 12px 14px 12px;
|
|
33307
|
+
}
|
|
33308
|
+
|
|
33258
33309
|
.E_ckui4s7 {
|
|
33259
33310
|
color: #2d3a56;
|
|
33260
33311
|
line-height: 22px;
|
|
@@ -33335,57 +33386,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33335
33386
|
margin-left: 24px;
|
|
33336
33387
|
}
|
|
33337
33388
|
|
|
33338
|
-
.E_c1yd35n {
|
|
33339
|
-
padding: 0 12px 14px 12px;
|
|
33340
|
-
}
|
|
33341
|
-
|
|
33342
|
-
.E_c1kghdax {
|
|
33343
|
-
color: #2d3a56;
|
|
33344
|
-
padding: 7px 12px;
|
|
33345
|
-
display: flex;
|
|
33346
|
-
justify-content: space-between;
|
|
33347
|
-
align-items: center;
|
|
33348
|
-
}
|
|
33349
|
-
|
|
33350
|
-
.E_c1kghdax.has-arrow {
|
|
33351
|
-
padding-left: 10px;
|
|
33352
|
-
}
|
|
33353
|
-
|
|
33354
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33355
|
-
cursor: pointer;
|
|
33356
|
-
color: #00122e;
|
|
33357
|
-
}
|
|
33358
|
-
|
|
33359
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33360
|
-
color: #2d3a56;
|
|
33361
|
-
font-weight: 600;
|
|
33362
|
-
}
|
|
33363
|
-
|
|
33364
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33365
|
-
transform: rotate(90deg);
|
|
33366
|
-
}
|
|
33367
|
-
|
|
33368
|
-
.E_c1kghdax .sub-info {
|
|
33369
|
-
font-size: 12px;
|
|
33370
|
-
line-height: 18px;
|
|
33371
|
-
}
|
|
33372
|
-
|
|
33373
|
-
.E_c1kghdax .title-wrapper {
|
|
33374
|
-
display: flex;
|
|
33375
|
-
align-items: center;
|
|
33376
|
-
user-select: none;
|
|
33377
|
-
flex-grow: 1;
|
|
33378
|
-
font-size: 12px;
|
|
33379
|
-
line-height: 18px;
|
|
33380
|
-
color: #2d3a56;
|
|
33381
|
-
font-weight: 700;
|
|
33382
|
-
}
|
|
33383
|
-
|
|
33384
|
-
.E_c1kghdax .collapse-arrow {
|
|
33385
|
-
transition: all 50ms ease-out 0ms;
|
|
33386
|
-
margin-right: 2px;
|
|
33387
|
-
}
|
|
33388
|
-
|
|
33389
33389
|
.E_b14q2gmw {
|
|
33390
33390
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33391
33391
|
}
|
|
@@ -33454,534 +33454,572 @@ input.E_rf8rlle.ant-input {
|
|
|
33454
33454
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33455
33455
|
}
|
|
33456
33456
|
|
|
33457
|
-
.
|
|
33458
|
-
|
|
33457
|
+
.E_tc97u5y {
|
|
33458
|
+
height: 100%;
|
|
33459
33459
|
}
|
|
33460
33460
|
|
|
33461
|
-
.
|
|
33462
|
-
|
|
33461
|
+
.E_efzf37v .ant-table-content,
|
|
33462
|
+
.E_efzf37v .ant-table-body {
|
|
33463
|
+
overflow: visible !important;
|
|
33464
|
+
height: 100%;
|
|
33463
33465
|
}
|
|
33464
33466
|
|
|
33465
|
-
.
|
|
33466
|
-
|
|
33467
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
33468
|
+
height: 100%;
|
|
33467
33469
|
}
|
|
33468
33470
|
|
|
33469
|
-
.
|
|
33470
|
-
|
|
33471
|
+
.E_efzf37v table {
|
|
33472
|
+
width: 100% !important;
|
|
33473
|
+
height: 100%;
|
|
33471
33474
|
}
|
|
33472
33475
|
|
|
33473
|
-
.
|
|
33474
|
-
|
|
33475
|
-
font-weight: normal;
|
|
33476
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33477
|
+
padding: 15px 0;
|
|
33476
33478
|
}
|
|
33477
33479
|
|
|
33478
|
-
.
|
|
33479
|
-
|
|
33480
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
33481
|
+
display: none;
|
|
33480
33482
|
}
|
|
33481
33483
|
|
|
33482
|
-
.
|
|
33483
|
-
|
|
33484
|
+
.E_t1fisho6 {
|
|
33485
|
+
height: 100%;
|
|
33484
33486
|
}
|
|
33485
33487
|
|
|
33486
|
-
.
|
|
33487
|
-
|
|
33488
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
33489
|
+
padding-top: 6px;
|
|
33490
|
+
padding-bottom: 6px;
|
|
33488
33491
|
}
|
|
33489
33492
|
|
|
33490
|
-
.
|
|
33491
|
-
|
|
33492
|
-
white-space: nowrap;
|
|
33493
|
-
text-overflow: ellipsis;
|
|
33493
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
33494
|
+
font-weight: 700;
|
|
33494
33495
|
}
|
|
33495
33496
|
|
|
33496
|
-
.
|
|
33497
|
-
|
|
33497
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
33498
|
+
font-weight: 700;
|
|
33498
33499
|
}
|
|
33499
33500
|
|
|
33500
|
-
.
|
|
33501
|
-
|
|
33501
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
33502
|
+
height: 100%;
|
|
33502
33503
|
}
|
|
33503
33504
|
|
|
33504
|
-
.
|
|
33505
|
-
|
|
33506
|
-
|
|
33505
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
33506
|
+
height: 100%;
|
|
33507
|
+
overflow: visible;
|
|
33507
33508
|
}
|
|
33508
33509
|
|
|
33509
|
-
.
|
|
33510
|
-
|
|
33511
|
-
margin-right: 4px;
|
|
33512
|
-
flex: 1;
|
|
33513
|
-
overflow: visible;
|
|
33510
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
33511
|
+
max-height: none;
|
|
33514
33512
|
}
|
|
33515
33513
|
|
|
33516
|
-
.
|
|
33517
|
-
|
|
33518
|
-
min-height: unset;
|
|
33514
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
33515
|
+
background: transparent;
|
|
33519
33516
|
}
|
|
33520
33517
|
|
|
33521
|
-
.
|
|
33522
|
-
|
|
33523
|
-
|
|
33524
|
-
|
|
33525
|
-
padding: 0;
|
|
33526
|
-
font-size: 12px;
|
|
33518
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
33519
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
33520
|
+
background: #fff;
|
|
33521
|
+
padding: 0 !important;
|
|
33527
33522
|
}
|
|
33528
33523
|
|
|
33529
|
-
.
|
|
33530
|
-
|
|
33524
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
33525
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33526
|
+
display: flex;
|
|
33527
|
+
align-items: center;
|
|
33528
|
+
height: 100%;
|
|
33529
|
+
padding: 8px;
|
|
33531
33530
|
}
|
|
33532
33531
|
|
|
33533
|
-
.
|
|
33534
|
-
|
|
33532
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
33533
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
33534
|
+
overflow: hidden;
|
|
33535
|
+
text-overflow: ellipsis;
|
|
33536
|
+
width: 100%;
|
|
33535
33537
|
}
|
|
33536
33538
|
|
|
33537
|
-
.
|
|
33538
|
-
|
|
33539
|
-
padding-right: 4px;
|
|
33540
|
-
border-radius: 4px 0 0 4px;
|
|
33539
|
+
.E_t1fisho6 .ant-table-container {
|
|
33540
|
+
height: 100%;
|
|
33541
33541
|
}
|
|
33542
33542
|
|
|
33543
|
-
.
|
|
33544
|
-
|
|
33543
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
33544
|
+
box-shadow: none !important;
|
|
33545
33545
|
}
|
|
33546
33546
|
|
|
33547
|
-
.
|
|
33548
|
-
|
|
33549
|
-
|
|
33550
|
-
border-
|
|
33547
|
+
.E_t1fisho6 div.ant-table {
|
|
33548
|
+
border-radius: 0px;
|
|
33549
|
+
border-left: none;
|
|
33550
|
+
border-right: none;
|
|
33551
|
+
border-bottom: none;
|
|
33552
|
+
height: 100%;
|
|
33553
|
+
font-size: 12px;
|
|
33554
|
+
background: transparent;
|
|
33551
33555
|
}
|
|
33552
33556
|
|
|
33553
|
-
.
|
|
33554
|
-
content: "";
|
|
33555
|
-
width: 0;
|
|
33556
|
-
height: 0;
|
|
33557
|
-
border: 13px solid transparent;
|
|
33558
|
-
position: absolute;
|
|
33559
|
-
top: 0;
|
|
33560
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33561
|
-
z-index: 2;
|
|
33557
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
33562
33558
|
position: relative;
|
|
33563
|
-
|
|
33564
|
-
|
|
33565
|
-
|
|
33566
|
-
|
|
33567
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33568
|
-
padding: 0 4px 0 12px;
|
|
33559
|
+
z-index: 3;
|
|
33560
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33561
|
+
margin-bottom: -1px;
|
|
33569
33562
|
}
|
|
33570
33563
|
|
|
33571
|
-
.
|
|
33572
|
-
|
|
33573
|
-
|
|
33574
|
-
height: 0;
|
|
33575
|
-
border: 13px solid transparent;
|
|
33576
|
-
position: absolute;
|
|
33577
|
-
top: 0;
|
|
33578
|
-
border-left: 8px solid #fff;
|
|
33579
|
-
left: 0;
|
|
33564
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
33565
|
+
.E_t1fisho6 div.ant-table .value {
|
|
33566
|
+
color: #2d3a56;
|
|
33580
33567
|
}
|
|
33581
33568
|
|
|
33582
|
-
.
|
|
33583
|
-
|
|
33569
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
33570
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
33571
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33584
33572
|
}
|
|
33585
33573
|
|
|
33586
|
-
.
|
|
33587
|
-
|
|
33574
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
33575
|
+
position: unset;
|
|
33576
|
+
text-align: center;
|
|
33588
33577
|
}
|
|
33589
33578
|
|
|
33590
|
-
.
|
|
33591
|
-
|
|
33579
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
33580
|
+
background: #fff;
|
|
33592
33581
|
}
|
|
33593
33582
|
|
|
33594
|
-
.
|
|
33583
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
33595
33584
|
cursor: pointer;
|
|
33596
|
-
|
|
33585
|
+
position: absolute;
|
|
33586
|
+
top: 50%;
|
|
33587
|
+
right: 12px;
|
|
33588
|
+
transform: translateY(-50%);
|
|
33597
33589
|
}
|
|
33598
33590
|
|
|
33599
|
-
.
|
|
33600
|
-
|
|
33601
|
-
|
|
33591
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
33592
|
+
box-shadow: none;
|
|
33593
|
+
width: 1px;
|
|
33594
|
+
background: rgba(213, 219, 227, 0.6);
|
|
33602
33595
|
}
|
|
33603
33596
|
|
|
33604
|
-
.
|
|
33605
|
-
|
|
33606
|
-
|
|
33597
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
33598
|
+
box-shadow: none;
|
|
33599
|
+
width: 1px;
|
|
33600
|
+
background: rgba(213, 219, 227, 0.6);
|
|
33607
33601
|
}
|
|
33608
33602
|
|
|
33609
|
-
.
|
|
33610
|
-
|
|
33603
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
33604
|
+
position: relative;
|
|
33611
33605
|
}
|
|
33612
33606
|
|
|
33613
|
-
.
|
|
33614
|
-
|
|
33615
|
-
|
|
33607
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
33608
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33609
|
+
border-bottom: 1px solid white;
|
|
33610
|
+
height: 40px;
|
|
33611
|
+
vertical-align: middle;
|
|
33612
|
+
transition: background 0ms;
|
|
33613
|
+
color: #00122e;
|
|
33616
33614
|
}
|
|
33617
33615
|
|
|
33618
|
-
.
|
|
33619
|
-
background
|
|
33616
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
33617
|
+
background: #f2f5fa;
|
|
33618
|
+
border-bottom-color: #f2f5fa;
|
|
33620
33619
|
}
|
|
33621
33620
|
|
|
33622
|
-
.
|
|
33623
|
-
|
|
33621
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
|
|
33622
|
+
height: auto;
|
|
33623
|
+
color: #00122e;
|
|
33624
|
+
font-size: 12px;
|
|
33625
|
+
text-align: left;
|
|
33626
|
+
transition: none;
|
|
33627
|
+
overflow: hidden;
|
|
33628
|
+
text-overflow: ellipsis;
|
|
33629
|
+
white-space: nowrap;
|
|
33624
33630
|
}
|
|
33625
33631
|
|
|
33626
|
-
.
|
|
33627
|
-
|
|
33632
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
|
|
33633
|
+
color: #0096ff;
|
|
33628
33634
|
}
|
|
33629
33635
|
|
|
33630
|
-
.
|
|
33631
|
-
|
|
33632
|
-
|
|
33633
|
-
|
|
33634
|
-
|
|
33635
|
-
align-items: center;
|
|
33636
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
|
|
33637
|
+
overflow: hidden;
|
|
33638
|
+
text-overflow: ellipsis;
|
|
33639
|
+
width: 100%;
|
|
33640
|
+
vertical-align: middle;
|
|
33636
33641
|
}
|
|
33637
33642
|
|
|
33638
|
-
.
|
|
33639
|
-
|
|
33640
|
-
white-space: nowrap;
|
|
33643
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
33644
|
+
line-height: 0px;
|
|
33641
33645
|
}
|
|
33642
33646
|
|
|
33643
|
-
.
|
|
33644
|
-
|
|
33645
|
-
line-height: 20px;
|
|
33646
|
-
max-width: 100%;
|
|
33647
|
-
padding-right: 0;
|
|
33647
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
33648
|
+
padding-right: 25px;
|
|
33648
33649
|
}
|
|
33649
33650
|
|
|
33650
|
-
.
|
|
33651
|
-
|
|
33651
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
33652
|
+
border-top-color: transparent;
|
|
33652
33653
|
}
|
|
33653
33654
|
|
|
33654
|
-
.
|
|
33655
|
-
|
|
33656
|
-
|
|
33657
|
-
align-items: center;
|
|
33658
|
-
justify-content: center;
|
|
33659
|
-
column-gap: 4px;
|
|
33655
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
33656
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33657
|
+
border-color: transparent transparent white;
|
|
33660
33658
|
}
|
|
33661
33659
|
|
|
33662
|
-
.
|
|
33663
|
-
|
|
33664
|
-
align-items: center;
|
|
33665
|
-
width: 18px;
|
|
33666
|
-
height: 18px;
|
|
33667
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33668
|
-
justify-content: center;
|
|
33660
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
33661
|
+
border-radius: 8px 0 0 8px;
|
|
33669
33662
|
}
|
|
33670
33663
|
|
|
33671
|
-
.
|
|
33672
|
-
|
|
33673
|
-
display: flex;
|
|
33674
|
-
align-items: center;
|
|
33675
|
-
justify-content: center;
|
|
33676
|
-
column-gap: 6px;
|
|
33677
|
-
font-size: 13px;
|
|
33664
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
33665
|
+
border-radius: 8px 0 0 8px;
|
|
33678
33666
|
}
|
|
33679
33667
|
|
|
33680
|
-
.
|
|
33681
|
-
|
|
33682
|
-
|
|
33683
|
-
|
|
33684
|
-
|
|
33685
|
-
|
|
33686
|
-
justify-content: center;
|
|
33668
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
33669
|
+
content: "";
|
|
33670
|
+
width: 4px;
|
|
33671
|
+
top: -1px;
|
|
33672
|
+
bottom: -1px;
|
|
33673
|
+
background: white;
|
|
33687
33674
|
}
|
|
33688
33675
|
|
|
33689
|
-
.
|
|
33690
|
-
|
|
33676
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
33677
|
+
border-radius: 0 8px 8px 0;
|
|
33691
33678
|
}
|
|
33692
33679
|
|
|
33693
|
-
.
|
|
33694
|
-
border-radius:
|
|
33695
|
-
|
|
33696
|
-
|
|
33680
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
33681
|
+
border-radius: 0;
|
|
33682
|
+
background: white;
|
|
33683
|
+
border-top: none;
|
|
33697
33684
|
}
|
|
33698
33685
|
|
|
33699
|
-
.
|
|
33700
|
-
|
|
33701
|
-
|
|
33686
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
33687
|
+
border-top: 1px solid transparent;
|
|
33688
|
+
border-radius: 0 8px 8px 0;
|
|
33689
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33702
33690
|
}
|
|
33703
33691
|
|
|
33704
|
-
.
|
|
33705
|
-
|
|
33706
|
-
|
|
33707
|
-
height: 32px;
|
|
33708
|
-
margin-bottom: 0;
|
|
33692
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
33693
|
+
background: white;
|
|
33694
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33709
33695
|
}
|
|
33710
33696
|
|
|
33711
|
-
.
|
|
33712
|
-
|
|
33697
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
33698
|
+
display: flex;
|
|
33699
|
+
align-items: center;
|
|
33700
|
+
height: 100%;
|
|
33701
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33713
33702
|
}
|
|
33714
33703
|
|
|
33715
|
-
.
|
|
33716
|
-
|
|
33704
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
33705
|
+
background: white;
|
|
33706
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33717
33707
|
}
|
|
33718
33708
|
|
|
33719
|
-
.
|
|
33720
|
-
|
|
33709
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
33710
|
+
display: flex;
|
|
33711
|
+
align-items: center;
|
|
33712
|
+
height: 100%;
|
|
33713
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33721
33714
|
}
|
|
33722
33715
|
|
|
33723
|
-
.
|
|
33724
|
-
|
|
33716
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
33717
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33725
33718
|
}
|
|
33726
33719
|
|
|
33727
|
-
.
|
|
33728
|
-
|
|
33720
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
33721
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
33722
|
+
border-radius: 8px;
|
|
33729
33723
|
}
|
|
33730
33724
|
|
|
33731
|
-
.
|
|
33732
|
-
|
|
33733
|
-
color: #00122e;
|
|
33725
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
33726
|
+
border-top-color: white;
|
|
33734
33727
|
}
|
|
33735
33728
|
|
|
33736
|
-
.
|
|
33737
|
-
|
|
33738
|
-
|
|
33729
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
33730
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33731
|
+
border-bottom-color: transparent;
|
|
33732
|
+
border-top-color: transparent;
|
|
33739
33733
|
}
|
|
33740
33734
|
|
|
33741
|
-
.
|
|
33742
|
-
|
|
33743
|
-
flex: 1;
|
|
33744
|
-
position: relative;
|
|
33745
|
-
top: -7px;
|
|
33735
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
33736
|
+
border-radius: 8px 0 0 8px;
|
|
33746
33737
|
}
|
|
33747
33738
|
|
|
33748
|
-
.
|
|
33749
|
-
|
|
33750
|
-
overflow: hidden;
|
|
33751
|
-
text-overflow: ellipsis;
|
|
33752
|
-
white-space: nowrap;
|
|
33739
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
33740
|
+
border-radius: 0 8px 8px 0;
|
|
33753
33741
|
}
|
|
33754
33742
|
|
|
33755
|
-
.
|
|
33756
|
-
|
|
33757
|
-
border-radius: 8px;
|
|
33758
|
-
overflow: auto;
|
|
33743
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
33744
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33759
33745
|
}
|
|
33760
33746
|
|
|
33761
|
-
.
|
|
33747
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
33748
|
+
background: #fff;
|
|
33749
|
+
font-weight: 400;
|
|
33762
33750
|
position: relative;
|
|
33751
|
+
border-bottom: none;
|
|
33752
|
+
color: #00122e;
|
|
33753
|
+
transition: none;
|
|
33754
|
+
padding: 14px 8px 14px 8px;
|
|
33755
|
+
line-height: 20px;
|
|
33763
33756
|
}
|
|
33764
33757
|
|
|
33765
|
-
.
|
|
33766
|
-
|
|
33767
|
-
|
|
33768
|
-
|
|
33769
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33770
|
-
position: sticky;
|
|
33758
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
33759
|
+
content: "";
|
|
33760
|
+
width: 1px;
|
|
33771
33761
|
top: 0;
|
|
33772
|
-
|
|
33773
|
-
|
|
33774
|
-
|
|
33775
|
-
|
|
33776
|
-
justify-content: flex-start;
|
|
33777
|
-
background: #f2f5fa;
|
|
33778
|
-
font-size: 14px;
|
|
33779
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33780
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33781
|
-
}
|
|
33782
|
-
|
|
33783
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33784
|
-
align-items: inherit;
|
|
33762
|
+
bottom: 0;
|
|
33763
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33764
|
+
position: absolute;
|
|
33765
|
+
right: 0;
|
|
33785
33766
|
}
|
|
33786
33767
|
|
|
33787
|
-
.
|
|
33788
|
-
|
|
33768
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
33769
|
+
padding: unset;
|
|
33789
33770
|
}
|
|
33790
33771
|
|
|
33791
|
-
.
|
|
33792
|
-
display:
|
|
33793
|
-
justify-content: flex-start;
|
|
33794
|
-
align-items: flex-start;
|
|
33795
|
-
flex-wrap: wrap;
|
|
33796
|
-
padding: 8px;
|
|
33797
|
-
border: none;
|
|
33772
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
33773
|
+
display: none;
|
|
33798
33774
|
}
|
|
33799
33775
|
|
|
33800
|
-
.
|
|
33801
|
-
|
|
33802
|
-
|
|
33803
|
-
|
|
33804
|
-
|
|
33776
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33777
|
+
width: 100%;
|
|
33778
|
+
overflow: hidden;
|
|
33779
|
+
white-space: nowrap;
|
|
33780
|
+
text-overflow: ellipsis;
|
|
33805
33781
|
}
|
|
33806
33782
|
|
|
33807
|
-
.
|
|
33808
|
-
|
|
33809
|
-
|
|
33810
|
-
|
|
33811
|
-
margin: 12px 0 0;
|
|
33783
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
33784
|
+
overflow: hidden;
|
|
33785
|
+
text-overflow: ellipsis;
|
|
33786
|
+
flex: 1;
|
|
33812
33787
|
}
|
|
33813
33788
|
|
|
33814
|
-
.
|
|
33815
|
-
|
|
33789
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
33790
|
+
padding: 15px 25px 15px 8px;
|
|
33816
33791
|
}
|
|
33817
33792
|
|
|
33818
|
-
.
|
|
33819
|
-
|
|
33793
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
33794
|
+
padding: 0;
|
|
33820
33795
|
}
|
|
33821
33796
|
|
|
33822
|
-
.
|
|
33823
|
-
|
|
33824
|
-
|
|
33797
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
33798
|
+
position: absolute;
|
|
33799
|
+
right: 6px;
|
|
33800
|
+
top: 50%;
|
|
33801
|
+
transform: translateY(-50%);
|
|
33802
|
+
height: 16px;
|
|
33803
|
+
display: none;
|
|
33804
|
+
transition: transform 320ms ease;
|
|
33825
33805
|
}
|
|
33826
33806
|
|
|
33827
|
-
.
|
|
33828
|
-
|
|
33829
|
-
|
|
33807
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
33808
|
+
display: block;
|
|
33809
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
33830
33810
|
}
|
|
33831
33811
|
|
|
33832
|
-
.
|
|
33833
|
-
|
|
33812
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
33813
|
+
display: block;
|
|
33834
33814
|
}
|
|
33835
33815
|
|
|
33836
|
-
.
|
|
33837
|
-
|
|
33816
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
33817
|
+
display: none;
|
|
33838
33818
|
}
|
|
33839
33819
|
|
|
33840
|
-
.
|
|
33841
|
-
|
|
33820
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
33821
|
+
transform: translateY(-50%);
|
|
33842
33822
|
}
|
|
33843
33823
|
|
|
33844
|
-
.
|
|
33845
|
-
|
|
33824
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
33825
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
33846
33826
|
}
|
|
33847
33827
|
|
|
33848
|
-
.
|
|
33849
|
-
|
|
33828
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
33829
|
+
background: #f2f5fa;
|
|
33850
33830
|
}
|
|
33851
33831
|
|
|
33852
|
-
.
|
|
33853
|
-
|
|
33832
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
33833
|
+
display: block;
|
|
33854
33834
|
}
|
|
33855
33835
|
|
|
33856
|
-
.
|
|
33857
|
-
|
|
33836
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
33837
|
+
padding-right: 25px;
|
|
33858
33838
|
}
|
|
33859
33839
|
|
|
33860
|
-
.
|
|
33861
|
-
padding:
|
|
33862
|
-
width: 24px;
|
|
33863
|
-
height: 24px;
|
|
33864
|
-
overflow: hidden;
|
|
33840
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
33841
|
+
padding: 0 !important;
|
|
33865
33842
|
}
|
|
33866
33843
|
|
|
33867
|
-
.
|
|
33868
|
-
|
|
33844
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
33845
|
+
position: absolute;
|
|
33846
|
+
left: 50%;
|
|
33847
|
+
top: 50%;
|
|
33848
|
+
transform: translate(-50%, -50%);
|
|
33869
33849
|
}
|
|
33870
33850
|
|
|
33871
|
-
.
|
|
33872
|
-
|
|
33873
|
-
opacity: 0.5;
|
|
33851
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
33852
|
+
display: none;
|
|
33874
33853
|
}
|
|
33875
33854
|
|
|
33876
|
-
.
|
|
33877
|
-
|
|
33855
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
33856
|
+
background: #fff;
|
|
33878
33857
|
}
|
|
33879
33858
|
|
|
33880
|
-
.
|
|
33881
|
-
|
|
33882
|
-
border-radius: 5px;
|
|
33883
|
-
font-size: 12px;
|
|
33859
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
33860
|
+
background: inherit;
|
|
33884
33861
|
}
|
|
33885
33862
|
|
|
33886
|
-
.
|
|
33887
|
-
|
|
33863
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
33864
|
+
position: static;
|
|
33865
|
+
border: none;
|
|
33866
|
+
background: inherit !important;
|
|
33867
|
+
height: 100px;
|
|
33868
|
+
vertical-align: middle;
|
|
33888
33869
|
}
|
|
33889
33870
|
|
|
33890
|
-
.
|
|
33891
|
-
|
|
33892
|
-
font-
|
|
33893
|
-
|
|
33871
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
33872
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33873
|
+
font-weight: bold;
|
|
33874
|
+
font-size: 20px;
|
|
33875
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33894
33876
|
}
|
|
33895
33877
|
|
|
33896
|
-
.
|
|
33897
|
-
|
|
33878
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
33879
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
33880
|
+
z-index: 10;
|
|
33898
33881
|
}
|
|
33899
33882
|
|
|
33900
|
-
.
|
|
33901
|
-
|
|
33883
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
33884
|
+
padding: 0 !important;
|
|
33885
|
+
position: relative;
|
|
33886
|
+
background: #fff;
|
|
33902
33887
|
}
|
|
33903
33888
|
|
|
33904
|
-
.
|
|
33889
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
33890
|
+
height: 100%;
|
|
33905
33891
|
display: flex;
|
|
33906
33892
|
align-items: center;
|
|
33907
|
-
|
|
33893
|
+
justify-content: flex-end;
|
|
33894
|
+
padding-right: 8px;
|
|
33908
33895
|
}
|
|
33909
33896
|
|
|
33910
|
-
.
|
|
33911
|
-
|
|
33897
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
33898
|
+
width: 24px;
|
|
33912
33899
|
height: 24px;
|
|
33900
|
+
cursor: pointer;
|
|
33901
|
+
justify-content: center;
|
|
33902
|
+
border-radius: 4px;
|
|
33913
33903
|
}
|
|
33914
33904
|
|
|
33915
|
-
.
|
|
33916
|
-
|
|
33917
|
-
margin-left: 8px;
|
|
33918
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33905
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
33906
|
+
background: #fff;
|
|
33919
33907
|
}
|
|
33920
33908
|
|
|
33921
|
-
.
|
|
33922
|
-
|
|
33909
|
+
.E_sddwhm6 {
|
|
33910
|
+
margin: 0;
|
|
33911
|
+
border-radius: 20px;
|
|
33912
|
+
padding: 2px 10px;
|
|
33913
|
+
height: 22px;
|
|
33923
33914
|
}
|
|
33924
33915
|
|
|
33925
|
-
.
|
|
33926
|
-
|
|
33927
|
-
height: 24px;
|
|
33928
|
-
padding: 4px;
|
|
33929
|
-
margin-right: 8px;
|
|
33916
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33917
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33930
33918
|
}
|
|
33931
33919
|
|
|
33932
|
-
.
|
|
33933
|
-
|
|
33934
|
-
height: 18px;
|
|
33920
|
+
.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 {
|
|
33921
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33935
33922
|
}
|
|
33936
33923
|
|
|
33937
|
-
.
|
|
33938
|
-
|
|
33939
|
-
height: 24px;
|
|
33924
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33925
|
+
color: #00122e;
|
|
33940
33926
|
}
|
|
33941
33927
|
|
|
33942
|
-
.
|
|
33943
|
-
margin:
|
|
33928
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33929
|
+
margin-right: 6px;
|
|
33944
33930
|
}
|
|
33945
33931
|
|
|
33946
|
-
.
|
|
33947
|
-
margin-
|
|
33948
|
-
|
|
33932
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33933
|
+
margin-left: 8px;
|
|
33934
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33949
33935
|
}
|
|
33950
33936
|
|
|
33951
|
-
.
|
|
33952
|
-
|
|
33953
|
-
color: #00122e;
|
|
33954
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33955
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33956
|
-
word-break: break-all;
|
|
33957
|
-
display: inline;
|
|
33958
|
-
white-space: normal;
|
|
33937
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33938
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33959
33939
|
}
|
|
33960
33940
|
|
|
33961
|
-
.
|
|
33962
|
-
|
|
33963
|
-
height: 16px;
|
|
33941
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33942
|
+
background-color: #0080ff;
|
|
33964
33943
|
}
|
|
33965
33944
|
|
|
33966
|
-
|
|
33967
|
-
|
|
33968
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33969
|
-
font-size: 12px;
|
|
33970
|
-
line-height: 18px;
|
|
33971
|
-
height: 18px;
|
|
33945
|
+
.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 {
|
|
33946
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33972
33947
|
}
|
|
33973
33948
|
|
|
33974
|
-
|
|
33975
|
-
color:
|
|
33976
|
-
height: unset;
|
|
33949
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33950
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33977
33951
|
}
|
|
33978
33952
|
|
|
33979
|
-
|
|
33980
|
-
|
|
33953
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33954
|
+
background-color: #f0483e;
|
|
33981
33955
|
}
|
|
33982
33956
|
|
|
33983
|
-
|
|
33984
|
-
|
|
33957
|
+
.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 {
|
|
33958
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33959
|
+
}
|
|
33960
|
+
|
|
33961
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33962
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33963
|
+
}
|
|
33964
|
+
|
|
33965
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33966
|
+
background-color: #fea008;
|
|
33967
|
+
}
|
|
33968
|
+
|
|
33969
|
+
.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 {
|
|
33970
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33971
|
+
}
|
|
33972
|
+
|
|
33973
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33974
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33975
|
+
}
|
|
33976
|
+
|
|
33977
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33978
|
+
background-color: #00ba5d;
|
|
33979
|
+
}
|
|
33980
|
+
|
|
33981
|
+
.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 {
|
|
33982
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33983
|
+
}
|
|
33984
|
+
|
|
33985
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33986
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33987
|
+
}
|
|
33988
|
+
|
|
33989
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33990
|
+
background-color: #6b7d99;
|
|
33991
|
+
}
|
|
33992
|
+
|
|
33993
|
+
.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 {
|
|
33994
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33995
|
+
}
|
|
33996
|
+
|
|
33997
|
+
.E_satwmqm {
|
|
33998
|
+
width: 8px;
|
|
33999
|
+
height: 8px;
|
|
34000
|
+
border-radius: 50%;
|
|
34001
|
+
display: inline-block;
|
|
34002
|
+
}
|
|
34003
|
+
|
|
34004
|
+
button.E_l48ei06.ant-btn,
|
|
34005
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
34006
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
34007
|
+
font-size: 12px;
|
|
34008
|
+
line-height: 18px;
|
|
34009
|
+
height: 18px;
|
|
34010
|
+
}
|
|
34011
|
+
|
|
34012
|
+
button.E_l48ei06 {
|
|
34013
|
+
color: #0080FF;
|
|
34014
|
+
height: unset;
|
|
34015
|
+
}
|
|
34016
|
+
|
|
34017
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34018
|
+
margin-right: 4px;
|
|
34019
|
+
}
|
|
34020
|
+
|
|
34021
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34022
|
+
margin-left: 4px;
|
|
33985
34023
|
}
|
|
33986
34024
|
|
|
33987
34025
|
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
@@ -34028,551 +34066,513 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34028
34066
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34029
34067
|
}
|
|
34030
34068
|
|
|
34031
|
-
.
|
|
34032
|
-
|
|
34033
|
-
border-radius: 20px;
|
|
34034
|
-
padding: 2px 10px;
|
|
34035
|
-
height: 22px;
|
|
34069
|
+
.E_w7ob4th.outside-tag {
|
|
34070
|
+
padding-left: 0;
|
|
34036
34071
|
}
|
|
34037
34072
|
|
|
34038
|
-
.
|
|
34039
|
-
|
|
34073
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34074
|
+
border-radius: 4px 0 0 4px;
|
|
34075
|
+
padding-right: 4px;
|
|
34076
|
+
margin-right: 4px;
|
|
34040
34077
|
}
|
|
34041
34078
|
|
|
34042
|
-
.
|
|
34043
|
-
|
|
34079
|
+
.E_i1g85yz3 {
|
|
34080
|
+
margin-right: 4px;
|
|
34081
|
+
height: 16px;
|
|
34044
34082
|
}
|
|
34045
34083
|
|
|
34046
|
-
.
|
|
34047
|
-
|
|
34084
|
+
.E_slr2ynn {
|
|
34085
|
+
padding: 0 8px;
|
|
34086
|
+
height: 18px;
|
|
34048
34087
|
}
|
|
34049
34088
|
|
|
34050
|
-
.
|
|
34051
|
-
|
|
34089
|
+
.E_m140wbb6 {
|
|
34090
|
+
padding: 2px 8px;
|
|
34091
|
+
height: 24px;
|
|
34052
34092
|
}
|
|
34053
34093
|
|
|
34054
|
-
.
|
|
34055
|
-
margin
|
|
34056
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34094
|
+
.E_t1fozc1i {
|
|
34095
|
+
margin: 0;
|
|
34057
34096
|
}
|
|
34058
34097
|
|
|
34059
|
-
.
|
|
34060
|
-
|
|
34098
|
+
.E_i1vxv4ln {
|
|
34099
|
+
margin-right: 4px;
|
|
34100
|
+
height: 16px;
|
|
34061
34101
|
}
|
|
34062
34102
|
|
|
34063
|
-
.
|
|
34064
|
-
|
|
34103
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34104
|
+
font-weight: 700;
|
|
34105
|
+
color: #00122e;
|
|
34106
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34107
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34108
|
+
word-break: break-all;
|
|
34109
|
+
display: inline;
|
|
34110
|
+
white-space: normal;
|
|
34065
34111
|
}
|
|
34066
34112
|
|
|
34067
|
-
.
|
|
34068
|
-
|
|
34113
|
+
.E_sjob3jg {
|
|
34114
|
+
--item-min-width: 60px;
|
|
34069
34115
|
}
|
|
34070
34116
|
|
|
34071
|
-
.
|
|
34072
|
-
|
|
34117
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34118
|
+
display: none !important;
|
|
34073
34119
|
}
|
|
34074
34120
|
|
|
34075
|
-
.
|
|
34076
|
-
|
|
34121
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34122
|
+
flex-shrink: 0 !important;
|
|
34077
34123
|
}
|
|
34078
34124
|
|
|
34079
|
-
.
|
|
34080
|
-
|
|
34125
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34126
|
+
color: #0080ff;
|
|
34081
34127
|
}
|
|
34082
34128
|
|
|
34083
|
-
.
|
|
34084
|
-
|
|
34129
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34130
|
+
color: #0080ff;
|
|
34131
|
+
font-weight: normal;
|
|
34085
34132
|
}
|
|
34086
34133
|
|
|
34087
|
-
.
|
|
34088
|
-
|
|
34134
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34135
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34089
34136
|
}
|
|
34090
34137
|
|
|
34091
|
-
.
|
|
34092
|
-
|
|
34138
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34139
|
+
color: #00122e;
|
|
34093
34140
|
}
|
|
34094
34141
|
|
|
34095
|
-
.
|
|
34096
|
-
|
|
34142
|
+
.E_sjob3jg .step-item-text {
|
|
34143
|
+
display: inline-block;
|
|
34097
34144
|
}
|
|
34098
34145
|
|
|
34099
|
-
.
|
|
34100
|
-
|
|
34146
|
+
.E_sjob3jg .step-item-title {
|
|
34147
|
+
overflow: hidden;
|
|
34148
|
+
white-space: nowrap;
|
|
34149
|
+
text-overflow: ellipsis;
|
|
34101
34150
|
}
|
|
34102
34151
|
|
|
34103
|
-
.
|
|
34104
|
-
|
|
34152
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34153
|
+
min-width: var(--item-min-width);
|
|
34105
34154
|
}
|
|
34106
34155
|
|
|
34107
|
-
.
|
|
34108
|
-
|
|
34156
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34157
|
+
cursor: not-allowed !important;
|
|
34109
34158
|
}
|
|
34110
34159
|
|
|
34111
|
-
.
|
|
34112
|
-
|
|
34160
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34161
|
+
flex-direction: row;
|
|
34162
|
+
justify-content: stretch;
|
|
34113
34163
|
}
|
|
34114
34164
|
|
|
34115
|
-
.
|
|
34116
|
-
|
|
34165
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34166
|
+
padding: 0;
|
|
34167
|
+
margin-right: 4px;
|
|
34168
|
+
flex: 1;
|
|
34169
|
+
overflow: visible;
|
|
34117
34170
|
}
|
|
34118
34171
|
|
|
34119
|
-
.
|
|
34120
|
-
width:
|
|
34121
|
-
height:
|
|
34122
|
-
border-radius: 50%;
|
|
34123
|
-
display: inline-block;
|
|
34172
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34173
|
+
width: 100%;
|
|
34174
|
+
min-height: unset;
|
|
34124
34175
|
}
|
|
34125
34176
|
|
|
34126
|
-
.
|
|
34127
|
-
height:
|
|
34177
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34178
|
+
height: 26px;
|
|
34179
|
+
line-height: 26px;
|
|
34180
|
+
width: 100%;
|
|
34181
|
+
padding: 0;
|
|
34182
|
+
font-size: 12px;
|
|
34128
34183
|
}
|
|
34129
34184
|
|
|
34130
|
-
.
|
|
34131
|
-
|
|
34132
|
-
overflow: visible !important;
|
|
34133
|
-
height: 100%;
|
|
34185
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34186
|
+
margin-right: 10px;
|
|
34134
34187
|
}
|
|
34135
34188
|
|
|
34136
|
-
.
|
|
34137
|
-
|
|
34189
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34190
|
+
display: none;
|
|
34138
34191
|
}
|
|
34139
34192
|
|
|
34140
|
-
.
|
|
34141
|
-
|
|
34142
|
-
|
|
34193
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34194
|
+
padding-left: 8px;
|
|
34195
|
+
padding-right: 4px;
|
|
34196
|
+
border-radius: 4px 0 0 4px;
|
|
34143
34197
|
}
|
|
34144
34198
|
|
|
34145
|
-
.
|
|
34146
|
-
|
|
34199
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34200
|
+
margin-right: 0;
|
|
34147
34201
|
}
|
|
34148
34202
|
|
|
34149
|
-
.
|
|
34150
|
-
|
|
34203
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34204
|
+
padding-right: 8px;
|
|
34205
|
+
padding-left: 12px;
|
|
34206
|
+
border-radius: 0 4px 4px 0;
|
|
34151
34207
|
}
|
|
34152
34208
|
|
|
34153
|
-
.
|
|
34154
|
-
|
|
34209
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
34210
|
+
content: "";
|
|
34211
|
+
width: 0;
|
|
34212
|
+
height: 0;
|
|
34213
|
+
border: 13px solid transparent;
|
|
34214
|
+
position: absolute;
|
|
34215
|
+
top: 0;
|
|
34216
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34217
|
+
z-index: 2;
|
|
34218
|
+
position: relative;
|
|
34219
|
+
top: -50%;
|
|
34220
|
+
right: -100%;
|
|
34155
34221
|
}
|
|
34156
34222
|
|
|
34157
|
-
.
|
|
34158
|
-
padding
|
|
34159
|
-
padding-bottom: 6px;
|
|
34223
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34224
|
+
padding: 0 4px 0 12px;
|
|
34160
34225
|
}
|
|
34161
34226
|
|
|
34162
|
-
.
|
|
34163
|
-
|
|
34227
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
34228
|
+
content: "";
|
|
34229
|
+
width: 0;
|
|
34230
|
+
height: 0;
|
|
34231
|
+
border: 13px solid transparent;
|
|
34232
|
+
position: absolute;
|
|
34233
|
+
top: 0;
|
|
34234
|
+
border-left: 8px solid #fff;
|
|
34235
|
+
left: 0;
|
|
34164
34236
|
}
|
|
34165
34237
|
|
|
34166
|
-
.
|
|
34167
|
-
|
|
34238
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34239
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34168
34240
|
}
|
|
34169
34241
|
|
|
34170
|
-
.
|
|
34171
|
-
|
|
34242
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34243
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34172
34244
|
}
|
|
34173
34245
|
|
|
34174
|
-
.
|
|
34175
|
-
|
|
34176
|
-
overflow: visible;
|
|
34177
|
-
}
|
|
34178
|
-
|
|
34179
|
-
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
34180
|
-
max-height: none;
|
|
34181
|
-
}
|
|
34182
|
-
|
|
34183
|
-
.E_t1fisho6 td.ant-table-column-sort {
|
|
34184
|
-
background: transparent;
|
|
34185
|
-
}
|
|
34186
|
-
|
|
34187
|
-
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
34188
|
-
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
34189
|
-
background: #fff;
|
|
34190
|
-
padding: 0 !important;
|
|
34191
|
-
}
|
|
34192
|
-
|
|
34193
|
-
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
34194
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34195
|
-
display: flex;
|
|
34196
|
-
align-items: center;
|
|
34197
|
-
height: 100%;
|
|
34198
|
-
padding: 8px;
|
|
34199
|
-
}
|
|
34200
|
-
|
|
34201
|
-
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
34202
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34203
|
-
overflow: hidden;
|
|
34204
|
-
text-overflow: ellipsis;
|
|
34205
|
-
width: 100%;
|
|
34206
|
-
}
|
|
34207
|
-
|
|
34208
|
-
.E_t1fisho6 .ant-table-container {
|
|
34209
|
-
height: 100%;
|
|
34210
|
-
}
|
|
34211
|
-
|
|
34212
|
-
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
34213
|
-
box-shadow: none !important;
|
|
34214
|
-
}
|
|
34215
|
-
|
|
34216
|
-
.E_t1fisho6 div.ant-table {
|
|
34217
|
-
border-radius: 0px;
|
|
34218
|
-
border-left: none;
|
|
34219
|
-
border-right: none;
|
|
34220
|
-
border-bottom: none;
|
|
34221
|
-
height: 100%;
|
|
34222
|
-
font-size: 12px;
|
|
34223
|
-
background: transparent;
|
|
34224
|
-
}
|
|
34225
|
-
|
|
34226
|
-
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
34227
|
-
position: relative;
|
|
34228
|
-
z-index: 3;
|
|
34229
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34230
|
-
margin-bottom: -1px;
|
|
34231
|
-
}
|
|
34232
|
-
|
|
34233
|
-
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
34234
|
-
.E_t1fisho6 div.ant-table .value {
|
|
34235
|
-
color: #2d3a56;
|
|
34246
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34247
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34236
34248
|
}
|
|
34237
34249
|
|
|
34238
|
-
.
|
|
34239
|
-
|
|
34240
|
-
|
|
34250
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34251
|
+
cursor: pointer;
|
|
34252
|
+
min-width: var(--item-min-width);
|
|
34241
34253
|
}
|
|
34242
34254
|
|
|
34243
|
-
.
|
|
34244
|
-
|
|
34245
|
-
|
|
34255
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34256
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34257
|
+
min-width: var(--item-min-width);
|
|
34246
34258
|
}
|
|
34247
34259
|
|
|
34248
|
-
.
|
|
34249
|
-
|
|
34260
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34261
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34262
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34250
34263
|
}
|
|
34251
34264
|
|
|
34252
|
-
.
|
|
34253
|
-
|
|
34254
|
-
position: absolute;
|
|
34255
|
-
top: 50%;
|
|
34256
|
-
right: 12px;
|
|
34257
|
-
transform: translateY(-50%);
|
|
34265
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34266
|
+
padding: 0;
|
|
34258
34267
|
}
|
|
34259
34268
|
|
|
34260
|
-
.
|
|
34261
|
-
|
|
34262
|
-
|
|
34263
|
-
background: rgba(213, 219, 227, 0.6);
|
|
34269
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34270
|
+
width: 192px;
|
|
34271
|
+
row-gap: 2px;
|
|
34264
34272
|
}
|
|
34265
34273
|
|
|
34266
|
-
.
|
|
34267
|
-
|
|
34268
|
-
width: 1px;
|
|
34269
|
-
background: rgba(213, 219, 227, 0.6);
|
|
34274
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34275
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34270
34276
|
}
|
|
34271
34277
|
|
|
34272
|
-
.
|
|
34273
|
-
|
|
34278
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34279
|
+
color: #00122e !important;
|
|
34274
34280
|
}
|
|
34275
34281
|
|
|
34276
|
-
.
|
|
34277
|
-
|
|
34278
|
-
border-bottom: 1px solid white;
|
|
34279
|
-
height: 40px;
|
|
34280
|
-
vertical-align: middle;
|
|
34281
|
-
transition: background 0ms;
|
|
34282
|
-
color: #00122e;
|
|
34282
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
34283
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34283
34284
|
}
|
|
34284
34285
|
|
|
34285
|
-
.
|
|
34286
|
-
|
|
34287
|
-
border-
|
|
34286
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34287
|
+
padding: 0 8px;
|
|
34288
|
+
border-radius: 4px;
|
|
34289
|
+
height: 32px;
|
|
34290
|
+
display: flex;
|
|
34291
|
+
align-items: center;
|
|
34288
34292
|
}
|
|
34289
34293
|
|
|
34290
|
-
.
|
|
34291
|
-
height: auto;
|
|
34292
|
-
color: #00122e;
|
|
34293
|
-
font-size: 12px;
|
|
34294
|
-
text-align: left;
|
|
34295
|
-
transition: none;
|
|
34296
|
-
overflow: hidden;
|
|
34297
|
-
text-overflow: ellipsis;
|
|
34294
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34295
|
+
min-height: auto;
|
|
34298
34296
|
white-space: nowrap;
|
|
34299
34297
|
}
|
|
34300
34298
|
|
|
34301
|
-
.
|
|
34302
|
-
|
|
34299
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34300
|
+
font-size: 13px;
|
|
34301
|
+
line-height: 20px;
|
|
34302
|
+
max-width: 100%;
|
|
34303
|
+
padding-right: 0;
|
|
34303
34304
|
}
|
|
34304
34305
|
|
|
34305
|
-
.
|
|
34306
|
-
|
|
34307
|
-
text-overflow: ellipsis;
|
|
34308
|
-
width: 100%;
|
|
34309
|
-
vertical-align: middle;
|
|
34306
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34307
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34310
34308
|
}
|
|
34311
34309
|
|
|
34312
|
-
.
|
|
34313
|
-
|
|
34310
|
+
.E_h6l1tj4 {
|
|
34311
|
+
width: 100%;
|
|
34312
|
+
display: inline-flex;
|
|
34313
|
+
align-items: center;
|
|
34314
|
+
justify-content: center;
|
|
34315
|
+
column-gap: 4px;
|
|
34314
34316
|
}
|
|
34315
34317
|
|
|
34316
|
-
.
|
|
34317
|
-
|
|
34318
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34319
|
+
display: inline-flex;
|
|
34320
|
+
align-items: center;
|
|
34321
|
+
width: 18px;
|
|
34322
|
+
height: 18px;
|
|
34323
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34324
|
+
justify-content: center;
|
|
34318
34325
|
}
|
|
34319
34326
|
|
|
34320
|
-
.
|
|
34321
|
-
|
|
34327
|
+
.E_v18frne8 {
|
|
34328
|
+
width: 100%;
|
|
34329
|
+
display: flex;
|
|
34330
|
+
align-items: center;
|
|
34331
|
+
justify-content: center;
|
|
34332
|
+
column-gap: 6px;
|
|
34333
|
+
font-size: 13px;
|
|
34322
34334
|
}
|
|
34323
34335
|
|
|
34324
|
-
.
|
|
34325
|
-
|
|
34326
|
-
|
|
34336
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34337
|
+
display: inline-flex;
|
|
34338
|
+
align-items: center;
|
|
34339
|
+
min-width: 20px;
|
|
34340
|
+
min-height: 20px;
|
|
34341
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34342
|
+
justify-content: center;
|
|
34327
34343
|
}
|
|
34328
34344
|
|
|
34329
|
-
.
|
|
34330
|
-
|
|
34345
|
+
.E_t1dtlqs1 {
|
|
34346
|
+
margin-bottom: 4px;
|
|
34347
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34331
34348
|
}
|
|
34332
34349
|
|
|
34333
|
-
.
|
|
34334
|
-
|
|
34350
|
+
.E_s1ese5oy {
|
|
34351
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34352
|
+
line-height: 32px;
|
|
34353
|
+
height: 32px;
|
|
34354
|
+
margin-bottom: 0;
|
|
34335
34355
|
}
|
|
34336
34356
|
|
|
34337
|
-
.
|
|
34338
|
-
|
|
34339
|
-
width: 4px;
|
|
34340
|
-
top: -1px;
|
|
34341
|
-
bottom: -1px;
|
|
34342
|
-
background: white;
|
|
34357
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34358
|
+
color: #0080ff;
|
|
34343
34359
|
}
|
|
34344
34360
|
|
|
34345
|
-
.
|
|
34346
|
-
|
|
34361
|
+
.E_s1ese5oy.warning {
|
|
34362
|
+
color: #ffa500;
|
|
34347
34363
|
}
|
|
34348
34364
|
|
|
34349
|
-
.
|
|
34350
|
-
|
|
34351
|
-
background: white;
|
|
34352
|
-
border-top: none;
|
|
34365
|
+
.E_s1ese5oy.success {
|
|
34366
|
+
color: #00ba5d;
|
|
34353
34367
|
}
|
|
34354
34368
|
|
|
34355
|
-
.
|
|
34356
|
-
|
|
34357
|
-
border-radius: 0 8px 8px 0;
|
|
34358
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34369
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34370
|
+
color: #f0483e;
|
|
34359
34371
|
}
|
|
34360
34372
|
|
|
34361
|
-
.
|
|
34362
|
-
|
|
34363
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34373
|
+
.E_s1ese5oy.normal {
|
|
34374
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34364
34375
|
}
|
|
34365
34376
|
|
|
34366
|
-
.
|
|
34367
|
-
|
|
34368
|
-
|
|
34369
|
-
height: 100%;
|
|
34370
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34377
|
+
.E_b1ibis43 {
|
|
34378
|
+
margin-bottom: 0;
|
|
34379
|
+
color: #00122e;
|
|
34371
34380
|
}
|
|
34372
34381
|
|
|
34373
|
-
.
|
|
34374
|
-
|
|
34375
|
-
|
|
34382
|
+
.E_b11xxjd2 {
|
|
34383
|
+
line-height: 32px;
|
|
34384
|
+
margin-right: 6px;
|
|
34376
34385
|
}
|
|
34377
34386
|
|
|
34378
|
-
.
|
|
34379
|
-
|
|
34380
|
-
|
|
34381
|
-
|
|
34382
|
-
|
|
34387
|
+
.E_bsub5bw.with-description {
|
|
34388
|
+
height: 24px;
|
|
34389
|
+
flex: 1;
|
|
34390
|
+
position: relative;
|
|
34391
|
+
top: -7px;
|
|
34383
34392
|
}
|
|
34384
34393
|
|
|
34385
|
-
.
|
|
34386
|
-
|
|
34394
|
+
.E_bsub5bw p {
|
|
34395
|
+
width: 100%;
|
|
34396
|
+
overflow: hidden;
|
|
34397
|
+
text-overflow: ellipsis;
|
|
34398
|
+
white-space: nowrap;
|
|
34387
34399
|
}
|
|
34388
34400
|
|
|
34389
|
-
.
|
|
34390
|
-
|
|
34401
|
+
.E_tmoyoag {
|
|
34402
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34391
34403
|
border-radius: 8px;
|
|
34404
|
+
overflow: auto;
|
|
34392
34405
|
}
|
|
34393
34406
|
|
|
34394
|
-
.
|
|
34395
|
-
|
|
34396
|
-
}
|
|
34397
|
-
|
|
34398
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
34399
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34400
|
-
border-bottom-color: transparent;
|
|
34401
|
-
border-top-color: transparent;
|
|
34402
|
-
}
|
|
34403
|
-
|
|
34404
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
34405
|
-
border-radius: 8px 0 0 8px;
|
|
34406
|
-
}
|
|
34407
|
-
|
|
34408
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
34409
|
-
border-radius: 0 8px 8px 0;
|
|
34410
|
-
}
|
|
34411
|
-
|
|
34412
|
-
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
34413
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34407
|
+
.E_tmoyoag .ant-list {
|
|
34408
|
+
position: relative;
|
|
34414
34409
|
}
|
|
34415
34410
|
|
|
34416
|
-
.
|
|
34417
|
-
background: #fff;
|
|
34418
|
-
font-weight: 400;
|
|
34419
|
-
position: relative;
|
|
34411
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
34420
34412
|
border-bottom: none;
|
|
34421
|
-
color: #00122e;
|
|
34422
|
-
transition: none;
|
|
34423
|
-
padding: 14px 8px 14px 8px;
|
|
34424
|
-
line-height: 20px;
|
|
34425
34413
|
}
|
|
34426
34414
|
|
|
34427
|
-
.
|
|
34428
|
-
|
|
34429
|
-
width: 1px;
|
|
34415
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34416
|
+
position: sticky;
|
|
34430
34417
|
top: 0;
|
|
34431
|
-
|
|
34432
|
-
|
|
34433
|
-
|
|
34434
|
-
|
|
34418
|
+
z-index: 2;
|
|
34419
|
+
display: flex;
|
|
34420
|
+
padding: 8px;
|
|
34421
|
+
flex-wrap: nowrap;
|
|
34422
|
+
justify-content: flex-start;
|
|
34423
|
+
background: #f2f5fa;
|
|
34424
|
+
font-size: 14px;
|
|
34425
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34426
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34435
34427
|
}
|
|
34436
34428
|
|
|
34437
|
-
.
|
|
34438
|
-
|
|
34429
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34430
|
+
align-items: inherit;
|
|
34439
34431
|
}
|
|
34440
34432
|
|
|
34441
|
-
.
|
|
34442
|
-
|
|
34433
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
34434
|
+
margin-bottom: 0;
|
|
34443
34435
|
}
|
|
34444
34436
|
|
|
34445
|
-
.
|
|
34446
|
-
|
|
34447
|
-
|
|
34448
|
-
|
|
34449
|
-
|
|
34437
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34438
|
+
display: flex;
|
|
34439
|
+
justify-content: flex-start;
|
|
34440
|
+
align-items: flex-start;
|
|
34441
|
+
flex-wrap: wrap;
|
|
34442
|
+
padding: 8px;
|
|
34443
|
+
border: none;
|
|
34450
34444
|
}
|
|
34451
34445
|
|
|
34452
|
-
.
|
|
34453
|
-
|
|
34454
|
-
|
|
34455
|
-
|
|
34446
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34447
|
+
flex-basis: 100%;
|
|
34448
|
+
margin: 12px 0 0;
|
|
34449
|
+
order: 99;
|
|
34450
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34456
34451
|
}
|
|
34457
34452
|
|
|
34458
|
-
.
|
|
34459
|
-
|
|
34453
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34454
|
+
color: #f0483e;
|
|
34455
|
+
flex-basis: 100%;
|
|
34456
|
+
order: 98;
|
|
34457
|
+
margin: 12px 0 0;
|
|
34460
34458
|
}
|
|
34461
34459
|
|
|
34462
|
-
.
|
|
34463
|
-
|
|
34460
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34461
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34464
34462
|
}
|
|
34465
34463
|
|
|
34466
|
-
.
|
|
34467
|
-
|
|
34468
|
-
|
|
34469
|
-
|
|
34470
|
-
|
|
34471
|
-
|
|
34472
|
-
|
|
34473
|
-
transition: transform 320ms ease;
|
|
34464
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34465
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34466
|
+
}
|
|
34467
|
+
|
|
34468
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34469
|
+
flex: 1 0 0;
|
|
34470
|
+
overflow: hidden;
|
|
34474
34471
|
}
|
|
34475
34472
|
|
|
34476
|
-
.
|
|
34477
|
-
|
|
34478
|
-
|
|
34473
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34474
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34475
|
+
margin: 0;
|
|
34479
34476
|
}
|
|
34480
34477
|
|
|
34481
|
-
.
|
|
34482
|
-
|
|
34478
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34479
|
+
text-align: center;
|
|
34483
34480
|
}
|
|
34484
34481
|
|
|
34485
|
-
.
|
|
34486
|
-
|
|
34482
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34483
|
+
text-align: center;
|
|
34487
34484
|
}
|
|
34488
34485
|
|
|
34489
|
-
.
|
|
34490
|
-
|
|
34486
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34487
|
+
text-align: left;
|
|
34491
34488
|
}
|
|
34492
34489
|
|
|
34493
|
-
.
|
|
34494
|
-
|
|
34490
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34491
|
+
text-align: left;
|
|
34495
34492
|
}
|
|
34496
34493
|
|
|
34497
|
-
.
|
|
34498
|
-
|
|
34494
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34495
|
+
text-align: right;
|
|
34499
34496
|
}
|
|
34500
34497
|
|
|
34501
|
-
.
|
|
34502
|
-
|
|
34498
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34499
|
+
text-align: right;
|
|
34503
34500
|
}
|
|
34504
34501
|
|
|
34505
|
-
.
|
|
34506
|
-
|
|
34502
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34503
|
+
margin-right: 8px;
|
|
34507
34504
|
}
|
|
34508
34505
|
|
|
34509
|
-
.
|
|
34510
|
-
padding:
|
|
34506
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34507
|
+
padding: 4px;
|
|
34508
|
+
width: 24px;
|
|
34509
|
+
height: 24px;
|
|
34510
|
+
overflow: hidden;
|
|
34511
34511
|
}
|
|
34512
34512
|
|
|
34513
|
-
.
|
|
34514
|
-
|
|
34515
|
-
left: 50%;
|
|
34516
|
-
top: 50%;
|
|
34517
|
-
transform: translate(-50%, -50%);
|
|
34513
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34514
|
+
padding: 0;
|
|
34518
34515
|
}
|
|
34519
34516
|
|
|
34520
|
-
.
|
|
34521
|
-
|
|
34517
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34518
|
+
cursor: not-allowed;
|
|
34519
|
+
opacity: 0.5;
|
|
34522
34520
|
}
|
|
34523
34521
|
|
|
34524
|
-
.
|
|
34525
|
-
|
|
34522
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34523
|
+
margin: 0;
|
|
34526
34524
|
}
|
|
34527
34525
|
|
|
34528
|
-
.
|
|
34529
|
-
|
|
34526
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34527
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34528
|
+
border-radius: 5px;
|
|
34529
|
+
font-size: 12px;
|
|
34530
34530
|
}
|
|
34531
34531
|
|
|
34532
|
-
.
|
|
34533
|
-
|
|
34534
|
-
border: none;
|
|
34535
|
-
background: inherit !important;
|
|
34536
|
-
height: 100px;
|
|
34537
|
-
vertical-align: middle;
|
|
34532
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34533
|
+
font-size: inherit;
|
|
34538
34534
|
}
|
|
34539
34535
|
|
|
34540
|
-
.
|
|
34541
|
-
|
|
34542
|
-
font-
|
|
34543
|
-
|
|
34544
|
-
color: rgba(10, 37, 85, 0.6);
|
|
34536
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34537
|
+
min-height: 24px;
|
|
34538
|
+
font-size: 12px;
|
|
34539
|
+
position: relative;
|
|
34545
34540
|
}
|
|
34546
34541
|
|
|
34547
|
-
.
|
|
34548
|
-
|
|
34549
|
-
z-index: 10;
|
|
34542
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34543
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34550
34544
|
}
|
|
34551
34545
|
|
|
34552
|
-
.
|
|
34553
|
-
|
|
34554
|
-
position: relative;
|
|
34555
|
-
background: #fff;
|
|
34546
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34547
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34556
34548
|
}
|
|
34557
34549
|
|
|
34558
|
-
.
|
|
34559
|
-
height: 100%;
|
|
34550
|
+
.E_a138syjm {
|
|
34560
34551
|
display: flex;
|
|
34561
34552
|
align-items: center;
|
|
34562
|
-
|
|
34563
|
-
padding-right: 8px;
|
|
34553
|
+
margin-top: 8px;
|
|
34564
34554
|
}
|
|
34565
34555
|
|
|
34566
|
-
.
|
|
34567
|
-
|
|
34556
|
+
.E_a138syjm button.ant-btn {
|
|
34557
|
+
padding: 2px 8px;
|
|
34568
34558
|
height: 24px;
|
|
34569
|
-
cursor: pointer;
|
|
34570
|
-
justify-content: center;
|
|
34571
|
-
border-radius: 4px;
|
|
34572
34559
|
}
|
|
34573
34560
|
|
|
34574
|
-
.
|
|
34575
|
-
|
|
34561
|
+
.E_a138syjm > span.maximum-desc {
|
|
34562
|
+
display: none;
|
|
34563
|
+
margin-left: 8px;
|
|
34564
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34565
|
+
}
|
|
34566
|
+
|
|
34567
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34568
|
+
display: inline;
|
|
34569
|
+
}
|
|
34570
|
+
|
|
34571
|
+
.E_d77i8u0 {
|
|
34572
|
+
width: 24px;
|
|
34573
|
+
height: 24px;
|
|
34574
|
+
padding: 4px;
|
|
34575
|
+
margin-right: 8px;
|
|
34576
34576
|
}
|
|
34577
34577
|
|
|
34578
34578
|
.E_r77hffu {
|
|
@@ -35354,77 +35354,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35354
35354
|
transform: translateX(100%);
|
|
35355
35355
|
}
|
|
35356
35356
|
}
|
|
35357
|
-
.E_s1ebs0ra {
|
|
35358
|
-
display: flex;
|
|
35359
|
-
align-items: center;
|
|
35360
|
-
justify-content: space-between;
|
|
35361
|
-
background: #edf0f7;
|
|
35362
|
-
padding: 8px 12px;
|
|
35363
|
-
position: sticky;
|
|
35364
|
-
top: 0;
|
|
35365
|
-
z-index: 1;
|
|
35366
|
-
margin-bottom: -52px;
|
|
35367
|
-
}
|
|
35368
|
-
|
|
35369
|
-
.E_s1ebs0ra .select-total {
|
|
35370
|
-
display: flex;
|
|
35371
|
-
align-items: center;
|
|
35372
|
-
font-weight: 700;
|
|
35373
|
-
flex-shrink: 0;
|
|
35374
|
-
}
|
|
35375
|
-
|
|
35376
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35377
|
-
cursor: pointer;
|
|
35378
|
-
margin-left: 8px;
|
|
35379
|
-
width: 32px;
|
|
35380
|
-
height: 32px;
|
|
35381
|
-
border-radius: 50%;
|
|
35382
|
-
justify-content: center;
|
|
35383
|
-
}
|
|
35384
|
-
|
|
35385
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35386
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35387
|
-
}
|
|
35388
|
-
|
|
35389
|
-
.E_s1ebs0ra .action-group {
|
|
35390
|
-
flex: 1;
|
|
35391
|
-
margin-left: 88px;
|
|
35392
|
-
white-space: nowrap;
|
|
35393
|
-
text-align: right;
|
|
35394
|
-
position: relative;
|
|
35395
|
-
padding: 4px 0;
|
|
35396
|
-
margin-top: -4px;
|
|
35397
|
-
overflow: hidden;
|
|
35398
|
-
}
|
|
35399
|
-
|
|
35400
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35401
|
-
transform: translateY(-4px);
|
|
35402
|
-
}
|
|
35403
|
-
|
|
35404
|
-
.E_s1ebs0ra .action-group button {
|
|
35405
|
-
border: none;
|
|
35406
|
-
}
|
|
35407
|
-
|
|
35408
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35409
|
-
margin-right: 8px;
|
|
35410
|
-
}
|
|
35411
|
-
|
|
35412
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
35413
|
-
margin-right: 4px;
|
|
35414
|
-
}
|
|
35415
|
-
|
|
35416
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
35417
|
-
cursor: pointer;
|
|
35418
|
-
width: 32px;
|
|
35419
|
-
height: 32px;
|
|
35420
|
-
justify-content: center;
|
|
35421
|
-
border-radius: 50%;
|
|
35422
|
-
}
|
|
35423
|
-
|
|
35424
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35425
|
-
background: #fff;
|
|
35426
|
-
}
|
|
35427
|
-
|
|
35428
35357
|
.E_c18bcrac {
|
|
35429
35358
|
display: inline-block;
|
|
35430
35359
|
width: 100%;
|
|
@@ -35469,118 +35398,80 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35469
35398
|
}
|
|
35470
35399
|
|
|
35471
35400
|
.E_p1lyky6c > :first-child {
|
|
35472
|
-
font-weight: bold;
|
|
35473
|
-
color: white;
|
|
35474
|
-
margin-right: 4px;
|
|
35475
|
-
}
|
|
35476
|
-
|
|
35477
|
-
.E_clm1wy1 {
|
|
35478
|
-
width: 192px;
|
|
35479
|
-
height: 246px;
|
|
35480
|
-
border-radius: 4px;
|
|
35481
|
-
}
|
|
35482
|
-
|
|
35483
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
35484
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35485
|
-
width: 100%;
|
|
35486
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35487
|
-
border-top: none;
|
|
35488
|
-
}
|
|
35489
|
-
|
|
35490
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35491
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35492
|
-
padding: 0 16px;
|
|
35493
|
-
}
|
|
35494
|
-
|
|
35495
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35496
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35497
|
-
width: 100%;
|
|
35498
|
-
height: 180px;
|
|
35499
|
-
border-spacing: 0;
|
|
35500
|
-
}
|
|
35501
|
-
|
|
35502
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35503
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35504
|
-
margin-bottom: 8px;
|
|
35505
|
-
}
|
|
35506
|
-
|
|
35507
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35508
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35509
|
-
width: 22px;
|
|
35510
|
-
}
|
|
35511
|
-
|
|
35512
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35513
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35514
|
-
padding: 0;
|
|
35515
|
-
}
|
|
35516
|
-
|
|
35517
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
35518
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35519
|
-
opacity: 0.4;
|
|
35520
|
-
}
|
|
35521
|
-
|
|
35522
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35523
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35524
|
-
opacity: 1;
|
|
35525
|
-
}
|
|
35526
|
-
|
|
35527
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35528
|
-
color: #3e4652;
|
|
35529
|
-
}
|
|
35530
|
-
|
|
35531
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
35532
|
-
pointer-events: none;
|
|
35401
|
+
font-weight: bold;
|
|
35402
|
+
color: white;
|
|
35403
|
+
margin-right: 4px;
|
|
35533
35404
|
}
|
|
35534
35405
|
|
|
35535
|
-
.
|
|
35536
|
-
|
|
35537
|
-
|
|
35538
|
-
|
|
35539
|
-
|
|
35406
|
+
.E_s1ebs0ra {
|
|
35407
|
+
display: flex;
|
|
35408
|
+
align-items: center;
|
|
35409
|
+
justify-content: space-between;
|
|
35410
|
+
background: #edf0f7;
|
|
35411
|
+
padding: 8px 12px;
|
|
35412
|
+
position: sticky;
|
|
35413
|
+
top: 0;
|
|
35414
|
+
z-index: 1;
|
|
35415
|
+
margin-bottom: -52px;
|
|
35540
35416
|
}
|
|
35541
35417
|
|
|
35542
|
-
.
|
|
35543
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35418
|
+
.E_s1ebs0ra .select-total {
|
|
35544
35419
|
display: flex;
|
|
35545
|
-
justify-content: space-between;
|
|
35546
35420
|
align-items: center;
|
|
35547
|
-
|
|
35421
|
+
font-weight: 700;
|
|
35422
|
+
flex-shrink: 0;
|
|
35548
35423
|
}
|
|
35549
35424
|
|
|
35550
|
-
.
|
|
35425
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35551
35426
|
cursor: pointer;
|
|
35427
|
+
margin-left: 8px;
|
|
35428
|
+
width: 32px;
|
|
35429
|
+
height: 32px;
|
|
35430
|
+
border-radius: 50%;
|
|
35431
|
+
justify-content: center;
|
|
35552
35432
|
}
|
|
35553
35433
|
|
|
35554
|
-
.
|
|
35555
|
-
|
|
35434
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35435
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35556
35436
|
}
|
|
35557
35437
|
|
|
35558
|
-
.
|
|
35559
|
-
|
|
35438
|
+
.E_s1ebs0ra .action-group {
|
|
35439
|
+
flex: 1;
|
|
35440
|
+
margin-left: 88px;
|
|
35441
|
+
white-space: nowrap;
|
|
35442
|
+
text-align: right;
|
|
35443
|
+
position: relative;
|
|
35444
|
+
padding: 4px 0;
|
|
35445
|
+
margin-top: -4px;
|
|
35446
|
+
overflow: hidden;
|
|
35560
35447
|
}
|
|
35561
35448
|
|
|
35562
|
-
.
|
|
35563
|
-
|
|
35564
|
-
justify-content: center;
|
|
35449
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35450
|
+
transform: translateY(-4px);
|
|
35565
35451
|
}
|
|
35566
35452
|
|
|
35567
|
-
.
|
|
35568
|
-
|
|
35569
|
-
width: 2px;
|
|
35570
|
-
height: 2px;
|
|
35571
|
-
border-radius: 1px;
|
|
35572
|
-
background: #0096ff;
|
|
35453
|
+
.E_s1ebs0ra .action-group button {
|
|
35454
|
+
border: none;
|
|
35573
35455
|
}
|
|
35574
35456
|
|
|
35575
|
-
.
|
|
35576
|
-
margin-right:
|
|
35457
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35458
|
+
margin-right: 8px;
|
|
35577
35459
|
}
|
|
35578
35460
|
|
|
35579
|
-
.
|
|
35580
|
-
|
|
35581
|
-
|
|
35582
|
-
|
|
35583
|
-
|
|
35461
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
35462
|
+
margin-right: 4px;
|
|
35463
|
+
}
|
|
35464
|
+
|
|
35465
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
35466
|
+
cursor: pointer;
|
|
35467
|
+
width: 32px;
|
|
35468
|
+
height: 32px;
|
|
35469
|
+
justify-content: center;
|
|
35470
|
+
border-radius: 50%;
|
|
35471
|
+
}
|
|
35472
|
+
|
|
35473
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35474
|
+
background: #fff;
|
|
35584
35475
|
}
|
|
35585
35476
|
|
|
35586
35477
|
span.E_tqjc4ui {
|
|
@@ -35619,33 +35510,29 @@ span.E_tqjc4ui {
|
|
|
35619
35510
|
overflow: auto;
|
|
35620
35511
|
}
|
|
35621
35512
|
|
|
35622
|
-
.
|
|
35623
|
-
|
|
35624
|
-
|
|
35625
|
-
|
|
35626
|
-
|
|
35627
|
-
.E_s1tui002 {
|
|
35628
|
-
white-space: nowrap;
|
|
35513
|
+
.E_wg1tsps {
|
|
35514
|
+
display: flex;
|
|
35515
|
+
align-items: center;
|
|
35516
|
+
justify-content: flex-end;
|
|
35629
35517
|
}
|
|
35630
35518
|
|
|
35631
|
-
.
|
|
35632
|
-
display:
|
|
35633
|
-
-
|
|
35634
|
-
|
|
35635
|
-
word-break: break-all;
|
|
35519
|
+
.E_b1ctd5xy {
|
|
35520
|
+
display: flex;
|
|
35521
|
+
align-items: center;
|
|
35522
|
+
width: calc(100% - 40px);
|
|
35636
35523
|
}
|
|
35637
35524
|
|
|
35638
|
-
.
|
|
35639
|
-
display:
|
|
35525
|
+
.E_b1ctd5xy .chart {
|
|
35526
|
+
display: inline-block;
|
|
35527
|
+
width: 100%;
|
|
35640
35528
|
}
|
|
35641
35529
|
|
|
35642
|
-
.
|
|
35643
|
-
|
|
35644
|
-
border-radius: 4px;
|
|
35530
|
+
.E_u1p8acpn {
|
|
35531
|
+
min-width: 40px;
|
|
35645
35532
|
}
|
|
35646
35533
|
|
|
35647
|
-
.
|
|
35648
|
-
|
|
35534
|
+
.E_u1p8acpn .unit {
|
|
35535
|
+
color: #00122e !important;
|
|
35649
35536
|
}
|
|
35650
35537
|
|
|
35651
35538
|
.E_t1sqg15u {
|
|
@@ -35699,73 +35586,206 @@ span.E_tqjc4ui {
|
|
|
35699
35586
|
min-height: 32px;
|
|
35700
35587
|
}
|
|
35701
35588
|
|
|
35702
|
-
.E_t4zczcp .table-title {
|
|
35703
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35704
|
-
font-weight: 600;
|
|
35705
|
-
font-size: 12px;
|
|
35706
|
-
line-height: 8px;
|
|
35589
|
+
.E_t4zczcp .table-title {
|
|
35590
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35591
|
+
font-weight: 600;
|
|
35592
|
+
font-size: 12px;
|
|
35593
|
+
line-height: 8px;
|
|
35594
|
+
}
|
|
35595
|
+
|
|
35596
|
+
.E_t4zczcp .edit-icon {
|
|
35597
|
+
font-size: 16px;
|
|
35598
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35599
|
+
cursor: pointer;
|
|
35600
|
+
}
|
|
35601
|
+
|
|
35602
|
+
.E_t1s7goww {
|
|
35603
|
+
font-size: 12px;
|
|
35604
|
+
line-height: 18px;
|
|
35605
|
+
}
|
|
35606
|
+
|
|
35607
|
+
.E_t93e4cf {
|
|
35608
|
+
display: flex;
|
|
35609
|
+
padding: 8px 0;
|
|
35610
|
+
color: #2d3a56;
|
|
35611
|
+
}
|
|
35612
|
+
|
|
35613
|
+
.E_t93e4cf .hidden {
|
|
35614
|
+
display: none;
|
|
35615
|
+
}
|
|
35616
|
+
|
|
35617
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35618
|
+
height: auto;
|
|
35619
|
+
}
|
|
35620
|
+
|
|
35621
|
+
.E_t93e4cf .content {
|
|
35622
|
+
overflow: hidden;
|
|
35623
|
+
overflow-x: auto;
|
|
35624
|
+
width: 100%;
|
|
35625
|
+
white-space: pre-wrap;
|
|
35626
|
+
}
|
|
35627
|
+
|
|
35628
|
+
.E_t93e4cf .content .ant-btn {
|
|
35629
|
+
white-space: pre-wrap;
|
|
35630
|
+
text-align: left;
|
|
35631
|
+
}
|
|
35632
|
+
|
|
35633
|
+
.E_t93e4cf .content .unit-chart {
|
|
35634
|
+
justify-content: flex-start;
|
|
35635
|
+
}
|
|
35636
|
+
|
|
35637
|
+
.E_rhz2uv5 {
|
|
35638
|
+
width: var(--rhz2uv5-0);
|
|
35639
|
+
flex-shrink: 0;
|
|
35640
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35641
|
+
padding-right: 12px;
|
|
35642
|
+
}
|
|
35643
|
+
|
|
35644
|
+
.E_ou7iq30 {
|
|
35645
|
+
overflow: hidden;
|
|
35646
|
+
text-overflow: ellipsis;
|
|
35647
|
+
}
|
|
35648
|
+
|
|
35649
|
+
.E_s1tui002 {
|
|
35650
|
+
white-space: nowrap;
|
|
35651
|
+
}
|
|
35652
|
+
|
|
35653
|
+
.E_mxrc2zg {
|
|
35654
|
+
display: -webkit-box;
|
|
35655
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35656
|
+
-webkit-box-orient: vertical;
|
|
35657
|
+
word-break: break-all;
|
|
35658
|
+
}
|
|
35659
|
+
|
|
35660
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35661
|
+
display: none;
|
|
35662
|
+
}
|
|
35663
|
+
|
|
35664
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35665
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35666
|
+
border-radius: 4px;
|
|
35667
|
+
}
|
|
35668
|
+
|
|
35669
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35670
|
+
visibility: hidden;
|
|
35671
|
+
}
|
|
35672
|
+
|
|
35673
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35674
|
+
display: flex;
|
|
35675
|
+
align-items: center;
|
|
35676
|
+
}
|
|
35677
|
+
|
|
35678
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35679
|
+
margin-right: 8px;
|
|
35680
|
+
}
|
|
35681
|
+
|
|
35682
|
+
.E_clm1wy1 {
|
|
35683
|
+
width: 192px;
|
|
35684
|
+
height: 246px;
|
|
35685
|
+
border-radius: 4px;
|
|
35686
|
+
}
|
|
35687
|
+
|
|
35688
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35689
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35690
|
+
width: 100%;
|
|
35691
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35692
|
+
border-top: none;
|
|
35693
|
+
}
|
|
35694
|
+
|
|
35695
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35696
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35697
|
+
padding: 0 16px;
|
|
35698
|
+
}
|
|
35699
|
+
|
|
35700
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35701
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35702
|
+
width: 100%;
|
|
35703
|
+
height: 180px;
|
|
35704
|
+
border-spacing: 0;
|
|
35705
|
+
}
|
|
35706
|
+
|
|
35707
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35708
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35709
|
+
margin-bottom: 8px;
|
|
35710
|
+
}
|
|
35711
|
+
|
|
35712
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35713
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35714
|
+
width: 22px;
|
|
35715
|
+
}
|
|
35716
|
+
|
|
35717
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35718
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35719
|
+
padding: 0;
|
|
35720
|
+
}
|
|
35721
|
+
|
|
35722
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35723
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35724
|
+
opacity: 0.4;
|
|
35725
|
+
}
|
|
35726
|
+
|
|
35727
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35728
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35729
|
+
opacity: 1;
|
|
35730
|
+
}
|
|
35731
|
+
|
|
35732
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35733
|
+
color: #3e4652;
|
|
35707
35734
|
}
|
|
35708
35735
|
|
|
35709
|
-
.
|
|
35710
|
-
|
|
35711
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35712
|
-
cursor: pointer;
|
|
35736
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35737
|
+
pointer-events: none;
|
|
35713
35738
|
}
|
|
35714
35739
|
|
|
35715
|
-
.
|
|
35716
|
-
|
|
35717
|
-
|
|
35740
|
+
.E_t1tsm00v {
|
|
35741
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35742
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35743
|
+
backdrop-filter: blur(10px);
|
|
35744
|
+
padding: 7px 10px;
|
|
35718
35745
|
}
|
|
35719
35746
|
|
|
35720
|
-
.
|
|
35747
|
+
.E_c167wnad {
|
|
35748
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35721
35749
|
display: flex;
|
|
35722
|
-
|
|
35723
|
-
|
|
35750
|
+
justify-content: space-between;
|
|
35751
|
+
align-items: center;
|
|
35752
|
+
padding: 8px 16px;
|
|
35724
35753
|
}
|
|
35725
35754
|
|
|
35726
|
-
.
|
|
35727
|
-
|
|
35755
|
+
.E_c167wnad .anticon {
|
|
35756
|
+
cursor: pointer;
|
|
35728
35757
|
}
|
|
35729
35758
|
|
|
35730
|
-
.
|
|
35731
|
-
|
|
35759
|
+
.E_c167wnad .anticon:hover {
|
|
35760
|
+
color: #0096ff;
|
|
35732
35761
|
}
|
|
35733
35762
|
|
|
35734
|
-
.
|
|
35735
|
-
|
|
35736
|
-
overflow-x: auto;
|
|
35737
|
-
width: 100%;
|
|
35738
|
-
white-space: pre-wrap;
|
|
35763
|
+
.E_cxhf7dh {
|
|
35764
|
+
text-align: center;
|
|
35739
35765
|
}
|
|
35740
35766
|
|
|
35741
|
-
.
|
|
35742
|
-
|
|
35743
|
-
|
|
35767
|
+
.E_cxhf7dh .dots {
|
|
35768
|
+
display: flex;
|
|
35769
|
+
justify-content: center;
|
|
35744
35770
|
}
|
|
35745
35771
|
|
|
35746
|
-
.
|
|
35747
|
-
|
|
35772
|
+
.E_cxhf7dh .dot {
|
|
35773
|
+
display: inline-block;
|
|
35774
|
+
width: 2px;
|
|
35775
|
+
height: 2px;
|
|
35776
|
+
border-radius: 1px;
|
|
35777
|
+
background: #0096ff;
|
|
35748
35778
|
}
|
|
35749
35779
|
|
|
35750
|
-
.
|
|
35751
|
-
|
|
35752
|
-
flex-shrink: 0;
|
|
35753
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35754
|
-
padding-right: 12px;
|
|
35780
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35781
|
+
margin-right: 2px;
|
|
35755
35782
|
}
|
|
35756
35783
|
|
|
35757
|
-
.
|
|
35758
|
-
|
|
35759
|
-
|
|
35784
|
+
.E_cxhf7dh .bar {
|
|
35785
|
+
width: 9px;
|
|
35786
|
+
height: 2px;
|
|
35787
|
+
background: #0096ff;
|
|
35760
35788
|
border-radius: 2px;
|
|
35761
|
-
background: #f5f7fa;
|
|
35762
|
-
display: flex;
|
|
35763
|
-
width: 100%;
|
|
35764
|
-
overflow: hidden;
|
|
35765
|
-
}
|
|
35766
|
-
|
|
35767
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35768
|
-
margin-left: 1px;
|
|
35769
35789
|
}
|
|
35770
35790
|
|
|
35771
35791
|
.E_c1up1pdz {
|
|
@@ -35934,174 +35954,18 @@ span.E_tqjc4ui {
|
|
|
35934
35954
|
color: #fff;
|
|
35935
35955
|
}
|
|
35936
35956
|
|
|
35937
|
-
.
|
|
35938
|
-
|
|
35939
|
-
|
|
35940
|
-
|
|
35941
|
-
|
|
35942
|
-
|
|
35943
|
-
.E_b1ctd5xy {
|
|
35944
|
-
display: flex;
|
|
35945
|
-
align-items: center;
|
|
35946
|
-
width: calc(100% - 40px);
|
|
35947
|
-
}
|
|
35948
|
-
|
|
35949
|
-
.E_b1ctd5xy .chart {
|
|
35950
|
-
display: inline-block;
|
|
35951
|
-
width: 100%;
|
|
35952
|
-
}
|
|
35953
|
-
|
|
35954
|
-
.E_u1p8acpn {
|
|
35955
|
-
min-width: 40px;
|
|
35956
|
-
}
|
|
35957
|
-
|
|
35958
|
-
.E_u1p8acpn .unit {
|
|
35959
|
-
color: #00122e !important;
|
|
35960
|
-
}
|
|
35961
|
-
|
|
35962
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
35963
|
-
display: flex;
|
|
35964
|
-
align-items: center;
|
|
35965
|
-
}
|
|
35966
|
-
|
|
35967
|
-
.E_s1iv0tp1 .enabled-text {
|
|
35968
|
-
margin-right: 8px;
|
|
35969
|
-
}
|
|
35970
|
-
|
|
35971
|
-
.E_s1at6qmn.ant-layout-sider {
|
|
35972
|
-
background: #edf0f7;
|
|
35973
|
-
padding: 32px 8px;
|
|
35974
|
-
overflow: auto;
|
|
35975
|
-
}
|
|
35976
|
-
|
|
35977
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
35978
|
-
display: flex;
|
|
35979
|
-
flex-direction: column;
|
|
35980
|
-
justify-content: space-between;
|
|
35981
|
-
}
|
|
35982
|
-
|
|
35983
|
-
.E_s1at6qmn footer {
|
|
35984
|
-
display: flex;
|
|
35985
|
-
}
|
|
35986
|
-
|
|
35987
|
-
.E_s1at6qmn .ant-menu {
|
|
35988
|
-
background: #edf0f7;
|
|
35989
|
-
}
|
|
35990
|
-
|
|
35991
|
-
.E_s1at6qmn .ant-menu a {
|
|
35992
|
-
color: #00122e;
|
|
35993
|
-
width: 180px;
|
|
35994
|
-
overflow: hidden;
|
|
35995
|
-
text-overflow: ellipsis;
|
|
35996
|
-
}
|
|
35997
|
-
|
|
35998
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
35999
|
-
margin-bottom: 24px;
|
|
36000
|
-
}
|
|
36001
|
-
|
|
36002
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
36003
|
-
margin: 0;
|
|
36004
|
-
}
|
|
36005
|
-
|
|
36006
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
36007
|
-
font-size: 12px;
|
|
36008
|
-
padding: 0 8px 4px;
|
|
36009
|
-
line-height: 18px;
|
|
36010
|
-
}
|
|
36011
|
-
|
|
36012
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
36013
|
-
padding: 0;
|
|
36014
|
-
}
|
|
36015
|
-
|
|
36016
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
36017
|
-
padding-bottom: 24px;
|
|
36018
|
-
}
|
|
36019
|
-
|
|
36020
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
36021
|
-
margin-bottom: 24px;
|
|
36022
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36023
|
-
}
|
|
36024
|
-
|
|
36025
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
36026
|
-
transition: none;
|
|
36027
|
-
display: flex;
|
|
36028
|
-
align-items: center;
|
|
36029
|
-
height: 32px;
|
|
36030
|
-
line-height: 22px;
|
|
36031
|
-
padding: 0 8px;
|
|
36032
|
-
}
|
|
36033
|
-
|
|
36034
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
36035
|
-
margin-right: 12px;
|
|
36036
|
-
}
|
|
36037
|
-
|
|
36038
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
36039
|
-
margin: 0;
|
|
36040
|
-
margin-bottom: 2px;
|
|
36041
|
-
}
|
|
36042
|
-
|
|
36043
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
36044
|
-
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
36045
|
-
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
36046
|
-
border-radius: 6px;
|
|
36047
|
-
color: #fff;
|
|
36048
|
-
}
|
|
36049
|
-
|
|
36050
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
36051
|
-
color: #fff;
|
|
36052
|
-
}
|
|
36053
|
-
|
|
36054
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
36055
|
-
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
36056
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
36057
|
-
border-radius: 6px;
|
|
36058
|
-
}
|
|
36059
|
-
|
|
36060
|
-
.E_s1wu0lms .ant-menu-item-group-title {
|
|
36061
|
-
white-space: nowrap;
|
|
36062
|
-
transition: all 0s;
|
|
36063
|
-
}
|
|
36064
|
-
|
|
36065
|
-
.E_s1wu0lms.shrink {
|
|
36066
|
-
transition: all 0s;
|
|
36067
|
-
overflow: hidden;
|
|
36068
|
-
}
|
|
36069
|
-
|
|
36070
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
36071
|
-
visibility: hidden;
|
|
36072
|
-
}
|
|
36073
|
-
|
|
36074
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
36075
|
-
width: 36px;
|
|
36076
|
-
padding: 0 6px;
|
|
36077
|
-
}
|
|
36078
|
-
|
|
36079
|
-
.E_n1ugzfva {
|
|
35957
|
+
.E_skwah65 {
|
|
35958
|
+
height: 8px;
|
|
35959
|
+
box-sizing: border-box;
|
|
35960
|
+
border-radius: 2px;
|
|
35961
|
+
background: #f5f7fa;
|
|
36080
35962
|
display: flex;
|
|
36081
|
-
|
|
36082
|
-
|
|
36083
|
-
}
|
|
36084
|
-
|
|
36085
|
-
.
|
|
36086
|
-
|
|
36087
|
-
opacity: 1 !important;
|
|
36088
|
-
}
|
|
36089
|
-
|
|
36090
|
-
.E_n1ugzfva.ant-btn {
|
|
36091
|
-
width: 100%;
|
|
36092
|
-
color: #00122e;
|
|
36093
|
-
}
|
|
36094
|
-
|
|
36095
|
-
.E_n1ugzfva .icon-wrapper {
|
|
36096
|
-
margin-right: 12px;
|
|
36097
|
-
}
|
|
36098
|
-
|
|
36099
|
-
.E_n1ugzfva .link-title {
|
|
36100
|
-
flex: 1;
|
|
36101
|
-
overflow: hidden;
|
|
36102
|
-
white-space: nowrap;
|
|
36103
|
-
text-overflow: ellipsis;
|
|
36104
|
-
text-align: left;
|
|
35963
|
+
width: 100%;
|
|
35964
|
+
overflow: hidden;
|
|
35965
|
+
}
|
|
35966
|
+
|
|
35967
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35968
|
+
margin-left: 1px;
|
|
36105
35969
|
}
|
|
36106
35970
|
|
|
36107
35971
|
.E_t160l1cm {
|
|
@@ -36354,6 +36218,142 @@ span.E_tqjc4ui {
|
|
|
36354
36218
|
background: transparent;
|
|
36355
36219
|
}
|
|
36356
36220
|
|
|
36221
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
36222
|
+
background: #edf0f7;
|
|
36223
|
+
padding: 32px 8px;
|
|
36224
|
+
overflow: auto;
|
|
36225
|
+
}
|
|
36226
|
+
|
|
36227
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
36228
|
+
display: flex;
|
|
36229
|
+
flex-direction: column;
|
|
36230
|
+
justify-content: space-between;
|
|
36231
|
+
}
|
|
36232
|
+
|
|
36233
|
+
.E_s1at6qmn footer {
|
|
36234
|
+
display: flex;
|
|
36235
|
+
}
|
|
36236
|
+
|
|
36237
|
+
.E_s1at6qmn .ant-menu {
|
|
36238
|
+
background: #edf0f7;
|
|
36239
|
+
}
|
|
36240
|
+
|
|
36241
|
+
.E_s1at6qmn .ant-menu a {
|
|
36242
|
+
color: #00122e;
|
|
36243
|
+
width: 180px;
|
|
36244
|
+
overflow: hidden;
|
|
36245
|
+
text-overflow: ellipsis;
|
|
36246
|
+
}
|
|
36247
|
+
|
|
36248
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
36249
|
+
margin-bottom: 24px;
|
|
36250
|
+
}
|
|
36251
|
+
|
|
36252
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
36253
|
+
margin: 0;
|
|
36254
|
+
}
|
|
36255
|
+
|
|
36256
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
36257
|
+
font-size: 12px;
|
|
36258
|
+
padding: 0 8px 4px;
|
|
36259
|
+
line-height: 18px;
|
|
36260
|
+
}
|
|
36261
|
+
|
|
36262
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
36263
|
+
padding: 0;
|
|
36264
|
+
}
|
|
36265
|
+
|
|
36266
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
36267
|
+
padding-bottom: 24px;
|
|
36268
|
+
}
|
|
36269
|
+
|
|
36270
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
36271
|
+
margin-bottom: 24px;
|
|
36272
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36273
|
+
}
|
|
36274
|
+
|
|
36275
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
36276
|
+
transition: none;
|
|
36277
|
+
display: flex;
|
|
36278
|
+
align-items: center;
|
|
36279
|
+
height: 32px;
|
|
36280
|
+
line-height: 22px;
|
|
36281
|
+
padding: 0 8px;
|
|
36282
|
+
}
|
|
36283
|
+
|
|
36284
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
36285
|
+
margin-right: 12px;
|
|
36286
|
+
}
|
|
36287
|
+
|
|
36288
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
36289
|
+
margin: 0;
|
|
36290
|
+
margin-bottom: 2px;
|
|
36291
|
+
}
|
|
36292
|
+
|
|
36293
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
36294
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
36295
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
36296
|
+
border-radius: 6px;
|
|
36297
|
+
color: #fff;
|
|
36298
|
+
}
|
|
36299
|
+
|
|
36300
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
36301
|
+
color: #fff;
|
|
36302
|
+
}
|
|
36303
|
+
|
|
36304
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
36305
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
36306
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
36307
|
+
border-radius: 6px;
|
|
36308
|
+
}
|
|
36309
|
+
|
|
36310
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
36311
|
+
white-space: nowrap;
|
|
36312
|
+
transition: all 0s;
|
|
36313
|
+
}
|
|
36314
|
+
|
|
36315
|
+
.E_s1wu0lms.shrink {
|
|
36316
|
+
transition: all 0s;
|
|
36317
|
+
overflow: hidden;
|
|
36318
|
+
}
|
|
36319
|
+
|
|
36320
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
36321
|
+
visibility: hidden;
|
|
36322
|
+
}
|
|
36323
|
+
|
|
36324
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
36325
|
+
width: 36px;
|
|
36326
|
+
padding: 0 6px;
|
|
36327
|
+
}
|
|
36328
|
+
|
|
36329
|
+
.E_n1ugzfva {
|
|
36330
|
+
display: flex;
|
|
36331
|
+
place-items: center;
|
|
36332
|
+
width: 100% !important;
|
|
36333
|
+
}
|
|
36334
|
+
|
|
36335
|
+
.E_n1ugzfva[disabled] {
|
|
36336
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
36337
|
+
opacity: 1 !important;
|
|
36338
|
+
}
|
|
36339
|
+
|
|
36340
|
+
.E_n1ugzfva.ant-btn {
|
|
36341
|
+
width: 100%;
|
|
36342
|
+
color: #00122e;
|
|
36343
|
+
}
|
|
36344
|
+
|
|
36345
|
+
.E_n1ugzfva .icon-wrapper {
|
|
36346
|
+
margin-right: 12px;
|
|
36347
|
+
}
|
|
36348
|
+
|
|
36349
|
+
.E_n1ugzfva .link-title {
|
|
36350
|
+
flex: 1;
|
|
36351
|
+
overflow: hidden;
|
|
36352
|
+
white-space: nowrap;
|
|
36353
|
+
text-overflow: ellipsis;
|
|
36354
|
+
text-align: left;
|
|
36355
|
+
}
|
|
36356
|
+
|
|
36357
36357
|
.E_cyms3br {
|
|
36358
36358
|
background: #fff;
|
|
36359
36359
|
width: 100%;
|
|
@@ -36413,54 +36413,6 @@ span.E_tqjc4ui {
|
|
|
36413
36413
|
justify-content: center;
|
|
36414
36414
|
}
|
|
36415
36415
|
|
|
36416
|
-
.E_h1ol2wl7 {
|
|
36417
|
-
font-weight: bold;
|
|
36418
|
-
background-color: unset;
|
|
36419
|
-
padding: unset;
|
|
36420
|
-
}
|
|
36421
|
-
|
|
36422
|
-
.E_d11hhzf9 {
|
|
36423
|
-
width: 492px !important;
|
|
36424
|
-
margin: 40px auto !important;
|
|
36425
|
-
padding-bottom: 0 !important;
|
|
36426
|
-
}
|
|
36427
|
-
|
|
36428
|
-
.E_d11hhzf9 .ant-modal-content {
|
|
36429
|
-
background: #fff;
|
|
36430
|
-
border-radius: 16px;
|
|
36431
|
-
}
|
|
36432
|
-
|
|
36433
|
-
.E_d11hhzf9 .ant-modal-header {
|
|
36434
|
-
padding: 32px 40px 0;
|
|
36435
|
-
border-bottom: none;
|
|
36436
|
-
border-radius: 16px 16px 0 0;
|
|
36437
|
-
}
|
|
36438
|
-
|
|
36439
|
-
.E_d11hhzf9 .ant-modal-close {
|
|
36440
|
-
right: 40px;
|
|
36441
|
-
top: 32px;
|
|
36442
|
-
}
|
|
36443
|
-
|
|
36444
|
-
.E_d11hhzf9 .ant-modal-body {
|
|
36445
|
-
padding: 32px 40px;
|
|
36446
|
-
min-height: 160px;
|
|
36447
|
-
max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
|
|
36448
|
-
overflow-y: auto;
|
|
36449
|
-
}
|
|
36450
|
-
|
|
36451
|
-
.E_d11hhzf9 .ant-modal-footer {
|
|
36452
|
-
padding: 24px 40px;
|
|
36453
|
-
margin-top: 0;
|
|
36454
|
-
border-top: none;
|
|
36455
|
-
box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
|
|
36456
|
-
}
|
|
36457
|
-
|
|
36458
|
-
.E_f1g147n6 {
|
|
36459
|
-
display: flex;
|
|
36460
|
-
justify-content: flex-end;
|
|
36461
|
-
gap: 8px;
|
|
36462
|
-
}
|
|
36463
|
-
|
|
36464
36416
|
.E_i5w779o {
|
|
36465
36417
|
padding: 8px 0;
|
|
36466
36418
|
}
|
|
@@ -36508,6 +36460,54 @@ span.E_tqjc4ui {
|
|
|
36508
36460
|
color: rgba(0, 21, 64, 0.3);
|
|
36509
36461
|
}
|
|
36510
36462
|
|
|
36463
|
+
.E_d11hhzf9 {
|
|
36464
|
+
width: 492px !important;
|
|
36465
|
+
margin: 40px auto !important;
|
|
36466
|
+
padding-bottom: 0 !important;
|
|
36467
|
+
}
|
|
36468
|
+
|
|
36469
|
+
.E_d11hhzf9 .ant-modal-content {
|
|
36470
|
+
background: #fff;
|
|
36471
|
+
border-radius: 16px;
|
|
36472
|
+
}
|
|
36473
|
+
|
|
36474
|
+
.E_d11hhzf9 .ant-modal-header {
|
|
36475
|
+
padding: 32px 40px 0;
|
|
36476
|
+
border-bottom: none;
|
|
36477
|
+
border-radius: 16px 16px 0 0;
|
|
36478
|
+
}
|
|
36479
|
+
|
|
36480
|
+
.E_d11hhzf9 .ant-modal-close {
|
|
36481
|
+
right: 40px;
|
|
36482
|
+
top: 32px;
|
|
36483
|
+
}
|
|
36484
|
+
|
|
36485
|
+
.E_d11hhzf9 .ant-modal-body {
|
|
36486
|
+
padding: 32px 40px;
|
|
36487
|
+
min-height: 160px;
|
|
36488
|
+
max-height: calc(100vh - 80px - 64px - var(--header-height) - var(--footer-height));
|
|
36489
|
+
overflow-y: auto;
|
|
36490
|
+
}
|
|
36491
|
+
|
|
36492
|
+
.E_d11hhzf9 .ant-modal-footer {
|
|
36493
|
+
padding: 24px 40px;
|
|
36494
|
+
margin-top: 0;
|
|
36495
|
+
border-top: none;
|
|
36496
|
+
box-shadow: 0px 1px 0px 0px rgba(225, 230, 241, 0.6) inset;
|
|
36497
|
+
}
|
|
36498
|
+
|
|
36499
|
+
.E_f1g147n6 {
|
|
36500
|
+
display: flex;
|
|
36501
|
+
justify-content: flex-end;
|
|
36502
|
+
gap: 8px;
|
|
36503
|
+
}
|
|
36504
|
+
|
|
36505
|
+
.E_h1ol2wl7 {
|
|
36506
|
+
font-weight: bold;
|
|
36507
|
+
background-color: unset;
|
|
36508
|
+
padding: unset;
|
|
36509
|
+
}
|
|
36510
|
+
|
|
36511
36511
|
.E_c14ouk5o {
|
|
36512
36512
|
width: 100%;
|
|
36513
36513
|
height: 100%;
|
|
@@ -36561,15 +36561,6 @@ span.E_tqjc4ui {
|
|
|
36561
36561
|
height: auto;
|
|
36562
36562
|
}
|
|
36563
36563
|
|
|
36564
|
-
.E_cevhqx7 {
|
|
36565
|
-
color: #00122e;
|
|
36566
|
-
}
|
|
36567
|
-
|
|
36568
|
-
.E_snbqlt4 {
|
|
36569
|
-
margin-top: 8px;
|
|
36570
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36571
|
-
}
|
|
36572
|
-
|
|
36573
36564
|
.E_c1kchka8 {
|
|
36574
36565
|
height: 100%;
|
|
36575
36566
|
width: 100%;
|
|
@@ -37132,6 +37123,15 @@ span.E_tqjc4ui {
|
|
|
37132
37123
|
padding: 0;
|
|
37133
37124
|
}
|
|
37134
37125
|
|
|
37126
|
+
.E_cevhqx7 {
|
|
37127
|
+
color: #00122e;
|
|
37128
|
+
}
|
|
37129
|
+
|
|
37130
|
+
.E_snbqlt4 {
|
|
37131
|
+
margin-top: 8px;
|
|
37132
|
+
color: rgba(44, 56, 82, 0.6);
|
|
37133
|
+
}
|
|
37134
|
+
|
|
37135
37135
|
.E_c1ss4prm {
|
|
37136
37136
|
color: rgba(44, 56, 82, 0.6);
|
|
37137
37137
|
}
|