@cloudtower/eagle 0.29.2 → 0.29.4-dry
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/KitStoreProvider/index.js +1 -42
- package/dist/cjs/core/ModalStack/index.js +2 -2
- package/dist/cjs/core/SimplePagination/index.js +3 -0
- package/dist/cjs/core/Table/index.js +5 -21
- package/dist/cjs/index.js +0 -3
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1318 -1318
- package/dist/esm/core/KitStoreProvider/index.js +4 -42
- package/dist/esm/core/ModalStack/index.js +2 -2
- package/dist/esm/core/SimplePagination/index.js +3 -0
- package/dist/esm/core/Table/index.js +5 -21
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/KitStoreProvider/index.d.ts +1 -4
- package/dist/src/core/SimplePagination/index.d.ts +1 -1
- package/dist/src/store/index.d.ts +0 -12
- package/dist/stories/docs/core/Table.stories.d.ts +16 -47
- package/dist/style.css +1232 -1232
- package/package.json +4 -4
- package/dist/stories/docs/core/KitStoreProvider.stories.d.ts +0 -23
package/dist/style.css
CHANGED
|
@@ -29861,6 +29861,41 @@ button.E_n7k2c6r {
|
|
|
29861
29861
|
padding: 0;
|
|
29862
29862
|
}
|
|
29863
29863
|
|
|
29864
|
+
.E_c1uzzomf {
|
|
29865
|
+
margin-bottom: 16px;
|
|
29866
|
+
}
|
|
29867
|
+
.E_c1uzzomf .card-title {
|
|
29868
|
+
font-size: 16px;
|
|
29869
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29870
|
+
font-weight: 700;
|
|
29871
|
+
line-height: 32px;
|
|
29872
|
+
}
|
|
29873
|
+
.E_c1uzzomf .card-body {
|
|
29874
|
+
padding: 24px;
|
|
29875
|
+
border-radius: 8px;
|
|
29876
|
+
background: #fff;
|
|
29877
|
+
}
|
|
29878
|
+
.E_c1uzzomf .empty {
|
|
29879
|
+
font-weight: 700;
|
|
29880
|
+
font-size: 14px;
|
|
29881
|
+
line-height: 22px;
|
|
29882
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29883
|
+
text-align: center;
|
|
29884
|
+
}
|
|
29885
|
+
|
|
29886
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29887
|
+
padding: 4px 8px 0 8px;
|
|
29888
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29889
|
+
font-size: 12px;
|
|
29890
|
+
}
|
|
29891
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29892
|
+
padding-bottom: 6px;
|
|
29893
|
+
}
|
|
29894
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29895
|
+
padding-top: 4px;
|
|
29896
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29897
|
+
}
|
|
29898
|
+
|
|
29864
29899
|
.E_b1nip9bk {
|
|
29865
29900
|
padding: 4px 11px;
|
|
29866
29901
|
}
|
|
@@ -29890,40 +29925,6 @@ button.E_n7k2c6r {
|
|
|
29890
29925
|
border-radius: unset;
|
|
29891
29926
|
}
|
|
29892
29927
|
|
|
29893
|
-
.E_f7pxqmh {
|
|
29894
|
-
width: 100%;
|
|
29895
|
-
margin-bottom: 0 !important;
|
|
29896
|
-
flex-flow: nowrap !important;
|
|
29897
|
-
line-break: auto;
|
|
29898
|
-
}
|
|
29899
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
29900
|
-
text-align: left !important;
|
|
29901
|
-
padding-bottom: 0 !important;
|
|
29902
|
-
}
|
|
29903
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
29904
|
-
min-height: 32px;
|
|
29905
|
-
height: auto;
|
|
29906
|
-
font-size: 13px;
|
|
29907
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29908
|
-
white-space: normal;
|
|
29909
|
-
}
|
|
29910
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
29911
|
-
border-color: #ff4d4f !important;
|
|
29912
|
-
}
|
|
29913
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
29914
|
-
border-color: #ff4d4f !important;
|
|
29915
|
-
}
|
|
29916
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
29917
|
-
margin-top: 4px;
|
|
29918
|
-
font-size: 12px;
|
|
29919
|
-
min-height: 0px;
|
|
29920
|
-
}
|
|
29921
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
29922
|
-
font-size: 12px;
|
|
29923
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29924
|
-
min-height: 0px;
|
|
29925
|
-
}
|
|
29926
|
-
|
|
29927
29928
|
.E_fzh9mnb {
|
|
29928
29929
|
width: 100%;
|
|
29929
29930
|
height: 100%;
|
|
@@ -29939,39 +29940,22 @@ button.E_n7k2c6r {
|
|
|
29939
29940
|
font-size: 18px;
|
|
29940
29941
|
}
|
|
29941
29942
|
|
|
29942
|
-
.
|
|
29943
|
-
|
|
29944
|
-
|
|
29945
|
-
.E_c1uzzomf .card-title {
|
|
29946
|
-
font-size: 16px;
|
|
29947
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29948
|
-
font-weight: 700;
|
|
29949
|
-
line-height: 32px;
|
|
29950
|
-
}
|
|
29951
|
-
.E_c1uzzomf .card-body {
|
|
29952
|
-
padding: 24px;
|
|
29953
|
-
border-radius: 8px;
|
|
29954
|
-
background: #fff;
|
|
29955
|
-
}
|
|
29956
|
-
.E_c1uzzomf .empty {
|
|
29957
|
-
font-weight: 700;
|
|
29958
|
-
font-size: 14px;
|
|
29959
|
-
line-height: 22px;
|
|
29960
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29961
|
-
text-align: center;
|
|
29943
|
+
.E_iouxfgt {
|
|
29944
|
+
display: inline-flex;
|
|
29945
|
+
align-items: center;
|
|
29962
29946
|
}
|
|
29963
|
-
|
|
29964
|
-
|
|
29965
|
-
|
|
29966
|
-
|
|
29967
|
-
font-size: 12px;
|
|
29947
|
+
.E_iouxfgt .icon-inner {
|
|
29948
|
+
display: inline-flex;
|
|
29949
|
+
align-items: center;
|
|
29950
|
+
justify-content: center;
|
|
29968
29951
|
}
|
|
29969
|
-
.
|
|
29970
|
-
|
|
29952
|
+
.E_iouxfgt .icon-inner + span,
|
|
29953
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
29954
|
+
margin-left: 4px;
|
|
29971
29955
|
}
|
|
29972
|
-
.
|
|
29973
|
-
|
|
29974
|
-
|
|
29956
|
+
.E_iouxfgt.is-rotate img,
|
|
29957
|
+
.E_iouxfgt.is-rotate svg {
|
|
29958
|
+
animation: rotate 680ms linear infinite;
|
|
29975
29959
|
}
|
|
29976
29960
|
|
|
29977
29961
|
.E_d1bw7c5z {
|
|
@@ -30057,6 +30041,40 @@ button.E_n7k2c6r {
|
|
|
30057
30041
|
width: 102px;
|
|
30058
30042
|
}
|
|
30059
30043
|
|
|
30044
|
+
.E_f7pxqmh {
|
|
30045
|
+
width: 100%;
|
|
30046
|
+
margin-bottom: 0 !important;
|
|
30047
|
+
flex-flow: nowrap !important;
|
|
30048
|
+
line-break: auto;
|
|
30049
|
+
}
|
|
30050
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30051
|
+
text-align: left !important;
|
|
30052
|
+
padding-bottom: 0 !important;
|
|
30053
|
+
}
|
|
30054
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30055
|
+
min-height: 32px;
|
|
30056
|
+
height: auto;
|
|
30057
|
+
font-size: 13px;
|
|
30058
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30059
|
+
white-space: normal;
|
|
30060
|
+
}
|
|
30061
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30062
|
+
border-color: #ff4d4f !important;
|
|
30063
|
+
}
|
|
30064
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30065
|
+
border-color: #ff4d4f !important;
|
|
30066
|
+
}
|
|
30067
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30068
|
+
margin-top: 4px;
|
|
30069
|
+
font-size: 12px;
|
|
30070
|
+
min-height: 0px;
|
|
30071
|
+
}
|
|
30072
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30073
|
+
font-size: 12px;
|
|
30074
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30075
|
+
min-height: 0px;
|
|
30076
|
+
}
|
|
30077
|
+
|
|
30060
30078
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30061
30079
|
display: flex;
|
|
30062
30080
|
}
|
|
@@ -30065,24 +30083,6 @@ button.E_n7k2c6r {
|
|
|
30065
30083
|
line-height: 18px;
|
|
30066
30084
|
}
|
|
30067
30085
|
|
|
30068
|
-
.E_iouxfgt {
|
|
30069
|
-
display: inline-flex;
|
|
30070
|
-
align-items: center;
|
|
30071
|
-
}
|
|
30072
|
-
.E_iouxfgt .icon-inner {
|
|
30073
|
-
display: inline-flex;
|
|
30074
|
-
align-items: center;
|
|
30075
|
-
justify-content: center;
|
|
30076
|
-
}
|
|
30077
|
-
.E_iouxfgt .icon-inner + span,
|
|
30078
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30079
|
-
margin-left: 4px;
|
|
30080
|
-
}
|
|
30081
|
-
.E_iouxfgt.is-rotate img,
|
|
30082
|
-
.E_iouxfgt.is-rotate svg {
|
|
30083
|
-
animation: rotate 680ms linear infinite;
|
|
30084
|
-
}
|
|
30085
|
-
|
|
30086
30086
|
.E_i1inqkme {
|
|
30087
30087
|
height: 18px;
|
|
30088
30088
|
line-height: 18px;
|
|
@@ -30406,6 +30406,16 @@ button.E_n7k2c6r {
|
|
|
30406
30406
|
width: 36px;
|
|
30407
30407
|
}
|
|
30408
30408
|
|
|
30409
|
+
.E_ivqqkzv {
|
|
30410
|
+
height: 24px;
|
|
30411
|
+
width: 56px !important;
|
|
30412
|
+
margin-right: 4px;
|
|
30413
|
+
}
|
|
30414
|
+
|
|
30415
|
+
.E_c1wk4q29 {
|
|
30416
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30417
|
+
}
|
|
30418
|
+
|
|
30409
30419
|
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30410
30420
|
border-radius: 6px;
|
|
30411
30421
|
}
|
|
@@ -30463,63 +30473,93 @@ button.E_n7k2c6r {
|
|
|
30463
30473
|
transform: rotate(180deg);
|
|
30464
30474
|
}
|
|
30465
30475
|
|
|
30466
|
-
.
|
|
30467
|
-
|
|
30468
|
-
height: 24px;
|
|
30469
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30470
|
-
overflow: hidden;
|
|
30471
|
-
}
|
|
30472
|
-
.E_s1dizucg.ant-switch:focus {
|
|
30473
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30474
|
-
}
|
|
30475
|
-
.E_s1dizucg.ant-switch-small {
|
|
30476
|
-
min-width: 26px;
|
|
30477
|
-
height: 16px;
|
|
30476
|
+
.E_tju3gfj .date {
|
|
30477
|
+
margin-right: 4px;
|
|
30478
30478
|
}
|
|
30479
|
-
|
|
30480
|
-
|
|
30481
|
-
|
|
30479
|
+
|
|
30480
|
+
.E_s1dni7lo {
|
|
30481
|
+
width: 430px !important;
|
|
30482
30482
|
}
|
|
30483
|
-
|
|
30484
|
-
|
|
30485
|
-
|
|
30483
|
+
|
|
30484
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30485
|
+
padding: 8px 16px;
|
|
30486
|
+
line-height: 18px;
|
|
30487
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30488
|
+
height: 34px;
|
|
30489
|
+
min-height: 34px;
|
|
30490
|
+
box-sizing: border-box;
|
|
30491
|
+
margin-top: 8px;
|
|
30486
30492
|
}
|
|
30487
|
-
|
|
30488
|
-
|
|
30489
|
-
|
|
30493
|
+
|
|
30494
|
+
.E_o1ugr09p {
|
|
30495
|
+
display: flex;
|
|
30496
|
+
flex-direction: column;
|
|
30497
|
+
margin: 1px 8px;
|
|
30498
|
+
padding: 8px;
|
|
30499
|
+
border-radius: 4px;
|
|
30490
30500
|
}
|
|
30491
|
-
.
|
|
30492
|
-
|
|
30493
|
-
width: 14px;
|
|
30494
|
-
top: 1px;
|
|
30495
|
-
left: 1px;
|
|
30501
|
+
.E_o1ugr09p .selected-icon {
|
|
30502
|
+
display: none;
|
|
30496
30503
|
}
|
|
30497
|
-
.
|
|
30498
|
-
|
|
30499
|
-
width: 28px;
|
|
30504
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30505
|
+
padding-left: 8px;
|
|
30500
30506
|
}
|
|
30501
|
-
.
|
|
30502
|
-
|
|
30507
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30508
|
+
background-color: white;
|
|
30503
30509
|
}
|
|
30504
|
-
.
|
|
30505
|
-
|
|
30510
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30511
|
+
color: #0080ff;
|
|
30506
30512
|
}
|
|
30507
|
-
.
|
|
30508
|
-
|
|
30513
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30514
|
+
display: block;
|
|
30509
30515
|
}
|
|
30510
|
-
.
|
|
30511
|
-
|
|
30516
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30517
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30512
30518
|
}
|
|
30513
|
-
.
|
|
30514
|
-
|
|
30519
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30520
|
+
color: #0080ff;
|
|
30515
30521
|
}
|
|
30516
|
-
|
|
30517
|
-
.
|
|
30518
|
-
|
|
30522
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30523
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30524
|
+
color: #0080ff;
|
|
30519
30525
|
}
|
|
30520
30526
|
|
|
30521
|
-
.
|
|
30522
|
-
|
|
30527
|
+
.E_o1ifxsq4 {
|
|
30528
|
+
display: flex;
|
|
30529
|
+
justify-content: space-between;
|
|
30530
|
+
height: 20px;
|
|
30531
|
+
line-height: 20px;
|
|
30532
|
+
}
|
|
30533
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30534
|
+
color: #2d3a56;
|
|
30535
|
+
overflow: hidden;
|
|
30536
|
+
text-overflow: ellipsis;
|
|
30537
|
+
}
|
|
30538
|
+
|
|
30539
|
+
.E_o1zue7 {
|
|
30540
|
+
display: flex;
|
|
30541
|
+
justify-content: space-between;
|
|
30542
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30543
|
+
height: 18px;
|
|
30544
|
+
line-height: 18px;
|
|
30545
|
+
margin-top: 2px;
|
|
30546
|
+
}
|
|
30547
|
+
|
|
30548
|
+
.E_tyfmlxg {
|
|
30549
|
+
border: none;
|
|
30550
|
+
margin-right: 0;
|
|
30551
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30552
|
+
}
|
|
30553
|
+
|
|
30554
|
+
.E_o18uybox {
|
|
30555
|
+
pointer-events: none;
|
|
30556
|
+
height: 32px;
|
|
30557
|
+
width: 100%;
|
|
30558
|
+
opacity: 0;
|
|
30559
|
+
}
|
|
30560
|
+
|
|
30561
|
+
.E_c1bus5hc {
|
|
30562
|
+
--color: white;
|
|
30523
30563
|
height: 14px;
|
|
30524
30564
|
width: 14px;
|
|
30525
30565
|
border-radius: 50%;
|
|
@@ -30558,16 +30598,6 @@ button.E_n7k2c6r {
|
|
|
30558
30598
|
transform: rotate(0deg);
|
|
30559
30599
|
}
|
|
30560
30600
|
|
|
30561
|
-
.E_ivqqkzv {
|
|
30562
|
-
height: 24px;
|
|
30563
|
-
width: 56px !important;
|
|
30564
|
-
margin-right: 4px;
|
|
30565
|
-
}
|
|
30566
|
-
|
|
30567
|
-
.E_c1wk4q29 {
|
|
30568
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30569
|
-
}
|
|
30570
|
-
|
|
30571
30601
|
.E_cnujxq2 {
|
|
30572
30602
|
display: flex;
|
|
30573
30603
|
flex-direction: column;
|
|
@@ -31253,99 +31283,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31253
31283
|
margin: 4px 0;
|
|
31254
31284
|
}
|
|
31255
31285
|
|
|
31256
|
-
.E_tju3gfj .date {
|
|
31257
|
-
margin-right: 4px;
|
|
31258
|
-
}
|
|
31259
|
-
|
|
31260
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31261
|
-
display: none;
|
|
31262
|
-
}
|
|
31263
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31264
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31265
|
-
border-radius: 4px;
|
|
31266
|
-
}
|
|
31267
|
-
|
|
31268
|
-
.E_s1dni7lo {
|
|
31269
|
-
width: 430px !important;
|
|
31270
|
-
}
|
|
31271
|
-
|
|
31272
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31273
|
-
padding: 8px 16px;
|
|
31274
|
-
line-height: 18px;
|
|
31275
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31276
|
-
height: 34px;
|
|
31277
|
-
min-height: 34px;
|
|
31278
|
-
box-sizing: border-box;
|
|
31279
|
-
margin-top: 8px;
|
|
31280
|
-
}
|
|
31281
|
-
|
|
31282
|
-
.E_o1ugr09p {
|
|
31283
|
-
display: flex;
|
|
31284
|
-
flex-direction: column;
|
|
31285
|
-
margin: 1px 8px;
|
|
31286
|
-
padding: 8px;
|
|
31287
|
-
border-radius: 4px;
|
|
31288
|
-
}
|
|
31289
|
-
.E_o1ugr09p .selected-icon {
|
|
31290
|
-
display: none;
|
|
31291
|
-
}
|
|
31292
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31293
|
-
padding-left: 8px;
|
|
31294
|
-
}
|
|
31295
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31296
|
-
background-color: white;
|
|
31297
|
-
}
|
|
31298
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31299
|
-
color: #0080ff;
|
|
31300
|
-
}
|
|
31301
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31302
|
-
display: block;
|
|
31303
|
-
}
|
|
31304
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31305
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31306
|
-
}
|
|
31307
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31308
|
-
color: #0080ff;
|
|
31309
|
-
}
|
|
31310
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31311
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31312
|
-
color: #0080ff;
|
|
31313
|
-
}
|
|
31314
|
-
|
|
31315
|
-
.E_o1ifxsq4 {
|
|
31316
|
-
display: flex;
|
|
31317
|
-
justify-content: space-between;
|
|
31318
|
-
height: 20px;
|
|
31319
|
-
line-height: 20px;
|
|
31320
|
-
}
|
|
31321
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31322
|
-
color: #2d3a56;
|
|
31323
|
-
overflow: hidden;
|
|
31324
|
-
text-overflow: ellipsis;
|
|
31325
|
-
}
|
|
31326
|
-
|
|
31327
|
-
.E_o1zue7 {
|
|
31328
|
-
display: flex;
|
|
31329
|
-
justify-content: space-between;
|
|
31330
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31331
|
-
height: 18px;
|
|
31332
|
-
line-height: 18px;
|
|
31333
|
-
margin-top: 2px;
|
|
31334
|
-
}
|
|
31335
|
-
|
|
31336
|
-
.E_tyfmlxg {
|
|
31337
|
-
border: none;
|
|
31338
|
-
margin-right: 0;
|
|
31339
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31340
|
-
}
|
|
31341
|
-
|
|
31342
|
-
.E_o18uybox {
|
|
31343
|
-
pointer-events: none;
|
|
31344
|
-
height: 32px;
|
|
31345
|
-
width: 100%;
|
|
31346
|
-
opacity: 0;
|
|
31347
|
-
}
|
|
31348
|
-
|
|
31349
31286
|
.E_s1sck0th {
|
|
31350
31287
|
padding: 0 8px;
|
|
31351
31288
|
border-radius: 4px;
|
|
@@ -31428,37 +31365,101 @@ input.E_rf8rlle.ant-input {
|
|
|
31428
31365
|
background-color: #7E41FF;
|
|
31429
31366
|
}
|
|
31430
31367
|
|
|
31431
|
-
.
|
|
31432
|
-
|
|
31368
|
+
.E_s1dizucg.ant-switch {
|
|
31369
|
+
min-width: 40px;
|
|
31370
|
+
height: 24px;
|
|
31371
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31372
|
+
overflow: hidden;
|
|
31433
31373
|
}
|
|
31434
|
-
.
|
|
31435
|
-
|
|
31374
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31375
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31376
|
+
}
|
|
31377
|
+
.E_s1dizucg.ant-switch-small {
|
|
31378
|
+
min-width: 26px;
|
|
31379
|
+
height: 16px;
|
|
31380
|
+
}
|
|
31381
|
+
.E_s1dizucg.ant-switch-large {
|
|
31382
|
+
min-width: 52px;
|
|
31383
|
+
height: 32px;
|
|
31384
|
+
}
|
|
31385
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31386
|
+
height: 20px;
|
|
31387
|
+
width: 20px;
|
|
31388
|
+
}
|
|
31389
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31390
|
+
border-radius: 10px;
|
|
31391
|
+
transition-delay: 120ms;
|
|
31392
|
+
}
|
|
31393
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31394
|
+
height: 14px;
|
|
31395
|
+
width: 14px;
|
|
31396
|
+
top: 1px;
|
|
31397
|
+
left: 1px;
|
|
31398
|
+
}
|
|
31399
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31400
|
+
height: 28px;
|
|
31401
|
+
width: 28px;
|
|
31402
|
+
}
|
|
31403
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31404
|
+
border-radius: 14px;
|
|
31405
|
+
}
|
|
31406
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31407
|
+
background-color: #00ba5d;
|
|
31408
|
+
}
|
|
31409
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31410
|
+
left: calc(100% - 20px - 2px);
|
|
31411
|
+
}
|
|
31412
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31413
|
+
left: calc(100% - 14px - 1px);
|
|
31414
|
+
}
|
|
31415
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31416
|
+
left: calc(100% - 28px - 2px);
|
|
31417
|
+
}
|
|
31418
|
+
|
|
31419
|
+
.E_c1up6e3y {
|
|
31420
|
+
margin-left: 5px;
|
|
31436
31421
|
}
|
|
31437
31422
|
|
|
31438
31423
|
.E_iq1gosr {
|
|
31439
31424
|
display: inline-block;
|
|
31440
31425
|
}
|
|
31441
31426
|
|
|
31442
|
-
.
|
|
31443
|
-
|
|
31444
|
-
background-color: #fff;
|
|
31427
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31428
|
+
display: none;
|
|
31445
31429
|
}
|
|
31446
|
-
.
|
|
31447
|
-
|
|
31448
|
-
|
|
31449
|
-
padding-left: 0px !important;
|
|
31450
|
-
padding-right: 24px;
|
|
31430
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31431
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31432
|
+
border-radius: 4px;
|
|
31451
31433
|
}
|
|
31452
|
-
|
|
31453
|
-
|
|
31434
|
+
|
|
31435
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31436
|
+
display: inline-flex;
|
|
31437
|
+
align-items: center;
|
|
31438
|
+
justify-content: center;
|
|
31439
|
+
color: #fff;
|
|
31440
|
+
font-weight: bold;
|
|
31441
|
+
font-size: 12px;
|
|
31442
|
+
width: 24px;
|
|
31443
|
+
height: 24px;
|
|
31444
|
+
border-radius: 50%;
|
|
31445
|
+
background: var(--a1b5xrg3-0);
|
|
31454
31446
|
}
|
|
31455
|
-
.
|
|
31456
|
-
|
|
31447
|
+
.E_a1b5xrg3.btn-item {
|
|
31448
|
+
transition: all 160ms ease;
|
|
31449
|
+
cursor: pointer;
|
|
31450
|
+
width: 56px;
|
|
31451
|
+
height: 40px;
|
|
31452
|
+
display: inline-flex;
|
|
31453
|
+
align-items: center;
|
|
31454
|
+
justify-content: center;
|
|
31455
|
+
border-radius: 6px;
|
|
31457
31456
|
}
|
|
31458
|
-
|
|
31459
|
-
|
|
31460
|
-
|
|
31461
|
-
|
|
31457
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31458
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31459
|
+
}
|
|
31460
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31461
|
+
transform: translateY(2px);
|
|
31462
|
+
transition: all 320ms ease;
|
|
31462
31463
|
}
|
|
31463
31464
|
|
|
31464
31465
|
.E_dsnbhzf {
|
|
@@ -31936,38 +31937,40 @@ input.E_rf8rlle.ant-input {
|
|
|
31936
31937
|
line-height: 12px;
|
|
31937
31938
|
}
|
|
31938
31939
|
|
|
31939
|
-
.
|
|
31940
|
-
|
|
31941
|
-
align-items: center;
|
|
31942
|
-
justify-content: center;
|
|
31943
|
-
color: #fff;
|
|
31944
|
-
font-weight: bold;
|
|
31945
|
-
font-size: 12px;
|
|
31946
|
-
width: 24px;
|
|
31947
|
-
height: 24px;
|
|
31948
|
-
border-radius: 50%;
|
|
31949
|
-
background: var(--a1b5xrg3-0);
|
|
31940
|
+
.E_m196gn1d {
|
|
31941
|
+
min-width: 1280px;
|
|
31950
31942
|
}
|
|
31951
|
-
|
|
31952
|
-
|
|
31953
|
-
|
|
31954
|
-
|
|
31955
|
-
|
|
31956
|
-
|
|
31943
|
+
|
|
31944
|
+
.E_skwah65 {
|
|
31945
|
+
height: 8px;
|
|
31946
|
+
box-sizing: border-box;
|
|
31947
|
+
border-radius: 2px;
|
|
31948
|
+
background: #f5f7fa;
|
|
31949
|
+
display: flex;
|
|
31950
|
+
width: 100%;
|
|
31951
|
+
overflow: hidden;
|
|
31952
|
+
}
|
|
31953
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31954
|
+
margin-left: 1px;
|
|
31955
|
+
}
|
|
31956
|
+
|
|
31957
|
+
.E_n12mqh7z {
|
|
31958
|
+
display: flex;
|
|
31957
31959
|
align-items: center;
|
|
31958
|
-
|
|
31959
|
-
|
|
31960
|
+
font-size: 12px;
|
|
31961
|
+
line-height: 18px;
|
|
31960
31962
|
}
|
|
31961
|
-
.
|
|
31962
|
-
|
|
31963
|
+
.E_n12mqh7z:not(:last-child) {
|
|
31964
|
+
margin-bottom: 4px;
|
|
31963
31965
|
}
|
|
31964
|
-
|
|
31965
|
-
|
|
31966
|
-
|
|
31966
|
+
|
|
31967
|
+
.E_tf5bynu {
|
|
31968
|
+
margin: 0 3px;
|
|
31967
31969
|
}
|
|
31968
31970
|
|
|
31969
|
-
.
|
|
31970
|
-
|
|
31971
|
+
.E_tcckoz1 {
|
|
31972
|
+
max-height: 400px;
|
|
31973
|
+
overflow: auto;
|
|
31971
31974
|
}
|
|
31972
31975
|
|
|
31973
31976
|
.E_clm1wy1 {
|
|
@@ -32063,134 +32066,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32063
32066
|
border-radius: 2px;
|
|
32064
32067
|
}
|
|
32065
32068
|
|
|
32066
|
-
.E_s1ebs0ra {
|
|
32067
|
-
display: flex;
|
|
32068
|
-
align-items: center;
|
|
32069
|
-
justify-content: space-between;
|
|
32070
|
-
background: #edf0f7;
|
|
32071
|
-
padding: 8px 12px;
|
|
32072
|
-
position: sticky;
|
|
32073
|
-
top: 0;
|
|
32074
|
-
z-index: 1;
|
|
32075
|
-
margin-bottom: -52px;
|
|
32076
|
-
}
|
|
32077
|
-
.E_s1ebs0ra .select-total {
|
|
32078
|
-
display: flex;
|
|
32079
|
-
align-items: center;
|
|
32080
|
-
font-weight: 700;
|
|
32081
|
-
flex-shrink: 0;
|
|
32082
|
-
}
|
|
32083
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
32084
|
-
cursor: pointer;
|
|
32085
|
-
margin-left: 8px;
|
|
32086
|
-
width: 32px;
|
|
32087
|
-
height: 32px;
|
|
32088
|
-
border-radius: 50%;
|
|
32089
|
-
justify-content: center;
|
|
32090
|
-
}
|
|
32091
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
32092
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32093
|
-
}
|
|
32094
|
-
.E_s1ebs0ra .action-group {
|
|
32095
|
-
flex: 1;
|
|
32096
|
-
margin-left: 88px;
|
|
32097
|
-
white-space: nowrap;
|
|
32098
|
-
text-align: right;
|
|
32099
|
-
position: relative;
|
|
32100
|
-
padding: 4px 0;
|
|
32101
|
-
margin-top: -4px;
|
|
32102
|
-
overflow: hidden;
|
|
32103
|
-
}
|
|
32104
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
32105
|
-
transform: translateY(-4px);
|
|
32106
|
-
}
|
|
32107
|
-
.E_s1ebs0ra .action-group button {
|
|
32108
|
-
border: none;
|
|
32109
|
-
}
|
|
32110
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
32111
|
-
margin-right: 8px;
|
|
32112
|
-
}
|
|
32113
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
32114
|
-
margin-right: 4px;
|
|
32115
|
-
}
|
|
32116
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
32117
|
-
cursor: pointer;
|
|
32118
|
-
width: 32px;
|
|
32119
|
-
height: 32px;
|
|
32120
|
-
justify-content: center;
|
|
32121
|
-
border-radius: 50%;
|
|
32122
|
-
}
|
|
32123
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
32124
|
-
background: #fff;
|
|
32125
|
-
}
|
|
32126
|
-
|
|
32127
|
-
span.E_tqjc4ui {
|
|
32128
|
-
margin: 0 2px;
|
|
32129
|
-
}
|
|
32130
|
-
|
|
32131
|
-
.E_c18bcrac {
|
|
32132
|
-
display: inline-block;
|
|
32133
|
-
width: 100%;
|
|
32134
|
-
}
|
|
32135
|
-
.E_c18bcrac .recharts-wrapper {
|
|
32136
|
-
margin-left: 4px;
|
|
32137
|
-
}
|
|
32138
|
-
|
|
32139
|
-
.E_cro7kg2 {
|
|
32140
|
-
padding: 4px;
|
|
32141
|
-
}
|
|
32142
|
-
|
|
32143
|
-
.E_c14wcxf0 {
|
|
32144
|
-
display: flex;
|
|
32145
|
-
justify-content: space-between;
|
|
32146
|
-
align-items: center;
|
|
32147
|
-
font-size: 13px;
|
|
32148
|
-
line-height: 24px;
|
|
32149
|
-
color: #cccccc;
|
|
32150
|
-
white-space: nowrap;
|
|
32151
|
-
}
|
|
32152
|
-
.E_c14wcxf0 label {
|
|
32153
|
-
margin-right: 32px;
|
|
32154
|
-
}
|
|
32155
|
-
|
|
32156
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
32157
|
-
font-weight: bold;
|
|
32158
|
-
color: white;
|
|
32159
|
-
}
|
|
32160
|
-
|
|
32161
|
-
.E_s11212zy {
|
|
32162
|
-
width: 8px;
|
|
32163
|
-
height: 8px;
|
|
32164
|
-
border-radius: 2px;
|
|
32165
|
-
display: inline-block;
|
|
32166
|
-
background: var(--s11212zy-0);
|
|
32167
|
-
border: 1px solid #fff;
|
|
32168
|
-
box-sizing: content-box;
|
|
32169
|
-
margin-right: 6px;
|
|
32170
|
-
}
|
|
32171
|
-
|
|
32172
|
-
.E_p1lyky6c > :first-child {
|
|
32173
|
-
font-weight: bold;
|
|
32174
|
-
color: white;
|
|
32175
|
-
margin-right: 4px;
|
|
32176
|
-
}
|
|
32177
|
-
|
|
32178
|
-
.E_ou7iq30 {
|
|
32179
|
-
overflow: hidden;
|
|
32180
|
-
text-overflow: ellipsis;
|
|
32181
|
-
}
|
|
32182
|
-
|
|
32183
|
-
.E_s1tui002 {
|
|
32184
|
-
white-space: nowrap;
|
|
32185
|
-
}
|
|
32186
|
-
|
|
32187
|
-
.E_mxrc2zg {
|
|
32188
|
-
display: -webkit-box;
|
|
32189
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32190
|
-
-webkit-box-orient: vertical;
|
|
32191
|
-
word-break: break-all;
|
|
32192
|
-
}
|
|
32193
|
-
|
|
32194
32069
|
.E_gmyahx3 {
|
|
32195
32070
|
cursor: pointer;
|
|
32196
32071
|
}
|
|
@@ -32201,25 +32076,6 @@ span.E_tqjc4ui {
|
|
|
32201
32076
|
color: #0080ff;
|
|
32202
32077
|
}
|
|
32203
32078
|
|
|
32204
|
-
.E_n12mqh7z {
|
|
32205
|
-
display: flex;
|
|
32206
|
-
align-items: center;
|
|
32207
|
-
font-size: 12px;
|
|
32208
|
-
line-height: 18px;
|
|
32209
|
-
}
|
|
32210
|
-
.E_n12mqh7z:not(:last-child) {
|
|
32211
|
-
margin-bottom: 4px;
|
|
32212
|
-
}
|
|
32213
|
-
|
|
32214
|
-
.E_tf5bynu {
|
|
32215
|
-
margin: 0 3px;
|
|
32216
|
-
}
|
|
32217
|
-
|
|
32218
|
-
.E_tcckoz1 {
|
|
32219
|
-
max-height: 400px;
|
|
32220
|
-
overflow: auto;
|
|
32221
|
-
}
|
|
32222
|
-
|
|
32223
32079
|
.E_c1up1pdz {
|
|
32224
32080
|
width: 648px;
|
|
32225
32081
|
}
|
|
@@ -32360,68 +32216,248 @@ span.E_tqjc4ui {
|
|
|
32360
32216
|
color: #fff;
|
|
32361
32217
|
}
|
|
32362
32218
|
|
|
32363
|
-
.
|
|
32364
|
-
|
|
32365
|
-
|
|
32366
|
-
.E_t1sqg15u.inline .table-row {
|
|
32367
|
-
flex-direction: column;
|
|
32368
|
-
}
|
|
32369
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
32370
|
-
padding: 0 16px 7px 0;
|
|
32371
|
-
}
|
|
32372
|
-
.E_t1sqg15u.has-border .table-header {
|
|
32373
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32374
|
-
}
|
|
32375
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
32376
|
-
border-top: none !important;
|
|
32377
|
-
}
|
|
32378
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
32379
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32380
|
-
}
|
|
32381
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
32382
|
-
padding-bottom: 0;
|
|
32383
|
-
}
|
|
32384
|
-
.E_t1sqg15u.align-right .content {
|
|
32385
|
-
text-align: right;
|
|
32219
|
+
.E_c18bcrac {
|
|
32220
|
+
display: inline-block;
|
|
32221
|
+
width: 100%;
|
|
32386
32222
|
}
|
|
32387
|
-
.
|
|
32388
|
-
|
|
32389
|
-
justify-content: space-between;
|
|
32223
|
+
.E_c18bcrac .recharts-wrapper {
|
|
32224
|
+
margin-left: 4px;
|
|
32390
32225
|
}
|
|
32391
|
-
|
|
32392
|
-
|
|
32393
|
-
|
|
32394
|
-
text-overflow: ellipsis;
|
|
32226
|
+
|
|
32227
|
+
.E_cro7kg2 {
|
|
32228
|
+
padding: 4px;
|
|
32395
32229
|
}
|
|
32396
32230
|
|
|
32397
|
-
.
|
|
32231
|
+
.E_c14wcxf0 {
|
|
32398
32232
|
display: flex;
|
|
32399
32233
|
justify-content: space-between;
|
|
32400
32234
|
align-items: center;
|
|
32401
|
-
|
|
32402
|
-
|
|
32403
|
-
|
|
32404
|
-
|
|
32405
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32406
|
-
font-weight: 600;
|
|
32407
|
-
font-size: 12px;
|
|
32408
|
-
line-height: 8px;
|
|
32235
|
+
font-size: 13px;
|
|
32236
|
+
line-height: 24px;
|
|
32237
|
+
color: #cccccc;
|
|
32238
|
+
white-space: nowrap;
|
|
32409
32239
|
}
|
|
32410
|
-
.
|
|
32411
|
-
|
|
32412
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32413
|
-
cursor: pointer;
|
|
32240
|
+
.E_c14wcxf0 label {
|
|
32241
|
+
margin-right: 32px;
|
|
32414
32242
|
}
|
|
32415
32243
|
|
|
32416
|
-
.
|
|
32417
|
-
font-
|
|
32418
|
-
|
|
32244
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
32245
|
+
font-weight: bold;
|
|
32246
|
+
color: white;
|
|
32419
32247
|
}
|
|
32420
32248
|
|
|
32421
|
-
.
|
|
32422
|
-
|
|
32423
|
-
|
|
32424
|
-
|
|
32249
|
+
.E_s11212zy {
|
|
32250
|
+
width: 8px;
|
|
32251
|
+
height: 8px;
|
|
32252
|
+
border-radius: 2px;
|
|
32253
|
+
display: inline-block;
|
|
32254
|
+
background: var(--s11212zy-0);
|
|
32255
|
+
border: 1px solid #fff;
|
|
32256
|
+
box-sizing: content-box;
|
|
32257
|
+
margin-right: 6px;
|
|
32258
|
+
}
|
|
32259
|
+
|
|
32260
|
+
.E_p1lyky6c > :first-child {
|
|
32261
|
+
font-weight: bold;
|
|
32262
|
+
color: white;
|
|
32263
|
+
margin-right: 4px;
|
|
32264
|
+
}
|
|
32265
|
+
|
|
32266
|
+
span.E_tqjc4ui {
|
|
32267
|
+
margin: 0 2px;
|
|
32268
|
+
}
|
|
32269
|
+
|
|
32270
|
+
.E_s1ebs0ra {
|
|
32271
|
+
display: flex;
|
|
32272
|
+
align-items: center;
|
|
32273
|
+
justify-content: space-between;
|
|
32274
|
+
background: #edf0f7;
|
|
32275
|
+
padding: 8px 12px;
|
|
32276
|
+
position: sticky;
|
|
32277
|
+
top: 0;
|
|
32278
|
+
z-index: 1;
|
|
32279
|
+
margin-bottom: -52px;
|
|
32280
|
+
}
|
|
32281
|
+
.E_s1ebs0ra .select-total {
|
|
32282
|
+
display: flex;
|
|
32283
|
+
align-items: center;
|
|
32284
|
+
font-weight: 700;
|
|
32285
|
+
flex-shrink: 0;
|
|
32286
|
+
}
|
|
32287
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
32288
|
+
cursor: pointer;
|
|
32289
|
+
margin-left: 8px;
|
|
32290
|
+
width: 32px;
|
|
32291
|
+
height: 32px;
|
|
32292
|
+
border-radius: 50%;
|
|
32293
|
+
justify-content: center;
|
|
32294
|
+
}
|
|
32295
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
32296
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32297
|
+
}
|
|
32298
|
+
.E_s1ebs0ra .action-group {
|
|
32299
|
+
flex: 1;
|
|
32300
|
+
margin-left: 88px;
|
|
32301
|
+
white-space: nowrap;
|
|
32302
|
+
text-align: right;
|
|
32303
|
+
position: relative;
|
|
32304
|
+
padding: 4px 0;
|
|
32305
|
+
margin-top: -4px;
|
|
32306
|
+
overflow: hidden;
|
|
32307
|
+
}
|
|
32308
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
32309
|
+
transform: translateY(-4px);
|
|
32310
|
+
}
|
|
32311
|
+
.E_s1ebs0ra .action-group button {
|
|
32312
|
+
border: none;
|
|
32313
|
+
}
|
|
32314
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
32315
|
+
margin-right: 8px;
|
|
32316
|
+
}
|
|
32317
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
32318
|
+
margin-right: 4px;
|
|
32319
|
+
}
|
|
32320
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
32321
|
+
cursor: pointer;
|
|
32322
|
+
width: 32px;
|
|
32323
|
+
height: 32px;
|
|
32324
|
+
justify-content: center;
|
|
32325
|
+
border-radius: 50%;
|
|
32326
|
+
}
|
|
32327
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
32328
|
+
background: #fff;
|
|
32329
|
+
}
|
|
32330
|
+
|
|
32331
|
+
.E_ou7iq30 {
|
|
32332
|
+
overflow: hidden;
|
|
32333
|
+
text-overflow: ellipsis;
|
|
32334
|
+
}
|
|
32335
|
+
|
|
32336
|
+
.E_s1tui002 {
|
|
32337
|
+
white-space: nowrap;
|
|
32338
|
+
}
|
|
32339
|
+
|
|
32340
|
+
.E_mxrc2zg {
|
|
32341
|
+
display: -webkit-box;
|
|
32342
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32343
|
+
-webkit-box-orient: vertical;
|
|
32344
|
+
word-break: break-all;
|
|
32345
|
+
}
|
|
32346
|
+
|
|
32347
|
+
.E_c1yyuluq {
|
|
32348
|
+
border-radius: 8px;
|
|
32349
|
+
}
|
|
32350
|
+
.E_c1yyuluq .ant-card-body {
|
|
32351
|
+
padding: 20px 24px 24px 24px;
|
|
32352
|
+
}
|
|
32353
|
+
|
|
32354
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32355
|
+
border: 0px;
|
|
32356
|
+
background-color: #fff;
|
|
32357
|
+
}
|
|
32358
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32359
|
+
padding-top: 0px;
|
|
32360
|
+
padding-bottom: 0px;
|
|
32361
|
+
padding-left: 0px !important;
|
|
32362
|
+
padding-right: 24px;
|
|
32363
|
+
}
|
|
32364
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32365
|
+
right: 0px;
|
|
32366
|
+
}
|
|
32367
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32368
|
+
padding: 0px;
|
|
32369
|
+
}
|
|
32370
|
+
|
|
32371
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32372
|
+
padding-right: 0px;
|
|
32373
|
+
cursor: default;
|
|
32374
|
+
}
|
|
32375
|
+
|
|
32376
|
+
.E_wg1tsps {
|
|
32377
|
+
display: flex;
|
|
32378
|
+
align-items: center;
|
|
32379
|
+
justify-content: flex-end;
|
|
32380
|
+
}
|
|
32381
|
+
|
|
32382
|
+
.E_b1ctd5xy {
|
|
32383
|
+
display: flex;
|
|
32384
|
+
align-items: center;
|
|
32385
|
+
width: calc(100% - 40px);
|
|
32386
|
+
}
|
|
32387
|
+
.E_b1ctd5xy .chart {
|
|
32388
|
+
display: inline-block;
|
|
32389
|
+
width: 100%;
|
|
32390
|
+
}
|
|
32391
|
+
|
|
32392
|
+
.E_u1p8acpn {
|
|
32393
|
+
min-width: 40px;
|
|
32394
|
+
}
|
|
32395
|
+
.E_u1p8acpn .unit {
|
|
32396
|
+
color: #00122e !important;
|
|
32397
|
+
}
|
|
32398
|
+
|
|
32399
|
+
.E_t1sqg15u {
|
|
32400
|
+
background: white;
|
|
32401
|
+
}
|
|
32402
|
+
.E_t1sqg15u.inline .table-row {
|
|
32403
|
+
flex-direction: column;
|
|
32404
|
+
}
|
|
32405
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
32406
|
+
padding: 0 16px 7px 0;
|
|
32407
|
+
}
|
|
32408
|
+
.E_t1sqg15u.has-border .table-header {
|
|
32409
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32410
|
+
}
|
|
32411
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
32412
|
+
border-top: none !important;
|
|
32413
|
+
}
|
|
32414
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
32415
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32416
|
+
}
|
|
32417
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
32418
|
+
padding-bottom: 0;
|
|
32419
|
+
}
|
|
32420
|
+
.E_t1sqg15u.align-right .content {
|
|
32421
|
+
text-align: right;
|
|
32422
|
+
}
|
|
32423
|
+
.E_t1sqg15u .uuid-row {
|
|
32424
|
+
display: flex;
|
|
32425
|
+
justify-content: space-between;
|
|
32426
|
+
}
|
|
32427
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
32428
|
+
white-space: nowrap;
|
|
32429
|
+
overflow: hidden;
|
|
32430
|
+
text-overflow: ellipsis;
|
|
32431
|
+
}
|
|
32432
|
+
|
|
32433
|
+
.E_t4zczcp {
|
|
32434
|
+
display: flex;
|
|
32435
|
+
justify-content: space-between;
|
|
32436
|
+
align-items: center;
|
|
32437
|
+
padding: 8px;
|
|
32438
|
+
min-height: 32px;
|
|
32439
|
+
}
|
|
32440
|
+
.E_t4zczcp .table-title {
|
|
32441
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32442
|
+
font-weight: 600;
|
|
32443
|
+
font-size: 12px;
|
|
32444
|
+
line-height: 8px;
|
|
32445
|
+
}
|
|
32446
|
+
.E_t4zczcp .edit-icon {
|
|
32447
|
+
font-size: 16px;
|
|
32448
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32449
|
+
cursor: pointer;
|
|
32450
|
+
}
|
|
32451
|
+
|
|
32452
|
+
.E_t1s7goww {
|
|
32453
|
+
font-size: 12px;
|
|
32454
|
+
line-height: 18px;
|
|
32455
|
+
}
|
|
32456
|
+
|
|
32457
|
+
.E_t93e4cf {
|
|
32458
|
+
display: flex;
|
|
32459
|
+
padding: 8px 0;
|
|
32460
|
+
color: #2d3a56;
|
|
32425
32461
|
}
|
|
32426
32462
|
.E_t93e4cf .hidden {
|
|
32427
32463
|
display: none;
|
|
@@ -32450,14 +32486,6 @@ span.E_tqjc4ui {
|
|
|
32450
32486
|
padding-right: 12px;
|
|
32451
32487
|
}
|
|
32452
32488
|
|
|
32453
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
32454
|
-
display: flex;
|
|
32455
|
-
align-items: center;
|
|
32456
|
-
}
|
|
32457
|
-
.E_s1iv0tp1 .enabled-text {
|
|
32458
|
-
margin-right: 8px;
|
|
32459
|
-
}
|
|
32460
|
-
|
|
32461
32489
|
.E_suhck3k {
|
|
32462
32490
|
height: 24px;
|
|
32463
32491
|
width: 24px;
|
|
@@ -32471,40 +32499,12 @@ span.E_tqjc4ui {
|
|
|
32471
32499
|
fill: blue;
|
|
32472
32500
|
}
|
|
32473
32501
|
|
|
32474
|
-
.
|
|
32475
|
-
display: flex;
|
|
32476
|
-
align-items: center;
|
|
32477
|
-
justify-content: flex-end;
|
|
32478
|
-
}
|
|
32479
|
-
|
|
32480
|
-
.E_b1ctd5xy {
|
|
32502
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32481
32503
|
display: flex;
|
|
32482
32504
|
align-items: center;
|
|
32483
|
-
width: calc(100% - 40px);
|
|
32484
|
-
}
|
|
32485
|
-
.E_b1ctd5xy .chart {
|
|
32486
|
-
display: inline-block;
|
|
32487
|
-
width: 100%;
|
|
32488
|
-
}
|
|
32489
|
-
|
|
32490
|
-
.E_u1p8acpn {
|
|
32491
|
-
min-width: 40px;
|
|
32492
|
-
}
|
|
32493
|
-
.E_u1p8acpn .unit {
|
|
32494
|
-
color: #00122e !important;
|
|
32495
32505
|
}
|
|
32496
|
-
|
|
32497
|
-
|
|
32498
|
-
height: 8px;
|
|
32499
|
-
box-sizing: border-box;
|
|
32500
|
-
border-radius: 2px;
|
|
32501
|
-
background: #f5f7fa;
|
|
32502
|
-
display: flex;
|
|
32503
|
-
width: 100%;
|
|
32504
|
-
overflow: hidden;
|
|
32505
|
-
}
|
|
32506
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
32507
|
-
margin-left: 1px;
|
|
32506
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32507
|
+
margin-right: 8px;
|
|
32508
32508
|
}
|
|
32509
32509
|
|
|
32510
32510
|
.E_t160l1cm {
|
|
@@ -33662,8 +33662,25 @@ span.E_tqjc4ui {
|
|
|
33662
33662
|
font-size: 0;
|
|
33663
33663
|
}
|
|
33664
33664
|
|
|
33665
|
-
.
|
|
33666
|
-
|
|
33665
|
+
.E_b14q2gmw {
|
|
33666
|
+
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);
|
|
33667
|
+
}
|
|
33668
|
+
|
|
33669
|
+
.E_c1eym6el {
|
|
33670
|
+
border-radius: 8px;
|
|
33671
|
+
background-color: white;
|
|
33672
|
+
}
|
|
33673
|
+
.E_c1eym6el.hoverable {
|
|
33674
|
+
cursor: pointer;
|
|
33675
|
+
}
|
|
33676
|
+
.E_c1eym6el.hoverable:hover {
|
|
33677
|
+
transition: all 200ms ease;
|
|
33678
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33679
|
+
transform: translateY(-4px);
|
|
33680
|
+
}
|
|
33681
|
+
|
|
33682
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33683
|
+
margin-right: 2px;
|
|
33667
33684
|
}
|
|
33668
33685
|
|
|
33669
33686
|
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
@@ -33696,6 +33713,10 @@ span.E_tqjc4ui {
|
|
|
33696
33713
|
background-color: transparent;
|
|
33697
33714
|
}
|
|
33698
33715
|
|
|
33716
|
+
.E_c1yd35n {
|
|
33717
|
+
padding: 0 12px 14px 12px;
|
|
33718
|
+
}
|
|
33719
|
+
|
|
33699
33720
|
.E_ckui4s7 {
|
|
33700
33721
|
color: #2d3a56;
|
|
33701
33722
|
line-height: 22px;
|
|
@@ -33760,10 +33781,6 @@ span.E_tqjc4ui {
|
|
|
33760
33781
|
margin-left: 24px;
|
|
33761
33782
|
}
|
|
33762
33783
|
|
|
33763
|
-
.E_c1yd35n {
|
|
33764
|
-
padding: 0 12px 14px 12px;
|
|
33765
|
-
}
|
|
33766
|
-
|
|
33767
33784
|
.E_c1kghdax {
|
|
33768
33785
|
color: #2d3a56;
|
|
33769
33786
|
padding: 7px 12px;
|
|
@@ -33804,23 +33821,6 @@ span.E_tqjc4ui {
|
|
|
33804
33821
|
margin-right: 2px;
|
|
33805
33822
|
}
|
|
33806
33823
|
|
|
33807
|
-
.E_b14q2gmw {
|
|
33808
|
-
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);
|
|
33809
|
-
}
|
|
33810
|
-
|
|
33811
|
-
.E_c1eym6el {
|
|
33812
|
-
border-radius: 8px;
|
|
33813
|
-
background-color: white;
|
|
33814
|
-
}
|
|
33815
|
-
.E_c1eym6el.hoverable {
|
|
33816
|
-
cursor: pointer;
|
|
33817
|
-
}
|
|
33818
|
-
.E_c1eym6el.hoverable:hover {
|
|
33819
|
-
transition: all 200ms ease;
|
|
33820
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33821
|
-
transform: translateY(-4px);
|
|
33822
|
-
}
|
|
33823
|
-
|
|
33824
33824
|
.E_t1gvlxt5 {
|
|
33825
33825
|
min-width: 0;
|
|
33826
33826
|
flex: 1;
|
|
@@ -34053,401 +34053,497 @@ span.E_tqjc4ui {
|
|
|
34053
34053
|
margin-left: 8px;
|
|
34054
34054
|
}
|
|
34055
34055
|
|
|
34056
|
-
.
|
|
34057
|
-
|
|
34056
|
+
.E_sddwhm6 {
|
|
34057
|
+
margin: 0;
|
|
34058
|
+
border-radius: 20px;
|
|
34059
|
+
padding: 2px 10px;
|
|
34060
|
+
height: 22px;
|
|
34058
34061
|
}
|
|
34059
|
-
.
|
|
34060
|
-
|
|
34061
|
-
padding-right: 4px;
|
|
34062
|
-
margin-right: 4px;
|
|
34062
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34063
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34063
34064
|
}
|
|
34064
|
-
|
|
34065
|
-
.
|
|
34066
|
-
margin-bottom: 4px;
|
|
34067
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34068
|
-
overflow: hidden;
|
|
34069
|
-
text-overflow: ellipsis;
|
|
34070
|
-
white-space: nowrap;
|
|
34065
|
+
.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 {
|
|
34066
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34071
34067
|
}
|
|
34072
|
-
|
|
34073
|
-
|
|
34074
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34075
|
-
line-height: 32px;
|
|
34076
|
-
height: 32px;
|
|
34077
|
-
margin-bottom: 0;
|
|
34068
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34069
|
+
color: #00122e;
|
|
34078
34070
|
}
|
|
34079
|
-
.
|
|
34080
|
-
|
|
34071
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34072
|
+
margin-right: 6px;
|
|
34081
34073
|
}
|
|
34082
|
-
.
|
|
34083
|
-
|
|
34074
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34075
|
+
margin-left: 8px;
|
|
34076
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34084
34077
|
}
|
|
34085
|
-
.
|
|
34086
|
-
color:
|
|
34078
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34079
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34087
34080
|
}
|
|
34088
|
-
.
|
|
34089
|
-
color: #
|
|
34081
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34082
|
+
background-color: #0080ff;
|
|
34090
34083
|
}
|
|
34091
|
-
.
|
|
34092
|
-
color: rgba(
|
|
34084
|
+
.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 {
|
|
34085
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34093
34086
|
}
|
|
34094
|
-
|
|
34095
|
-
.
|
|
34096
|
-
margin-bottom: 0;
|
|
34097
|
-
color: #00122e;
|
|
34087
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34088
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34098
34089
|
}
|
|
34099
|
-
|
|
34100
|
-
|
|
34101
|
-
line-height: 32px;
|
|
34102
|
-
margin-right: 6px;
|
|
34090
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34091
|
+
background-color: #f0483e;
|
|
34103
34092
|
}
|
|
34104
|
-
|
|
34105
|
-
|
|
34106
|
-
height: 24px;
|
|
34107
|
-
flex: 1;
|
|
34108
|
-
position: relative;
|
|
34109
|
-
top: -7px;
|
|
34093
|
+
.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 {
|
|
34094
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34110
34095
|
}
|
|
34111
|
-
.
|
|
34112
|
-
|
|
34113
|
-
overflow: hidden;
|
|
34114
|
-
text-overflow: ellipsis;
|
|
34115
|
-
white-space: nowrap;
|
|
34096
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34097
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34116
34098
|
}
|
|
34117
|
-
|
|
34118
|
-
|
|
34119
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34120
|
-
border-radius: 8px;
|
|
34121
|
-
overflow: auto;
|
|
34099
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34100
|
+
background-color: #fea008;
|
|
34122
34101
|
}
|
|
34123
|
-
.
|
|
34124
|
-
|
|
34102
|
+
.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 {
|
|
34103
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34125
34104
|
}
|
|
34126
|
-
.
|
|
34127
|
-
|
|
34128
|
-
top: 0;
|
|
34129
|
-
z-index: 2;
|
|
34130
|
-
display: flex;
|
|
34131
|
-
padding: 8px;
|
|
34132
|
-
flex-wrap: nowrap;
|
|
34133
|
-
justify-content: flex-start;
|
|
34134
|
-
background: #f2f5fa;
|
|
34135
|
-
font-size: 14px;
|
|
34136
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34137
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34105
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34106
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34138
34107
|
}
|
|
34139
|
-
.
|
|
34140
|
-
|
|
34108
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34109
|
+
background-color: #00ba5d;
|
|
34141
34110
|
}
|
|
34142
|
-
.
|
|
34143
|
-
|
|
34144
|
-
justify-content: flex-start;
|
|
34145
|
-
align-items: flex-start;
|
|
34146
|
-
flex-wrap: wrap;
|
|
34147
|
-
padding: 8px;
|
|
34148
|
-
border: none;
|
|
34111
|
+
.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 {
|
|
34112
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34149
34113
|
}
|
|
34150
|
-
.
|
|
34151
|
-
|
|
34152
|
-
margin: 12px 0 0;
|
|
34153
|
-
order: 99;
|
|
34154
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34114
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34115
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34155
34116
|
}
|
|
34156
|
-
.
|
|
34157
|
-
color: #
|
|
34158
|
-
flex-basis: 100%;
|
|
34159
|
-
order: 98;
|
|
34160
|
-
margin: 12px 0 0;
|
|
34117
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34118
|
+
background-color: #6b7d99;
|
|
34161
34119
|
}
|
|
34162
|
-
.
|
|
34163
|
-
background-color: rgba(
|
|
34120
|
+
.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 {
|
|
34121
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34164
34122
|
}
|
|
34165
|
-
|
|
34166
|
-
|
|
34123
|
+
|
|
34124
|
+
.E_satwmqm {
|
|
34125
|
+
width: 8px;
|
|
34126
|
+
height: 8px;
|
|
34127
|
+
border-radius: 50%;
|
|
34128
|
+
display: inline-block;
|
|
34167
34129
|
}
|
|
34168
|
-
|
|
34169
|
-
|
|
34170
|
-
|
|
34130
|
+
|
|
34131
|
+
button.E_l48ei06.ant-btn {
|
|
34132
|
+
font-size: 12px;
|
|
34133
|
+
line-height: 18px;
|
|
34134
|
+
height: 18px;
|
|
34171
34135
|
}
|
|
34172
|
-
|
|
34173
|
-
|
|
34174
|
-
|
|
34136
|
+
|
|
34137
|
+
button.E_l48ei06 {
|
|
34138
|
+
color: #0080FF;
|
|
34139
|
+
height: unset;
|
|
34175
34140
|
}
|
|
34176
|
-
.
|
|
34177
|
-
|
|
34141
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34142
|
+
margin-right: 4px;
|
|
34178
34143
|
}
|
|
34179
|
-
.
|
|
34180
|
-
|
|
34144
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34145
|
+
margin-left: 4px;
|
|
34181
34146
|
}
|
|
34182
|
-
.
|
|
34183
|
-
|
|
34147
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34148
|
+
color: #009DFF;
|
|
34184
34149
|
}
|
|
34185
|
-
.
|
|
34186
|
-
|
|
34150
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34151
|
+
color: #005ED1;
|
|
34187
34152
|
}
|
|
34188
|
-
.
|
|
34189
|
-
|
|
34153
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34154
|
+
color: #0080FF;
|
|
34190
34155
|
}
|
|
34191
|
-
.
|
|
34192
|
-
|
|
34156
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34157
|
+
color: #00122E;
|
|
34193
34158
|
}
|
|
34194
|
-
.
|
|
34195
|
-
|
|
34159
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34160
|
+
color: #0080FF;
|
|
34196
34161
|
}
|
|
34197
|
-
.
|
|
34198
|
-
|
|
34199
|
-
width: 24px;
|
|
34200
|
-
height: 24px;
|
|
34201
|
-
overflow: hidden;
|
|
34162
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34163
|
+
color: #005ED1;
|
|
34202
34164
|
}
|
|
34203
|
-
.
|
|
34204
|
-
|
|
34165
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34166
|
+
color: #00122E;
|
|
34205
34167
|
}
|
|
34206
|
-
.
|
|
34207
|
-
|
|
34208
|
-
opacity: 0.5;
|
|
34168
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34169
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34209
34170
|
}
|
|
34210
|
-
.
|
|
34211
|
-
|
|
34171
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34172
|
+
color: #0080FF;
|
|
34212
34173
|
}
|
|
34213
|
-
.
|
|
34214
|
-
|
|
34215
|
-
border-radius: 5px;
|
|
34216
|
-
font-size: 12px;
|
|
34174
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34175
|
+
color: #005ED1;
|
|
34217
34176
|
}
|
|
34218
|
-
.
|
|
34219
|
-
|
|
34177
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34178
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34220
34179
|
}
|
|
34221
|
-
|
|
34222
|
-
|
|
34223
|
-
|
|
34224
|
-
position: relative;
|
|
34180
|
+
|
|
34181
|
+
.E_tc97u5y {
|
|
34182
|
+
height: 100%;
|
|
34225
34183
|
}
|
|
34226
|
-
|
|
34227
|
-
|
|
34184
|
+
|
|
34185
|
+
.E_tfzf37v {
|
|
34186
|
+
height: 100%;
|
|
34228
34187
|
}
|
|
34229
|
-
.
|
|
34230
|
-
|
|
34188
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
34189
|
+
overflow: visible !important;
|
|
34190
|
+
height: 100%;
|
|
34231
34191
|
}
|
|
34232
|
-
|
|
34233
|
-
|
|
34234
|
-
display: flex;
|
|
34235
|
-
align-items: center;
|
|
34236
|
-
margin-top: 8px;
|
|
34192
|
+
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
34193
|
+
height: 100%;
|
|
34237
34194
|
}
|
|
34238
|
-
.
|
|
34239
|
-
|
|
34240
|
-
height:
|
|
34195
|
+
.E_tfzf37v.empty-table .ant-table-content table {
|
|
34196
|
+
width: 100% !important;
|
|
34197
|
+
height: 100%;
|
|
34241
34198
|
}
|
|
34242
|
-
.
|
|
34243
|
-
|
|
34244
|
-
margin-left: 8px;
|
|
34245
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34199
|
+
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34200
|
+
padding: 15px 0;
|
|
34246
34201
|
}
|
|
34247
|
-
.
|
|
34248
|
-
display:
|
|
34202
|
+
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
34203
|
+
display: none;
|
|
34249
34204
|
}
|
|
34250
|
-
|
|
34251
|
-
|
|
34252
|
-
width: 24px;
|
|
34253
|
-
height: 24px;
|
|
34254
|
-
padding: 4px;
|
|
34255
|
-
margin-right: 8px;
|
|
34205
|
+
.E_tfzf37v .active-row td:nth-child(1) {
|
|
34206
|
+
font-weight: 700;
|
|
34256
34207
|
}
|
|
34257
|
-
|
|
34258
|
-
|
|
34259
|
-
--item-min-width: 60px;
|
|
34208
|
+
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
34209
|
+
font-weight: 700;
|
|
34260
34210
|
}
|
|
34261
|
-
.
|
|
34262
|
-
|
|
34211
|
+
.E_tfzf37v .ant-spin-nested-loading {
|
|
34212
|
+
height: 100%;
|
|
34263
34213
|
}
|
|
34264
|
-
.
|
|
34265
|
-
|
|
34214
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
34215
|
+
height: 100%;
|
|
34216
|
+
overflow: visible;
|
|
34266
34217
|
}
|
|
34267
|
-
.
|
|
34268
|
-
|
|
34218
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
34219
|
+
max-height: none;
|
|
34269
34220
|
}
|
|
34270
|
-
.
|
|
34271
|
-
|
|
34272
|
-
|
|
34221
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
34222
|
+
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
34223
|
+
display: none;
|
|
34273
34224
|
}
|
|
34274
|
-
.
|
|
34275
|
-
|
|
34225
|
+
.E_tfzf37v td.ant-table-column-sort {
|
|
34226
|
+
background: transparent;
|
|
34276
34227
|
}
|
|
34277
|
-
.
|
|
34278
|
-
|
|
34228
|
+
.E_tfzf37v td.ant-table-cell-fix-left,
|
|
34229
|
+
.E_tfzf37v td.ant-table-cell-fix-right {
|
|
34230
|
+
background: #fff;
|
|
34231
|
+
padding: 0 !important;
|
|
34279
34232
|
}
|
|
34280
|
-
.
|
|
34281
|
-
|
|
34233
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
34234
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34235
|
+
display: flex;
|
|
34236
|
+
align-items: center;
|
|
34237
|
+
height: 100%;
|
|
34238
|
+
padding: 8px;
|
|
34282
34239
|
}
|
|
34283
|
-
.
|
|
34240
|
+
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
34241
|
+
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34284
34242
|
overflow: hidden;
|
|
34285
|
-
white-space: nowrap;
|
|
34286
34243
|
text-overflow: ellipsis;
|
|
34244
|
+
width: 100%;
|
|
34287
34245
|
}
|
|
34288
|
-
|
|
34289
|
-
|
|
34290
|
-
min-width: var(--item-min-width);
|
|
34291
|
-
}
|
|
34292
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34293
|
-
cursor: not-allowed !important;
|
|
34294
|
-
}
|
|
34295
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34296
|
-
flex-direction: row;
|
|
34297
|
-
justify-content: stretch;
|
|
34298
|
-
}
|
|
34299
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34300
|
-
padding: 0;
|
|
34301
|
-
margin-right: 4px;
|
|
34302
|
-
flex: 1;
|
|
34303
|
-
overflow: visible;
|
|
34246
|
+
.E_tfzf37v .ant-table-container {
|
|
34247
|
+
height: 100%;
|
|
34304
34248
|
}
|
|
34305
|
-
.
|
|
34306
|
-
|
|
34307
|
-
min-height: unset;
|
|
34249
|
+
.E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
|
|
34250
|
+
box-shadow: none !important;
|
|
34308
34251
|
}
|
|
34309
|
-
.
|
|
34310
|
-
|
|
34311
|
-
|
|
34312
|
-
|
|
34313
|
-
|
|
34252
|
+
.E_tfzf37v div.ant-table {
|
|
34253
|
+
border-radius: 0px;
|
|
34254
|
+
border-left: none;
|
|
34255
|
+
border-right: none;
|
|
34256
|
+
border-bottom: none;
|
|
34257
|
+
height: 100%;
|
|
34314
34258
|
font-size: 12px;
|
|
34259
|
+
background: transparent;
|
|
34315
34260
|
}
|
|
34316
|
-
.
|
|
34317
|
-
|
|
34261
|
+
.E_tfzf37v div.ant-table .ant-table-header {
|
|
34262
|
+
position: relative;
|
|
34263
|
+
z-index: 3;
|
|
34264
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34265
|
+
margin-bottom: -1px;
|
|
34318
34266
|
}
|
|
34319
|
-
.
|
|
34320
|
-
|
|
34267
|
+
.E_tfzf37v div.ant-table .time-wrapper .date,
|
|
34268
|
+
.E_tfzf37v div.ant-table .value {
|
|
34269
|
+
color: #2d3a56;
|
|
34321
34270
|
}
|
|
34322
|
-
.
|
|
34323
|
-
|
|
34324
|
-
|
|
34325
|
-
border-radius: 4px 0 0 4px;
|
|
34271
|
+
.E_tfzf37v div.ant-table .time-wrapper .time,
|
|
34272
|
+
.E_tfzf37v div.ant-table .unit {
|
|
34273
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34326
34274
|
}
|
|
34327
|
-
.
|
|
34328
|
-
|
|
34275
|
+
.E_tfzf37v div.ant-table .ant-table-selection {
|
|
34276
|
+
position: unset;
|
|
34277
|
+
text-align: center;
|
|
34329
34278
|
}
|
|
34330
|
-
.
|
|
34331
|
-
|
|
34332
|
-
padding-left: 12px;
|
|
34333
|
-
border-radius: 0 4px 4px 0;
|
|
34279
|
+
.E_tfzf37v div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
34280
|
+
background: #fff;
|
|
34334
34281
|
}
|
|
34335
|
-
.
|
|
34336
|
-
|
|
34337
|
-
width: 0;
|
|
34338
|
-
height: 0;
|
|
34339
|
-
border: 13px solid transparent;
|
|
34282
|
+
.E_tfzf37v div.ant-table .anticon-setting {
|
|
34283
|
+
cursor: pointer;
|
|
34340
34284
|
position: absolute;
|
|
34341
|
-
top:
|
|
34342
|
-
|
|
34343
|
-
|
|
34344
|
-
position: relative;
|
|
34345
|
-
top: -50%;
|
|
34346
|
-
right: -100%;
|
|
34285
|
+
top: 50%;
|
|
34286
|
+
right: 12px;
|
|
34287
|
+
transform: translateY(-50%);
|
|
34347
34288
|
}
|
|
34348
|
-
.
|
|
34349
|
-
|
|
34289
|
+
.E_tfzf37v div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
34290
|
+
box-shadow: none;
|
|
34291
|
+
width: 1px;
|
|
34292
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34350
34293
|
}
|
|
34351
|
-
.
|
|
34352
|
-
|
|
34353
|
-
width:
|
|
34354
|
-
|
|
34355
|
-
border: 13px solid transparent;
|
|
34356
|
-
position: absolute;
|
|
34357
|
-
top: 0;
|
|
34358
|
-
border-left: 8px solid #fff;
|
|
34359
|
-
left: 0;
|
|
34294
|
+
.E_tfzf37v div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
34295
|
+
box-shadow: none;
|
|
34296
|
+
width: 1px;
|
|
34297
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34360
34298
|
}
|
|
34361
|
-
.
|
|
34362
|
-
|
|
34299
|
+
.E_tfzf37v div.ant-table .ant-table-tbody {
|
|
34300
|
+
position: relative;
|
|
34363
34301
|
}
|
|
34364
|
-
.
|
|
34365
|
-
|
|
34302
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td {
|
|
34303
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34304
|
+
border-bottom: 1px solid white;
|
|
34305
|
+
height: 40px;
|
|
34306
|
+
vertical-align: middle;
|
|
34307
|
+
transition: background 0ms;
|
|
34308
|
+
color: #00122e;
|
|
34366
34309
|
}
|
|
34367
|
-
.
|
|
34368
|
-
|
|
34310
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
34311
|
+
background: #f2f5fa;
|
|
34312
|
+
border-bottom-color: #f2f5fa;
|
|
34369
34313
|
}
|
|
34370
|
-
.
|
|
34371
|
-
|
|
34372
|
-
|
|
34314
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
34315
|
+
height: auto;
|
|
34316
|
+
color: #00122e;
|
|
34317
|
+
font-size: 12px;
|
|
34318
|
+
text-align: left;
|
|
34319
|
+
transition: none;
|
|
34320
|
+
overflow: hidden;
|
|
34321
|
+
text-overflow: ellipsis;
|
|
34322
|
+
white-space: nowrap;
|
|
34373
34323
|
}
|
|
34374
|
-
.
|
|
34375
|
-
|
|
34376
|
-
min-width: var(--item-min-width);
|
|
34324
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
34325
|
+
color: #0096ff;
|
|
34377
34326
|
}
|
|
34378
|
-
.
|
|
34379
|
-
|
|
34380
|
-
|
|
34327
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
34328
|
+
overflow: hidden;
|
|
34329
|
+
text-overflow: ellipsis;
|
|
34330
|
+
width: 100%;
|
|
34331
|
+
vertical-align: middle;
|
|
34381
34332
|
}
|
|
34382
|
-
.
|
|
34383
|
-
|
|
34333
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
34334
|
+
line-height: 0px;
|
|
34384
34335
|
}
|
|
34385
|
-
|
|
34386
|
-
|
|
34387
|
-
width: 192px;
|
|
34388
|
-
row-gap: 2px;
|
|
34336
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
34337
|
+
padding-right: 25px;
|
|
34389
34338
|
}
|
|
34390
|
-
.
|
|
34391
|
-
|
|
34339
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
34340
|
+
border-top-color: transparent;
|
|
34392
34341
|
}
|
|
34393
|
-
.
|
|
34394
|
-
|
|
34342
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
34343
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34344
|
+
border-color: transparent transparent white;
|
|
34395
34345
|
}
|
|
34396
|
-
.
|
|
34397
|
-
|
|
34346
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
34347
|
+
border-radius: 8px 0 0 8px;
|
|
34398
34348
|
}
|
|
34399
|
-
.
|
|
34400
|
-
|
|
34401
|
-
border-radius: 4px;
|
|
34402
|
-
height: 32px;
|
|
34403
|
-
display: flex;
|
|
34404
|
-
align-items: center;
|
|
34349
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
34350
|
+
border-radius: 8px 0 0 8px;
|
|
34405
34351
|
}
|
|
34406
|
-
.
|
|
34407
|
-
|
|
34408
|
-
|
|
34352
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
34353
|
+
content: "";
|
|
34354
|
+
width: 4px;
|
|
34355
|
+
top: -1px;
|
|
34356
|
+
bottom: -1px;
|
|
34357
|
+
background: white;
|
|
34409
34358
|
}
|
|
34410
|
-
.
|
|
34411
|
-
|
|
34412
|
-
line-height: 20px;
|
|
34413
|
-
max-width: 100%;
|
|
34414
|
-
padding-right: 0;
|
|
34359
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
34360
|
+
border-radius: 0 8px 8px 0;
|
|
34415
34361
|
}
|
|
34416
|
-
.
|
|
34417
|
-
|
|
34362
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
34363
|
+
border-radius: 0;
|
|
34364
|
+
background: white;
|
|
34365
|
+
border-top: none;
|
|
34418
34366
|
}
|
|
34419
|
-
|
|
34420
|
-
|
|
34421
|
-
|
|
34422
|
-
|
|
34367
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
34368
|
+
border-top: 1px solid transparent;
|
|
34369
|
+
border-radius: 0 8px 8px 0;
|
|
34370
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34371
|
+
}
|
|
34372
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
34373
|
+
background: white;
|
|
34374
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34375
|
+
}
|
|
34376
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34377
|
+
display: flex;
|
|
34423
34378
|
align-items: center;
|
|
34424
|
-
|
|
34425
|
-
|
|
34379
|
+
height: 100%;
|
|
34380
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34426
34381
|
}
|
|
34427
|
-
.
|
|
34428
|
-
|
|
34382
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
34383
|
+
background: white;
|
|
34384
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34385
|
+
}
|
|
34386
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
34387
|
+
display: flex;
|
|
34429
34388
|
align-items: center;
|
|
34430
|
-
|
|
34431
|
-
|
|
34432
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34433
|
-
justify-content: center;
|
|
34389
|
+
height: 100%;
|
|
34390
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34434
34391
|
}
|
|
34435
|
-
|
|
34436
|
-
.
|
|
34392
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
34393
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34394
|
+
}
|
|
34395
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
34396
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
34397
|
+
border-radius: 8px;
|
|
34398
|
+
}
|
|
34399
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
34400
|
+
border-top-color: white;
|
|
34401
|
+
}
|
|
34402
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
34403
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34404
|
+
border-bottom-color: transparent;
|
|
34405
|
+
border-top-color: transparent;
|
|
34406
|
+
}
|
|
34407
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
34408
|
+
border-radius: 8px 0 0 8px;
|
|
34409
|
+
}
|
|
34410
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
34411
|
+
border-radius: 0 8px 8px 0;
|
|
34412
|
+
}
|
|
34413
|
+
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
34414
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34415
|
+
}
|
|
34416
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th {
|
|
34417
|
+
background: #fff;
|
|
34418
|
+
font-weight: 400;
|
|
34419
|
+
position: relative;
|
|
34420
|
+
border-bottom: none;
|
|
34421
|
+
color: #00122e;
|
|
34422
|
+
transition: none;
|
|
34423
|
+
padding: 15px 8px 15px 8px;
|
|
34424
|
+
}
|
|
34425
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
34426
|
+
content: "";
|
|
34427
|
+
width: 1px;
|
|
34428
|
+
top: 0;
|
|
34429
|
+
bottom: 0;
|
|
34430
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34431
|
+
position: absolute;
|
|
34432
|
+
right: 0;
|
|
34433
|
+
}
|
|
34434
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
34435
|
+
padding: unset;
|
|
34436
|
+
}
|
|
34437
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
34438
|
+
display: none;
|
|
34439
|
+
}
|
|
34440
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34437
34441
|
width: 100%;
|
|
34442
|
+
overflow: hidden;
|
|
34443
|
+
white-space: nowrap;
|
|
34444
|
+
text-overflow: ellipsis;
|
|
34445
|
+
}
|
|
34446
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
34447
|
+
overflow: hidden;
|
|
34448
|
+
text-overflow: ellipsis;
|
|
34449
|
+
flex: 1;
|
|
34450
|
+
}
|
|
34451
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
34452
|
+
padding: 15px 25px 15px 8px;
|
|
34453
|
+
}
|
|
34454
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34455
|
+
padding: 0;
|
|
34456
|
+
}
|
|
34457
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
34458
|
+
position: absolute;
|
|
34459
|
+
right: 6px;
|
|
34460
|
+
top: 50%;
|
|
34461
|
+
transform: translateY(-50%);
|
|
34462
|
+
height: 16px;
|
|
34463
|
+
display: none;
|
|
34464
|
+
transition: transform 320ms ease;
|
|
34465
|
+
}
|
|
34466
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
34467
|
+
display: block;
|
|
34468
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34469
|
+
}
|
|
34470
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
34471
|
+
display: block;
|
|
34472
|
+
}
|
|
34473
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
34474
|
+
display: none;
|
|
34475
|
+
}
|
|
34476
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
34477
|
+
transform: translateY(-50%);
|
|
34478
|
+
}
|
|
34479
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
34480
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34481
|
+
}
|
|
34482
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34483
|
+
background: #f2f5fa;
|
|
34484
|
+
}
|
|
34485
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
34486
|
+
display: block;
|
|
34487
|
+
}
|
|
34488
|
+
.E_tfzf37v div.ant-table .ant-table-thead > tr > th.align-right {
|
|
34489
|
+
padding-right: 25px;
|
|
34490
|
+
}
|
|
34491
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column {
|
|
34492
|
+
padding: 0 !important;
|
|
34493
|
+
}
|
|
34494
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
34495
|
+
position: absolute;
|
|
34496
|
+
left: 50%;
|
|
34497
|
+
top: 50%;
|
|
34498
|
+
transform: translate(-50%, -50%);
|
|
34499
|
+
}
|
|
34500
|
+
.E_tfzf37v div.ant-table .ant-table-selection-column:after {
|
|
34501
|
+
display: none;
|
|
34502
|
+
}
|
|
34503
|
+
.E_tfzf37v div.ant-table .ant-table-hide-scrollbar {
|
|
34504
|
+
background: #fff;
|
|
34505
|
+
}
|
|
34506
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder {
|
|
34507
|
+
background: inherit;
|
|
34508
|
+
}
|
|
34509
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder td {
|
|
34510
|
+
position: static;
|
|
34511
|
+
border: none;
|
|
34512
|
+
background: inherit !important;
|
|
34513
|
+
height: 100px;
|
|
34514
|
+
vertical-align: middle;
|
|
34515
|
+
}
|
|
34516
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder .table-default-empty,
|
|
34517
|
+
.E_tfzf37v div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34518
|
+
font-weight: bold;
|
|
34519
|
+
font-size: 20px;
|
|
34520
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34521
|
+
}
|
|
34522
|
+
.E_tfzf37v div.ant-table th.ant-table-cell-scrollbar,
|
|
34523
|
+
.E_tfzf37v div.ant-table th.cell__action_ {
|
|
34524
|
+
z-index: 10;
|
|
34525
|
+
}
|
|
34526
|
+
.E_tfzf37v div.ant-table td.cell__action_ {
|
|
34527
|
+
padding: 0 !important;
|
|
34528
|
+
position: relative;
|
|
34529
|
+
background: #fff;
|
|
34530
|
+
}
|
|
34531
|
+
.E_tfzf37v div.ant-table td.cell__action_ > * {
|
|
34532
|
+
height: 100%;
|
|
34438
34533
|
display: flex;
|
|
34439
34534
|
align-items: center;
|
|
34440
|
-
justify-content:
|
|
34441
|
-
|
|
34442
|
-
font-size: 13px;
|
|
34535
|
+
justify-content: flex-end;
|
|
34536
|
+
padding-right: 8px;
|
|
34443
34537
|
}
|
|
34444
|
-
.
|
|
34445
|
-
|
|
34446
|
-
|
|
34447
|
-
|
|
34448
|
-
min-height: 20px;
|
|
34449
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34538
|
+
.E_tfzf37v div.ant-table td.cell__action_ .menu-button {
|
|
34539
|
+
width: 24px;
|
|
34540
|
+
height: 24px;
|
|
34541
|
+
cursor: pointer;
|
|
34450
34542
|
justify-content: center;
|
|
34543
|
+
border-radius: 4px;
|
|
34544
|
+
}
|
|
34545
|
+
.E_tfzf37v div.ant-table td.cell__action_ .menu-button:hover {
|
|
34546
|
+
background: #fff;
|
|
34451
34547
|
}
|
|
34452
34548
|
|
|
34453
34549
|
.E_slr2ynn {
|
|
@@ -34479,502 +34575,406 @@ span.E_tqjc4ui {
|
|
|
34479
34575
|
white-space: normal;
|
|
34480
34576
|
}
|
|
34481
34577
|
|
|
34482
|
-
.
|
|
34578
|
+
.E_w7ob4th.outside-tag {
|
|
34579
|
+
padding-left: 0;
|
|
34580
|
+
}
|
|
34581
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34582
|
+
border-radius: 4px 0 0 4px;
|
|
34583
|
+
padding-right: 4px;
|
|
34483
34584
|
margin-right: 4px;
|
|
34484
|
-
height: 16px;
|
|
34485
34585
|
}
|
|
34486
34586
|
|
|
34487
|
-
|
|
34488
|
-
|
|
34489
|
-
|
|
34490
|
-
height: 18px;
|
|
34587
|
+
.E_i1g85yz3 {
|
|
34588
|
+
margin-right: 4px;
|
|
34589
|
+
height: 16px;
|
|
34491
34590
|
}
|
|
34492
34591
|
|
|
34493
|
-
|
|
34494
|
-
|
|
34495
|
-
height: unset;
|
|
34592
|
+
.E_sjob3jg {
|
|
34593
|
+
--item-min-width: 60px;
|
|
34496
34594
|
}
|
|
34497
|
-
|
|
34498
|
-
|
|
34595
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34596
|
+
display: none !important;
|
|
34499
34597
|
}
|
|
34500
|
-
|
|
34501
|
-
|
|
34502
|
-
}
|
|
34503
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34504
|
-
color: #009DFF;
|
|
34505
|
-
}
|
|
34506
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34507
|
-
color: #005ED1;
|
|
34508
|
-
}
|
|
34509
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
34510
|
-
color: #0080FF;
|
|
34511
|
-
}
|
|
34512
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
34513
|
-
color: #00122E;
|
|
34514
|
-
}
|
|
34515
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34516
|
-
color: #0080FF;
|
|
34517
|
-
}
|
|
34518
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34519
|
-
color: #005ED1;
|
|
34598
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34599
|
+
flex-shrink: 0 !important;
|
|
34520
34600
|
}
|
|
34521
|
-
|
|
34522
|
-
color: #
|
|
34601
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34602
|
+
color: #0080ff;
|
|
34523
34603
|
}
|
|
34524
|
-
|
|
34525
|
-
color:
|
|
34604
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34605
|
+
color: #0080ff;
|
|
34606
|
+
font-weight: normal;
|
|
34526
34607
|
}
|
|
34527
|
-
|
|
34528
|
-
color:
|
|
34608
|
+
.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 {
|
|
34609
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34529
34610
|
}
|
|
34530
|
-
|
|
34531
|
-
color: #
|
|
34611
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34612
|
+
color: #00122e;
|
|
34532
34613
|
}
|
|
34533
|
-
|
|
34534
|
-
|
|
34614
|
+
.E_sjob3jg .step-item-text {
|
|
34615
|
+
display: inline-block;
|
|
34535
34616
|
}
|
|
34536
|
-
|
|
34537
|
-
|
|
34538
|
-
|
|
34617
|
+
.E_sjob3jg .step-item-title {
|
|
34618
|
+
overflow: hidden;
|
|
34619
|
+
white-space: nowrap;
|
|
34620
|
+
text-overflow: ellipsis;
|
|
34539
34621
|
}
|
|
34540
34622
|
|
|
34541
|
-
.
|
|
34542
|
-
|
|
34543
|
-
}
|
|
34544
|
-
.E_tfzf37v.empty-table .ant-table-content {
|
|
34545
|
-
overflow: visible !important;
|
|
34546
|
-
height: 100%;
|
|
34547
|
-
}
|
|
34548
|
-
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
34549
|
-
height: 100%;
|
|
34550
|
-
}
|
|
34551
|
-
.E_tfzf37v.empty-table .ant-table-content table {
|
|
34552
|
-
width: 100% !important;
|
|
34553
|
-
height: 100%;
|
|
34554
|
-
}
|
|
34555
|
-
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34556
|
-
padding: 15px 0;
|
|
34557
|
-
}
|
|
34558
|
-
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
34559
|
-
display: none;
|
|
34560
|
-
}
|
|
34561
|
-
.E_tfzf37v .active-row td:nth-child(1) {
|
|
34562
|
-
font-weight: 700;
|
|
34623
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34624
|
+
min-width: var(--item-min-width);
|
|
34563
34625
|
}
|
|
34564
|
-
.
|
|
34565
|
-
|
|
34626
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34627
|
+
cursor: not-allowed !important;
|
|
34566
34628
|
}
|
|
34567
|
-
.
|
|
34568
|
-
|
|
34629
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34630
|
+
flex-direction: row;
|
|
34631
|
+
justify-content: stretch;
|
|
34569
34632
|
}
|
|
34570
|
-
.
|
|
34571
|
-
|
|
34633
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34634
|
+
padding: 0;
|
|
34635
|
+
margin-right: 4px;
|
|
34636
|
+
flex: 1;
|
|
34572
34637
|
overflow: visible;
|
|
34573
34638
|
}
|
|
34574
|
-
.
|
|
34575
|
-
max-height: none;
|
|
34576
|
-
}
|
|
34577
|
-
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
34578
|
-
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
34579
|
-
display: none;
|
|
34580
|
-
}
|
|
34581
|
-
.E_tfzf37v td.ant-table-column-sort {
|
|
34582
|
-
background: transparent;
|
|
34583
|
-
}
|
|
34584
|
-
.E_tfzf37v td.ant-table-cell-fix-left,
|
|
34585
|
-
.E_tfzf37v td.ant-table-cell-fix-right {
|
|
34586
|
-
background: #fff;
|
|
34587
|
-
padding: 0 !important;
|
|
34588
|
-
}
|
|
34589
|
-
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
34590
|
-
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34591
|
-
display: flex;
|
|
34592
|
-
align-items: center;
|
|
34593
|
-
height: 100%;
|
|
34594
|
-
padding: 8px;
|
|
34595
|
-
}
|
|
34596
|
-
.E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
34597
|
-
.E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34598
|
-
overflow: hidden;
|
|
34599
|
-
text-overflow: ellipsis;
|
|
34639
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34600
34640
|
width: 100%;
|
|
34641
|
+
min-height: unset;
|
|
34601
34642
|
}
|
|
34602
|
-
.
|
|
34603
|
-
height:
|
|
34604
|
-
|
|
34605
|
-
|
|
34606
|
-
|
|
34607
|
-
}
|
|
34608
|
-
.E_tfzf37v div.ant-table {
|
|
34609
|
-
border-radius: 0px;
|
|
34610
|
-
border-left: none;
|
|
34611
|
-
border-right: none;
|
|
34612
|
-
border-bottom: none;
|
|
34613
|
-
height: 100%;
|
|
34643
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34644
|
+
height: 26px;
|
|
34645
|
+
line-height: 26px;
|
|
34646
|
+
width: 100%;
|
|
34647
|
+
padding: 0;
|
|
34614
34648
|
font-size: 12px;
|
|
34615
|
-
background: transparent;
|
|
34616
34649
|
}
|
|
34617
|
-
.
|
|
34618
|
-
|
|
34619
|
-
z-index: 3;
|
|
34620
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34621
|
-
margin-bottom: -1px;
|
|
34650
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34651
|
+
margin-right: 10px;
|
|
34622
34652
|
}
|
|
34623
|
-
.
|
|
34624
|
-
|
|
34625
|
-
color: #2d3a56;
|
|
34653
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34654
|
+
display: none;
|
|
34626
34655
|
}
|
|
34627
|
-
.
|
|
34628
|
-
|
|
34629
|
-
|
|
34656
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34657
|
+
padding-left: 8px;
|
|
34658
|
+
padding-right: 4px;
|
|
34659
|
+
border-radius: 4px 0 0 4px;
|
|
34630
34660
|
}
|
|
34631
|
-
.
|
|
34632
|
-
|
|
34633
|
-
text-align: center;
|
|
34661
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34662
|
+
margin-right: 0;
|
|
34634
34663
|
}
|
|
34635
|
-
.
|
|
34636
|
-
|
|
34664
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34665
|
+
padding-right: 8px;
|
|
34666
|
+
padding-left: 12px;
|
|
34667
|
+
border-radius: 0 4px 4px 0;
|
|
34637
34668
|
}
|
|
34638
|
-
.
|
|
34639
|
-
|
|
34669
|
+
.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 {
|
|
34670
|
+
content: "";
|
|
34671
|
+
width: 0;
|
|
34672
|
+
height: 0;
|
|
34673
|
+
border: 13px solid transparent;
|
|
34640
34674
|
position: absolute;
|
|
34641
|
-
top:
|
|
34642
|
-
|
|
34643
|
-
|
|
34644
|
-
}
|
|
34645
|
-
.E_tfzf37v div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
34646
|
-
box-shadow: none;
|
|
34647
|
-
width: 1px;
|
|
34648
|
-
background: rgba(213, 219, 227, 0.6);
|
|
34649
|
-
}
|
|
34650
|
-
.E_tfzf37v div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
34651
|
-
box-shadow: none;
|
|
34652
|
-
width: 1px;
|
|
34653
|
-
background: rgba(213, 219, 227, 0.6);
|
|
34654
|
-
}
|
|
34655
|
-
.E_tfzf37v div.ant-table .ant-table-tbody {
|
|
34675
|
+
top: 0;
|
|
34676
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34677
|
+
z-index: 2;
|
|
34656
34678
|
position: relative;
|
|
34679
|
+
top: -50%;
|
|
34680
|
+
right: -100%;
|
|
34657
34681
|
}
|
|
34658
|
-
.
|
|
34659
|
-
|
|
34660
|
-
border-bottom: 1px solid white;
|
|
34661
|
-
height: 40px;
|
|
34662
|
-
vertical-align: middle;
|
|
34663
|
-
transition: background 0ms;
|
|
34664
|
-
color: #00122e;
|
|
34665
|
-
}
|
|
34666
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
34667
|
-
background: #f2f5fa;
|
|
34668
|
-
border-bottom-color: #f2f5fa;
|
|
34669
|
-
}
|
|
34670
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
34671
|
-
height: auto;
|
|
34672
|
-
color: #00122e;
|
|
34673
|
-
font-size: 12px;
|
|
34674
|
-
text-align: left;
|
|
34675
|
-
transition: none;
|
|
34676
|
-
overflow: hidden;
|
|
34677
|
-
text-overflow: ellipsis;
|
|
34678
|
-
white-space: nowrap;
|
|
34679
|
-
}
|
|
34680
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
34681
|
-
color: #0096ff;
|
|
34682
|
-
}
|
|
34683
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
34684
|
-
overflow: hidden;
|
|
34685
|
-
text-overflow: ellipsis;
|
|
34686
|
-
width: 100%;
|
|
34687
|
-
vertical-align: middle;
|
|
34688
|
-
}
|
|
34689
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
34690
|
-
line-height: 0px;
|
|
34682
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34683
|
+
padding: 0 4px 0 12px;
|
|
34691
34684
|
}
|
|
34692
|
-
.
|
|
34693
|
-
|
|
34685
|
+
.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 {
|
|
34686
|
+
content: "";
|
|
34687
|
+
width: 0;
|
|
34688
|
+
height: 0;
|
|
34689
|
+
border: 13px solid transparent;
|
|
34690
|
+
position: absolute;
|
|
34691
|
+
top: 0;
|
|
34692
|
+
border-left: 8px solid #fff;
|
|
34693
|
+
left: 0;
|
|
34694
34694
|
}
|
|
34695
|
-
.
|
|
34696
|
-
|
|
34695
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34696
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34697
34697
|
}
|
|
34698
|
-
.
|
|
34699
|
-
background: rgba(
|
|
34700
|
-
border-color: transparent transparent white;
|
|
34698
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34699
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34701
34700
|
}
|
|
34702
|
-
.
|
|
34703
|
-
border-
|
|
34701
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34702
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34704
34703
|
}
|
|
34705
|
-
.
|
|
34706
|
-
|
|
34704
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34705
|
+
cursor: pointer;
|
|
34706
|
+
min-width: var(--item-min-width);
|
|
34707
34707
|
}
|
|
34708
|
-
.
|
|
34709
|
-
|
|
34710
|
-
width:
|
|
34711
|
-
top: -1px;
|
|
34712
|
-
bottom: -1px;
|
|
34713
|
-
background: white;
|
|
34708
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34709
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34710
|
+
min-width: var(--item-min-width);
|
|
34714
34711
|
}
|
|
34715
|
-
.
|
|
34716
|
-
|
|
34712
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34713
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34714
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34717
34715
|
}
|
|
34718
|
-
.
|
|
34719
|
-
|
|
34720
|
-
background: white;
|
|
34721
|
-
border-top: none;
|
|
34716
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34717
|
+
padding: 0;
|
|
34722
34718
|
}
|
|
34723
|
-
|
|
34724
|
-
|
|
34725
|
-
|
|
34726
|
-
|
|
34719
|
+
|
|
34720
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34721
|
+
width: 192px;
|
|
34722
|
+
row-gap: 2px;
|
|
34727
34723
|
}
|
|
34728
|
-
.
|
|
34729
|
-
background:
|
|
34730
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34724
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34725
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34731
34726
|
}
|
|
34732
|
-
.
|
|
34733
|
-
|
|
34734
|
-
align-items: center;
|
|
34735
|
-
height: 100%;
|
|
34736
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34727
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34728
|
+
color: #00122e !important;
|
|
34737
34729
|
}
|
|
34738
|
-
.
|
|
34739
|
-
background:
|
|
34740
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34730
|
+
.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 {
|
|
34731
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34741
34732
|
}
|
|
34742
|
-
.
|
|
34733
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34734
|
+
padding: 0 8px;
|
|
34735
|
+
border-radius: 4px;
|
|
34736
|
+
height: 32px;
|
|
34743
34737
|
display: flex;
|
|
34744
34738
|
align-items: center;
|
|
34745
|
-
height: 100%;
|
|
34746
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34747
|
-
}
|
|
34748
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
34749
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34750
|
-
}
|
|
34751
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
34752
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
34753
|
-
border-radius: 8px;
|
|
34754
|
-
}
|
|
34755
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
34756
|
-
border-top-color: white;
|
|
34757
|
-
}
|
|
34758
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
34759
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34760
|
-
border-bottom-color: transparent;
|
|
34761
|
-
border-top-color: transparent;
|
|
34762
|
-
}
|
|
34763
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
34764
|
-
border-radius: 8px 0 0 8px;
|
|
34765
|
-
}
|
|
34766
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
34767
|
-
border-radius: 0 8px 8px 0;
|
|
34768
|
-
}
|
|
34769
|
-
.E_tfzf37v div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
34770
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34771
|
-
}
|
|
34772
|
-
.E_tfzf37v div.ant-table .ant-table-thead > tr > th {
|
|
34773
|
-
background: #fff;
|
|
34774
|
-
font-weight: 400;
|
|
34775
|
-
position: relative;
|
|
34776
|
-
border-bottom: none;
|
|
34777
|
-
color: #00122e;
|
|
34778
|
-
transition: none;
|
|
34779
|
-
padding: 15px 8px 15px 8px;
|
|
34780
34739
|
}
|
|
34781
|
-
.
|
|
34782
|
-
|
|
34783
|
-
|
|
34784
|
-
top: 0;
|
|
34785
|
-
bottom: 0;
|
|
34786
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34787
|
-
position: absolute;
|
|
34788
|
-
right: 0;
|
|
34740
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34741
|
+
min-height: auto;
|
|
34742
|
+
white-space: nowrap;
|
|
34789
34743
|
}
|
|
34790
|
-
.
|
|
34791
|
-
|
|
34744
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34745
|
+
font-size: 13px;
|
|
34746
|
+
line-height: 20px;
|
|
34747
|
+
max-width: 100%;
|
|
34748
|
+
padding-right: 0;
|
|
34792
34749
|
}
|
|
34793
|
-
.
|
|
34794
|
-
|
|
34750
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34751
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34795
34752
|
}
|
|
34796
|
-
|
|
34753
|
+
|
|
34754
|
+
.E_h6l1tj4 {
|
|
34797
34755
|
width: 100%;
|
|
34798
|
-
|
|
34799
|
-
|
|
34800
|
-
|
|
34756
|
+
display: inline-flex;
|
|
34757
|
+
align-items: center;
|
|
34758
|
+
justify-content: center;
|
|
34759
|
+
column-gap: 4px;
|
|
34801
34760
|
}
|
|
34802
|
-
.
|
|
34803
|
-
|
|
34804
|
-
|
|
34805
|
-
|
|
34761
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34762
|
+
display: inline-flex;
|
|
34763
|
+
align-items: center;
|
|
34764
|
+
width: 18px;
|
|
34765
|
+
height: 18px;
|
|
34766
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34767
|
+
justify-content: center;
|
|
34806
34768
|
}
|
|
34807
|
-
|
|
34808
|
-
|
|
34769
|
+
|
|
34770
|
+
.E_v18frne8 {
|
|
34771
|
+
width: 100%;
|
|
34772
|
+
display: flex;
|
|
34773
|
+
align-items: center;
|
|
34774
|
+
justify-content: center;
|
|
34775
|
+
column-gap: 6px;
|
|
34776
|
+
font-size: 13px;
|
|
34809
34777
|
}
|
|
34810
|
-
.
|
|
34811
|
-
|
|
34778
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34779
|
+
display: inline-flex;
|
|
34780
|
+
align-items: center;
|
|
34781
|
+
min-width: 20px;
|
|
34782
|
+
min-height: 20px;
|
|
34783
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34784
|
+
justify-content: center;
|
|
34812
34785
|
}
|
|
34813
|
-
|
|
34814
|
-
|
|
34815
|
-
|
|
34816
|
-
|
|
34817
|
-
|
|
34818
|
-
|
|
34819
|
-
|
|
34820
|
-
transition: transform 320ms ease;
|
|
34786
|
+
|
|
34787
|
+
.E_t1dtlqs1 {
|
|
34788
|
+
margin-bottom: 4px;
|
|
34789
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34790
|
+
overflow: hidden;
|
|
34791
|
+
text-overflow: ellipsis;
|
|
34792
|
+
white-space: nowrap;
|
|
34821
34793
|
}
|
|
34822
|
-
|
|
34823
|
-
|
|
34824
|
-
|
|
34794
|
+
|
|
34795
|
+
.E_s1ese5oy {
|
|
34796
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34797
|
+
line-height: 32px;
|
|
34798
|
+
height: 32px;
|
|
34799
|
+
margin-bottom: 0;
|
|
34825
34800
|
}
|
|
34826
|
-
.
|
|
34827
|
-
|
|
34801
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34802
|
+
color: #0080ff;
|
|
34828
34803
|
}
|
|
34829
|
-
.
|
|
34830
|
-
|
|
34804
|
+
.E_s1ese5oy.warning {
|
|
34805
|
+
color: #ffa500;
|
|
34831
34806
|
}
|
|
34832
|
-
.
|
|
34833
|
-
|
|
34807
|
+
.E_s1ese5oy.success {
|
|
34808
|
+
color: #00ba5d;
|
|
34834
34809
|
}
|
|
34835
|
-
.
|
|
34836
|
-
|
|
34810
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34811
|
+
color: #f0483e;
|
|
34837
34812
|
}
|
|
34838
|
-
.
|
|
34839
|
-
|
|
34813
|
+
.E_s1ese5oy.normal {
|
|
34814
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34840
34815
|
}
|
|
34841
|
-
|
|
34842
|
-
|
|
34816
|
+
|
|
34817
|
+
.E_b1ibis43 {
|
|
34818
|
+
margin-bottom: 0;
|
|
34819
|
+
color: #00122e;
|
|
34843
34820
|
}
|
|
34844
|
-
|
|
34845
|
-
|
|
34821
|
+
|
|
34822
|
+
.E_b11xxjd2 {
|
|
34823
|
+
line-height: 32px;
|
|
34824
|
+
margin-right: 6px;
|
|
34846
34825
|
}
|
|
34847
|
-
|
|
34848
|
-
|
|
34826
|
+
|
|
34827
|
+
.E_bsub5bw.with-description {
|
|
34828
|
+
height: 24px;
|
|
34829
|
+
flex: 1;
|
|
34830
|
+
position: relative;
|
|
34831
|
+
top: -7px;
|
|
34849
34832
|
}
|
|
34850
|
-
.
|
|
34851
|
-
|
|
34852
|
-
|
|
34853
|
-
|
|
34854
|
-
|
|
34833
|
+
.E_bsub5bw p {
|
|
34834
|
+
width: 100%;
|
|
34835
|
+
overflow: hidden;
|
|
34836
|
+
text-overflow: ellipsis;
|
|
34837
|
+
white-space: nowrap;
|
|
34855
34838
|
}
|
|
34856
|
-
|
|
34857
|
-
|
|
34839
|
+
|
|
34840
|
+
.E_tmoyoag {
|
|
34841
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34842
|
+
border-radius: 8px;
|
|
34843
|
+
overflow: auto;
|
|
34858
34844
|
}
|
|
34859
|
-
.
|
|
34860
|
-
|
|
34845
|
+
.E_tmoyoag .ant-list {
|
|
34846
|
+
position: relative;
|
|
34861
34847
|
}
|
|
34862
|
-
.
|
|
34863
|
-
|
|
34848
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34849
|
+
position: sticky;
|
|
34850
|
+
top: 0;
|
|
34851
|
+
z-index: 2;
|
|
34852
|
+
display: flex;
|
|
34853
|
+
padding: 8px;
|
|
34854
|
+
flex-wrap: nowrap;
|
|
34855
|
+
justify-content: flex-start;
|
|
34856
|
+
background: #f2f5fa;
|
|
34857
|
+
font-size: 14px;
|
|
34858
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34859
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34864
34860
|
}
|
|
34865
|
-
.
|
|
34866
|
-
|
|
34867
|
-
border: none;
|
|
34868
|
-
background: inherit !important;
|
|
34869
|
-
height: 100px;
|
|
34870
|
-
vertical-align: middle;
|
|
34861
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34862
|
+
align-items: inherit;
|
|
34871
34863
|
}
|
|
34872
|
-
.
|
|
34873
|
-
|
|
34874
|
-
|
|
34875
|
-
|
|
34876
|
-
|
|
34864
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34865
|
+
display: flex;
|
|
34866
|
+
justify-content: flex-start;
|
|
34867
|
+
align-items: flex-start;
|
|
34868
|
+
flex-wrap: wrap;
|
|
34869
|
+
padding: 8px;
|
|
34870
|
+
border: none;
|
|
34877
34871
|
}
|
|
34878
|
-
.
|
|
34879
|
-
|
|
34880
|
-
|
|
34872
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34873
|
+
flex-basis: 100%;
|
|
34874
|
+
margin: 12px 0 0;
|
|
34875
|
+
order: 99;
|
|
34876
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34881
34877
|
}
|
|
34882
|
-
.
|
|
34883
|
-
|
|
34884
|
-
|
|
34885
|
-
|
|
34878
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34879
|
+
color: #f0483e;
|
|
34880
|
+
flex-basis: 100%;
|
|
34881
|
+
order: 98;
|
|
34882
|
+
margin: 12px 0 0;
|
|
34886
34883
|
}
|
|
34887
|
-
.
|
|
34888
|
-
|
|
34889
|
-
display: flex;
|
|
34890
|
-
align-items: center;
|
|
34891
|
-
justify-content: flex-end;
|
|
34892
|
-
padding-right: 8px;
|
|
34884
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34885
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34893
34886
|
}
|
|
34894
|
-
.
|
|
34895
|
-
|
|
34896
|
-
height: 24px;
|
|
34897
|
-
cursor: pointer;
|
|
34898
|
-
justify-content: center;
|
|
34899
|
-
border-radius: 4px;
|
|
34887
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34888
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34900
34889
|
}
|
|
34901
|
-
.
|
|
34902
|
-
|
|
34890
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34891
|
+
flex: 1 0 0;
|
|
34892
|
+
overflow: hidden;
|
|
34903
34893
|
}
|
|
34904
|
-
|
|
34905
|
-
.
|
|
34894
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34895
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34906
34896
|
margin: 0;
|
|
34907
|
-
border-radius: 20px;
|
|
34908
|
-
padding: 2px 10px;
|
|
34909
|
-
height: 22px;
|
|
34910
34897
|
}
|
|
34911
|
-
.
|
|
34912
|
-
|
|
34898
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34899
|
+
text-align: center;
|
|
34913
34900
|
}
|
|
34914
|
-
.
|
|
34915
|
-
|
|
34901
|
+
.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 > * {
|
|
34902
|
+
text-align: center;
|
|
34916
34903
|
}
|
|
34917
|
-
.
|
|
34918
|
-
|
|
34904
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34905
|
+
text-align: left;
|
|
34919
34906
|
}
|
|
34920
|
-
.
|
|
34921
|
-
|
|
34907
|
+
.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 > * {
|
|
34908
|
+
text-align: left;
|
|
34922
34909
|
}
|
|
34923
|
-
.
|
|
34924
|
-
|
|
34925
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34910
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34911
|
+
text-align: right;
|
|
34926
34912
|
}
|
|
34927
|
-
.
|
|
34928
|
-
|
|
34913
|
+
.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 > * {
|
|
34914
|
+
text-align: right;
|
|
34929
34915
|
}
|
|
34930
|
-
.
|
|
34931
|
-
|
|
34916
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34917
|
+
margin-right: 8px;
|
|
34932
34918
|
}
|
|
34933
|
-
.
|
|
34934
|
-
|
|
34919
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34920
|
+
padding: 4px;
|
|
34921
|
+
width: 24px;
|
|
34922
|
+
height: 24px;
|
|
34923
|
+
overflow: hidden;
|
|
34935
34924
|
}
|
|
34936
|
-
.
|
|
34937
|
-
|
|
34925
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34926
|
+
padding: 0;
|
|
34938
34927
|
}
|
|
34939
|
-
.
|
|
34940
|
-
|
|
34928
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34929
|
+
cursor: not-allowed;
|
|
34930
|
+
opacity: 0.5;
|
|
34941
34931
|
}
|
|
34942
|
-
.
|
|
34943
|
-
|
|
34932
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34933
|
+
margin: 0;
|
|
34944
34934
|
}
|
|
34945
|
-
.
|
|
34946
|
-
|
|
34935
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34936
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34937
|
+
border-radius: 5px;
|
|
34938
|
+
font-size: 12px;
|
|
34947
34939
|
}
|
|
34948
|
-
.
|
|
34949
|
-
|
|
34940
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34941
|
+
font-size: inherit;
|
|
34950
34942
|
}
|
|
34951
|
-
.
|
|
34952
|
-
|
|
34943
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34944
|
+
min-height: 24px;
|
|
34945
|
+
font-size: 12px;
|
|
34946
|
+
position: relative;
|
|
34953
34947
|
}
|
|
34954
|
-
.
|
|
34955
|
-
|
|
34948
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34949
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34956
34950
|
}
|
|
34957
|
-
.
|
|
34958
|
-
background-color:
|
|
34951
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34952
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34959
34953
|
}
|
|
34960
|
-
|
|
34961
|
-
|
|
34954
|
+
|
|
34955
|
+
.E_a138syjm {
|
|
34956
|
+
display: flex;
|
|
34957
|
+
align-items: center;
|
|
34958
|
+
margin-top: 8px;
|
|
34962
34959
|
}
|
|
34963
|
-
.
|
|
34964
|
-
|
|
34960
|
+
.E_a138syjm button.ant-btn {
|
|
34961
|
+
padding: 2px 8px;
|
|
34962
|
+
height: 24px;
|
|
34965
34963
|
}
|
|
34966
|
-
.
|
|
34967
|
-
|
|
34964
|
+
.E_a138syjm > span.maximum-desc {
|
|
34965
|
+
display: none;
|
|
34966
|
+
margin-left: 8px;
|
|
34967
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34968
34968
|
}
|
|
34969
|
-
.
|
|
34970
|
-
|
|
34969
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34970
|
+
display: inline;
|
|
34971
34971
|
}
|
|
34972
34972
|
|
|
34973
|
-
.
|
|
34974
|
-
width:
|
|
34975
|
-
height:
|
|
34976
|
-
|
|
34977
|
-
|
|
34973
|
+
.E_d77i8u0 {
|
|
34974
|
+
width: 24px;
|
|
34975
|
+
height: 24px;
|
|
34976
|
+
padding: 4px;
|
|
34977
|
+
margin-right: 8px;
|
|
34978
34978
|
}
|
|
34979
34979
|
|
|
34980
34980
|
.E_t13ef470 {
|